@charset "UTF-8";

:root {
  --main-color: #1F878C;
  --sub-color: #48A9B2;
  --link-color: #8fb5e9;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(72, 105, 126, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 15px;
}

.popup-clinic {
  width: 442px;
  background: #fff;
  padding: 30px 26px;
  border-radius: 10px;
  text-align: center;
}

.popup-clinic .logo {
  width: 50px;
  display: block;
  margin: 0 auto 18px;
}

.popup-clinic h3 {
  font-size: 28px;
  color: #2e2e2e;
  font-weight: bold;
  font-family: "San Fransisco", "Helvetica", "Arial", "Yu Gothic Medium",
    "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.4;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.popup-clinic a {
  display: block;
  width: 100%;
}

.popup-clinic a + a {
  margin-top: 14px;
}

.popup-close {
  position: absolute;
  top: 80px;
  right: 80px;
  background: none;
  border: none;
  width: 70px;
  cursor: pointer;
}

body.popup-open {
  overflow: hidden;
}

/*
  header
========================================================================== */
.site-header {
  position: absolute;
  width: 100%;
  line-height: 1;
}

.site-header * {
  box-sizing: border-box;
  font-feature-settings: "palt";
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header_lead {
  padding-top: max(1.357vw, 17.643px);
  padding-left: max(2.071vw, 26.929px);
  font-family: "Noto Sans JP";
  font-size: max(0.834vw, 10.836px);
  color: #2e2e2e;
}

.header_logo {
  position: absolute;
  top: max(5.214vw, 67.786px);
  left: max(7.786vw, 101.214px);
}

.header_logo img {
  width: max(10.714vw, 139.286px);
}

.header_btn {
  position: absolute;
  top: 0;
  right: max(1vw, 13px);
  display: flex;
  column-gap: max(0.929vw, 12.071px);
}

.header_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max(13vw, 169px);
  height: max(3.214vw, 41.786px);
  font-family: "Noto Sans JP";
  font-size: max(1.286vw, 16.714px);
  letter-spacing: 0.08em;
  color: #fff;
  cursor: pointer;
}

.header_btn a::after {
  content: "";
  position: absolute;
  right: max(0.143vw, 1.857px);
  bottom: max(0.143vw, 1.857px);
  width: max(0.571vw, 7.429px);
  height: max(0.571vw, 7.429px);
  background-color: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.header_btn a.web {
  width: max(17.857vw, 232.143px);
  background: #f0b86e;
}

.header_btn a.web::before {
  content: "";
  width: max(1.571vw, 20.429px);
  height: max(1.143vw, 14.857px);
  margin-right: max(0.857vw, 11.143px);
  background: url(../images/common/header_icon_web.png) left center no-repeat;
  background-size: cover;
}

.header_btn a.tel {
  background: #448ec0;
}

.header_btn a.tel::before {
  content: "";
  width: max(1.071vw, 13.929px);
  height: max(1.286vw, 16.714px);
  margin-right: max(0.5vw, 6.5px);
  background: url(../images/common/header_icon_tel.png) left center no-repeat;
  background-size: cover;
}

.header_btn a.line {
  background: #63c892;
}

.header_btn a.line::before {
  content: "";
  width: max(1.429vw, 18.571px);
  height: max(1.429vw, 18.571px);
  margin-right: max(1vw, 13px);
  background: url(../images/common/header_icon_line.png) left center no-repeat;
  background-size: cover;
}

.fix_btn {
  position: fixed;
  top: 130px;
  right: 0;
  z-index: 888;
}

.fix_btn p {
  display: block;
  cursor: pointer;
}

.fix_btn p + p {
  margin-top: 20px;
}

.fix_btn p img {
  width: 50px;
}

.site-header {
  position: absolute;
  z-index: 99;
}

.header_top_lead {
  padding-top: max(0.714vw, 9.286px);
  padding-left: max(2.143vw, 27.857px);
  font-family: var(--noto-sans);
  font-size: max(0.857vw, 11.143px);
  letter-spacing: 0.1em;
}

.fix_btn {
  position: fixed;
  top: 130px;
  right: 0;
  z-index: 888;
}

.fix_btn p {
  display: block;
  cursor: pointer;
}

.fix_btn p + p {
  margin-top: 20px;
}

.fix_btn p img {
  width: 50px;
}

/*
  gnav
========================================================================== */
.gnav {
  width: 100%;
  line-height: 1;
  margin-top: max(1.5vw, 19.5px);
  font-feature-settings: normal;
}

.gnav ul {
  display: flex;
  justify-content: center;
  width: 100%;
}

.gnav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: max(0.857vw, 11.143px) max(3vw, 39px);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: max(1.071vw, 13.929px);
  letter-spacing: 0.1em;
  color: #2e2e2e;
  border-right: #2e2e2e solid max(0.071vw, 0.929px);
}

