
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.0em;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  text-decoration: none;
}

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

blockquote, q {
  quotes: none;
}

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

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

a:focus {
  outline: none;
}

/* because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* ==========================================================================

！このファイルは基本的に編集しないでください。
！headerや見出し等のスタイルはlayout.cssに記述してください。

========================================================================== */
body {
  min-width: 1300px;
  color: #333;
  font-family: 'San Fransisco', 'Helvetica', 'Arial', 'Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* clearfix */
.cf::after {
  display: block;
  content: '';
  clear: both;
}

.clear {
  clear: both;
}

/* fade */
.fade {
  transition: 0.3s ease-in-out;
}

.fade:hover {
  opacity: .5;
}

/* link */
.p-link {
  color: var(--link-color);
  text-decoration: underline;
  margin: 0 1px;
  transition: 0.3s ease-in-out;
}

.p-link:hover {
  opacity: .5;
}

/* font */
.gothic {
  font-family: 'San Fransisco', 'Helvetica', 'Arial', 'Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.mincho {
  font-family: 'Times New Roman', 'Noto Serif JP', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
}

.jost {
  font-family: 'Jost', sans-serif;
}

/* テキスト */
.bold {
  font-weight: bold;
}

.txt130 {
  font-size: 130%;
}

.txt120 {
  font-size: 120%;
}

.txt110 {
  font-size: 110%;
}

.txt90 {
  font-size: 90%;
}

.txt80 {
  font-size: 80%;
}

.or {
  color: #fc9b2a;
}

.re {
  color: #FF373A;
}

i.fa,
i.fas,
i.far {
  margin-right: 5px;
}

.nowrap {
  white-space: nowrap !important;
}

.underline {
  text-decoration: underline;
}

/* 画像 */
.img-border {
  box-sizing: border-box;
  padding: 3px;
  max-width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* object-fit */
.object-fit-img {
  object-fit: contain;
}

.obf-cover {
  object-fit: cover;
}

/* flex */
.flex {
  display: flex;
}

.flex img {
  max-width: 100%;
  height: auto;
}

.fdC {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.justC {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-base {
  align-items: baseline;
}

.fx_grow_1 {
  flex: 1 0 auto;
}

/* align */
.center {
  text-align: center;
}

.alignR {
  text-align: right !important;
}

.alignL {
  text-align: left !important;
}

.vAlignM {
  vertical-align: middle !important;
}

.vAlignT {
  vertical-align: top !important;
}

.vAlignB {
  vertical-align: bottom !important;
}

/* display */
.dispB {
  display: block;
}

.dispI {
  display: inline;
}

.dispFr {
  display: flow-root;
}

/* 余白 */
.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

/* 非表示 */
.pc-none {
  display: none !important;
}


/* ==========================================================================

！このファイルは基本的に編集しないでください。
！headerや見出し等のスタイルはlayout.cssに記述してください。

========================================================================== */
/*
  下層レイアウト
========================================================================== */
.pc-contents {
  margin: 60px auto 180px;
  width: 1200px;
}

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

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

.counseling {
  margin-top: 80px;
}

/*
  common
========================================================================== */
/* comingsoon */
.comingsoon {
  margin: 60px 0 120px 0;
  text-align: center;
  color: red;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
}

/* page-catch */
.page-catch .item + .item {
  margin-top: 20px;
}

.page-catch .item + .case-records-wrap,
.page-catch .case-records-wrap + .case-records-wrap {
  margin-top: 30px;
}

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

.page-catch .pagecatch-ttl {
  display: inline-block;
  padding: 10px 20px 8px;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 4px;
}

.page-catch .img-lst {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0 10px;
}

.page-catch .img-lst li {
  flex: 1 0 0;
}

.page-catch .case-txt {
  letter-spacing: 0;
}

.page-catch .video {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  aspect-ratio: 16 / 9;
}

.page-catch .video iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* テーブル */
.table-nocolor {
  width: 100%;
}

.table-nocolor th {
  text-align: center;
  background-color: #E2E2E2;
  color: #333;
  font-size: 15px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.table-nocolor td {
  background-color: #fff;
  text-align: center;
  padding: 6px 12px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.table-nostyle th {
  padding: 6px 12px;
  vertical-align: middle;
}

.table-nostyle td {
  padding: 6px 12px;
  vertical-align: middle;
}

.tLayoutFixed {
  table-layout: fixed;
}

/* list */
.list-num {
  list-style-type: decimal;
  padding-left: 1.25em;
}

.list-dot li {
  padding-left: 1.25em;
  background: url('../images/responsive/common/disc-png.webp?ver=1785809820') no-repeat left 0.4em;
  background-size: 10px auto;
}

.list-check li {
  padding-left: 1.25em;
  background: url('../images/responsive/common/checkmark-png.webp?ver=1785809820') no-repeat left 0.3em;
  background-size: 12px auto;
}

/* 画像 */
.img-right {
  float: right;
  margin: 0 0 10px 15px;
  max-width: 300px;
}

.img-left {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 300px;
}

.img-column {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(100% * .25 - 24px), 1fr));
  gap: 0 8px;
}

.img-column li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 5px 0;
}

.img-column li .img img {
  width: 100%;
}

.img-column li .caption {
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
}

/* img+textbox */
img.w300 {
  width: 300px;
}

img.w240 {
  width: 240px;
}

img.w120 {
  width: 120px;
}

div.box-img-right {
  width: 100%;
  overflow: hidden;
}

.box-img-right .img {
  margin: 0 0 10px 15px;
  width: 300px;
  float: right;
}

.box-img-right .img.w300 {
  width: 300px;
}

.box-img-right .img.w240 {
  width: 240px;
}

.box-img-right .img.w120 {
  width: 120px;
}

.box-img-right img {
  width: 100%;
  height: auto;
}

div.box-img-left {
  width: 100%;
  overflow: hidden;
}

.box-img-left .img {
  margin: 0 15px 10px 0;
  width: 300px;
  float: left;
}

.box-img-left .img.w300 {
  width: 300px;
}

.box-img-left .img.w240 {
  width: 240px;
}

.box-img-left .img.w120 {
  width: 120px;
}

.box-img-left img {
  width: 100%;
  height: auto;
}

.box-two-column .box-right {
  width: 48%;
  float: right;
}

.box-two-column .box-img-left {
  width: 48%;
  float: left;
}

.box-two-column .box-img-left img {
  width: 100%;
  height: auto;
}

.box-two-column .box-left {
  width: 48%;
  float: left;
}

.box-two-column .box-img-right {
  width: 48%;
  float: right;
}

.box-two-column .box-img-right img {
  width: 100%;
  height: auto;
}

/* 症例画像2枚並び */
.case-records {
  margin-bottom: 10px;
  background: url('../images/responsive/common/arrow01-png.webp?ver=1785809820') no-repeat center calc(50% + 10px);
  background-size: 36px auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 60px;
}

.case-records li {
  max-width: 260px;
  flex: 1 0 0;
}

.case-records li:nth-child(odd) {
  background: url('../images/responsive/common/before-png.webp?ver=1785809821') no-repeat left top;
  background-size: 60px 20px;
  padding-top: 20px;
}

.case-records li:nth-child(even) {
  background: url('../images/responsive/common/after-png.webp?ver=1785809821') no-repeat left top;
  background-size: 60px 20px;
  padding-top: 20px;
}

.case-records li img {
  display: block;
  width: 100%;
}

.case-txt {
  text-align: center;
  font-size: 12px;
}

/* 2枚画像比較 */
.compare {
  background: url('../images/responsive/common/arrow_both-png.webp?ver=1785809822') no-repeat center;
  background-size: 66px auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 80px;
}

.compare li {
  max-width: 260px;
  flex: 1 0 0;
}

.compare li img {
  display: block;
  width: 100%;
}

/* QandA */
.qanda dt {
  box-sizing: border-box;
  margin-bottom: 4px;
  padding: 4px 0 0 34px;
  min-height: 32px;
  font-size: 16px;
  background: url('../images/responsive/common/qicon-png.webp?ver=1785809822') no-repeat left top;
  background-size: 32px auto;
}

.qanda dd {
  box-sizing: border-box;
  margin: 0 0 20px 10px;
  padding: 5px 0 0 36px;
  min-height: 32px;
  background: url('../images/responsive/common/aicon-png.webp?ver=1785809823') no-repeat left top;
  background-size: 32px auto;
}

/* 画像ボタン */
.pagemenu_link {
  margin-bottom: 40px;
}

.pagemenu_link .anchor {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
  gap: 15px 2%;
}

.pagemenu_link .anchor > li {
  box-sizing: border-box;
  border: 1px solid var(--main-color);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.pagemenu_link .anchor > li a {
  box-sizing: border-box;
  padding: 1em;
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  gap: inherit;
}

.pagemenu_link .anchor > li h3 {
  padding: 12px 0 10px;
  text-align: center;
  color: var(--main-color);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  border-top: 1px dashed var(--main-color);
  border-bottom: 1px dashed var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row: 1/2;
}

.pagemenu_link .anchor > li img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  grid-row: 2/3;
}

.pagemenu_link .anchor > li .btn {
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  width: 90%;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background-color: var(--main-color);
  grid-row: 3/4;
}

/*
  staff（院長スタッフ）
========================================================================== */
section.staff {
  margin-bottom: 40px;
}

/* profile */
.staff .staff_profile {
  overflow: hidden;
}

.staff .staff_profile + .staff_profile {
  margin-top: 30px;
}

/* portrait */
.staff .portrait-l {
  margin-right: auto;
  margin-left: auto;
  max-width: 96%;
}

.staff .portrait-s {
  float: right;
  max-width: 300px;
  margin-left: 10px;
  margin-bottom: 10px;
}

/* box */
.staff .staff-box {
  margin-top: 15px;
}

.staff .staff-box > div + div {
  margin-top: 15px;
}

/* hobby */
.staff .staff-hobby {
  max-width: 400px;
}

.staff .staff-hobby .table-nocolor tr th,
.staff .staff-hobby .table-nocolor tr td {
  text-align: left;
}

/* career */
.staff .staff-career .table-nostyle tr th,
.staff .staff-career .table-nostyle tr td {
  vertical-align: top;
  padding: 0;
}

.staff .staff-career .table-nostyle tr:nth-child(n+2) th,
.staff .staff-career .table-nostyle tr:nth-child(n+2) td {
  padding-top: 5px;
}

.staff .staff-career .table-nostyle tr th {
  padding-right: 1em;
  white-space: nowrap;
}

/* certificate */
.staff .staff-certificate {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.staff .staff-certificate li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.staff .staff-certificate li img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.staff .staff-certificate li .txt {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
}

/* book */
.staff .staff-book {
  margin-top: 15px;
}

.staff .staff-book .bookgallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.staff .staff-book .book li,
.staff .staff-book .bookgallery li {
  display: flex;
  gap: 0 10px;
}

.staff .staff-book .book li {
  align-items: center;
}

.staff .staff-book .bookgallery li {
  align-items: flex-start;
}

.staff .staff-book .book li + li {
  margin-top: 10px;
}

.staff .staff-book .book li .img {
  flex: 0 0 180px;
}

.staff .staff-book .bookgallery li .img {
  flex: 1;
}

.staff .staff-book .book li .ttl,
.staff .staff-book .bookgallery li .ttl {
  flex: 1;
}

/* profile gallery */
.staff .staff-profile-gallery {
  margin-top: 20px;
}

.staff .staff-profile-gallery ul {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* code */
/* message */
.staff .staff-code,
.staff .staff-message {
  margin-top: 15px;
}

/* gallery */
.staff .staff-gallery {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

/* photo */
.staff .staff-photo {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
}

.staff .staff-photo li + li {
  margin-top: 10px;
}

/*
  tour（院内ツアー）
========================================================================== */
section.tour {
  margin-bottom: 40px;
}

.tour .tour_item + .tour_item {
  margin-top: 20px;
}

/*
  price（料金表）
========================================================================== */
section.price {
  margin-bottom: 40px;
}

.price .price_item + .price_item {
  margin-top: 30px;
}

/* cleditcard */
.price .cleditcard li {
  float: left;
  margin-right: 8px;
}

.price .cleditcard li img {
  width: auto;
  height: 39px;
}

.price .cleditcard li:last-child {
  margin: 0;
}

/* box-img-left */
.price .box-img-left {
  display: flex;
}

.price .box-img-left .img {
  float: none;
  flex: 1 0 300px;
}

/*
  map_time（地図・診療時間）
========================================================================== */
section.map_time {
  margin-bottom: 40px;
}

/* table-nocolor */
.map_time .table-nocolor th,
.map_time .table-nocolor td {
  padding: 7px 3px 4px;
}

.map_time .table-nocolor thead td {
  background-color: #E2E2E2;
  color: #333;
  border: 1px solid #ccc;
}

.map_time .table-nocolor tbody th {
  background-color: #fff;
  border: 1px solid #ccc;
}

/* tel */
.map_time .tel {
  font-size: 22px;
}

/* table-nostyle */
.map_time .table-nostyle th {
  padding: 6px 0px;
}

/* googlemap */
.map_time .gmap {
  aspect-ratio: 16/9;
}

.map_time .gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/*
  recruit（スタッフ募集）
========================================================================== */
section.recruit {
  margin-bottom: 40px;
}

/* anchor */
.recruit .anchor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.recruit .anchor li a {
  display: block;
  padding: .8em 1em .7em 1em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: var(--sub-color);
  border-radius: 5px;
}

/* table-nocolor */
.recruit .table-nocolor th {
  width: 20%;
}

.recruit .table-nocolor th,
.recruit .table-nocolor td {
  text-align: left;
}

/* tel */
.recruit .tel {
  font-size: 22px;
}

/*
  contact（お問い合わせ）
========================================================================== */
section.contact {
  margin-bottom: 40px;
}

/* tel */
.contact p.tel {
  font-size: 22px;
}

/* table-nocolor */
.contact .table-nocolor th {
  width: 120px;
  text-align: left;
  font-weight: bold;
}

.contact .table-nocolor td {
  text-align: left;
}

/* フォーム */
.contact .form {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.contact .form th {
  padding: 8px 12px;
  width: 140px;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  white-space: nowrap;
}

.contact .form td {
  padding: 10px 15px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
}

.contact .form td p + p:nth-child(n+3) {
  margin-top: 1em;
}

.contact .form th .required {
  color: #C20E11;
  margin-left: 4px;
}

.contact .form input {
  box-sizing: border-box;
  padding: 5px;
  vertical-align: middle;
}

.contact .form td input[type="text"],
.contact .form td input[type="email"],
.contact .form td input[type="tel"],
.contact .form td input[type="number"],
.contact .form td textarea {
  border: solid 1px #ccc;
}

.contact .form td input.name,
.contact .form td input.tel {
  width: 250px;
}

.contact .form td input[type="number"] {
  width: 4em;
}

.contact .form td input.mail {
  width: 400px;
}

.contact .form td .wpcf7-radio {
  display: flex;
}

.contact .form td .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.contact .form td .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 15px;
}

.contact .form td .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  margin-top: .3em;
}

.contact .form td .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 5px;
}

.contact .form td textarea {
  box-sizing: border-box;
  padding: 5px;
  width: 400px;
}

.contact .form-btn {
  margin-top: 20px;
  text-align: center;
}

.contact .form-btn input {
  margin: 0 10px;
  padding: 0 30px;
  line-height: 40px;
  color: #fff;
  background-color: var(--link-color);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.contact .wpcf7 .wpcf7-spinner {
  display: block;
  margin: 5px auto;
}

.contact .wpcf7-not-valid-tip {
  font-size: 12px;
}

.contact .wpcf7-response-output {
  text-align: center;
}

/*
  feature（特徴）
========================================================================== */
section.feature {
  margin-bottom: 40px;
}

/*
  content（診療）
========================================================================== */
section.content {
  margin-bottom: 40px;
}

section.content strong {
  font-weight: bold;
}

section.content p em {
  font-style: italic;
}

section.content p em strong,
section.content p strong em {
  font-weight: bold;
  font-style: italic;
}

section.content p a {
  color: var(--link-color);
  text-decoration: underline;
  margin: 0 1px;
}

section.content img {
  box-sizing: border-box;
}

section.content .item + .item {
  margin-top: 30px;
}

section.content .parts + .parts {
  margin-top: 15px;
}

section.content .parts + h4.parts {
  margin-top: 20px;
}

section.content .center.parts img {
  max-width: 96%;
}

section.content .case-records-wrap + .case-records-wrap,
section.content .case-records-wrap + .compare-wrap,
section.content .compare-wrap + .compare-wrap,
section.content .compare-wrap + .case-records-wrap {
  margin-top: 20px;
}

section.content .video {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  aspect-ratio: 16/9;
}

section.content .video iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* img flow -------------------- */
section.content .img-flow {
  margin-right: auto;
  margin-left: auto;
  max-width: 96%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px 40px;
}

section.content .img-flow li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 10px 0;
}

section.content .img-flow li .img {
  position: relative;
}

section.content .img-flow li .img::after {
  content: '';
  display: block;
  width: 15px;
  aspect-ratio: 1/2;
  background-color: #ccc;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
}

section.content .img-flow li:last-child .img::after {
  display: none;
}

section.content .img-flow li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

section.content .img-flow li p {
  font-size: 12px;
  line-height: 1.3;
}

/* plus img -------------------- */
section.content .plus-img {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  display: flex;
  justify-content: center;
  gap: 0 60px;
  position: relative;
}

section.content .plus-img li {
  flex: 1 0 0;
}

section.content .plus-img li .label {
  padding: .5em 1em .4em 1em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  background-color: var(--main-color);
  border-radius: 4px;
}

section.content .plus-img li .label + .img {
  margin-top: 5px;
}

section.content .plus-img li .img {
  aspect-ratio: 4/3;
}

section.content .plus-img li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.content .plus-img li:nth-child(1) .img {
  position: relative;
}

section.content .plus-img li:nth-child(1) .img::before,
section.content .plus-img li:nth-child(1) .img::after {
  content: '';
  display: block;
  margin: auto;
  width: 6px;
  height: 40px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  right: -33px;
  bottom: 0;
}

section.content .plus-img li:nth-child(1) .img::after {
  transform: rotateZ(90deg);
}

section.content .plus-img li .img + .txt {
  margin-top: 10px;
}

section.content .plus-img li .txt {
  font-size: 13px;
}

/* flow compare -------------------- */
section.content .flow-compare {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  display: flex;
  justify-content: center;
  gap: 0 20px;
}

section.content .flow-compare dl {
  text-align: center;
  flex: 1 0 0;
}

section.content .flow-compare dl dt {
  margin-bottom: 10px;
  padding: .9em 1em .7em 1em;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  background-color: var(--sub-color);
}

section.content .flow-compare dl:last-child dt {
  background-color: var(--main-color);
}

section.content .flow-compare dl dd {
  padding: .5em 1em .4em 1em;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  position: relative;
  border-color: var(--sub-color);
}

section.content .flow-compare dl:last-child dd {
  border-color: var(--main-color);
}

section.content .flow-compare dl dd + dd {
  margin-top: 28px;
}

section.content .flow-compare dl dd::after {
  content: '';
  display: block;
  margin: auto;
  width: 30px;
  height: 14px;
  background-color: #ccc;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
}

section.content .flow-compare dl dd:last-child:after {
  display: none;
}

/* doctor box -------------------- */
section.content .doctor-box .parts + h5 {
  margin-top: 15px;
}

section.content .doctor-box .table-nostyle.career tr th,
section.content .doctor-box .table-nostyle.career tr td {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  vertical-align: top;
}

section.content .doctor-box .table-nostyle.career tr:nth-child(n+2) th,
section.content .doctor-box .table-nostyle.career tr:nth-child(n+2) td {
  padding-top: 5px;
}

section.content .doctor-box .table-nostyle.career tr th {
  padding-right: 1em;
  white-space: nowrap;
}

section.content .doctor-box .certificate {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

section.content .doctor-box .certificate li {
  aspect-ratio: 1/1;
}

section.content .doctor-box .certificate li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.content .doctor-box .bookgallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

section.content .doctor-box .book li,
section.content .doctor-box .bookgallery li {
  display: flex;
  gap: 0 10px;
}

section.content .doctor-box .book li {
  align-items: center;
}

section.content .doctor-box .bookgallery li {
  align-items: flex-start;
}

section.content .doctor-box .book li + li {
  margin-top: 10px;
}

section.content .doctor-box .book li .img {
  flex: 0 0 180px;
}

section.content .doctor-box .bookgallery li .img {
  flex: 1;
}

section.content .doctor-box .book li .ttl {
  flex: 1;
}

section.content .doctor-box .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

section.content .doctor-box .gallery li {
  aspect-ratio: 1600/1067;
}

section.content .doctor-box .gallery li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
  CMS
========================================================================== */
.roop {
  padding-bottom: 80px;
  min-height: 500px;
}

.roop .post {
  background-color: #fff;
  padding: 20px 0 30px;
}

.roop .post_single {
  padding: 0;
}

.roop .post + .post {
  border-top: 1px solid #ccc;
}

.roop .post > a {
  display: flex;
  column-gap: 10px;
}

.roop .post .thumb {
  width: 200px;
  aspect-ratio: 1/1;
}

.roop .post .thumb img {
  width: 100%;
  height: 100%;
}

.roop .post_single .thumb {
  width: auto;
  aspect-ratio: auto;
  margin: 0 auto 5%;
  text-align: center;
}

.roop .post_single .thumb img {
  max-width: 600px;
  max-height: 400px;
  object-fit: contain;
}

.roop .post .txt {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.roop .post .continue {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}

.roop .post .data {
  margin-top: auto;
  font-size: 12px;
  line-height: 1em;
  color: #9E9E9E;
}

.roop .post_single .data {
  margin-bottom: 1em;
}

.roop .post p {
  word-break: break-all;
}

.roop .post p strong {
  font-weight: bold !important;
}

.roop .post p em {
  font-style: italic !important;
}

.roop .post img {
  max-width: 100%;
  height: auto;
}

.roop .post iframe {
  max-width: 600px;
}

.posts-btn {
  text-align: center;
  margin-top: 40px;
}

.posts-btn li {
  display: inline;
  margin-right: 30px;
}

.posts-btn li:first-child:after {
  content: '|';
  margin-left: 30px;
}

.posts-btn a {
  color: var(--link-color);
  text-decoration: underline;
  vertical-align: middle;
}

.posts-btn a i {
  margin: 0 3px;
  font-size: 90%;
  vertical-align: middle;
}

/* サイドバー */
.sidebar {
  margin-bottom: 30px;
}

.sidebar:nth-child(3) {
  margin-bottom: 80px;
}

.sidebar li {
  padding: 0 10px 0 16px;
  background: url('../images/common/icon_h_sidebar.gif?ver=1785807587') left 0.3em top 0.5em no-repeat;
  background-size: 6px 6px;
}

.sidebar li + li {
  margin-top: 5px;
}

.sidebar a {
  text-decoration: underline;
}

/*
  404
========================================================================== */
.error {
  margin: 60px 0 120px;
  text-align: center;
  font-size: 20px;
}


:root {
  --main-color: #39beb5;
  --sub-color: #b6701e;
  --link-color: #ef83a3;
}

/*
  header
========================================================================== */
header {
  position: relative;
  line-height: 1;
  font-feature-settings: "palt";
}

header .header_lead {
  position: absolute;
  padding-top: max(0.714vw, 9px);
  padding-left: max(1.143vw, 14px);
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', Meiryo, sans-serif;
  font-size: max(0.893vw, 11px);
  font-weight: 400;
  letter-spacing: .1em;
  text-shadow: 0 0 max(0.714vw, 9px) #fff, 0 0 max(0.714vw, 9px) #fff, 0 0 max(0.714vw, 9px) #fff, 0 0 max(0.714vw, 9px) #fff, 0 0 max(0.714vw, 9px) #fff, 0 0 max(0.714vw, 9px) #fff, 0 0 max(0.714vw, 9px) #fff, 0 0 max(0.714vw, 9px) #fff;
}

.header_logo {
  position: absolute;
  top: max(3.143vw, 40px);
  left: max(2.286vw, 29px);
  z-index: 1;
}

.header_logo img {
  width: max(22vw, 286px);
}

.header_supplement {
  position: absolute;
  top: max(4.643vw, 60px);
  left: max(17.357vw, 225px);
  width: max(20.714vw, 269px);
  height: max(4.286vw, 55px);
  background: url(../images/responsive/common/header_supplement_bg-png.webp?ver=1785809821) left top no-repeat;
  background-size: cover;
}

.header_supplement p {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', Meiryo, sans-serif;
  font-size: max(1.083vw, 14px);
  font-weight: 400;
  letter-spacing: .06em;
  color: #fff;
}

.header_supplement p:first-of-type {
  padding-top: max(0.286vw, 3px);
  padding-left: max(5.643vw, 73px);
}

.header_supplement p:last-of-type {
  padding-top: max(1.429vw, 18px);
  padding-left: max(7vw, 91px);
}

/** header_fix_btn **/
.header_fix_btn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
  transform: translateY(-50%);
}

.header_fix_btn a {
  display: block;
}

.header_fix_btn a + a {
  margin-top: max(0.286vw, 3px);
}

.header_fix_btn a img {
  width: max(5.714vw, 74px);
}

.header_fix_btn a.monitor {
    aspect-ratio: 160 / 280;
    display: flex;
		flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #ef83a3;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    font-size:max(1vw,13px);
		position: relative;
}
.header_fix_btn a i.fa{
	font-size: 220%;
  margin: 0 0 0.3em;
}
.header_fix_btn a.monitor:after {
	position: absolute;
	content: "";
	right: 0.35em;
  bottom: 0.35em;
	aspect-ratio: 1/1;
	clip-path: polygon(100% 0,100% 100%,0 100%);
	background-color: #fff;
	width: 0.8em;
}

.header_fix_btn_low {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}

.header_fix_btn_low .tel {
  width: max(17.5vw, 227px);
  margin-right: max(1.214vw, 15px);
}

.header_fix_btn_low .tel span {
  display: block;
  text-align: center;
}

.header_fix_btn_low .tel span:nth-of-type(1) {
  padding: max(1.286vw, 16px) 0 max(0.857vw, 11px) max(2.143vw, 27px);
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', Meiryo, sans-serif;
  font-size: max(1.191vw, 15px);
  font-weight: 400;
  border-bottom: #444 1px solid;
  background: url(../images/responsive/common/header_fix_btn_low_tel-png.webp?ver=1785809816) left 11px bottom 8px no-repeat;
  background-size: max(1.429vw, 18px);
}

.header_fix_btn_low .tel span:nth-of-type(2) {
  margin-top: max(0.857vw, 11px);
  font-family: 'Times New Roman', Times, serif;
  font-size: max(2.381vw, 30px);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.05em;
}

.header_fix_btn_low div {
  font-size: 0;
}

.header_fix_btn_low div a img {
  width: max(8.571vw, 111px);
}

/*
  gnav
========================================================================== */
.gnav {
  width: 100%;
  line-height: 1;
  font-feature-settings: "palt";
}

.gnav ul {
  position: relative;
  display: flex;
  justify-content: center;
  width: 96%;
  margin: max(3.071vw, 39px) auto 0;
}

.gnav ul li {
  border-right: #333 solid 1px;
	width: 100%;
}

.gnav ul li:first-of-type {
  border-left: #2e2e2e solid 1px;
}

.gnav ul li a {
  display: block;
  padding: max(0.714vw, 9px) 0 max(0.571vw, 7px);
  text-align: center;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', Meiryo, sans-serif;
  font-size: max(1.071vw, 13px);
  font-weight: 400;
  letter-spacing: .1em;
}

.gnav ul li:first-of-type a {
  font-size: max(1.143vw, 14px);
}

.gnav li a span {
  display: block;
  margin-top: max(0.714vw, 9px);
  font-family: 'Roboto', Arial, sans-serif;
  font-size: max(1.071vw, 13px);
  font-weight: 300;
  color: #ccc;
  letter-spacing: .1em;
}

/*
  footer
========================================================================== */
footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  margin-top: max(5vw, 65px);
  background: url(../images/responsive/common/footer_bg-jpg-1440w.webp?ver=1785809845) left top no-repeat;
  background-size: cover;
  font-feature-settings: "palt";
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #e2a0b3;
  mix-blend-mode: multiply;
}

.ft_left {
  width: 50%;
  padding: max(3.643vw, 47px) max(3.571vw, 46px) 0 max(7.143vw, 92px);
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', 'YuMincho', serif;
  font-weight: 400;
}

.ft_right {
  width: 50%;
  padding: max(5vw, 65px) 0 0 max(3.571vw, 46px);
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', Meiryo, sans-serif;
  font-weight: 400;
  color: #fff;
}

.ft_logo img {
  width: max(34.429vw, 447px);
}

.ft_info {
  display: flex;
  justify-content: space-between;
  margin-top: max(2.929vw, 38px);
}

.ft_info .btn {
  position: relative;
  display: block;
  width: max(17.857vw, 232px);
  height: max(5.714vw, 74px);
  line-height: max(5.714vw, 74px);
  padding-left: max(4.571vw, 59px);
  font-size: max(1.488vw, 19px);
  letter-spacing: .05em;
  color: #fff;
  text-decoration: none;
  background: #f29cb5 url(../images/responsive/common/footer_icon_web-png.webp?ver=1785809816) left max(1.286vw, 16px) center no-repeat;
  background-size: max(2.214vw, 28px) auto;
}

.ft_info .btn::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: max(0.714vw, 9px);
  aspect-ratio: 1 / 1;
  right: max(0.429vw, 5px);
  bottom: max(0.429vw, 5px);
  background-color: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.ft_info .tel {
  width: max(20vw, 260px);
  height: max(5.786vw, 75px);
  padding-top: max(0.714vw, 9px);
  text-align: center;
  font-size: max(1.205vw, 15px);
  letter-spacing: .08em;
  border-top: #333 solid 1px;
  border-bottom: #333 solid 1px;
}

.ft_info .tel span {
  display: block;
  margin-top: max(0.571vw, 7px);
  padding-left: max(2.143vw, 27px);
  font-size: max(2.381vw, 30px);
  letter-spacing: .05em;
  background: url(../images/responsive/common/footer_icon_tel-png.webp?ver=1785809816) left max(1.071vw, 13px) top max(0.571vw, 7px) no-repeat;
  background-size: max(1.357vw, 17px) auto;
}

.ft_access {
  margin-top: max(1.929vw, 25px);
}

.ft_access p {
  min-height: max(5vw, 65px);
  line-height: 1.6;
  padding-left: max(6.286vw, 81px);
  font-size: max(1.191vw, 15px);
  letter-spacing: .1em;
}

.ft_access .address {
  padding-top: max(0.714vw, 9px);
  background: url(../images/responsive/common/footer_icon_address-png.webp?ver=1785809817) left top no-repeat;
  background-size: max(5vw, 65px);
}

.ft_access .traffic {
  margin-top: max(1.643vw, 21px);
  background: url(../images/responsive/common/footer_icon_access-png.webp?ver=1785809817) left top no-repeat;
  background-size: max(5vw, 65px);
}

.ft_access .traffic span {
  display: block;
}

.ft_bnr {
  width: 100%;
  margin-top: max(2.143vw, 27px);
}

.ft_sns {
  position: relative;
  margin-right: max(7.143vw, 92px);
  text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: max(0.857vw, 11px);
}

.ft_sns a {
  display: inline-block;
  width: max(5vw, 65px);
}

.ft_sns img {
  aspect-ratio: 1 / 1;
}

.ft_sns .btn{
  display:inline-flex;
  width: 12em;
  height:max(4.000vw, 52.000px);
  justify-content:center;
  align-items:center;
  text-align:center;
  background-color: #fff;
  color: #f29cb5;
  font-size: max(0.952vw, 12px);
  line-height: 1.5;
  letter-spacing: 0.16em;
  vertical-align: top;
	position: relative;
	margin-right:0.8em;
  margin-left: 0;
}
.ft_sns .btn:after{
	position: absolute;
	content: "";
	width: 0.7em;
	height: 0.7em;
	right: 0.3em;
	bottom: 0.3em;
	background-color: #f29cb5;
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.ft_sns .btn span{
	font-weight: 500;
}
.ft_timetable {
  position: relative;
  margin-top: max(3.429vw, 44px);
  margin-right: max(7.143vw, 92px);
}

.ft_timetable table {
  width: 100%;
  table-layout: fixed;
  border-top: #fff solid 1px;
  border-bottom: #fff solid 1px;
}

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

.ft_timetable table thead th {
  width: max(12.571vw, 163px);
  padding: max(0.857vw, 11px) 0;
  font-size: max(1.413vw, 18px);
  letter-spacing: .05em;
  border-bottom: #fff solid 1px;
}

.ft_timetable table thead td {
  padding: max(0.857vw, 11px) max(1vw, 13px);
  font-size: max(1.413vw, 18px);
  border-bottom: #fff solid 1px;
}

.ft_timetable table tbody th {
  padding: max(0.857vw, 11px) 0;
  font-size: max(1.361vw, 17px);
  letter-spacing: .1em;
  white-space: nowrap;
  border-bottom: #fff solid 1px;
}

.ft_timetable table tbody th span {
  display: block;
  margin-top: max(0.571vw, 7px);
  font-size: max(1vw, 13px);
}

.ft_timetable table tbody td {
  padding: max(0.857vw, 11px) 0;
  font-size: max(1.143vw, 14px);
  border-bottom: #fff solid 1px;
}

.ft_timetable ul {
  margin-top: max(0.5vw, 6px);
  text-align: right;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', Meiryo, sans-serif;
  font-size: max(1.041vw, 13px);
  letter-spacing: .05em;
  color: #fff;
}

.ft_nav {
  position: relative;
}

.ft_nav nav {
  margin-top: max(2.5vw, 32px);
}

.ft_nav nav:not(:first-of-type) {
  display: flex;
  flex-wrap: wrap;
}

.ft_nav dt {
  margin-bottom: max(0.714vw, 9px);
  font-size: max(0.952vw, 12px);
  letter-spacing: .05em;
}

.ft_nav ul.flex {
  display: flex;
  flex-wrap: wrap;
  max-width: max(28.571vw, 371px);
}

.ft_nav ul li {
  position: relative;
  padding-left: 1em;
}

.ft_nav ul.flex li {
  width: 50%;
}

.ft_nav ul li::before {
  content: "▶";
  position: absolute;
  top: 1.35em;
  left: 0;
  display: block;
  font-size: max(0.594vw, 7px);
}

.ft_nav ul li a {
  line-height: 2.19;
  font-size: max(0.952vw, 12px);
  letter-spacing: .05em;
  white-space: nowrap;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: max(0.5vw, 6px);
  text-decoration-color: #fff;
}

footer .clinic_lst {
  margin: 6em auto 10em;
  width: max(85.71svw, 1114.29px);
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', Meiryo, sans-serif;
  position: relative;
}

footer .clinic_lst .ttl {
  padding: .4em 0;
  text-align: center;
  color: #fff;
  font-size: max(1.14svw, 14.86px);
  line-height: 1;
  letter-spacing: .1em;
  background-color: #e5396b;
}

footer .clinic_lst .ttl2 {
  margin-top: max(2.14svw, 27.86px);
  padding: .4em 0;
  text-align: center;
  color: #fff;
  line-height: 1;
  letter-spacing: .1em;
  background-color: #e5396b;
  border-radius: 100px;
}

footer .clinic_lst ul {
  margin-top: max(0.71svw, 9.29px);
  gap: max(1.43svw, 18.57px);
}

footer .clinic_lst ul:nth-of-type(1) {
  display: flex;
  justify-content: center;
}

footer .clinic_lst ul:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

footer .clinic_lst ul:nth-of-type(1) li {
  width: max(20.36svw, 264.64px);
}

footer .clinic_lst ul li a.bnr,
footer .clinic_lst ul li a.bnr2 {
  margin-top: 0;
  display: block;
  background-color: #fff;
  border: 1px solid #cbcbcb;
}

footer .clinic_lst ul li a.bnr {
  display: flex;
  align-items: center;
}

footer .clinic_lst ul li a.bnr img {
  width: max(7.14svw, 92.86px);
}

footer .clinic_lst ul li a.bnr span {
  padding: 2px max(0.71svw, 9.29px) 0;
  flex: 1 0 auto;
  color: #404040;
}

footer .clinic_lst ul li a.bnr2 img {
  display: block;
}

.humanity_logo {
  position: absolute;
  right: max(3.143vw, 40px);
  bottom: max(1.357vw, 17px);
}

.humanity_logo img {
  width: max(8.286vw, 107px);
}

.copyright {
  position: absolute;
  bottom: max(1.786vw, 23px);
  width: 100%;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', Meiryo, sans-serif;
  font-size: max(1.143vw, 14px);
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: max(2.143vw, 27px);
  right: max(0.714vw, 9px);
  z-index: 1000;
  cursor: pointer;
}

.pagetop img {
  width: max(5.643vw, 73px);
}

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

/*
  sidemenu / sidebanner
========================================================================== */
.sidemenu {
  position: relative;
  width: 300px;
  padding: 35px 20px 27px;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', Meiryo, sans-serif;
  background-color: #eef9f8;
}

.sidemenu h2 {
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 41.67px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #444;
  line-height: 1;
}

.sidemenu h3 {
  margin-top: 18px;
  padding: 5px 0;
  text-align: center;
  font-size: 16.67px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #48c0b1;
}

.sidemenu p {
  margin-top: 20px;
  padding: 0 0 10px 10px;
  font-size: 16.67px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #48c0b1;
  border-bottom: #48c0b1 solid 2px;
}

.sidemenu ul + p {
  margin-top: 50px;
}

.sidemenu a {
  position: relative;
  display: block;
  padding: 18px 0 13px 30px;
  font-size: 16px;
  font-weight: 400px;
  letter-spacing: .1em;
  white-space: nowrap;
  color: #333;
  border-bottom: #000 dashed 1px;
}

.sidemenu a::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  aspect-ratio: 1 / 1;
  left: 9px;
  top: 28px;
  border-bottom: 1px solid #787979;
  border-right: 1px solid #787979;
  transform: rotate(-45deg);
}

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

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

/*
  lowinfo
========================================================================== */
.lowinfo {
  height: 460px;
  line-height: 1;
  margin-top: 20px;
  padding-top: 28px;
  padding-left: 28px;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', Meiryo, sans-serif;
  background: url(../images/responsive/common/lowinfo_bg-jpg-1440w.webp?ver=1785809826) center top no-repeat;
  background-size: cover;
  font-feature-settings: "palt";
}

.lowinfo .logo img {
  width: 425px;
}

.lowinfo ul {
  display: flex;
  margin-top: 35px;
}

.lowinfo li a {
  display: block;
  width: 210px;
  height: 65px;
  line-height: 65px;
  padding-left: 85px;
  font-size: 20.85px;
  font-weight: 400;
  letter-spacing: .05em;
  color: #fff;
}

.lowinfo li:nth-of-type(1) a {
  background: url(../images/responsive/common/lowinfo_btn01-png.webp?ver=1785809819) center top no-repeat;
  background-size: cover;
}

.lowinfo li:nth-of-type(2) a {
  background: url(../images/responsive/common/lowinfo_btn02-png.webp?ver=1785809820) center top no-repeat;
  background-size: cover;
}

.lowinfo .lowinfo_tel {
  width: 420px;
  margin-top: 25px;
  text-align: center;
}

.lowinfo .lowinfo_tel span {
  display: block;
}

.lowinfo .lowinfo_tel span:nth-of-type(1) {
  font-size: 16.67px;
  font-weight: 400;
  letter-spacing: .1em;
}

.lowinfo .lowinfo_tel span:nth-of-type(2) {
  margin-top: 8px;
  padding: 7px 0 5px 35px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  font-size: 37.5px;
  letter-spacing: 0.07em;
  border-top: #333 1px solid;
  border-bottom: #333 1px solid;
  background: url(../images/responsive/common/lowinfo_tel-png.webp?ver=1785809818) left 79px top 15px no-repeat;
  background-size: 23px auto;
}

.lowinfo_info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 15px;
  width: 445px;
  margin-top: 25px;
  margin-left: 5px;
}

.lowinfo_info p {
  min-height: 19px;
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', 'YuMincho', serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .05em;
  color: #4b4b4b;
}

.lowinfo_info p em {
  font-style: normal !important;
  color: #7d6451;
}

.lowinfo_info p:nth-of-type(1) {
  padding-left: 25px;
  background: url(../images/responsive/common/lowinfo_icon_train-png.webp?ver=1785809818) left center no-repeat;
  background-size: 13px auto;
}

.lowinfo_info p:nth-of-type(2) {
  padding-left: 30px;
  background: url(../images/responsive/common/lowinfo_icon_info-png.webp?ver=1785809818) left center no-repeat;
  background-size: 19px auto;
}

.lowinfo_info p:nth-of-type(3) {
  padding-left: 25px;
  background: url(../images/responsive/common/lowinfo_icon_time-png.webp?ver=1785809818) left center no-repeat;
  background-size: 16px auto;
}

/*
  monitor
========================================================================== */
.low_monitor {
  position: relative;
  width: 800px;
  height: 236px;
  line-height: 1;
  margin-bottom: 50px;
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', 'YuMincho', serif;
  font-weight: 400;
}

.low_monitor a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/responsive/top/monitor_bg-png.webp?ver=1785809577) center top no-repeat;
  background-size: 100% auto;
}

.low_monitor .lead {
  padding-top: 68px;
  margin-left: 430px;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: .12em;
  color: #fff;
}

.low_monitor .lead span {
  position: absolute;
	top: 33px;
  left: 263px;
  line-height: 1.27;
  padding-left: 2px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .05em;
  color: #eb8c0b;
  transform: rotate(-10deg);
}

.low_monitor .lead span em {
  font-weight: 500;
  font-size: 26px;
  font-style: normal !important;
}

.low_monitor h2 {
  margin-top: 48px;
  margin-left: 276px;
  font-weight: 400;
  font-size: 47px;
  letter-spacing: .05em;
  color: #ed9216;
}

.low_monitor h2 span {
  font-size: 34px;
}

.low_monitor .eligible {
  display: flex;
  margin-top: 20px;
  margin-left: 234px;
}

.low_monitor .eligible p {
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .1em;
  color: #ed9216;
  border-bottom: #ed9216 solid 1px;
}

.low_monitor .eligible ul {
  display: flex;
  column-gap: 18px;
  margin-left: 20px;
}

.low_monitor .eligible ul li {
  padding-left: 17px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .1em;
  background: url(../images/responsive/top/monitor_check-png.webp?ver=1785809708) left center no-repeat;
  background-size: 13px auto;
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* page-catch */
.page-catch {
  /* margin-bottomは固定値 */
  position: relative;
  margin-right: 10px;
  margin-bottom: 40px;
  padding: 55px 30px 40px 30px;
  text-align: center;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', Meiryo, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .1em;
  color: #282828;
  border: #39beb5 solid 1px;
}

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

/* 見出し */
.ttl-low {
  /* margin-bottomは固定値 */
  position: relative;
  margin-bottom: 20px;
  padding: 0.55em 2.5em;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', Meiryo, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  color: #fffdfc;
}

.ttl-low::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 0;
  width: 6px;
  height: calc(100% - 11px);
  background-color: #FFF;
}

.ttl-low1-1 {
  background: url(../images/responsive/common/ttl-low1-1_bg-png.webp?ver=1785809819) left top repeat;
}

.ttl-low1-2 {
  background: url(../images/responsive/common/ttl-low1-2_bg-png.webp?ver=1785809819) left top repeat;
}

.ttl-low1-3 {
  background: url(../images/responsive/common/ttl-low1-3_bg-png.webp?ver=1785809819) left top repeat;
}

.ttl-low2 {
  /* margin-bottomは固定値 */
  position: relative;
  margin-bottom: 20px;
  padding: 0.55em 1em 0.55em 2.5em;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', Meiryo, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  border-bottom-width: 1px;
  border-left-width: 10px;
  border-style: solid;
}

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

.ttl-low2-1 {
  color: #39beb5;
}

.ttl-low2-1::before {
  background-color: #39beb5;
}

.ttl-low2-2 {
  color: #b6701e;
}

.ttl-low2-2::before {
  background-color: #b6701e;
}

.ttl-low2-3 {
  color: #ef83a3;
}

.ttl-low2-3::before {
  background-color: #ef83a3;
}

.ttl-low3 {
  /* margin-bottomは固定値 */
  margin-bottom: 20px;
  padding: 0.55em 2.5em;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', Meiryo, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  border-top: 1px dashed;
  border-bottom: 1px dashed;
}

.ttl-low3-1 {
  color: #39beb5;
}

.ttl-low3-2 {
  color: #b6701e;
}

.ttl-low3-3 {
  color: #ef83a3;
}

.ttl-low4 {
  /* margin-bottomは固定値 */
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', Meiryo, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: .1em;
  color: #2e2e2e;
  font-feature-settings: "palt";
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 13px;
}

.ttl-low4 > span:first-of-type {
  padding: 0.25em 0.6em 0.2em;
  color: #fff;
}

.ttl-low4 > span:nth-of-type(n+2) {
  flex: 1;
}

.ttl-low4-1 > span:first-of-type {
  background-color: #39beb5;
}

.ttl-low4-2 > span:first-of-type {
  background-color: #b6701e;
}

.ttl-low4-3 > span:first-of-type {
  background-color: #ef83a3;
}

.ttl-low5 {
  /* margin-bottomは固定値 */
  margin-bottom: 20px;
  padding: 0.6em 2.7em;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', Meiryo, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .1em;
  color: #fff;
  border-radius: 100px;
}

.ttl-low5-1 {
  background-color: #39beb5;
}

.ttl-low5-2 {
  background-color: #b6701e;
}

.ttl-low5-3 {
  background-color: #ef83a3;
}

/* コラム */
.colunm {
  padding: 30px;
}

.colunm .ttl-btn {
  position: relative;
  margin-bottom: 1px;
  padding: 10px 30px 10px 90px;
  text-align: center;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
}

.colunm .ttl-btn .colum {
  position: absolute;
  top: -4px;
  left: -14px;
  padding: 2px 18px 3px;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', Meiryo, sans-serif;
  font-size: 16.5px;
  letter-spacing: 0.1em;
  background: #fff;
  transform: rotate(-20deg);
}

.colunm .ttl-btn .colum::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 14%;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
  border-width: 10px 5px 0 5px;
  z-index: 2;
}

.colunm {
  background: #fefcf0;
  border: #9fb98b solid 1px;
}

.colunm .ttl-btn {
  background-color: #9fb98b;
}

.colunm .ttl-btn .colum {
  color: #9fb98b;
  border: #9fb98b solid 1px
}

.colunm + .column {
  background: #fdf9f2;
  border: #7eadc6 solid 1px;
}

.colunm + .column .ttl-btn {
  background-color: #7eadc6;
}

.colunm + .column .ttl-btn .colum {
  color: #7eadc6;
  border: #7eadc6 solid 1px
}