.gnav ul li:first-of-type a {
  font-size: max(1.143vw, 14.857px);
  letter-spacing: 0.2em;
  border-left: #2e2e2e solid max(0.071vw, 0.929px);
}

/*
  access
========================================================================== */
.access {
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: 90px;
}

.access * {
  box-sizing: border-box;
}

.access h2 {
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: max(2.766vw, 35.954px);
  letter-spacing: 0.04em;
  margin-bottom: 80px;
}

.access h2::after {
  position: relative;
  content: "";
  display: block;
  width: max(0.071vw, 0.929px);
  height: max(0vw, 35px);
  margin: max(0.571vw, 7.429px) auto max(-1vw, -13px);
  background: #2e2e2e;
}

.access .contents {
  display: flex;
  justify-content: space-between;
  padding: 0 max(3.143vw, 40.857px) max(2.214vw, 28.786px);
  font-family: "Noto Sans JP";
  background-color: #d0e7f6;
}

.access .contents .gmap {
  width: 100%;
  aspect-ratio: 1313 / 507;
  margin-top: -50px;
}

.access .contents .gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.access .box {
  width: max(44.143vw, 573.857px);
  height: max(68.571vw, 891.429px);
  margin-top: max(-1.286vw, -16.714px);
  padding: max(1vw, 13px) max(2.143vw, 27.857px) 0 max(2vw, 26px);
  background: #fff url(../images/common/access_triangle.png) right max(0.643vw, 8.357px) bottom max(0.714vw, 9.286px) no-repeat;
  background-size: max(5.714vw, 74.286px) auto;
  box-shadow: max(0.286vw, 3.714px) max(0.286vw, 3.714px) max(0.429vw, 5.571px) rgba(0, 0, 0, 0.35);
}

.access .box h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: max(1vw, 13px);
  font-size: max(2.143vw, 27.857px);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.access .box h3::before {
  content: "";
  width: max(5.214vw, 67.786px);
  height: max(5.214vw, 67.786px);
  background: url(../images/top/logomark.png) center center no-repeat;
  background-size: contain;
}

.access .box img {
  margin-top: max(1vw, 13px);
}

.access .box .address {
  line-height: 1.5;
  margin-top: max(0.857vw, 11.143px);
  font-size: max(1.429vw, 18.571px);
  letter-spacing: 0.02em;
  max-inline-size: max-content;
  margin-inline: auto;
}

.access .box table {
  width: 100%;
  margin-top: max(0.857vw, 11.143px);
  table-layout: fixed;
  border-top: #2e2e2e solid max(0.071vw, 0.929px);
  border-bottom: #2e2e2e solid max(0.071vw, 0.929px);
}

.access .box table th,
.access .box table td {
  text-align: center;
  vertical-align: middle;
}

.access .box table thead th {
  width: max(12.571vw, 163.429px);
  padding: max(0.857vw, 11.143px) 0 max(0.786vw, 10.214px);
  font-size: max(1.429vw, 18.571px);
  letter-spacing: 0.12em;
  border-bottom: #2e2e2e solid max(0.071vw, 0.929px);
}

.access .box table thead td {
  padding: max(0.857vw, 11.143px) max(1.143vw, 14.857px) max(0.786vw, 10.214px);
  font-size: max(1.429vw, 18.571px);
  border-bottom: #2e2e2e solid max(0.071vw, 0.929px);
}

.access .box table tbody th {
  font-size: max(1.429vw, 18.571px);
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.access .box table tbody tr:nth-of-type(1) th {
  padding: max(1.071vw, 13.929px) 0 max(0.571vw, 7.429px);
}

.access .box table tbody tr:nth-of-type(2) th {
  padding: max(0.571vw, 7.429px) 0 max(1.071vw, 13.929px);
}

.access .box table tbody td {
  font-size: max(1.286vw, 16.714px);
}

.access .box table + ul li {
  line-height: 1.55;
  margin-top: max(0.857vw, 11.143px);
  text-align: right;
  font-size: max(1.286vw, 16.714px);
  letter-spacing: 0.02em;
}

.access .box .btn {
  margin-top: max(2.143vw, 27.857px);
}

.access .box .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max(28.571vw, 371.429px);
  height: max(5vw, 65px);
  margin: auto;
  color: #fff;
}

.access .box .btn a + a {
  margin-top: max(1.429vw, 18.571px);
}

.access .box .btn a.tel {
  font-family: "Roboto";
  font-size: max(2.5vw, 32.5px);
  letter-spacing: 0.075em;
  background-color: #277eb9;
}

.access .box .btn a.tel::before {
  content: "";
  width: max(1.643vw, 21.357px);
  height: max(1.857vw, 24.143px);
  margin-right: max(1.071vw, 13.929px);
  background: url(../images/common/access_icon_tel.png) left center no-repeat;
  background-size: cover;
}

.access .box .btn a.line,
.access .box .btn a.web {
  font-size: max(2.357vw, 30.643px);
  letter-spacing: 0.24em;
}

.access .box .btn a.line {
  background-color: #06c755;
}

.access .box .btn a.line::before {
  content: "";
  width: max(2.143vw, 27.857px);
  height: max(2.143vw, 27.857px);
  margin-right: max(3.214vw, 41.786px);
  background: url(../images/common/access_icon_line.png) left center no-repeat;
  background-size: cover;
}

.access .box .btn a.web {
  background-color: #f3981d;
}

.access .box .btn a.web::before {
  content: "";
  width: max(2.429vw, 31.571px);
  height: max(1.857vw, 24.143px);
  margin-right: max(3.429vw, 44.571px);
  background: url(../images/common/access_icon_web.png) left center no-repeat;
  background-size: cover;
}

.access .box .btn a.line span,
.access .box .btn a.web span {
  font-size: max(2.143vw, 27.857px);
}

.access > p {
  line-height: 1.77;
  margin: max(1.286vw, 16.714px) max(6.071vw, 78.929px) max(3.214vw, 41.786px) max(5.714vw, 74.286px);
  font-family: "Noto Sans JP";
  font-size: max(0.929vw, 12.071px);
  letter-spacing: 0.1em;
}

/*
  footer
========================================================================== */
footer {
  font-family: "Noto Sans JP";
  font-feature-settings: "palt";
  background: url(../images/common/footer_bg.jpg) center / cover no-repeat;
  line-height: 1;
}

footer * {
  box-sizing: border-box;
}

.footer_inner {
  display: flex;
  align-items: flex-start;
  gap: max(4.286vw, 55.714px);
  padding: max(3.357vw, 43.643px) max(5vw, 65px);
  /* background-color: rgba(0, 95, 155, 0.6); */
}

/* --- Left: Clinic Info --- */
.footer_info {
  width: max(28.547vw, 371.109px);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: max(1.571vw, 20.429px);
}

.footer_logo_wrap {
  display: flex;
  flex-direction: column;
  gap: max(1.025vw, 13.321px);
}

.footer_logo_box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max(15.143vw, 196.857px);
  margin: 0 auto;
}

.footer_logo_box img {
  width: 100%;
  height: auto;
}

.footer_logo_wrap p {
  font-size: max(1.643vw, 21.357px);
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.footer_tel_wrap {
  display: flex;
  align-items: center;
  gap: max(0.5vw, 6.5px);
  padding-top: max(0.5vw, 6.5px);
  border-top: 1px solid #fff;
}

.footer_tel_wrap img {
  width: max(1.643vw, 21.357px);
  height: auto;
}

.footer_tel_wrap span {
  font-family: "Roboto", sans-serif;
  font-size: max(2.521vw, 32.771px);
  color: #fff;
  letter-spacing: 0.02em;
}

.footer_btn_wrap {
  display: flex;
  gap: max(0.714vw, 9.286px);
}

.footer_btn_web,
.footer_btn_line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: max(0.214vw, 2.786px);
  width: max(12.143vw, 157.857px);
  padding: max(0.714vw, 9.286px) 0;
  text-decoration: none;
}

.footer_btn_web {
  background-color: #F6673B;
}

.footer_btn_line {
  background-color: #1F878C;
}

.footer_btn_web img,
.footer_btn_line img {
  height: max(1.5vw, 19.5px);
  width: auto;
}

.footer_btn_web span,
.footer_btn_line span {
  font-size: max(1.143vw, 14.857px);
  color: #fff;
}

.footer_address {
  padding: 0 max(0.714vw, 9.286px);
  font-style: normal;
  font-size: max(1.189vw, 15.457px);
  color: #fff;
  line-height: 1.8;
}

.footer_schedule {
  display: flex;
  flex-direction: column;
  gap: max(0.215vw, 2.801px);
}

.footer_schedule table {
  width: 100%;
  border-collapse: collapse;
}

.footer_schedule table thead tr,
.footer_schedule table tbody tr {
  border-top: 1px solid #fff;
}

.footer_schedule table tbody tr:last-child {
  border-bottom: 1px solid #fff;
}

.footer_schedule table th {
  padding: max(0.539vw, 7.002px);
  font-family: "Noto Sans JP";
  font-size: max(1.077vw, 14.004px);
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
  width: max(9.48vw, 123.236px);
  text-align: left;
}

.footer_schedule table thead th {
  letter-spacing: max(0.129vw, 1.68px);
}

.footer_schedule table tbody th {
  letter-spacing: max(0.108vw, 1.4px);
}

.footer_schedule table td {
  width: max(2.154vw, 28.008px);
  padding: max(0.539vw, 7.002px) max(0.243vw, 3.151px);
  font-family: "Noto Sans JP";
  font-size: max(0.969vw, 12.604px);
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.footer_schedule table thead td {
  font-size: max(1.077vw, 14.004px);
  font-weight: 500;
  letter-spacing: max(0.302vw, 3.921px);
}

.footer_schedule_note {
  font-size: max(0.969vw, 12.604px);
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  letter-spacing: max(0.019vw, 0.252px);
}

/* --- Right: Nav --- */
.fnav {
  flex-grow: 1;
  min-width: 0;
}

.fnav ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: max(0.714vw, 9.286px);
}

.fnav ul li a {
  position: relative;
  line-height: 2.5;
  padding-left: 1em;
  font-size: max(0.889vw, 12.071px);
  letter-spacing: 0.04em;
  color: #fff;
  white-space: nowrap;
}

.fnav ul li a::before {
  content: "▶";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: max(0.443vw, 8.357px);
}

.fnav .list_01 {
  padding: max(2.857vw, 37.143px) 0 max(1.214vw, 15.786px);
  column-gap: max(2.143vw, 27.857px);
  border-bottom: 1px solid #fff;
}

.fnav .list_01 li a {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}

.fnav_section {
  margin-top: max(1.071vw, 13.929px);
}

.fnav_head {
  margin-bottom: max(0.571vw, 7.429px);
  padding: max(0.543vw, 1.857px) max(0.714vw, 9.286px);
  font-size: max(0.951vw, 12.357px);
  color: #fff;
  background: rgba(72, 169, 178, 0.60);
  ;
}

.fnav_section ul {
  padding-left: max(0.714vw, 9.286px);
}

.fnav_section .list_03 li:nth-of-type(3n + 1) {
  min-width: max(20vw, 260px);
}

.fnav_section .list_03 li:nth-of-type(3n + 2) {
  min-width: max(19.286vw, 250.714px);
}

._2col li {
  margin-right: 70px;
}

.fnav_section li {
  margin-bottom: 10px;
}

/* copyright */
.copyright {
  height: max(2.857vw, 37.143px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3982d5;
}

.copyright address {
  font-family: "Inter", sans-serif;
  font-size: max(1vw, 13px);
  letter-spacing: 0.05em;
  color: #fff;
  font-style: normal;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: max(3.571vw, 46.429px);
  right: 0;
  z-index: 1000;
  cursor: pointer;
}

.pagetop img {
  width: max(3.143vw, 40.857px);
}

/* humanity logo */
.humanity_logo {
  position: absolute;
  right: max(2.857vw, 37.143px);
  bottom: max(4.071vw, 52.929px);
  width: max(5vw, 65px);
}

/*
  mainPhoto
========================================================================== */
.mainPhoto {
  margin: 0 auto;
  width: 100%;
}

/*
  layout
========================================================================== */
/* ここから下はpx変換しない  */
.pc-contents {
  margin: 70px auto 100px;
  width: 1200px;
}

.left-contents {
  width: 300px;
  float: left;
}

.right-contents {
  width: 800px;
  float: right;
}

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
.sidemenu {
  width: 100%;
  line-height: 1;
  font-family: "Noto Sans JP";
}

.sidemenu * {
  box-sizing: border-box;
}

.sidemenu h2 {
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  letter-spacing: 0.2em;
  color: #242424;
}

.sidemenu h2::after {
  position: relative;
  content: "";
  display: block;
  width: 1px;
  height: 68px;
  margin: 10px auto -30px;
  background: #363636;
}

.sidemenu > div {
  padding: 62px 24px 29px;
  border: #363636 solid 1px;
}

.sidemenu h3 {
  height: 30px;
  padding: 7px 0 0 11px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #2e2e2e;
  background-color: rgba(100, 174, 237, 0.2);
}

.sidemenu ul {
  margin-bottom: 21px;
}

.sidemenu ul li a {
  display: block;
  line-height: 1.625;
  padding: 11px 0 15px 10px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #242424;
  border-bottom: #363636 dashed 1px;
}

/* sidebanner */
.sidebanner {
  margin-top: 40px;
}

.sidebanner ul li + li {
  margin-top: 21px;
}

/*
  lowinfo
========================================================================== */
.lowinfo {
  box-sizing: border-box;
  margin-top: 20px;
  padding: 33px 0 33px 24px;
  background-image: url('../images/common/lowinfo_bg.jpg');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 100% auto;
  line-height: 1;
}

.lowinfo .lowinfo_inner {
  box-sizing: border-box;
  padding: 20px;
  width: 380px;
  background-color: rgba(255, 255, 255, .6);
}

.lowinfo .lowinfo_inner .logo {
  margin-bottom: 6px;
  padding-bottom: 14px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid #a9a9a9;
}

.lowinfo .lowinfo_inner .logo img {
  display: block;
  width: 230px;
}

.lowinfo .lowinfo_inner .tel {
  margin: 3px auto 0;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .08em;
  color: #343434;
}

.lowinfo .lowinfo_inner .tel span {
  display: block;
  margin-top: 10px;
  padding-left: 34px;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: .04em;
  background: url(../images/common/low_tel_ic.png) left 38px top 6px no-repeat;
  background-size: 22px auto;
}

.lowinfo .lowinfo_inner .btn {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.lowinfo .lowinfo_inner .btn li {
  text-align: center;
}

.lowinfo .lowinfo_inner .low01 {
  line-height: 1.4;
  margin-top: 14px;
  padding-left: 30px;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .06em;
  color: #343434;
  background: url(../images/common/low_ic_01.png) left center no-repeat;
  background-size: 20px auto;
}

.lowinfo .lowinfo_inner .low02 {
  line-height: 26px;
  margin-top: 7px;
  padding-left: 30px;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .06em;
  color: #343434;
  background: url(../images/common/low_ic_02.png) left center no-repeat;
  background-size: 20px auto;
}

.lowinfo .lowinfo_inner .low03 {
  line-height: 20px;
  margin-top: 7px;
  padding-left: 30px;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .06em;
  color: #343434;
  background: url(../images/common/low_ic_03.png) left center no-repeat;
  background-size: 22px auto;
}

.lowinfo .lowinfo_inner .low04 {
  line-height: 20px;
  margin-top: 7px;
  padding-left: 30px;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .06em;
  color: #343434;
  background: url(../images/common/low_ic_04.png) left center no-repeat;
  background-size: 22px auto;
}

.lowinfo .lowinfo_inner .low05 {
  line-height: 20px;
  margin-top: 7px;
  padding-left: 30px;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .06em;
  color: #343434;
  background: url(../images/common/low_ic_05.png) left center no-repeat;
  background-size: 22px auto;
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* page-catch */
.page-catch {
  /* margin-bottomの値は変更しないでください */
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 40px 20px 42px 30px;
  text-align: center;
  font-family: "Times New Roman", "YuMincho", "Yu Mincho", "游明朝体",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  border: 1px solid #276ebe;
  position: relative;
}

.page-catch::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #276ebe;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  pointer-events: none;
}

.page-catch h2 {
  font-size: 24px;
}

.page-catch p {
  margin-top: 1.5em;
}

/* 見出し */
.ttl-low {
  position: relative;
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 12px 10px 10px 50px;
  font-family: "Times New Roman", "YuMincho", "Yu Mincho", "游明朝体",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
  font-feature-settings: "palt";
}

.ttl-low::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 18px;
  width: 6px;
  height: 84%;
  background-color: #fff;
}

.ttl-low1-1 {
  background:
    url("../images/common/ttl_low_bg.png") repeat top left/10px,
    var(--main-color);
}

.ttl-low1-2 {
  background:
    url("../images/common/ttl_low_bg.png") repeat top left/10px,
    var(--sub-color);
}

.ttl-low1-3 {
  background:
    url("../images/common/ttl_low_bg.png") repeat top left/10px,
    var(--link-color);
}

.ttl-low2 {
  position: relative;
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 10px 0 10px 40px;
  font-family: "Times New Roman", "YuMincho", "Yu Mincho", "游明朝体",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 10px;
  border-left-style: solid;
  font-feature-settings: "palt";
}

.ttl-low2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 2px;
  height: 100%;
}

.ttl-low2-1 {
  color: var(--main-color);
  border-color: var(--main-color);
}

.ttl-low2-1::before {
  background-color: var(--main-color);
}

.ttl-low2-2 {
  color: var(--sub-color);
  border-color: var(--sub-color);
}

.ttl-low2-2::before {
  background-color: var(--sub-color);
}

.ttl-low2-3 {
  color: var(--link-color);
  border-color: var(--link-color);
}

.ttl-low2-3::before {
  background-color: var(--link-color);
}

.ttl-low3 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 10px;
  padding: 12px 1em 10px 1em;
  font-family: "Times New Roman", "YuMincho", "Yu Mincho", "游明朝体",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-top-width: 1px;
  border-top-style: dashed;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

.ttl-low3-1 {
  color: var(--main-color);
}

.ttl-low3-2 {
  color: var(--sub-color);
}

.ttl-low3-3 {
  color: var(--link-color);
}

.ttl-low4 {
  /* ↓変更しないでください */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
  font-family: "Times New Roman", "YuMincho", "Yu Mincho", "游明朝体",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.ttl-low4 > span {
  /* ↓変更しないでください */
  margin: 2.5px 0;
  /* ↑変更しないでください */
}

.ttl-low4 > span:nth-of-type(n + 2) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  width: auto;
  min-width: 0;
  /* ↑変更しないでください */
  padding: 3px 0 1px 0;
}

.ttl-low4 > span:nth-of-type(1) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  /* ↑変更しないでください */
  margin-right: 10px;
  padding: 3px 5px 1px 5px;
  width: auto;
  min-width: 0;
  color: #fff;
}

.ttl-low4-1 > span:nth-of-type(1) {
  background-color: var(--sub-color);
}

.ttl-low4-2 > span:nth-of-type(1) {
  background-color: var(--main-color);
}

.ttl-low4-3 > span:nth-of-type(1) {
  background-color: var(--link-color);
}

.ttl-low5 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 11px 2.4em 14px;
  color: #fff;
  font-family: "Times New Roman", "YuMincho", "Yu Mincho", "游明朝体",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-radius: 100px;
}

.ttl-low5-1 {
  background-color: var(--main-color);
}

.ttl-low5-2 {
  background-color: var(--sub-color);
}

.ttl-low5-3 {
  background-color: var(--link-color);
}

/* コラム */
.colunm {
  padding: 30px 30px 20px;
  background-color: #f9f2f0;
  border: 1px solid #ebc4b9;
}

.colunm .ttl-btn {
  margin-bottom: 20px;
  padding: 7px 30px 5px 90px;
  text-align: center;
  color: #2e2e2e;
  font-family: "Times New Roman", "YuMincho", "Yu Mincho", "游明朝体",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  background-color: #f2cec3;
  position: relative;
}

.colunm .ttl-btn .colum {
  padding: 3px 20px 2px;
  color: #e79780;
  font-family: "San Fransisco", "Helvetica", "Arial", "Yu Gothic Medium",
    "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e79780;
  position: absolute;
  top: -2px;
  left: -14px;
  transform: rotate(-20deg);
}

.colunm .ttl-btn .colum::before {
  content: "";
  position: absolute;
  bottom: -9px;
  right: 19px;
  width: 8px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 2;
}

.colunm .ttl-btn .colum::after {
  content: "";
  position: absolute;
  bottom: -11px;
  right: 19px;
  width: 8px;
  height: 10px;
  background-color: #e79780;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}

.colunm + .colunm {
  background-color: #f9f6f0;
  border: 1px solid #d7c7a7;
}

.colunm + .colunm .ttl-btn {
  background-color: #ebe3d3;
}

.colunm + .colunm .ttl-btn .colum {
  color: #d7c7a7;
  border: 1px solid #d8c8a8;
}

.colunm .ttl-btn .colum::after {
  background-color: #d8c8a8;
}
