@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
}

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

table,
td,
th {
  border: 1px solid #333;
}

html {
  font-size: 100%;
  background-color: #fff;
  word-break: break-word;
}

body {
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;
  font: normal normal normal 14px/1.6 sans-serif;
  background-color: #fff;
}

a,
a:active,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

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

audio,
canvas,
iframe,
img,
svg,
progress,
video {
  display: inline-block;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

textarea {
  resize: vertical;
}

input,
select {
  vertical-align: middle;
}

button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

img {
  max-inline-size: 100%;
  height: auto;
}

body.error404 {
  background-color: #121212;
  user-select: none;
}

.text404 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #ccc;
  text-align: center;
  font-family: sans-serif;
  white-space: nowrap;
}
.text404 strong {
  font-size: 80px;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
  text-indent: -0.08em;
}
@media (max-width: 600px) {
  .text404 strong {
    font-size: 45px;
  }
}
.text404 p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.text404 a,
.text404 a:link {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.2;
  white-space: normal;
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  width: auto;
  padding: 0 1.5em;
  background-color: #333 !important;
  color: #ccc !important;
  transition: 0.2s;
  border-radius: 100em;
  overflow: hidden;
  font-weight: normal;
}
.text404 a:hover,
.text404 a:link:hover {
  color: #333 !important;
  background-color: #ccc !important;
  text-decoration: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* --------------------------------------------------------- */
/* mixin */
/* --------------------------------------------------------- */
:root {
  --font-color: #304130;
  --main-color: #06AE7A;
  --btn-color: #029769;
  --accent-color: #e33737;
  --accent-hover-color: #cb2e2e;
  --border-color: #F2F2F2;
  --bg-color: #F5F8F7;
  --bg3-color: #EFEFEF;
  --annotation-color: #C9C9C9;
  --link-color: #1c8efd;
  --white-color: #ffffff;
  --top-height: 156.39px;
}
@media (max-width: 1100px) {
  :root {
    --top-height: 148.39px;
  }
}
@media (max-width: 1000px) {
  :root {
    --top-height: 98px;
  }
}
@media (max-width: 767px) {
  :root {
    --top-height: 74.02px;
  }
}

html {
  overflow-x: hidden;
}

body {
  color: var(--font-color);
  background-color: var(--bg-color);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    padding-bottom: calc(constant(safe-area-inset-bottom) + var(--sp-site-bottom-height));
    padding-bottom: calc(env(safe-area-inset-bottom) + var(--sp-site-bottom-height));
  }
}

body.home .site-bottom {
  transform: translateY(101%);
  transition: 0.6s;
}
body.home.site_bottom_show .site-bottom {
  transform: translateY(0%);
}

.inner {
  width: 1115px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
  --inner-width02: 840px;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.hasbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}
.hasbg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}

svg {
  width: 1em;
  min-width: 1em;
  height: 1em;
}

.btn-anchor {
  text-align: center;
  margin-top: 16px;
  display: block;
  text-decoration: underline !important;
  font-size: 1.7714em;
}

@media (max-width: 767px) {
  .btn-anchor {
    font-size: 18px;
  }
}
.display-none {
  display: none !important;
}

.announce {
  text-align: center;
  background: #d7534e;
}
.announce a {
  color: #fff;
  padding: 10px;
  text-decoration: underline;
  display: block;
}
@media (max-width: 767px) {
  .announce a {
    font-size: 12px;
  }
}
.announce a img {
  margin-right: 8px;
  top: 2px;
  position: relative;
}

.announce-news {
  padding: 6px 10px;
  display: block;
  border-radius: 6px;
  background: #d7534e;
  color: #fff !important;
  margin-top: 20px;
  position: relative;
  padding-left: 36px;
}
.announce-news img {
  top: 12px;
  position: absolute;
  left: 12px;
}

/* ========================================================= */
.site-header {
  padding: 24px 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
.site-header .left {
  display: grid;
  gap: 16px;
  color: #888888;
  margin-bottom: -10px;
}
.site-header .left .tt {
  font-size: 12px;
  font-weight: 400;
}
.site-header .logo {
  position: relative;
  transition: 0.2s;
}
.site-header .logo:hover {
  transform: translate(0px, 4px);
}
.site-header .logo .white {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.site-header .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 28px;
}
.site-header .links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-header .links a {
  text-decoration: none !important;
}
.site-header .tel {
  display: flex;
  align-items: center;
  gap: 7px;
}
.site-header .tel .ico {
  color: var(--main-color);
  font-size: 28px;
  display: flex;
  align-items: center;
}
.site-header .tel .txt {
  display: flex;
  align-items: center;
  gap: 9px;
}
.site-header .tel .num {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: var(--main-color);
  font-size: 32px;
}
.site-header .tel .time {
  font-size: 12px;
  line-height: 1.4;
}
.site-header .tel .time span {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.site-header .web {
  display: flex;
  align-items: center;
  background-color: var(--accent-color);
  color: #fff;
  padding: 12px 28px;
  gap: 10px;
  border-radius: 100px;
  transition: background 0.3s;
  font-size: 12px;
  font-family: "Lato", "Zen Maru Gothic";
  font-style: normal;
}
.site-header .web .ico {
  font-size: 2.3335em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .web .txt {
  font-weight: 700;
  line-height: 1.3;
}
.site-header .web .tt {
  font-size: 1.5em;
}
.site-header .web .arrow {
  margin-left: 7px;
}
@media (pointer: fine) {
  .site-header .web:hover {
    background-color: var(--accent-hover-color);
  }
}
@media (max-width: 1300px) {
  .site-header {
    padding: 24px 30px;
  }
}
@media (max-width: 1100px) {
  .site-header .right {
    gap: 20px;
  }
}
@media (max-width: 1000px) {
  .site-header {
    padding: 20px;
    align-items: center;
  }
  .site-header .left {
    gap: 5px;
  }
  .site-header .left .tt {
    font-size: 8px;
  }
  .site-header .logo {
    width: 200px;
    max-width: 100%;
  }
  .site-header .tel {
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 14px;
    border-radius: 100px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
  }
  .site-header .tel .ico {
    font-size: 15px;
    color: #fff;
  }
  .site-header .tel .txt {
    display: block;
    text-align: center;
    line-height: 1;
  }
  .site-header .tel .num {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
  }
  .site-header .tel .time {
    font-size: 8px;
  }
  .site-header .tel .time br {
    display: none;
  }
  .site-header .tel .time span {
    font-size: 10px;
  }
}
@media (max-width: 1000px) and (pointer: fine) {
  .site-header .tel:hover {
    background-color: #74C0F0;
  }
}
@media (max-width: 1000px) {
  .site-header .web {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .site-header {
    padding: 12px 20px;
    height: var(--top-height);
  }
  .site-header .links {
    gap: 8px;
  }
  .site-header .web {
    display: none;
  }
}
@media (max-width: 400px) {
  .site-header .tel {
    display: none !important;
  }
}

.head-nav {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.head-nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
}
.head-nav li {
  display: grid;
  align-items: center;
  white-space: nowrap;
}
.head-nav li a {
  transition: 0.3s;
}
@media (pointer: fine) {
  .head-nav li a:hover {
    color: var(--main-color);
  }
}
.head-nav li > a {
  height: 100%;
  display: flex;
  align-items: center;
}
.head-nav a {
  text-decoration: none !important;
}
.head-nav .has-sub {
  position: relative;
}
.head-nav .has-sub .ico {
  margin-left: 5px;
  display: grid;
  align-items: center;
  font-size: 0.6em;
  transition: 0.3s;
  transform-origin: center center;
}
.head-nav .has-sub:hover .ico {
  transform: rotate(-180deg);
}
.head-nav .has-sub:hover .sub-ul {
  opacity: 1;
  pointer-events: auto;
}
@media (pointer: fine) {
  .head-nav .has-sub:hover > a {
    color: var(--main-color);
  }
}
.head-nav .sub-ul {
  position: absolute;
  padding: 20px 25px;
  border-radius: 20px;
  bottom: 0;
  left: 50%;
  display: block;
  background-color: var(--bg-color);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 100%);
  transition: 0.3s;
  display: flex;
  gap: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}
.head-nav .sub-li {
  width: 180px;
  display: block;
}
@media (pointer: fine) {
  .head-nav .sub-li:hover img {
    transform: scale(1.1);
  }
}
.head-nav .sub-li .img {
  aspect-ratio: 180/108;
  border-radius: 6px;
  background-color: var(--bg-color);
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
.head-nav .sub-li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  transition: 0.3s;
  transform-origin: center center;
}
@media (max-width: 1100px) {
  .head-nav ul {
    gap: 20px;
  }
}
@media (max-width: 1000px) {
  .head-nav {
    display: none;
  }
}
.site_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  width: 58px;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: var(--font-color);
}
.site_menu span {
  width: 12px;
  height: 1px;
  background-color: #fff;
  margin: 3px 0;
  transform-origin: center center;
  transition: 0.3s;
  display: inline-block;
}
@media (max-width: 767px) {
  .site_menu {
    width: 44px;
  }
}

.site-head-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 400;
  padding: 10px 30px;
  transform: translateY(-100%);
  transition: 0.9s;
}
.site-head-fixed.show {
  transform: translateY(0);
  opacity: 1;
}
.site-head-fixed .left {
  display: grid;
  gap: 5px;
  color: #888888;
  margin-bottom: -10px;
}
.site-head-fixed .left .tt {
  display: none;
  font-size: 8px;
}
.site-head-fixed .wrapper {
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 30px;
  gap: 20px;
}
.site-head-fixed .right {
  display: flex;
  gap: 24px;
}
.site-head-fixed .web {
  display: flex;
  align-items: center;
  background-color: var(--accent-color);
  color: #fff;
  padding: 9px 16px;
  gap: 10px;
  border-radius: 100px;
  transition: background 0.3s;
  text-decoration: none !important;
  white-space: nowrap;
  font-size: 12px;
}
.site-head-fixed .web .ico {
  font-size: 2.3335em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-head-fixed .web .txt {
  font-weight: 700;
  line-height: 1.3;
}
.site-head-fixed .web .tt {
  font-size: 1.5em;
}
.site-head-fixed .web .arrow {
  margin-left: 7px;
}
@media (pointer: fine) {
  .site-head-fixed .web:hover {
    background-color: var(--accent-hover-color);
  }
}
.site-head-fixed .head-nav {
  display: flex;
}
@media (max-width: 1300px) {
  .site-head-fixed {
    padding: 10px 10px;
  }
  .site-head-fixed .wrapper {
    padding: 14px 20px;
  }
  .site-head-fixed .right {
    gap: 20px;
  }
  .site-head-fixed .head-nav {
    font-size: 12px;
  }
  .site-head-fixed .head-nav ul {
    gap: 20px;
  }
  .site-head-fixed .web .txt {
    font-size: 10px;
  }
}
@media (max-width: 1100px) {
  .site-head-fixed .head-nav {
    display: none;
  }
}
@media (max-width: 1000px) {
  .site-head-fixed {
    padding: 10px 10px;
  }
  .site-head-fixed .wrapper {
    padding: 10px 10px;
  }
  .site-head-fixed .logo {
    width: 200px;
    max-width: 100%;
  }
  .site-head-fixed .right {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .site-head-fixed {
    padding: 0px;
    height: var(--top-height);
  }
  .site-head-fixed .wrapper {
    align-items: center;
    border-radius: 0;
    padding: 12px 20px;
    height: 100%;
  }
  .site-head-fixed .left {
    margin-bottom: -10px;
  }
  .site-head-fixed .left .tt {
    display: block;
  }
  .site-head-fixed .web {
    display: none;
  }
}

/* ------------------------------------------- */
.site-footer {
  background-color: #262c29;
  color: #fff;
  padding: 60px 0 100px;
}
.site-footer .grid {
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 30px;
  padding: 0;
}
.site-footer .grid .div1 {
  grid-area: 1/1/2/2;
}
.site-footer .grid .div2 {
  grid-area: 2/1/3/2;
}
.site-footer .grid .div3 {
  grid-area: 1/2/3/3;
}
.site-footer .grid .div4 {
  grid-area: 1/3/3/4;
}
.site-footer .nav a {
  text-decoration: none !important;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .site-footer .nav a {
    font-size: 11px;
  }
}
@media (pointer: fine) {
  .site-footer .nav a:hover {
    opacity: 0.8;
  }
}
.site-footer ul {
  list-style: none;
}
.site-footer .ul {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  display: grid;
  gap: 35px 0px;
}
.site-footer .ul > li > a {
  font-weight: 600;
  font-size: 16px;
}
.site-footer .ul2 {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}
.site-footer .ul2.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.site-footer .sns {
  margin-top: 10px;
  display: flex;
  gap: 20px;
  font-size: 18px;
  line-height: 1;
}
.site-footer .sns a {
  text-decoration: none !important;
  transition: 0.3s;
}
@media (pointer: fine) {
  .site-footer .sns a:hover {
    opacity: 0.8;
  }
}
.site-footer .links {
  font-size: 11px;
  margin: 30px 0 77px;
  display: flex;
  gap: 16px;
}
.site-footer .links a {
  display: flex;
  text-decoration: none !important;
  transition: 0.3s;
}
.site-footer .links a ~ a {
  padding-left: 16px;
  border-left: 1px solid #fff;
}
@media (pointer: fine) {
  .site-footer .links a:hover {
    opacity: 0.8;
  }
}
.site-footer .copy {
  font-size: 9px;
  font-size: 9px;
  text-align: center;
  margin-top: 80px;
}
.site-footer .boxes01 {
  width: 348px;
}
.site-footer .boxes01 .menu-box {
  padding-bottom: 40px;
}
.site-footer .boxes02 {
  width: 348px;
}
.site-footer .menu-box {
  background-color: #363936;
  border-radius: 24px;
  padding: 20px 13px;
}
.site-footer .menu-box dl ~ dl {
  margin-top: 20px;
}
.site-footer .menu-box dt {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 14px;
}
.site-footer .menu-box dd {
  font-size: 12px;
}
.site-footer .menu-box .ttl {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}
.site-footer .menu-box .ttl .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
.site-footer .menu-box .ttl ~ .ttl {
  margin-top: 20px;
}
.site-footer .menu-box .tags {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 6px;
}
.site-footer .menu-box .tags a {
  padding: 8px 12px;
  padding-right: 10px;
  border: 1px solid #5F5F5F;
  border-radius: 100px;
  text-decoration: none !important;
  gap: 5px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.site-footer .menu-box .tags a i {
  width: 6px;
}
@media (pointer: fine) {
  .site-footer .menu-box .tags a:hover {
    border-color: #fff;
  }
}
.site-footer .others {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
}
.site-footer .others a {
  background-color: #fff;
  border-radius: 4px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24.4%;
  font-size: 11px;
  gap: 5px;
  text-decoration: none !important;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .site-footer .others a {
    width: 48.5%;
  }
}
.site-footer .others a img {
  border-radius: 4px;
}
@media (pointer: fine) {
  .site-footer .others a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1100px) {
  .site-footer .grid {
    gap: 30px 20px;
  }
  .site-footer .boxes01 {
    width: auto;
  }
  .site-footer .boxes02 {
    width: auto;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding: 40px 0 160px;
  }
  .site-footer .grid {
    gap: 24px 20px;
  }
  .site-footer .grid .div1 {
    grid-area: 1/1/2/2;
  }
  .site-footer .grid .div2 {
    grid-area: 4/1/5/2;
  }
  .site-footer .grid .div3 {
    grid-area: 2/1/3/2;
  }
  .site-footer .grid .div4 {
    grid-area: 3/1/4/2;
  }
  .site-footer .ul {
    gap: 27px 0px;
  }
  .site-footer .ul > li > a {
    font-size: 14px;
  }
  .site-footer .ul2 {
    gap: 8px;
  }
  .site-footer .boxes01 {
    margin-top: 15px;
  }
  .site-footer .menu-box dt {
    font-size: 14px;
  }
  .site-footer .boxes02 .menu-box {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .site-footer .boxes02 dl {
    background-color: #363936;
    border-radius: 24px;
    padding: 20px 13px;
  }
  .site-footer .boxes02 dl ~ dl {
    margin-top: 24px;
  }
  .site-footer .bottom {
    margin-top: 36px;
  }
  .site-footer .sns {
    justify-content: center;
  }
  .site-footer .links {
    justify-content: center;
    margin: 30px 0 57px;
  }
  .site-footer .copy {
    text-align: center;
  }
  .site-footer .inner {
    padding: 0 40px;
  }
}

.p-access-section01 .table {
  border-bottom: 1px solid var(--border-color);
}

.foot-address {
  background-color: #262c29;
  position: relative;
}
.foot-address .table {
  border-bottom: 1px solid var(--border-color);
}
.foot-address .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.foot-address .bg .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.foot-address .bg .hasbg img {
  object-position: top center;
}
@media (max-width: 767px) {
  .foot-address .bg .hasbg img {
    object-fit: contain;
  }
}
.foot-address .bg::before {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: -5%;
  left: 0;
  background-color: var(--font-color);
  z-index: 2;
}
@media (max-width: 767px) {
  .foot-address .bg::before {
    height: 75%;
  }
}
.foot-address .boxes {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  font-weight: 300;
}
.foot-address .info-box {
  padding: 20px 30px;
  width: 60%;
  max-width: 500px;
}
@media (max-width: 767px) {
  .foot-address .info-box {
    padding: 0px;
  }
}
.foot-address .logo {
  display: grid;
  gap: 5px;
  color: #888888;
}
.foot-address .logo .tt {
  font-size: 12px;
}
.foot-address .img-map {
  overflow: hidden;
  border-radius: 12px;
  margin: 12px auto;
}
.foot-address .img-map img {
  display: block;
}
.foot-address dl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  padding: 20px 0;
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid var(--border-color);
}
.foot-address dl:last-child {
  border-bottom: 0;
}
@media (max-width: 900px) {
  .foot-address dl {
    padding: 10px 0;
  }
}
.foot-address dt {
  white-space: nowrap;
  min-width: 6.4em;
  font-weight: 600;
  font-size: 13px;
}
.foot-address dd {
  width: 100%;
}
.foot-address .address-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px 20px;
}
.foot-address .add {
  line-height: 1.7142857143em;
}
.foot-address .map {
  font-size: 12px;
  border-bottom: 1px solid var(--link-color);
  color: var(--link-color);
  text-decoration: none !important;
  white-space: nowrap;
}
.foot-address .map i {
  margin-right: 0.6em;
}
.foot-address .tel-box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.foot-address .tel-box .txt {
  background-color: var(--bg-color);
  text-align: center;
  font-size: 10px;
  border-radius: 5px;
  padding: 5px 2em;
}
.foot-address .tel {
  font-size: 12px;
  text-decoration: none !important;
}
.foot-address .num {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.7142em;
  font-weight: 700;
  line-height: 1;
  color: var(--main-color);
}
.foot-address .tel-num {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.7em;
  font-weight: 800;
  white-space: nowrap;
  line-height: 1;
  color: var(--main-color);
}
.foot-address .time span {
  font-size: 10px;
  font-weight: 400;
}
.foot-address .time em {
  font-family: "Lato", sans-serif;
  font-style: normal;
}
.foot-address table {
  margin: 15px 0;
  border: 0;
}
.foot-address table td {
  border: 0;
  text-align: center;
  padding: 5px 10px;
}
.foot-address table td:nth-child(1) {
  min-width: 6.4em;
  text-align: left;
  padding: 0;
  font-weight: 600;
}
.foot-address table td:nth-child(1) small {
  font-weight: 300;
}
.foot-address table small {
  font-size: 12px;
}
.foot-address table .cir {
  width: 8px;
  aspect-ratio: 1;
  margin: auto;
  border-radius: 100%;
  background-color: var(--main-color);
  display: inline-block;
}
.foot-address table .cir.none {
  background-color: #E0E0E0;
}
.foot-address .pic {
  width: 40%;
  display: grid;
  gap: 2px;
}
.foot-address .img {
  aspect-ratio: 358/230;
  width: 100%;
  position: relative;
}
.foot-address .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.foot-address .google-map {
  position: relative;
}
.foot-address .google-map::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 64.2458100559%;
}
.foot-address .google-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.foot-address .google-map.sp-show {
  overflow: hidden;
  border-radius: 12px;
  margin: 12px auto;
}
.foot-address .sp-show {
  display: none;
}
.foot-address .top {
  text-align: center;
  max-width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .foot-address .boxes {
    flex-direction: column-reverse;
    border-radius: 76px 76px 16px 16px;
    padding: 50px 30px 28px;
    margin-top: -57px;
  }
  .foot-address .info-box {
    width: 100%;
  }
  .foot-address .logo {
    width: 100%;
    max-width: 140px;
  }
  .foot-address dl {
    gap: 4px;
  }
  .foot-address .tel-box {
    gap: 5px 10px;
  }
  .foot-address table {
    width: 100%;
  }
  .foot-address table td {
    padding: 1px;
    font-size: 12px;
  }
  .foot-address table td:nth-child(1) {
    min-width: 0;
    white-space: nowrap;
    font-size: 13px;
  }
  .foot-address .pic {
    width: 100%;
  }
  .foot-address .pc-show {
    display: none;
  }
  .foot-address .sp-show {
    display: block;
  }
  .foot-address .top {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    display: none;
  }
  .foot-address .inner {
    padding: 0 30px;
  }
}

.foot-contact {
  background-color: #2e6756;
  color: #fff;
  padding: 60px 0 16px;
}
.foot-contact .inner {
  text-align: center;
}
.foot-contact .title {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0.25em;
  line-height: 2;
}
.foot-contact .title .ico {
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-contact .sub {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin: 12px auto;
  line-height: 1.9;
  display: inline-block;
  text-align: left;
}
.foot-contact .sub span {
  font-weight: normal;
  font-size: 14px;
}
.foot-contact .site-btn {
  margin: 20px auto;
}
.foot-contact .site-btn .btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.foot-contact .site-btn .ico {
  font-size: 20px;
}
.foot-contact .must {
  font-size: 12px;
  display: flex;
  justify-content: center;
  gap: 1px;
}
.foot-contact .must em {
  font-style: normal;
}
@media (max-width: 767px) {
  .foot-contact {
    padding: 30px 0 40px;
  }
  .foot-contact .inner {
    padding: 0 56px;
  }
  .foot-contact .title {
    font-size: 18px;
  }
  .foot-contact .sub {
    font-size: 14px;
    margin: 14px auto 23px;
  }
}

/* -------------------- */
/* site-bottom */
.site-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background-color: #fff;
  display: none;
  padding: 15px 20px;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 15px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 15px);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .site-bottom {
    display: flex;
  }
}
.site-bottom a {
  width: 50%;
  text-decoration: none !important;
  position: relative;
  margin-top: 6px;
}
.site-bottom .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  color: #fff;
  padding: 18px 15px 15px;
  gap: 10px;
  border-radius: 100px;
  transition: 0.3s;
  position: relative;
  font-size: 14px;
}
.site-bottom .tel .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 0.8em;
}
.site-bottom .tel .tt {
  font-weight: 700;
}
.site-bottom .tel .time {
  position: absolute;
  top: 0;
  left: 50%;
  width: 105px;
  max-width: 80%;
  background-color: #3C91C6;
  text-align: center;
  border-radius: 6px;
  transform: translate(-50%, -6px);
  padding: 3px;
  transition: 0.3s;
  font-size: 10px;
  line-height: 1;
}
.site-bottom .tel .time span {
  font-size: 10px;
}
@media (pointer: fine) {
  .site-bottom .tel:hover {
    background-color: #74C0F0;
  }
  .site-bottom .tel:hover .time {
    background-color: #4aaae5;
  }
}
.site-bottom .web {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  padding: 18px 15px 15px;
  gap: 10px;
  border-radius: 100px;
  transition: 0.3s;
  position: relative;
  font-size: 14px;
}
.site-bottom .web .time {
  position: absolute;
  top: 0;
  left: 50%;
  width: 85px;
  max-width: 80%;
  background-color: #D55B72;
  text-align: center;
  border-radius: 6px;
  transform: translate(-50%, -6px);
  padding: 3px;
  transition: 0.3s;
  font-size: 10px;
  line-height: 1;
}
.site-bottom .web .tt {
  font-weight: 700;
}
.site-bottom .web .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 0.8em;
}
@media (pointer: fine) {
  .site-bottom .web:hover .time {
    background-color: #FF839A;
  }
}

/* ------------------------------------------- */
.mobile-nav-wrap {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--font-color);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  padding-top: var(--top-height);
  padding-bottom: calc(constant(safe-area-inset-bottom) + 0px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 0px);
}
.mobile-nav-wrap::before {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: var(--top-height);
  background-color: #fff;
}

.mobile-nav-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--top-height);
  padding: 24px 60px;
  display: flex;
  justify-content: space-between;
}
.mobile-nav-header .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  color: #fff;
  margin-bottom: -10px;
}
.mobile-nav-header .left .tt {
  font-size: 12px;
}
.mobile-nav-header .logo {
  position: relative;
}
.mobile-nav-header .logo .white {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1300px) {
  .mobile-nav-header {
    padding: 24px 30px;
  }
}
@media (max-width: 1000px) {
  .mobile-nav-header {
    padding: 20px;
    align-items: center;
  }
  .mobile-nav-header .left {
    gap: 5px;
  }
  .mobile-nav-header .left .tt {
    font-size: 8px;
  }
  .mobile-nav-header .logo {
    width: 200px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .mobile-nav-header {
    padding: 12px 20px;
    background-color: #fff;
  }
  .mobile-nav-header .left {
    color: #888888;
    margin-bottom: -10px;
  }
  .mobile-nav-header .logo .white {
    display: none;
  }
}

.mobile-nav {
  height: 100%;
  padding: 0 20px;
  overflow-y: auto;
  margin: auto;
}
.mobile-nav .flex {
  width: 100%;
  height: 100%;
  max-width: 598px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0 0;
}
.mobile-nav .top {
  flex: 1 auto;
  display: grid;
  align-items: center;
}
.mobile-nav .nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
}
.mobile-nav .nav li {
  width: calc(50% - 30px);
  border-bottom: 1px solid #6a6c71;
}
.mobile-nav .nav li a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  transition: 0.3s;
}
@media (pointer: fine) {
  .mobile-nav .nav li a:hover {
    color: var(--main-color);
  }
}
.mobile-nav .nav li .en {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
.mobile-nav .nav li .ja {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: 300;
}
.mobile-nav .nav a {
  text-decoration: none !important;
}
.mobile-nav .nav .btns {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.mobile-nav .nav .btns a {
  width: 90%;
  max-width: 400px;
}
.mobile-nav .nav .tel {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: #fff;
  border-radius: 100px;
  transition: 0.3s;
  position: relative;
}
.mobile-nav .nav .tel .ico {
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav .nav .tel .num {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 34px;
  font-weight: 700;
}
.mobile-nav .nav .tel .time {
  text-align: center;
}
.mobile-nav .nav .tel .time span {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.1428em;
}
.mobile-nav .nav .tel .arrow {
  display: none;
  margin-left: 10px;
}
.mobile-nav .nav .web {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--accent-color);
  color: #fff;
  padding: 15px 24px;
  gap: 10px;
  border-radius: 100px;
  transition: 0.3s;
  position: relative;
}
.mobile-nav .nav .web .ico {
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav .nav .web .txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.mobile-nav .nav .web .tt {
  font-size: 1.5714em;
}
.mobile-nav .nav .web .arrow {
  margin-left: 10px;
}
@media (pointer: fine) {
  .mobile-nav .nav .web:hover {
    background-color: var(--accent-hover-color);
  }
}
.mobile-nav .bottom {
  margin-top: 40px;
  padding-bottom: 40px;
}
.mobile-nav .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  gap: 20px;
  line-height: 1;
}
.mobile-nav .links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-size: 11px;
}
.mobile-nav .links a {
  padding: 0 1em;
}
.mobile-nav .links a ~ a {
  border-left: 1px solid #fff;
}
.mobile-nav .sp-show {
  display: none;
}
@media (max-width: 767px) {
  .mobile-nav .flex {
    max-width: 276px;
    padding-top: 35px;
    justify-content: flex-start;
  }
  .mobile-nav .top {
    flex: none;
  }
  .mobile-nav .nav ul {
    gap: 14px;
  }
  .mobile-nav .nav li {
    width: 100%;
  }
  .mobile-nav .nav li a {
    padding: 5px 0 12px;
    font-size: 18px;
  }
  .mobile-nav .nav .btns {
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
    font-family: "Lato", sans-serif;
    font-style: normal;
  }
  .mobile-nav .nav .btns a {
    width: 100%;
    max-width: 100%;
  }
  .mobile-nav .nav .tel {
    align-items: center;
    background-color: var(--main-color);
    color: #fff;
    padding: 16px 16px;
    gap: 10px;
  }
  .mobile-nav .nav .tel .ico {
    font-size: 20px;
  }
  .mobile-nav .nav .tel .arrow {
    display: block;
  }
  .mobile-nav .nav .tel .num {
    display: none;
  }
  .mobile-nav .nav .tel .tt {
    font-size: 16px;
    font-weight: 500;
  }
  .mobile-nav .nav .tel .time {
    position: absolute;
    top: 0;
    left: 50%;
    width: 127px;
    max-width: 80%;
    background-color: #3C91C6;
    text-align: center;
    border-radius: 6px;
    transform: translate(-50%, -50%);
    padding: 3px;
    transition: 0.3s;
    font-size: 10px;
  }
  .mobile-nav .nav .tel .time span {
    font-size: 10px;
  }
}
@media (max-width: 767px) and (pointer: fine) {
  .mobile-nav .nav .tel:hover {
    background-color: #74C0F0;
  }
  .mobile-nav .nav .tel:hover .time {
    background-color: #4aaae5;
  }
}
@media (max-width: 767px) {
  .mobile-nav .nav .web {
    padding-top: 16px;
    padding-bottom: 16px;
    box-shadow: 0px 6px 0px var(--accent-hover-color);
    padding: 24px 36px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: bold;
  }
  .mobile-nav .nav .web .ico {
    font-size: 20px;
  }
  .mobile-nav .nav .web .time {
    position: absolute;
    top: 0;
    left: 50%;
    width: 95px;
    max-width: 80%;
    background-color: #ffffff;
    text-align: center;
    border-radius: 6px;
    transform: translate(-50%, -50%);
    padding: 3px;
    transition: 0.3s;
    font-size: 10px;
    color: var(--accent-hover-color);
  }
  .mobile-nav .nav .web .tt {
    font-size: 16px;
  }
}
@media (max-width: 767px) and (pointer: fine) {
  .mobile-nav .nav .web:hover .time {
    background-color: #FF839A;
  }
}
@media (max-width: 767px) {
  .mobile-nav .links {
    margin-top: 15px;
  }
  .mobile-nav .sp-show {
    display: block;
  }
}

/* ------------------------------------------- */
.show_menu .site-header .left {
  color: #fff;
}
.show_menu .site-header .logo .white {
  display: flex;
}
.show_menu .site-header nav {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s, pointer-events 0s;
}
.show_menu .site-header .tel {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s, pointer-events 0s;
}
.show_menu .site-header .web {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s, pointer-events 0s;
}
.show_menu .site_menu span:nth-child(1) {
  transform: translate(0, 4px) rotate(-135deg);
}
.show_menu .site_menu span:nth-child(2) {
  transform: translate(0, -4px) rotate(135deg);
}
.show_menu .mobile-nav-wrap {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .show_menu .mobile-nav .nav .tel {
    pointer-events: auto;
  }
}

/* ========================================================= */
.site-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.site-btn .btn {
  padding: 20px 35px;
  border-radius: 100px;
  width: 288px;
  max-width: 100%;
  position: relative;
  transition: 0.3s;
  background-color: var(--btn-color);
  color: #fff;
  box-shadow: 0 4px 8px rgba(81, 81, 81, 0.1);
}
@media (pointer: fine) {
  .site-btn .btn:hover {
    background-color: #3a472e;
    box-shadow: none;
    transform: translateY(2px);
  }
}
.site-btn .cs-btn {
  background-color: var(--annotation-color);
  color: var(--white-color);
  box-shadow: unset;
}
.site-btn .cs-btn:hover {
  background-color: var(--annotation-color);
  transform: unset;
}
.site-btn a {
  text-decoration: none !important;
}
.site-btn .ico {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.site-btn .ico.left {
  right: auto;
  left: 20px;
}
.site-btn.left {
  justify-content: flex-start;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .site-btn {
    font-size: 13px;
  }
}

.site-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--font-color);
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.site-title .ja {
  font-size: 34px;
  letter-spacing: 0.2em;
  color: #fff;
}
.site-title .ja .sp-show {
  display: none;
}
.site-title .en {
  font-family: "Lato", sans-serif;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #fff;
}
.site-title.white {
  color: #fff;
}
.site-title.center {
  align-items: center;
}
@media (max-width: 767px) {
  .site-title {
    font-size: 12px;
  }
  .site-title .ja {
    font-size: 24px;
  }
}

/* -------------------- */
/* animate */
.normalmove {
  transition-duration: 0.6s;
  transform: translateY(50px);
  opacity: 0;
}
.normalmove.normalanimate {
  transform: translateY(0px);
  opacity: 1;
}

/* ---------------------- */
@media (min-width: 768px) {
  .sp_show {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc_show {
    display: none;
  }
}

/* ---------------------- */
.index-hero {
  padding: 0 20px;
  font-size: 16px;
  position: relative;
  z-index: 5;
}
.index-hero .wrapper {
  width: 1600px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 80px 60px 24px;
}
.index-hero .title {
  color: var(--main-color);
  font-size: clamp(20px, 3.1vw, 40px);
  letter-spacing: 0.1em;
  line-height: 1.65;
  font-weight: 400;
}
.index-hero .sub {
  letter-spacing: 0.15em;
  line-height: 2.125;
  margin: 2em 0 50px;
}
.index-hero .list {
  margin-top: 120px;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.73334;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 13px;
  text-align: center;
}
.index-hero .list strong {
  color: var(--main-color);
  font-weight: 700;
}
.index-hero .list .col {
  width: 133px;
  min-width: 133px;
  background-color: #fff;
  border: 2px solid var(--bg-color);
  aspect-ratio: 1;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.index-hero .list .ico {
  display: grid;
  align-items: center;
  justify-content: center;
}
.index-hero .list .color {
  color: var(--main-color);
  font-weight: 700;
}
.index-hero .list small {
  font-size: 0.666em;
}
.index-hero .table {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.index-hero table {
  width: 440px;
  border: 0;
  justify-content: center;
  position: relative;
  z-index: 3;
  border-radius: 16px;
  overflow: hidden;
  font-size: 13px;
}
.index-hero table::after {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--main-color);
  z-index: -1;
}
.index-hero table tr {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.index-hero table tr:nth-child(1) {
  background-color: var(--bg3-color);
  color: #fff;
}
.index-hero table td {
  border: 0;
  text-align: center;
  padding: 10px 6px;
  color: var(--font-color);
  font-weight: bold;
}
.index-hero table td:last-child {
  padding-right: 12px;
}
.index-hero table .name {
  font-weight: bold;
}
.index-hero table .time {
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.index-hero table .cir {
  width: 8px;
  aspect-ratio: 1;
  margin: auto;
  border-radius: 100%;
  background-color: var(--main-color);
  display: inline-block;
}
.index-hero table .cir.none {
  background-color: #E0E0E0;
}
.index-hero .address {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 2em;
  background-color: var(--main-color);
  color: #fff;
  width: 170px;
  font-weight: 500;
  text-align: center;
  aspect-ratio: 1;
  line-height: 1.875;
  letter-spacing: 0.15em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
}
.index-hero .address .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}
.index-hero .address .num {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1538;
}
.index-hero .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  border-radius: 1em;
  overflow: hidden;
}
.index-hero .bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1100px) {
  .index-hero {
    font-size: 14px;
  }
  .index-hero .wrapper {
    padding: 60px 24px 24px;
  }
  .index-hero .list {
    font-size: 12px;
  }
  .index-hero .list .col {
    width: 9em;
    min-width: 9em;
  }
  .index-hero .sub {
    margin: 2em 0 3.125em;
    position: relative;
  }
  .index-hero .sub::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/icon/index-hero-bg.svg);
    width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -30px;
    left: -80px;
    z-index: -2;
  }
  .index-hero table {
    width: 380px;
    max-width: 100%;
  }
  .index-hero .address {
    width: 10.625em;
    padding: 0;
  }
  .index-hero .address .num {
    font-size: 1.625em;
    line-height: 1;
    font-family: "Lato", sans-serif;
    font-style: normal;
  }
}
@media (max-width: 900px) {
  .index-hero table {
    width: 300px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .index-hero .wrapper {
    padding: 0 8px;
    margin-bottom: 24px;
  }
  .index-hero .top {
    position: relative;
    aspect-ratio: 372/300;
    padding: 20px 20px 0;
    display: flex;
  }
  .index-hero .top .bg img {
    object-position: 56% center;
  }
  .index-hero .title {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 4.5vw;
    color: var(--font-color);
    letter-spacing: normal;
  }
  .index-hero .title .sp-color {
    color: #fff;
  }
  .index-hero .title .span02 {
    margin-top: -0.5em;
  }
  .index-hero .sub {
    margin: 25px auto 20px;
    font-size: 11px;
    line-height: 2;
  }
  .index-hero .list {
    justify-content: center;
    width: 500px;
    margin: auto;
    max-width: 100%;
  }
  .index-hero .list .col {
    width: 33.33%;
  }
  .index-hero .table {
    position: initial;
    margin-top: 12px;
  }
  .index-hero table {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  .index-hero .address {
    aspect-ratio: 130/82;
    right: -20px;
    border-radius: 6px 0 0 6px;
    margin-top: 16px;
    top: 72vw;
    width: 9.286em;
  }
  .index-hero .address .ico {
    position: absolute;
    top: 0;
    width: 31px;
    aspect-ratio: 1;
    background: #fff;
    border-radius: 100%;
    color: var(--main-color);
    font-size: 20px;
    transform: translateY(-16px);
  }
}

.single .index-consult {
  background: unset;
}

.index-consult {
  position: relative;
  z-index: 4;
  color: #fff;
  background: var(--main-color);
}
.index-consult.consult01 {
  padding: 95px 0 70px;
  margin-top: -165px;
  background-color: transparent;
  background: unset;
}
.index-consult.consult01 .inner {
  height: 100%;
  display: grid;
  align-items: center;
}
@media (min-width: 1366px) {
  .index-consult.consult01 {
    aspect-ratio: 1366/568;
  }
}
@media (max-width: 767px) {
  .index-consult.consult01 {
    padding: 6px 0 16px;
    margin-top: 0;
    min-height: 63.3333333333vw;
    display: flex;
  }
}
@media (max-width: 767px) {
  .index-consult.consult02 .consult-top .ico {
    width: 82px;
    max-width: 100%;
  }
}
.index-consult .consult-top {
  text-align: center;
  position: relative;
}
.index-consult .consult-top .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -33%);
}
.index-consult .wrapper {
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .index-consult .wrapper {
    padding: 50px 0;
  }
}
.index-consult .company {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.6;
  text-align: center;
}
.index-consult .company span {
  display: inline-block;
  padding-bottom: 8px;
  background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px);
  background-size: 7px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.index-consult .title {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin: 10px auto;
  letter-spacing: 1px;
  line-height: 1.857em;
}
.index-consult .btns {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.index-consult .btns a {
  text-decoration: none !important;
  width: 90%;
  max-width: 400px;
  font-family: "Lato", "Zen Maru Gothic";
  font-style: normal;
}
.index-consult .tel {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #fff;
  gap: 7px;
  transition: 0.3s;
}
.index-consult .tel .ico {
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-consult .tel .num {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
}
.index-consult .tel .time {
  text-align: center;
}
.index-consult .tel .time span {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.1428em;
}
.index-consult .tel .arrow {
  display: none;
  margin-left: 10px;
}
.index-consult .web {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--accent-color);
  color: #fff;
  padding: 15px 36px;
  gap: 12px;
  border-radius: 100px;
  transition: 0.3s;
  position: relative;
  height: 90px;
  box-shadow: 0px 6px 0px var(--accent-hover-color);
}
.index-consult .web .ico {
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-consult .web .txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.index-consult .web .time {
  position: absolute;
  top: 0;
  left: 50%;
  width: 163px;
  max-width: 80%;
  background-color: #fff;
  color: var(--accent-color);
  text-align: center;
  border-radius: 6px;
  transform: translate(-50%, -50%);
  border: 1px solid var(--accent-color);
  padding: 4px;
  transition: 0.3s;
  font-size: 16px;
}
.index-consult .web .tt {
  font-size: 1.7714em;
  letter-spacing: 0.7px;
}
.index-consult .web .arrow {
  margin-left: 10px;
}
@media (pointer: fine) {
  .index-consult .web:hover {
    background-color: var(--accent-hover-color);
    -webkit-box-shadow: 0 2px 0 var(--accent-hover-color);
    box-shadow: 0 2px 0 var(--accent-hover-color);
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  .index-consult .web:hover .time {
    color: var(--accent-hover-color);
  }
}
.index-consult .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}
.index-consult .bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .index-consult .company {
    font-size: 14px;
  }
  .index-consult .title {
    font-size: 20px;
  }
  .index-consult .btns {
    margin-top: 24px;
    gap: 20px;
  }
  .index-consult .btns a {
    width: 90%;
    height: 70px;
  }
  .index-consult .tel {
    pointer-events: auto;
    align-items: center;
    background-color: var(--main-color);
    color: #fff;
    padding: 20px 16px;
    gap: 10px;
    position: relative;
    border-radius: 100px;
    border: 1px solid #fff;
  }
  .index-consult .tel .arrow {
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .index-consult .tel .num {
    display: none;
  }
  .index-consult .tel .tt {
    font-size: 14px;
    font-weight: 500;
  }
  .index-consult .tel .time {
    position: absolute;
    top: 0;
    left: 50%;
    width: 127px;
    max-width: 80%;
    background-color: #3C91C6;
    text-align: center;
    border-radius: 6px;
    transform: translate(-50%, -50%);
    padding: 3px;
    transition: 0.3s;
    font-size: 10px;
  }
  .index-consult .tel .time span {
    font-size: 10px;
  }
  .index-consult .tel .ico {
    font-size: 15px;
  }
}
@media (max-width: 767px) and (pointer: fine) {
  .index-consult .tel:hover {
    background-color: #74C0F0;
  }
  .index-consult .tel:hover .time {
    background-color: #4aaae5;
  }
}
@media (max-width: 767px) {
  .index-consult .web {
    justify-content: center;
  }
  .index-consult .web .tt {
    font-size: 18px;
  }
  .index-consult .web .ico {
    font-size: 22px;
  }
  .index-consult .web .time {
    font-size: 12px;
    width: 116px;
    font-weight: 400;
    padding: 2px 0;
  }
  .index-consult .web .time span {
    font-size: 10px;
  }
  .index-consult .web .arrow {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.section-reasons {
  position: relative;
  z-index: 3;
  --index-reasons-top: 0px;
  --index-reasons-bottom: 0px;
  padding-top: calc(100px + var(--index-reasons-top));
  margin-top: calc(var(--index-reasons-top) * -1);
  padding-bottom: calc(80px + var(--index-reasons-bottom));
}
.section-reasons .inner {
  overflow: hidden;
}
.section-reasons .title {
  letter-spacing: 0.06em;
}
.section-reasons .ttl1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.81;
  color: #fff;
}
.section-reasons .ttl2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.294;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.section-reasons .ttl2 .tl {
  display: flex;
  align-items: center;
  gap: 3px;
  background-color: #fff;
  padding: 0 10px;
  height: 52px;
  white-space: nowrap;
  border-radius: 3px;
}
.section-reasons .ttl2 .tl .num {
  font-style: normal;
  font-size: 63px;
  line-height: 0;
  color: var(--main-color);
  text-shadow: 1px 1px 0 #fff, -1px 0px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
}
@media (max-width: 767px) {
  .section-reasons .ttl2 .tl .num {
    font-size: 1.85em;
  }
}
.section-reasons .ttl2 img {
  margin-top: -4.5%;
}
.section-reasons .list {
  margin-top: 30px;
  position: relative;
  z-index: 3;
}
.section-reasons .item {
  background-color: #fff;
  border-radius: 6px;
}
.section-reasons .item .fig {
  width: 100%;
  aspect-ratio: 348/160;
  position: relative;
}
.section-reasons .item .fig img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.section-reasons .item .txt {
  padding: 22px 24px 24px;
}
.section-reasons .item .ttl {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.5556;
  font-weight: 700;
  color: var(--main-color);
}
.section-reasons .item .ttl .num {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  width: 2.4em;
  letter-spacing: 0.05em;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-reasons .item .ttl .ico {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(5%);
}
.section-reasons .item .ttl .ico svg {
  width: 100%;
  height: 100%;
}
.section-reasons .item .ttl .tt {
  font-size: 16px;
  font-weight: 700;
  color: var(--font-color);
}
@media (max-width: 767px) {
  .section-reasons .item .ttl .tt {
    font-size: 0.86em;
  }
}
.section-reasons .item .con {
  margin-top: 16px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
.section-reasons .item .con .must {
  display: flex;
  gap: 6px;
  color: #898989;
  font-size: 12px;
  line-height: 2;
  margin-top: 1em;
}
.section-reasons .user {
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 26px;
  transform: translateY(-69%);
  width: 130px;
}
.section-reasons .swiper-wrapper {
  z-index: 3;
}
.section-reasons .swiper-slide {
  overflow: hidden;
}
.section-reasons .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}
.section-reasons .bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.section-reasons .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--main-color);
}
.section-reasons .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: autossss;
  margin-top: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: .3;
  --swiper-pagination-bullet-inactive-color: var(--swiper-pagination-color);
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: var(--swiper-pagination-bullet-width);
  --swiper-pagination-bullet-horizontal-gap: 5px;
}
.section-reasons .swiper-button-prev,
.section-reasons .swiper-button-next {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: var(--font-color);
  color: #fff;
  height: auto;
  --swiper-navigation-sides-offset: -27px;
}
.section-reasons .swiper-button-prev::after,
.section-reasons .swiper-button-next::after {
  content: none;
}
.section-reasons .reasons-flex-wrpper {
  display: flex;
  gap: 12px;
  position: relative;
  z-index: 2;
}
.section-reasons .reasons-flex-wrpper .item {
  width: 33.33%;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.section-reasons .reasons-list-wrapper {
  position: relative;
}
.section-reasons .reasons-list-wrapper .slick-slide {
  margin: 0 6px;
}
@media (min-width: 768px) {
  .section-reasons .reasons-list-wrapper .slick-slide {
    height: auto !important;
  }
}
.section-reasons .reasons-list-wrapper .fig {
  z-index: 1;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.section-reasons .reasons-list-wrapper .slick-list {
  z-index: 2;
}
.section-reasons .reasons-list-wrapper .slick-prev,
.section-reasons .reasons-list-wrapper .slick-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: var(--font-color);
  color: #fff;
  height: auto;
  border: 0;
}
.section-reasons .reasons-list-wrapper .slick-prev {
  left: 13px;
}
.section-reasons .reasons-list-wrapper .slick-next {
  right: 13px;
}
.section-reasons .reasons-list-wrapper .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  list-style: none;
}
.section-reasons .reasons-list-wrapper .slick-dots li {
  opacity: 0.3;
  transition: 0.3s;
}
.section-reasons .reasons-list-wrapper .slick-dots li button {
  border: none;
  outline: none;
  width: 10px;
  min-width: 10px;
  height: 10px;
  aspect-ratio: 1;
  background-color: #fff;
  text-indent: -99999px;
  border-radius: 100%;
}
.section-reasons .reasons-list-wrapper .slick-dots .slick-active {
  opacity: 1;
}
@media (max-width: 767px) {
  .section-reasons .reasons-list-wrapper .user {
    right: 24px;
    bottom: 200px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .section-reasons {
    padding-top: calc(24px + var(--index-reasons-top));
    padding-bottom: calc(46px + var(--index-reasons-bottom));
  }
  .section-reasons .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-reasons .ttl1 {
    font-size: 16px;
  }
  .section-reasons .ttl2 {
    font-size: 25px;
    margin-top: 8px;
  }
  .section-reasons .ttl2 .tl {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    background-color: transparent;
    padding: 0;
    gap: 0;
    border-radius: 0;
  }
  .section-reasons .ttl2 span {
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
  }
  .section-reasons .ttl2 span:nth-child(1) {
    border-bottom-left-radius: 0;
  }
  .section-reasons .ttl2 span:nth-child(2) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .section-reasons .ttl2 img {
    margin-top: 0;
    max-width: 20px;
    margin-right: 5px;
  }
  .section-reasons .list {
    margin-top: 34px;
  }
  .section-reasons .item .tt {
    font-size: 16px;
  }
  .section-reasons .item .con {
    font-size: 12px;
  }
  .section-reasons .item .con .must {
    font-size: 0.85em;
  }
  .section-reasons .item .txt {
    padding: 24px 24px 20px;
  }
  .section-reasons .user {
    right: 4px;
    width: 95px;
  }
  .section-reasons .swiper-pagination {
    display: flex;
  }
  .section-reasons .swiper-button-prev {
    display: flex;
  }
  .section-reasons .swiper-button-next {
    display: flex;
  }
}

.index-reasons {
  --index-reasons-top: 95px;
  --index-reasons-bottom: 150px;
}
@media (min-width: 1366px) {
  .index-reasons {
    --index-reasons-top: 6vw;
    --index-reasons-bottom: 11vw;
  }
}
@media (max-width: 767px) {
  .index-reasons {
    --index-reasons-top: max(10vw, 56px);
    --index-reasons-bottom: 59.579vw;
  }
}

.index-symptoms {
  margin-top: -150px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1366px) {
  .index-symptoms {
    margin-top: -11vw;
  }
}
.index-symptoms .top-wrapper {
  position: relative;
  z-index: 3;
}
.index-symptoms .top-wrapper .bg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-symptoms .top-wrapper .bg picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.index-symptoms .top-wrapper .bg img {
  width: 100%;
  filter: drop-shadow(0px 2px 15px rgba(190, 190, 190, 0.2));
  -webkit-filter: drop-shadow(0px 2px 15px rgba(190, 190, 190, 0.2));
}
.index-symptoms .top-wrapper .ico {
  position: absolute;
  bottom: 60px;
  right: 17.418%;
  z-index: -1;
  transform: translate(0, 43%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.index-symptoms .top {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px 60px;
  padding-top: 24px;
}
.index-symptoms .wrapper {
  padding-bottom: 140px;
  position: relative;
  z-index: 3;
  margin-top: -50px;
}
.index-symptoms .wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 1px;
  left: 0;
  height: calc(100% - 50px);
  background-color: var(--bg-color);
  z-index: -1;
}
.index-symptoms .title {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.index-symptoms .title .big {
  font-size: 1.3928em;
  color: var(--main-color);
}
.index-symptoms .con {
  letter-spacing: 0.05em;
  line-height: 2.1428;
}
.index-symptoms .list {
  margin: 60px auto 40px;
  display: flex;
  gap: 16px;
}
.index-symptoms .item {
  width: calc(33.33% - 10.6666666667px);
  border: 3px solid var(--bg3-color);
  background-color: #FFFFFF;
  padding: 18px 24px 20px;
  border-radius: 6px;
}
.index-symptoms .item .ttl {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  color: #7ca9de;
}
.index-symptoms .item .ico {
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-symptoms .item .tt {
  font-size: 1em;
  font-weight: 700;
}
.index-symptoms .item .tt small {
  font-size: 12px;
}
.index-symptoms .tags {
  font-size: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 4px;
  margin-top: 12px;
}
.index-symptoms .tags a {
  padding: 8px 12px;
  padding-right: 10px;
  background-color: #FCFCFC;
  border: 1px solid var(--bg3-color);
  border-radius: 100px;
  text-decoration: none !important;
  gap: 6px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.index-symptoms .tags a i {
  font-size: 10px;
  color: var(--annotation-color);
  transition: 0.3s;
}
@media (pointer: fine) {
  .index-symptoms .tags a:hover {
    background-color: var(--main-color);
    color: #fff;
  }
  .index-symptoms .tags a:hover i {
    color: #fff;
  }
}
@media (max-width: 1000px) {
  .index-symptoms .list {
    flex-wrap: wrap;
  }
  .index-symptoms .item {
    width: calc(50% - 10.6666666667px);
  }
}
@media (max-width: 767px) {
  .index-symptoms {
    margin-top: -59.579vw;
  }
  .index-symptoms .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .index-symptoms .top-wrapper .ico {
    bottom: 35%;
    right: 9%;
    max-width: 150px;
    transform: rotate(15deg);
  }
  .index-symptoms .wrapper {
    margin-top: calc(40px - 59.579vw);
    padding-bottom: 97px;
  }
  .index-symptoms .wrapper::after {
    height: calc(100% - 59.579vw + 40px);
  }
  .index-symptoms .title {
    font-size: 20px;
  }
  .index-symptoms .con {
    font-size: 12px;
  }
  .index-symptoms .list {
    margin: 32px auto;
  }
  .index-symptoms .item {
    width: 100%;
  }
}

.section-diseases {
  background-image: linear-gradient(180deg, #3db892 50%, #9bd7c5 100%);
  padding-bottom: calc(100px + var(--index-diseases-bottom));
  position: relative;
  z-index: 3;
}
.section-diseases .inner {
  width: var(--inner-width02);
}
.section-diseases .inner:first-child {
  margin-bottom: 100px;
}
.section-diseases .top-texture {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
}
.section-diseases .ico-user {
  text-align: center;
  transform: translateY(-16px);
  margin-bottom: 6px;
}
.section-diseases .ico-user img {
  width: 220px;
}
.section-diseases .dialog-box {
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-diseases .dialog-box > div {
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  padding: 5px 13px;
  border-radius: 6px;
  position: relative;
}
.section-diseases .dialog-box > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 0;
  border-top: 9px solid #fff;
}
.section-diseases .dialog-box .color {
  color: var(--btn-color);
}
.section-diseases .list {
  margin: 32px auto;
  display: grid;
  gap: 12px;
}
.section-diseases dl {
  background-color: #fff;
  border-radius: 6px;
}
.section-diseases dl.show .arrow span::after {
  transform: rotate(0deg);
}
.section-diseases dt {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.section-diseases dt .ttl {
  font-size: 18px;
  font-weight: 700;
}
.section-diseases dt .ttl span {
  font-size: 12px;
}
.section-diseases dt .ttl small {
  font-size: 14px;
}
.section-diseases dd {
  display: none;
}
.section-diseases .arrow {
  width: 26px;
  min-width: 26px;
  aspect-ratio: 1;
  background-color: var(--bg3-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section-diseases .arrow span {
  background-color: #707070;
  width: 10px;
  height: 2px;
  border-radius: 100px;
  position: relative;
}
.section-diseases .arrow span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 100px;
  background-color: #707070;
  transform-origin: center center;
  transform: rotate(90deg);
  transition: 0.3s;
}
.section-diseases .con {
  line-height: 2.1428;
}
.section-diseases .tags {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--bg3-color);
}
.section-diseases .tags a {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  padding-right: 12px;
  border-right: 1px solid var(--bg3-color);
  border-top: 1px solid var(--bg3-color);
  border-bottom: 1px solid var(--bg3-color);
  text-decoration: none !important;
  margin-top: -1px;
}
.section-diseases .tags .ico {
  color: var(--main-color);
}
.section-diseases .box {
  padding: 0 24px;
  padding-bottom: 30px;
}
.section-diseases .box .site-btn {
  margin-top: 32px;
}
.section-diseases .box .site-btn .btn {
  max-width: 360px;
  width: 100%;
}
@media (max-width: 767px) {
  .section-diseases {
    padding-bottom: calc(80px + var(--index-diseases-bottom));
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-diseases .top-texture {
    max-width: 322px;
  }
  .section-diseases .ico-user {
    width: 130px;
    max-width: 100%;
    margin: auto;
    margin-bottom: -3px;
  }
  .section-diseases .dialog-box {
    margin-bottom: 10px;
  }
  .section-diseases .dialog-box > div {
    font-size: 13px;
    font-weight: 400;
  }
  .section-diseases .site-title .ja {
    font-size: 26px;
    text-align: center;
  }
  .section-diseases .site-title .ja .sp-show {
    display: block;
  }
  .section-diseases .list {
    margin: 25px auto;
  }
  .section-diseases dt .ttl {
    font-size: 16px;
  }
  .section-diseases dt .ttl small {
    font-size: 10px;
  }
  .section-diseases dd {
    font-size: 12px;
  }
  .section-diseases .tags a {
    width: 50%;
  }
}

.index-diseases {
  --index-diseases-bottom: 210px;
}
@media (min-width: 1366px) {
  .index-diseases {
    --index-diseases-bottom: 15.3733vw;
  }
}
@media (max-width: 767px) {
  .index-diseases {
    --index-diseases-bottom: 21vw;
  }
}

.section-about {
  position: relative;
  z-index: 3;
  --about-wrapper-height: 15vw;
}
.section-about .top-wrapper {
  position: relative;
  z-index: 3;
}
.section-about .top-wrapper .bg {
  display: flex;
  align-items: center;
}
.section-about .top-wrapper .bg picture {
  display: flex;
  align-items: center;
}
.section-about .top-wrapper .bg img {
  width: 100%;
  filter: drop-shadow(0px 2px 15px rgba(190, 190, 190, 0.2));
  -webkit-filter: drop-shadow(0px 2px 15px rgba(190, 190, 190, 0.2));
}
.section-about .wrapper {
  padding-bottom: 110px;
  position: relative;
  z-index: 3;
  margin-top: calc(var(--about-wrapper-height) * -1);
}
.section-about .wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: calc(100% - var(--about-wrapper-height));
  background-color: #fff;
  z-index: -1;
}
.section-about .flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section-about .txt {
  width: 350px;
  max-width: 100%;
}
.section-about .left-ttl {
  font-weight: 400;
}
.section-about .ttl {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.6667;
  color: var(--font-color);
}
.section-about .title {
  font-size: 32px;
  letter-spacing: 0.2em;
  line-height: 1.71875;
  margin-top: 8px;
  color: var(--font-color);
}
.section-about .con {
  letter-spacing: 0.05em;
  line-height: 2.285;
  margin: 28px auto 40px;
}
.section-about .fig {
  width: 50%;
}
@media (max-width: 767px) {
  .section-about {
    --about-wrapper-height: calc(109 / 214 * 100vw);
  }
  .section-about .wrapper {
    padding-bottom: 64px;
  }
  .section-about .wrapper::after {
    height: calc(100% - var(--about-wrapper-height) + 2px);
  }
  .section-about .flex {
    display: block;
    padding: 0;
  }
  .section-about .txt {
    width: 100%;
  }
  .section-about .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 40px;
    gap: 10px;
  }
  .section-about .left-ttl {
    width: 50%;
    margin-bottom: 10px;
  }
  .section-about .ttl {
    font-size: 12px;
    font-weight: 400;
  }
  .section-about .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    width: 145%;
    z-index: 5;
    position: relative;
  }
  .section-about .fig {
    width: 50%;
  }
  .section-about .con {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 24px;
    font-size: 12px;
  }
  .section-about .site-btn {
    justify-content: center;
  }
}

.index-about {
  margin-top: -210px;
  --about-wrapper-height: 90px;
}
@media (min-width: 1366px) {
  .index-about {
    margin-top: -15.3733vw;
    --about-wrapper-height: 6.588579vw;
  }
}
@media (max-width: 767px) {
  .index-about {
    margin-top: -21vw;
    --about-wrapper-height: calc(109 / 214 * 100vw - 35px);
  }
}

.index-doctor {
  background-color: var(--white-color);
  position: relative;
  z-index: 3;
  padding-bottom: calc(60px + var(--index-doctor-bottom));
  --index-doctor-bottom: 210px;
}
@media (min-width: 1366px) {
  .index-doctor {
    --index-doctor-bottom: 16.3733vw;
  }
}
.index-doctor .top-bg {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 4;
  pointer-events: none;
}
.index-doctor .top-bg img {
  width: 1366px;
  max-width: 100%;
}
.index-doctor .figure {
  aspect-ratio: 1366/380;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.index-doctor .figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.index-doctor .figure .tt {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: var(--bg-color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  white-space: nowrap;
  line-height: 1;
  font-size: 17.2767203514vw;
  animation: bg-txt-plan 100s linear infinite;
}
@keyframes bg-txt-plan {
  0% {
    transform: translate(0%, 18%);
  }
  100% {
    transform: translate(-50%, 18%);
  }
}
.index-doctor .info {
  margin-top: -127px;
  position: relative;
  z-index: 3;
}
.index-doctor .img {
  text-align: center;
}
.index-doctor .title {
  text-align: center;
  color: #707070;
  margin-top: 16px;
  line-height: 1.7142;
}
.index-doctor .company {
  font-size: 1em;
  font-weight: 400;
}
.index-doctor .name {
  margin: 8px auto;
  font-size: 18px;
  font-weight: 700;
}
.index-doctor .con {
  width: 600px;
  max-width: 100%;
  margin: auto;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2.5;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .index-doctor .figure {
    aspect-ratio: 428/204;
  }
  .index-doctor .figure .tt {
    font-size: 32.71vw;
  }
  .index-doctor .info {
    margin-top: -50px;
    padding: 0 30px;
  }
  .index-doctor .img {
    width: 168px;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    border-radius: 100px 100px 0 0;
  }
  .index-doctor .con {
    margin-top: 24px;
    line-height: 2.166;
  }
}

.index-column {
  padding-bottom: calc(60px + var(--index-doctor-bottom));
  --index-doctor-bottom: 210px;
}
@media (min-width: 1366px) {
  .index-column {
    --index-doctor-bottom: 16.3733vw;
  }
}
.index-column .wrapper {
  margin-top: -100px;
}
.index-column .wrapper .site-title {
  flex-direction: unset;
  justify-content: space-between;
}
.index-column .wrapper .site-title > div {
  position: relative;
}
.index-column .wrapper .site-title > div span.total_posts {
  text-indent: 10px;
  letter-spacing: 3px;
}
.index-column .wrapper .site-title h2 {
  color: var(--font-color);
}
.index-column .wrapper .site-title .en {
  color: var(--font-color);
}
.index-column .p-column-wrapper {
  padding-top: 40px;
  background-color: var(--white-color);
  padding-bottom: 340px;
  margin-bottom: -300px;
}
.index-column .arrow_box button {
  border: 1px solid var(--border-color);
}

.index-faq {
  position: relative;
  z-index: 3;
  margin-top: -210px;
  --faq-wrapper-height: 90px;
}
@media (min-width: 1366px) {
  .index-faq {
    margin-top: -15.3733vw;
    --faq-wrapper-height: 6.588579vw;
  }
}
.index-faq .top-wrapper {
  position: relative;
  z-index: 3;
}
.index-faq .top-wrapper .bg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-faq .top-wrapper .bg picture, .index-faq .top-wrapper .bg svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.index-faq .top-wrapper .bg picture path, .index-faq .top-wrapper .bg svg path {
  fill: var(--bg-color);
}
.index-faq .top-wrapper .bg img {
  width: 100%;
}
.index-faq .wrapper {
  position: relative;
  z-index: 3;
  background-color: var(--bg-color);
}
@media screen and (max-width: 767px) {
  .index-faq .wrapper {
    background-color: unset;
    margin-top: -45%;
  }
}
.index-faq .wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: calc(100% - var(--faq-wrapper-height));
  background-color: var(--bg-color);
  z-index: -1;
}
.index-faq .inner {
  width: var(--inner-width02);
}
.index-faq .site-title h2 {
  display: inline;
  color: var(--font-color);
}
.index-faq .site-title .en {
  color: var(--font-color);
}
.index-faq .boxes {
  margin-top: 35px;
  position: relative;
  z-index: 3;
}
.index-faq .user {
  position: absolute;
  top: 22px;
  right: 7px;
  z-index: -1;
  transform: translateY(-83%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-faq .user img {
  width: 155px;
}
.index-faq .bottom {
  position: relative;
  z-index: 3;
  padding-top: 24px;
}
.index-faq .bottom::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: var(--main-color);
  transform: translateX(-50%);
}
.index-faq .site-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .index-faq {
    --faq-wrapper-height: 44vw;
  }
  .index-faq .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .index-faq .wrapper::after {
    height: calc(100% - var(--faq-wrapper-height) + 10vw);
  }
  .index-faq .user {
    width: 85px;
    max-width: 100%;
    transform: translateY(-100%);
  }
  .index-faq .boxes {
    font-size: 12px;
  }
  .index-faq .bottom {
    padding-bottom: 18px;
  }
  .index-faq .site-btn {
    margin-top: 35px;
  }
}

.index-news {
  position: relative;
  z-index: 5;
  padding-top: 200px;
}
.index-news .site-title .ja,
.index-news .site-title .en {
  color: var(--font-color);
}
.index-news .top-bg {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.index-news .top-bg img {
  width: 1366px;
  max-width: 100%;
}
.index-news .top-bg svg {
  width: unset;
  height: unset;
  min-width: unset;
}
.index-news .top-bg svg path {
  fill: var(--main-color);
}
.index-news .inner {
  width: var(--inner-width02);
  display: flex;
  gap: 60px;
}
.index-news .site-btn {
  margin-top: 30px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .index-news .site-btn {
    margin-bottom: 0;
  }
}
.index-news .list {
  width: 100%;
}
.index-news .item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: grid;
  gap: 6px;
  text-decoration: none !important;
  margin-bottom: 10px;
}
@media (pointer: fine) {
  .index-news .item:hover .ttl {
    color: var(--main-color);
  }
}
.index-news .time {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  opacity: 0.3;
  font-size: 12px;
}
.index-news .ttl {
  transition: 0.3s;
}
@media (max-width: 767px) {
  .index-news .ttl {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .index-news {
    padding-top: 79px;
    padding-bottom: 36px;
  }
  .index-news .inner {
    display: block;
    padding: 0 30px;
  }
  .index-news .list {
    margin: 32px auto 24px;
    gap: 12px;
  }
}

.index-care-fee {
  position: relative;
  z-index: 3;
  padding: 40px 0;
  margin-top: -35px;
}
.index-care-fee .top-bg {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.index-care-fee .top-bg img, .index-care-fee .top-bg svg {
  width: 100%;
  height: 100%;
}
.index-care-fee .top-bg img path, .index-care-fee .top-bg svg path {
  fill: var(--bg-color);
}
.index-care-fee .inner {
  width: var(--inner-width02);
}
.index-care-fee .list {
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.index-care-fee .item {
  position: relative;
  z-index: 4;
  width: calc(50% - 15px);
  border-radius: 6px;
  aspect-ratio: 385/261;
  overflow: hidden;
  text-decoration: none !important;
  display: grid;
  align-items: flex-end;
}
@media (pointer: fine) {
  .index-care-fee a.item:hover .fig {
    transform: scale(1.1);
  }
  .index-care-fee a.item:hover .ico {
    color: #fff;
    background-color: var(--btn-color);
  }
}
.index-care-fee .fig {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  transform-origin: center center;
  transition: 0.8s;
}
.index-care-fee .fig img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.index-care-fee .fig::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 1;
  background-image: linear-gradient(30deg, rgba(131, 131, 131, 0.4) 0%, rgba(84, 84, 84, 0) 100%);
}
.index-care-fee .txt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.index-care-fee .txt .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  min-width: 29px;
  aspect-ratio: 1;
  border-radius: 100%;
  font-size: 12px;
  background-color: #fff;
  color: var(--btn-color);
  transition: 0.3s;
}
.index-care-fee .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}
.index-care-fee .bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.index-care-fee .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--main-color);
}
.index-care-fee .kawasaki-bg-bottom-footer-contact-top {
  transform: translateY(40px);
}
@media (max-width: 767px) {
  .index-care-fee {
    margin-top: 0;
    padding: 18.5vw 0 40px;
  }
  .index-care-fee .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .index-care-fee .list {
    gap: 12px;
    margin: 32px auto;
  }
  .index-care-fee .item {
    width: calc(50% - 6px);
  }
  .index-care-fee .txt {
    font-size: 12px;
    align-items: flex-end;
    padding: 12px;
  }
}

.index-sp-bottom {
  width: 100%;
  height: 18.6915vw;
  background-color: #1D618B;
  margin-top: -10.0467vw;
}

/* -------------------------------- */
.page-hero {
  position: relative;
  z-index: 3;
  padding: 40px 20px;
  color: #fff;
  height: 318px;
  display: flex;
  align-items: flex-end;
}
.page-hero .inner {
  margin: 0 auto;
}
.page-hero .title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.375;
  display: grid;
  gap: 8px;
}
.page-hero .en {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 70px;
  text-transform: capitalize;
  letter-spacing: 0.05em;
}
.page-hero .en.none {
  text-transform: none;
}
.page-hero .ja {
  font-size: 1em;
  font-weight: 700;
}
.page-hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--main-color);
  width: calc((100% - 1075px) / 2 + 1075px);
  max-width: 89.3850658858%;
  z-index: -1;
  border-radius: 0 32px 300px 0;
  overflow: hidden;
}
.page-hero .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-hero .hasbg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #766561;
  opacity: 0.5;
}
.page-hero .hasbg.top img {
  object-position: top center;
}
@media (max-width: 767px) {
  .page-hero {
    padding: 32px 20px;
    height: 195px;
  }
  .page-hero .title {
    font-size: 12px;
    line-height: 1.8;
    display: grid;
    gap: 10px;
  }
  .page-hero .en {
    font-size: 3.5em;
    line-height: 1;
  }
  .page-hero .bg {
    max-width: 96.261682243%;
    border-radius: 0 0 170px 0;
  }
}

.breadcrumbs {
  font-size: 12px;
  color: #898989;
  padding: 14px 0;
  text-align: right;
  overflow-x: auto;
  word-break: keep-all;
  white-space: nowrap;
  margin-right: -15px;
}
.breadcrumbs a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 10px;
    margin: 10px auto;
  }
  .breadcrumbs .inner {
    padding: 0 15px;
  }
}

.page-href {
  padding: 0 20px;
  padding-bottom: 10px;
}
.page-href .list {
  --gap-width: 16px;
  --row-num: 2;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-width);
  margin: 32px auto;
}
.page-href .list a {
  width: calc(100% / var(--row-num) - var(--gap-width) * (var(--row-num) - 1) / var(--row-num));
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: 0.3s;
}
@media (pointer: fine) {
  .page-href .list a:hover {
    background-color: var(--main-color);
    color: #fff;
  }
  .page-href .list a:hover .arrow {
    color: #fff;
  }
}
.page-href .list .arrow {
  color: var(--annotation-color);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .page-href .list.two {
    --row-num: 2;
  }
  .page-href .list.three {
    --row-num: 3;
  }
  .page-href .list.four {
    --row-num: 4;
  }
}
@media (max-width: 767px) {
  .page-href {
    padding-bottom: 0;
  }
  .page-href .list {
    margin: 26px auto 40px;
    --gap-width: 12px;
    --row-num: 1;
  }
  .page-href .list a {
    font-size: 12px;
    padding: 14px 12px;
  }
  .page-href .list.sp-two {
    --row-num: 2;
    gap: 8px var(--gap-width);
  }
}

/* page about */
.p-section-about .wrapper {
  padding-bottom: 68px;
}
@media (max-width: 767px) {
  .p-section-about .wrapper {
    padding-bottom: 62px;
  }
}
.p-section-about .txt {
  width: 430px;
}
@media (max-width: 767px) {
  .p-section-about .txt {
    width: 100%;
  }
}
.p-section-about .fig {
  text-align: right;
}
@media (max-width: 767px) {
  .p-section-about .con {
    margin-bottom: 0;
  }
}

.p-section-reasons .reasons-top {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 100%;
  transform: translateX(-50%);
  text-align: center;
}
.p-section-reasons .kawasaki-bg-bottom-footer-contact-top {
  transform: translateY(80px);
}
@media (max-width: 767px) {
  .p-section-reasons {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

/* page menu */
.p-menu-section-about .wrapper {
  padding-bottom: 68px;
}
@media (max-width: 767px) {
  .p-menu-section-about .wrapper {
    padding-bottom: 62px;
  }
}
.p-menu-section-about .txt {
  width: 430px;
}
@media (max-width: 767px) {
  .p-menu-section-about .txt {
    width: 100%;
  }
}
.p-menu-section-about .fig {
  text-align: right;
}
@media (max-width: 400px) {
  .p-menu-section-about .con br {
    display: none;
  }
}

.p-menu-section-symptoms {
  position: relative;
  z-index: 3;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 100px;
  /* -------------------- */
}
.p-menu-section-symptoms .symptoms-top {
  position: absolute;
  top: 34px;
  left: 50%;
  width: 100%;
  max-width: 100%;
  transform: translateX(-50%);
  text-align: center;
}
.p-menu-section-symptoms .wrapper {
  position: relative;
  z-index: 3;
}
.p-menu-section-symptoms .dialog-box {
  margin: 0 auto 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-menu-section-symptoms .dialog-box > div {
  font-size: 18px;
  font-weight: 400;
  background-color: #fff;
  padding: 7px 16px;
  border-radius: 6px;
  position: relative;
}
.p-menu-section-symptoms .dialog-box > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 0;
  border-top: 13.5px solid #fff;
}
.p-menu-section-symptoms .dialog-box .color {
  color: var(--btn-color);
}
.p-menu-section-symptoms .top {
  margin-top: -34px;
}
.p-menu-section-symptoms .top .ico {
  width: 200px;
  max-width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -8px;
}
.p-menu-section-symptoms .top .ico img {
  width: 80px;
  margin-top: 32px;
  margin-bottom: -18px;
}
.p-menu-section-symptoms .top figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-menu-section-symptoms .top {
  text-align: center;
}
.p-menu-section-symptoms .title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.588;
}
.p-menu-section-symptoms .con {
  margin-top: 34px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.p-menu-section-symptoms .list {
  margin: 40px auto 30px;
  display: flex;
  gap: 16px;
}
.p-menu-section-symptoms .item {
  width: calc(33.33% - 10.6666666667px);
  border: 3px solid var(--bg3-color);
  background-color: #FFFFFF;
  padding: 18px 24px 20px;
  border-radius: 6px;
}
.p-menu-section-symptoms .item .ttl {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  color: #7ca9de;
}
.p-menu-section-symptoms .item .ico {
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-menu-section-symptoms .item .tt small {
  font-size: 12px;
}
.p-menu-section-symptoms .tags {
  font-size: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 4px;
  margin-top: 12px;
}
.p-menu-section-symptoms .tags a {
  padding: 8px 12px;
  padding-right: 10px;
  background-color: #FCFCFC;
  border: 1px solid var(--bg3-color);
  border-radius: 100px;
  text-decoration: none !important;
  gap: 6px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.p-menu-section-symptoms .tags a i {
  font-size: 10px;
  color: var(--annotation-color);
  transition: 0.3s;
}
@media (pointer: fine) {
  .p-menu-section-symptoms .tags a:hover {
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
  }
  .p-menu-section-symptoms .tags a:hover i {
    color: var(--btn-color);
  }
}
@media (max-width: 1000px) {
  .p-menu-section-symptoms .list {
    flex-wrap: wrap;
  }
  .p-menu-section-symptoms .item {
    width: calc(50% - 10.6666666667px);
  }
}
@media (max-width: 767px) {
  .p-menu-section-symptoms {
    padding-bottom: 90px;
    /* -------------------- */
  }
  .p-menu-section-symptoms .symptoms-top {
    top: 4px;
  }
  .p-menu-section-symptoms .dialog-box {
    margin-bottom: 8px;
  }
  .p-menu-section-symptoms .dialog-box > div {
    font-size: 14px;
    padding: 6px 14px;
  }
  .p-menu-section-symptoms .dialog-box > div::after {
    border: 8px solid transparent;
    border-bottom: 0;
    border-top: 9px solid #fff;
  }
  .p-menu-section-symptoms .top {
    margin-top: -4px;
  }
  .p-menu-section-symptoms .top .ico {
    width: 129px;
    margin-bottom: -18px;
  }
  .p-menu-section-symptoms .title {
    font-size: 26px;
  }
  .p-menu-section-symptoms .con {
    margin-top: 24px;
    font-size: 12px;
  }
  .p-menu-section-symptoms .list {
    margin: 20px auto 32px;
  }
  .p-menu-section-symptoms .item {
    width: 100%;
  }
}

.p-menu-section-diseases {
  --index-diseases-bottom: -40px;
}
.p-menu-section-diseases .dialog-box > div {
  font-size: 18px;
  font-weight: 400;
}
.p-menu-section-diseases .sub-con {
  margin: 34px auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-menu-section-diseases .top-texture {
    max-width: 100%;
  }
  .p-menu-section-diseases .dialog-box > div {
    font-size: 14px;
    font-weight: 400;
  }
  .p-menu-section-diseases .sub-con {
    margin: 24px auto;
    font-size: 12px;
  }
}

.p-menu-section-care-fee {
  padding-top: 20px;
  padding-bottom: 100px;
  position: relative;
  z-index: 3;
  /* -------------------- */
}
.p-menu-section-care-fee .top-texture {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 100%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}
.p-menu-section-care-fee .site-title .ja {
  color: var(--font-color);
}
.p-menu-section-care-fee .ico-user {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-bottom: -47px;
}
.p-menu-section-care-fee .ico-user img {
  width: 100px;
}
.p-menu-section-care-fee .dialog-box {
  margin: 0 auto 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 4;
}
.p-menu-section-care-fee .dialog-box > div {
  font-size: 18px;
  font-weight: 400;
  background-color: #fff;
  padding: 7px 16px;
  border-radius: 6px;
  position: relative;
}
.p-menu-section-care-fee .dialog-box > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 0;
  border-top: 13.5px solid #fff;
}
.p-menu-section-care-fee .dialog-box .color {
  color: var(--btn-color);
}
.p-menu-section-care-fee .sub-con {
  margin: 34px auto;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.p-menu-section-care-fee .inner {
  width: var(--inner-width02);
}
.p-menu-section-care-fee .list {
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.p-menu-section-care-fee .item {
  position: relative;
  z-index: 4;
  width: calc(50% - 15px);
  border-radius: 6px;
  aspect-ratio: 385/261;
  overflow: hidden;
  text-decoration: none !important;
  display: grid;
  align-items: flex-end;
}
@media (pointer: fine) {
  .p-menu-section-care-fee a.item:hover .fig {
    transform: scale(1.1);
  }
  .p-menu-section-care-fee a.item:hover .ico {
    color: #fff;
    background-color: var(--btn-color);
  }
}
.p-menu-section-care-fee .fig {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  transform-origin: center center;
  transition: 0.3s;
}
.p-menu-section-care-fee .fig img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.p-menu-section-care-fee .fig::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 1;
  background-image: linear-gradient(30deg, rgba(131, 131, 131, 0.4) 0%, rgba(84, 84, 84, 0) 100%);
}
.p-menu-section-care-fee .txt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-menu-section-care-fee .txt .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  min-width: 29px;
  aspect-ratio: 1;
  border-radius: 100%;
  font-size: 12px;
  background-color: #fff;
  color: var(--btn-color);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-menu-section-care-fee {
    padding-bottom: 80px;
    /* -------------------- */
  }
  .p-menu-section-care-fee .top-texture {
    width: 122%;
    max-width: 122%;
  }
  .p-menu-section-care-fee .ico-user {
    width: 70px;
    max-width: 100%;
    margin: auto;
    margin-bottom: -22px;
  }
  .p-menu-section-care-fee .dialog-box {
    margin-bottom: 8px;
  }
  .p-menu-section-care-fee .dialog-box > div {
    font-size: 14px;
    padding: 6px 14px;
  }
  .p-menu-section-care-fee .dialog-box > div::after {
    border: 8px solid transparent;
    border-bottom: 0;
    border-top: 9px solid #fff;
  }
  .p-menu-section-care-fee .sub-con {
    margin: 24px auto;
    font-size: 12px;
  }
  .p-menu-section-care-fee .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .p-menu-section-care-fee .list {
    gap: 12px;
    margin: 32px auto;
  }
  .p-menu-section-care-fee .item {
    width: calc(50% - 6px);
  }
  .p-menu-section-care-fee .txt {
    font-size: 12px;
    align-items: flex-end;
    padding: 12px;
  }
}

/* page symptoms */
.p-symptoms-list {
  padding: 0 20px;
  /* -------------------- */
}
.p-symptoms-list .list {
  margin: 26px auto 40px;
  display: flex;
  gap: 16px;
}
.p-symptoms-list .item {
  width: calc(33.33% - 10.6666666667px);
  background-color: #FFFFFF;
  padding: 18px 14px 20px;
  border-radius: 6px;
}
.p-symptoms-list .item .ttl {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
  color: #7ca9de;
  padding: 0 6px;
}
.p-symptoms-list .item .ico {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-symptoms-list .item .tt {
  color: var(--font-color);
}
.p-symptoms-list .item .tt small {
  font-size: 1em;
}
.p-symptoms-list .tags {
  font-size: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px;
  margin-top: 16px;
}
.p-symptoms-list .tags a {
  padding: 8px 12px;
  padding-right: 10px;
  background-color: #FCFCFC;
  border: 1px solid var(--bg3-color);
  border-radius: 100px;
  text-decoration: none !important;
  gap: 6px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.p-symptoms-list .tags a i {
  font-size: 10px;
  color: var(--annotation-color);
  transition: 0.3s;
}
@media (pointer: fine) {
  .p-symptoms-list .tags a:hover {
    background-color: var(--main-color);
    color: #fff;
  }
  .p-symptoms-list .tags a:hover i {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .p-symptoms-list dt {
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .p-symptoms-list dd {
    display: block !important;
  }
}
@media (max-width: 1000px) {
  .p-symptoms-list .list {
    flex-wrap: wrap;
  }
  .p-symptoms-list .item {
    width: calc(50% - 10.6666666667px);
  }
}
@media (max-width: 767px) {
  .p-symptoms-list {
    /* -------------------- */
  }
  .p-symptoms-list .list {
    gap: 8px;
  }
  .p-symptoms-list .item {
    width: 100%;
    padding: 0;
    cursor: pointer;
  }
  .p-symptoms-list .item .ttl {
    padding: 0;
    font-size: 12px;
    gap: 6px;
  }
  .p-symptoms-list .item .ico {
    font-size: 19px;
  }
  .p-symptoms-list .tags {
    padding: 16px 0 20px;
    border-top: 1px solid #E8E8E8;
    margin-top: 0;
  }
  .p-symptoms-list dl.show .arrow span::after {
    transform: rotate(0deg);
  }
  .p-symptoms-list dt {
    padding: 13px 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-symptoms-list dd {
    display: none;
    padding: 0 13px;
  }
  .p-symptoms-list .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-symptoms-list .arrow span {
    background-color: var(--font-color);
    width: 10px;
    height: 2px;
    border-radius: 100px;
    position: relative;
  }
  .p-symptoms-list .arrow span::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 100px;
    background-color: var(--font-color);
    transform-origin: center center;
    transform: rotate(90deg);
    transition: 0.3s;
  }
}

.p-symptoms-wrapper {
  margin-bottom: 80px;
  padding: 0 20px;
}

.p-symptoms-section {
  margin-top: 100px;
}
.p-symptoms-section .title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 54px;
  color: #7ca9de;
}
.p-symptoms-section .title .ico {
  font-size: 46px;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-symptoms-section .title small {
  font-size: 24px;
}
.p-symptoms-section .wrapper {
  display: grid;
  gap: 32px;
  margin-top: 40px;
}
.p-symptoms-section .item {
  display: flex;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.p-symptoms-section .item .txt {
  padding: 40px 32px;
  width: 100%;
}
.p-symptoms-section .item .ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 22px;
}
.p-symptoms-section .item .con {
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
}
.p-symptoms-section .item .bottom {
  margin-top: 25px;
}
.p-symptoms-section .item .sub-ttl {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #7CA9DE;
}
.p-symptoms-section .item .sub-ttl .ico {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-symptoms-section .item .sub-ttl .ico svg {
  width: 27px;
  height: 31px;
}
.p-symptoms-section .item .tags {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-symptoms-section .item .tags a {
  padding: 12px 16px;
  background-color: #FCFCFC;
  border: 1px solid var(--bg3-color);
  border-radius: 100px;
  text-decoration: none !important;
  gap: 12px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.p-symptoms-section .item .tags a i {
  font-size: 10px;
  color: var(--annotation-color);
  transition: 0.3s;
}
@media (pointer: fine) {
  .p-symptoms-section .item .tags a:hover {
    background-color: var(--main-color);
    color: #fff;
  }
  .p-symptoms-section .item .tags a:hover i {
    color: #fff;
  }
}
.p-symptoms-section .item .pic {
  width: 400px;
  min-width: 400px;
  height: 100%;
  position: relative;
  z-index: 3;
}
.p-symptoms-section .item .pic .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}
.p-symptoms-section .item .pic .hasbg::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #19567d;
  opacity: 0.3;
}
.p-symptoms-section#symptoms02 .item .sub-ttl {
  color: #DE9587;
}
.p-symptoms-section#symptoms03 .item .sub-ttl {
  color: #CBB67E;
}
@media (max-width: 767px) {
  .p-symptoms-section {
    margin-top: 60px;
  }
  .p-symptoms-section .title {
    font-size: 24px;
    letter-spacing: 0.25em;
    line-height: 34px;
  }
  .p-symptoms-section .title .ico {
    font-size: 40px;
    margin-bottom: 5.2px;
  }
  .p-symptoms-section .title small {
    font-size: 14px;
  }
  .p-symptoms-section .wrapper {
    gap: 24px;
    margin-top: 32px;
  }
  .p-symptoms-section .item {
    flex-direction: column-reverse;
  }
  .p-symptoms-section .item .txt {
    padding: 24px 24px 32px;
  }
  .p-symptoms-section .item .ttl {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 34px;
  }
  .p-symptoms-section .item .con {
    margin-top: 0;
    font-size: 12px;
    line-height: 26px;
  }
  .p-symptoms-section .item .sub-ttl {
    font-size: 14px;
    gap: 8px;
  }
  .p-symptoms-section .item .sub-ttl .ico svg {
    width: 21px;
    height: 24px;
  }
  .p-symptoms-section .item .bottom {
    margin-top: 29px;
  }
  .p-symptoms-section .item .tags {
    gap: 6px;
    margin-top: 11px;
  }
  .p-symptoms-section .item .tags a {
    padding: 8px 16px;
    padding-right: 10px;
    font-size: 12px;
  }
  .p-symptoms-section .item .pic {
    aspect-ratio: 348/159;
    width: 100%;
    min-width: 0;
    padding: 16px 24px;
    display: flex;
    align-items: flex-end;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
  }
  .p-symptoms-section .item .pic .ttl {
    color: #fff;
  }
  .p-symptoms-section .item .pic .hasbg::after {
    content: "";
  }
}

/* page disease */
.p-disease-wrapper {
  padding: 0 20px;
}
.p-disease-wrapper .list {
  display: grid;
  gap: 32px;
  margin: 48px auto 80px;
}
.p-disease-wrapper .item {
  display: flex;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.p-disease-wrapper .item .txt {
  padding: 40px 32px;
  width: 100%;
}
.p-disease-wrapper .item .ttl {
  font-size: 24px;
  font-weight: 700;
  color: var(--font-color);
  letter-spacing: 0.15em;
  line-height: 22px;
}
.p-disease-wrapper .item .ttl small {
  font-size: 16px;
}
.p-disease-wrapper .item .con {
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
}
.p-disease-wrapper .item .bottom {
  margin-top: 25px;
}
.p-disease-wrapper .item .sub-ttl {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #7CA9DE;
}
.p-disease-wrapper .item .sub-ttl .ico {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-disease-wrapper .item .sub-ttl .ico svg {
  width: 27px;
  height: 31px;
}
.p-disease-wrapper .item .tags {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-disease-wrapper .item .tags a {
  padding: 12px 16px;
  background-color: #FCFCFC;
  border: 1px solid var(--bg3-color);
  border-radius: 100px;
  text-decoration: none !important;
  gap: 12px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.p-disease-wrapper .item .tags a i {
  font-size: 10px;
  color: var(--main-color);
  transition: 0.3s;
}
@media (pointer: fine) {
  .p-disease-wrapper .item .tags a:hover {
    background-color: var(--main-color);
    color: #fff;
  }
  .p-disease-wrapper .item .tags a:hover i {
    color: #fff;
  }
}
.p-disease-wrapper .item .pic {
  width: 400px;
  min-width: 400px;
  height: 100%;
  position: relative;
  z-index: 3;
}
.p-disease-wrapper .item .pic .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}
.p-disease-wrapper .item .pic .hasbg::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #726565;
  opacity: 0.3;
}
.p-disease-wrapper .site-btn {
  margin-top: 32px;
}
.p-disease-wrapper .site-btn .btn {
  width: 360px;
}
@media (max-width: 767px) {
  .p-disease-wrapper .list {
    gap: 24px;
    margin: 40px 0 60px;
  }
  .p-disease-wrapper .item {
    flex-direction: column-reverse;
  }
  .p-disease-wrapper .item .txt {
    padding: 24px 24px 32px;
  }
  .p-disease-wrapper .item .ttl {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 34px;
  }
  .p-disease-wrapper .item .ttl small {
    font-size: 10px;
  }
  .p-disease-wrapper .item .con {
    margin-top: 0;
    font-size: 12px;
    line-height: 26px;
  }
  .p-disease-wrapper .item .sub-ttl {
    font-size: 14px;
    gap: 8px;
  }
  .p-disease-wrapper .item .sub-ttl .ico svg {
    width: 21px;
    height: 24px;
  }
  .p-disease-wrapper .item .bottom {
    margin-top: 29px;
  }
  .p-disease-wrapper .item .tags {
    gap: 6px;
    margin-top: 11px;
  }
  .p-disease-wrapper .item .tags a {
    padding: 8px 16px;
    padding-right: 10px;
    font-size: 12px;
  }
  .p-disease-wrapper .item .pic {
    aspect-ratio: 348/159;
    width: 100%;
    min-width: none;
    padding: 16px 24px;
    display: flex;
    align-items: flex-end;
  }
  .p-disease-wrapper .item .pic .ttl {
    color: #fff;
  }
  .p-disease-wrapper .item .pic .hasbg::after {
    content: "";
  }
  .p-disease-wrapper .site-btn {
    justify-content: center;
  }
}

/* page self-pay-care-fee */
@media (max-width: 767px) {
  .p-care-fee-section01 .title .small {
    font-size: 14px;
  }
}
.p-care-fee-section01 .txt {
  width: 467px;
}
@media (max-width: 767px) {
  .p-care-fee-section01 .txt {
    width: 100%;
  }
}
.p-care-fee-section01 .fig {
  text-align: right;
}
@media (max-width: 767px) {
  .p-care-fee-section01 .wrapper {
    padding-bottom: 40px;
  }
  .p-care-fee-section01 .wrapper .con {
    margin-bottom: 0;
  }
}

.p-care-fee-section02 {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
  position: relative;
  z-index: 3;
}
.p-care-fee-section02 .top-texture {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 100%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}
.p-care-fee-section02 .site-title .ja {
  color: var(--font-color);
}
.p-care-fee-section02 .ico-user {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-bottom: -7px;
}
.p-care-fee-section02 .dialog-box {
  margin: 0 auto 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 4;
}
.p-care-fee-section02 .dialog-box > div {
  font-size: 18px;
  font-weight: 400;
  background-color: #fff;
  padding: 7px 16px;
  border-radius: 6px;
  position: relative;
}
.p-care-fee-section02 .dialog-box > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 0;
  border-top: 13.5px solid #fff;
}
.p-care-fee-section02 .dialog-box .color {
  color: var(--btn-color);
}
.p-care-fee-section02 .list {
  margin-top: 40px;
  display: grid;
  gap: 32px;
}
.p-care-fee-section02 .item {
  display: flex;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.p-care-fee-section02 .item .txt {
  padding: 40px 32px;
  width: 100%;
}
.p-care-fee-section02 .item .ttl {
  font-size: 24px;
  font-weight: 700;
  color: var(--font-color);
  letter-spacing: 0.15em;
  line-height: 22px;
}
.p-care-fee-section02 .item .con {
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
}
.p-care-fee-section02 .item .fig {
  width: 400px;
  min-width: 400px;
  height: 100%;
  position: relative;
  z-index: 3;
}
.p-care-fee-section02 .item .fig .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}
.p-care-fee-section02 .item .fig .hasbg::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #7d5619;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .p-care-fee-section02 {
    padding-top: 19px;
  }
  .p-care-fee-section02 .top-texture {
    width: 122%;
    max-width: 122%;
  }
  .p-care-fee-section02 .ico-user {
    width: 153px;
    max-width: 100%;
    margin: auto;
    margin-bottom: -8px;
  }
  .p-care-fee-section02 .dialog-box {
    margin-bottom: 8px;
  }
  .p-care-fee-section02 .dialog-box > div {
    font-size: 14px;
    padding: 6px 14px;
  }
  .p-care-fee-section02 .dialog-box > div::after {
    border: 8px solid transparent;
    border-bottom: 0;
    border-top: 9px solid #fff;
  }
  .p-care-fee-section02 .list {
    gap: 24px;
  }
  .p-care-fee-section02 .item {
    flex-direction: column-reverse;
  }
  .p-care-fee-section02 .item .txt {
    padding: 24px;
  }
  .p-care-fee-section02 .item .ttl {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 34px;
  }
  .p-care-fee-section02 .item .con {
    margin-top: 0;
    font-size: 12px;
    line-height: 26px;
  }
  .p-care-fee-section02 .item .fig {
    aspect-ratio: 348/159;
    width: 100%;
    min-width: 0;
    padding: 24px 24px 12px 24px;
    display: flex;
    align-items: flex-end;
  }
  .p-care-fee-section02 .item .fig .ttl {
    color: #fff;
  }
  .p-care-fee-section02 .item .fig .hasbg::after {
    content: "";
  }
}

/* page doctor */
.p-doctor-wrapper {
  padding: 56px 30px 80px;
}
.p-doctor-wrapper .info {
  position: relative;
  z-index: 3;
}
.p-doctor-wrapper .img {
  text-align: center;
}
.p-doctor-wrapper .title {
  text-align: center;
  color: #707070;
  margin-top: 16px;
  line-height: 1.7142;
}
.p-doctor-wrapper .company {
  font-size: 1em;
  font-weight: 400;
}
.p-doctor-wrapper .name {
  margin: 8px auto;
  font-size: 18px;
  font-weight: 700;
}
.p-doctor-wrapper .con {
  width: 600px;
  max-width: 100%;
  margin: auto;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2.5;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .p-doctor-wrapper {
    padding-top: 18px;
  }
  .p-doctor-wrapper .con {
    margin-top: 24px;
    line-height: 2.166;
  }
}

/* page access */
.p-access-title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.58;
  text-align: center;
}
@media (max-width: 767px) {
  .p-access-title {
    font-size: 20px;
    letter-spacing: 0.25em;
    line-height: 2;
  }
}

.p-access-section01 {
  padding: 45px 20px;
}
.p-access-section01 .inner {
  width: var(--inner-width02);
}
.p-access-section01 .wrapper {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 34px;
}
.p-access-section01 .google-map {
  position: relative;
  min-height: 200px;
}
.p-access-section01 .google-map::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 38.875%;
}
.p-access-section01 .google-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-access-section01 .info-box {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  gap: 40px;
}
.p-access-section01 .info {
  width: 100%;
}
.p-access-section01 .fig {
  position: relative;
  aspect-ratio: 244/383;
  width: 244px;
  min-width: 244px;
  border-radius: 0 0 6px 0;
  overflow: hidden;
}
.p-access-section01 .fig .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-access-section01 dl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  padding: 20px 0;
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid var(--border-color);
}
.p-access-section01 dl:last-child {
  border-bottom: 0;
}
@media (max-width: 900px) {
  .p-access-section01 dl {
    padding: 10px 0;
  }
}
.p-access-section01 dt {
  white-space: nowrap;
  min-width: 6.4em;
  font-weight: 600;
}
.p-access-section01 dd {
  width: 100%;
}
.p-access-section01 .address-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px 20px;
}
.p-access-section01 .add {
  line-height: 1.7142857143em;
}
.p-access-section01 .map {
  font-size: 12px;
  border-bottom: 1px solid var(--link-color);
  color: var(--link-color);
  text-decoration: none !important;
  white-space: nowrap;
}
.p-access-section01 .map i {
  margin-right: 0.6em;
}
.p-access-section01 .tel-box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.p-access-section01 .tel-box .txt {
  background-color: var(--bg-color);
  text-align: center;
  font-size: 10px;
  border-radius: 5px;
  padding: 5px 2em;
}
.p-access-section01 .tel {
  font-size: 12px;
  text-decoration: none !important;
}
.p-access-section01 .num {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.7142em;
  font-weight: 700;
  line-height: 1;
  color: var(--main-color);
}
.p-access-section01 .tel-num {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 2em;
  font-weight: 800;
  white-space: nowrap;
  line-height: 1;
  color: var(--main-color);
}
.p-access-section01 .time span {
  font-size: 10px;
  font-weight: 400;
}
.p-access-section01 .time em {
  font-family: "Lato", sans-serif;
  font-style: normal;
}
.p-access-section01 table {
  margin: 15px 0;
  border: 0;
}
.p-access-section01 table td {
  border: 0;
  text-align: center;
  padding: 5px 10px;
}
.p-access-section01 table td:nth-child(1) {
  min-width: 6.4em;
  text-align: left;
  padding: 0;
  font-weight: 600;
}
.p-access-section01 table td:nth-child(1) small {
  font-weight: 300;
}
.p-access-section01 table small {
  font-size: 12px;
}
.p-access-section01 table .cir {
  width: 8px;
  aspect-ratio: 1;
  margin: auto;
  border-radius: 100%;
  background-color: var(--main-color);
  display: inline-block;
}
.p-access-section01 table .cir.none {
  background-color: #e0e0e0;
}
@media (max-width: 767px) {
  .p-access-section01 {
    padding: 0 20px;
    margin: 40px auto;
  }
  .p-access-section01 .wrapper {
    margin-top: 32px;
  }
  .p-access-section01 .google-map::after {
    padding-top: 57.183908046%;
  }
  .p-access-section01 .info-box {
    padding: 24px;
    font-size: 12px;
  }
  .p-access-section01 .fig {
    display: none;
  }
  .p-access-section01 dl {
    gap: 4px;
  }
  .p-access-section01 .tel-box {
    gap: 5px 10px;
  }
  .p-access-section01 table {
    width: 100%;
  }
  .p-access-section01 table td {
    padding: 5px;
  }
  .p-access-section01 table td:nth-child(1) {
    min-width: 0;
    white-space: nowrap;
    font-size: 12px;
  }
}

.p-access-section02 {
  padding: 42px 20px 80px;
}
.p-access-section02 .inner {
  width: 670px;
}
.p-access-section02 .wrapper {
  margin-top: 46px;
}
.p-access-section02 .list {
  display: grid;
  gap: 60px;
  position: relative;
  z-index: 3;
}
.p-access-section02 .list::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 3px;
  background-color: #DBE5EB;
  height: calc(75% + 40px);
  top: 20px;
  left: 20px;
  transform: translateX(-50%);
}
.p-access-section02 .item {
  display: flex;
  gap: 40px;
}
.p-access-section02 .txt {
  display: flex;
  gap: 26px;
}
.p-access-section02 .num {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--main-color);
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  position: relative;
  z-index: 3;
}
.p-access-section02 .num em {
  font-style: normal;
  display: none;
}
.p-access-section02 .num .ico {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  color: var(--main-color);
  top: 0.1em;
}
.p-access-section02 .num .ico svg {
  width: 100%;
  height: 100%;
}
.p-access-section02 .con {
  font-size: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.p-access-section02 .fig {
  width: 282px;
  min-width: 282px;
  aspect-ratio: 282/140;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.p-access-section02 .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-access-section02 {
    padding-top: 30px;
  }
  .p-access-section02 .wrapper {
    margin-top: 32px;
  }
  .p-access-section02 .list {
    gap: 32px;
  }
  .p-access-section02 .list::after {
    left: 38px;
  }
  .p-access-section02 .item {
    flex-direction: column-reverse;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    gap: 0px;
  }
  .p-access-section02 .txt {
    display: block;
    padding: 0 24px 24px;
  }
  .p-access-section02 .num {
    font-size: 18px;
    width: 38px;
    min-width: 38px;
    height: 38px;
    transform: translate(-8px, -16px);
  }
  .p-access-section02 .num em {
    display: inline-block;
  }
  .p-access-section02 .fig {
    border-radius: 0;
    width: 100%;
    min-width: auto;
    aspect-ratio: 348/140;
    min-height: 140px;
  }
}

/* page faq */
.p-faq-title {
  font-size: 34px;
  font-weight: 700;
  color: var(--font-color);
  letter-spacing: 0.2em;
  line-height: 1.58;
  text-align: center;
}
@media (max-width: 767px) {
  .p-faq-title {
    font-size: 20px;
    letter-spacing: 0.25em;
    line-height: 2;
  }
}

.p-faq-wrapper {
  padding-bottom: 40px;
}

.p-faq-section {
  padding: 40px 20px;
}
.p-faq-section .inner {
  width: var(--inner-width02);
}
.p-faq-section .list {
  margin-top: 32px;
  display: grid;
  gap: 16px;
}
.p-faq-section dl {
  background-color: #fff;
  border-radius: 6px;
}
.p-faq-section dl .ico {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-faq-section dl.show .arrow span::after {
  transform: rotate(0deg);
}
.p-faq-section dt {
  padding: 27px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.p-faq-section dt .ttl {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-faq-section dd {
  display: none;
}
.p-faq-section .dd {
  padding: 24px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  border-top: 1px solid var(--bg3-color);
}
.p-faq-section .arrow {
  width: 26px;
  min-width: 26px;
  aspect-ratio: 1;
  background-color: var(--bg3-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.p-faq-section .arrow span {
  background-color: #707070;
  width: 10px;
  height: 2px;
  border-radius: 100px;
  position: relative;
}
.p-faq-section .arrow span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 100px;
  background-color: #707070;
  transform-origin: center center;
  transform: rotate(90deg);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-faq-section {
    padding: 20px;
  }
  .p-faq-section .list {
    margin-top: 24px;
    gap: 12px;
  }
  .p-faq-section dt {
    padding: 20px 16px;
  }
  .p-faq-section dt .ttl {
    font-size: 12px;
  }
  .p-faq-section .dd {
    padding: 20px 16px;
    font-size: 12px;
  }
}

/* page privacy policy */
.p-privacy-wrapper {
  padding: 40px 20px 100px;
}
.p-privacy-wrapper .inner {
  width: var(--inner-width02);
}
.p-privacy-wrapper h2 {
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 34px;
  padding: 16px 0;
  border-bottom: unset;
  margin: 80px auto 24px;
}
.p-privacy-wrapper h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 2;
}
.p-privacy-wrapper .col {
  margin-top: 40px;
}
.p-privacy-wrapper .col ~ .col {
  margin-top: 60px;
}
.p-privacy-wrapper .content {
  margin-top: 24px;
  letter-spacing: 0.05em;
  line-height: 2.14;
}
@media (max-width: 767px) {
  .p-privacy-wrapper {
    padding: 20px 20px 80px;
  }
  .p-privacy-wrapper h2 {
    font-size: 18px;
    letter-spacing: 0.25em;
    line-height: 40px;
    color: var(--font-color);
    padding-bottom: 0;
    border-bottom: none;
  }
  .p-privacy-wrapper h3 {
    font-size: 14px;
    letter-spacing: 0.15em;
    line-height: 40px;
  }
  .p-privacy-wrapper .content {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 26px;
    margin-top: 16px;
  }
  .p-privacy-wrapper .col {
    margin-top: 60px;
  }
  .p-privacy-wrapper .col ~ .col {
    margin-top: 40px;
  }
}

/* page contact */
.p-contact-wrapper {
  padding: 66px 20px 80px;
}
.p-contact-wrapper .inner {
  width: 640px;
}
.p-contact-wrapper .contact-top {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 30px;
}
.p-contact-wrapper .contact-top .must {
  color: #898989;
  font-size: 12px;
  margin-top: 24px;
}
.p-contact-wrapper .contact-top .must em {
  font-style: normal;
  color: #E35959;
}
.p-contact-wrapper .confirm-title {
  font-size: 28px;
  letter-spacing: 0.15em;
  line-height: 52px;
}
.p-contact-wrapper .contact-form {
  margin-top: 50px;
}
.p-contact-wrapper .contact-form dl ~ dl {
  margin-top: 28px;
}
.p-contact-wrapper .contact-form dt {
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.p-contact-wrapper .contact-form dd {
  margin-top: 14px;
}
.p-contact-wrapper .contact-form .must {
  color: #CE1515;
  font-size: 10px;
  font-weight: 400;
}
.p-contact-wrapper .contact-form input[type=text],
.p-contact-wrapper .contact-form input[type=email] {
  width: 100%;
  height: 54px;
  padding: 14px 24px;
  border-radius: 12px;
  background-color: #fff;
  border: none;
  outline: none;
}
.p-contact-wrapper .contact-form textarea {
  width: 100%;
  height: 250px;
  padding: 16px 24px;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 12px;
  resize: none;
}
.p-contact-wrapper .mw-buttons {
  margin-top: 60px;
}
.p-contact-wrapper .square-btn {
  display: grid;
  justify-content: center;
}
.p-contact-wrapper .square-btn button {
  padding: 20px 35px;
  border-radius: 100px;
  width: 288px;
  max-width: 100%;
  position: relative;
  transition: 0.3s;
  margin: auto;
  background-color: var(--main-color);
  color: #fff;
  border: 1px solid #fff;
  outline: none;
  font-size: 16px;
}
@media (pointer: fine) {
  .p-contact-wrapper .square-btn button:hover {
    background-color: #74C0F0;
  }
}
.p-contact-wrapper .square-btn .ico {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.p-contact-wrapper .square-btn .ico.left {
  right: auto;
  left: 20px;
}
.p-contact-wrapper .square-btn.back {
  margin-top: 24px;
}
.p-contact-wrapper .square-btn.back button {
  background-color: var(--font-color);
}
@media (pointer: fine) {
  .p-contact-wrapper .square-btn.back button:hover {
    background-color: #000;
  }
}
.p-contact-wrapper .mw_wp_form_input .confirm-title {
  display: none;
}
.p-contact-wrapper .mw_wp_form_confirm .contact-top {
  display: none;
}
.p-contact-wrapper .mw_wp_form_confirm .contact-form dl ~ dl {
  margin-top: 46px;
}
.p-contact-wrapper .mw_wp_form_confirm .contact-form dd {
  margin-top: 30px;
}
.p-contact-wrapper .thanks-wrapper h2 {
  font-size: 2em;
  letter-spacing: 0.15em;
  line-height: 52px;
}
.p-contact-wrapper .thanks-wrapper .con {
  margin-top: 32px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 30px;
}
.p-contact-wrapper .thanks-wrapper .site-btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .p-contact-wrapper {
    padding-top: 16px;
  }
  .p-contact-wrapper .contact-top {
    font-size: 12px;
    line-height: 26px;
  }
  .p-contact-wrapper .contact-top .must {
    font-size: 10px;
    margin-top: 24px;
  }
  .p-contact-wrapper .confirm-title {
    font-size: 18px;
    letter-spacing: 0.25em;
    line-height: 40px;
  }
  .p-contact-wrapper .contact-form dl ~ dl {
    margin-top: 24px;
  }
  .p-contact-wrapper .mw-buttons {
    margin-top: 40px;
  }
  .p-contact-wrapper .mw_wp_form_confirm .contact-form dl ~ dl {
    margin-top: 40px;
  }
  .p-contact-wrapper .mw_wp_form_confirm .contact-form dd {
    margin-top: 14px;
  }
  .p-contact-wrapper .thanks-wrapper h2 {
    font-size: 18px;
    letter-spacing: 0.25em;
    line-height: 40px;
  }
  .p-contact-wrapper .thanks-wrapper .con {
    margin-top: 24px;
    font-size: 12px;
    line-height: 26px;
  }
  .p-contact-wrapper .thanks-wrapper .site-btn {
    margin-top: 40px;
  }
}

/* ------------------------------------------------- */
.p-post-wrapper {
  padding: 36px 12px 80px;
}
.p-post-wrapper .inner {
  width: var(--inner-width02);
}
.p-post-wrapper .list {
  display: grid;
  gap: 16px;
}
.p-post-wrapper .item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: grid;
  gap: 6px;
  text-decoration: none !important;
}
@media (pointer: fine) {
  .p-post-wrapper .item:hover .ttl {
    color: var(--main-color);
  }
}
.p-post-wrapper .time {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  opacity: 0.3;
  font-size: 12px;
}
.p-post-wrapper .ttl {
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-post-wrapper {
    padding-top: 16px;
  }
  .p-post-wrapper .list {
    gap: 12px;
  }
}

.pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (pointer: fine) {
  .pagination {
    gap: 6px;
  }
}
.pagination .page-numbers {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-color);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers {
    font-size: 11px;
    width: 30px;
    height: 30px;
  }
}
@media (pointer: fine) {
  .pagination .page-numbers:hover {
    background-color: var(--font-color);
    color: #fff;
  }
}
.pagination .page-numbers.current {
  background-color: var(--font-color);
  color: #fff;
}
.pagination .dots {
  pointer-events: none;
  background-color: unset;
  border: unset;
}
@media screen and (max-width: 767px) {
  .pagination .dots {
    width: auto;
  }
}
.pagination .next,
.pagination .prev {
  border: none;
  background: transparent;
  width: auto;
  height: auto;
}
@media (pointer: fine) {
  .pagination .next:hover,
  .pagination .prev:hover {
    background-color: unset;
    color: var(--accent-hover-color);
  }
}
.pagination span.next, .pagination span.prev {
  pointer-events: none;
  opacity: 0.3;
}
.pagination .next {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .pagination .next {
    margin-left: 8px;
  }
}
.pagination .prev {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .pagination .prev {
    margin-right: 8px;
  }
}

/* single style */
.single-wrapper {
  padding: 64px 20px 80px;
}
.single-wrapper .inner {
  width: var(--inner-width02);
}
.single-wrapper .time {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.15em;
}
.single-wrapper .title {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 40px;
  margin-top: 8px;
}
.single-wrapper .site-btn {
  margin-top: 80px;
}
.single-wrapper .content {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .single-wrapper {
    padding-top: 16px;
  }
  .single-wrapper .title {
    font-size: 18px;
    margin-top: 16px;
  }
  .single-wrapper .site-btn {
    margin-top: 60px;
  }
  .single-wrapper .single-article {
    margin-top: 32px;
  }
}

.single-article {
  letter-spacing: 0.15em;
  line-height: 28px;
}
@media (max-width: 767px) {
  .single-article {
    line-height: 24px;
    letter-spacing: 0.1em;
  }
}
.single-article img {
  height: auto;
  max-width: 100%;
  border-radius: 12px;
}
.single-article .attachment {
  width: 100%;
}
.single-article .attachment img {
  width: 100%;
}
.single-article > ul, .single-article > ol {
  padding-left: 1.2em;
  list-style: initial;
  margin: 1.5em 0;
}
.single-article > figure {
  margin: 1.5em 0;
}
.single-article > figure figcaption {
  width: 100%;
  display: block;
  text-align: center !important;
  opacity: 0.5;
  font-size: 12px;
  line-height: 1.4;
  padding: 0.6em 0;
}
.single-article .wp-block-image img {
  max-width: 100%;
}
.single-article blockquote {
  padding: 1em 1em 1em 1.3em;
  border-left: 0.3em solid var(--font-color);
  background-color: var(--bg-color);
  color: var(--font-color);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
}
.single-article blockquote p:last-child {
  margin-bottom: 0;
}
.single-article pre {
  margin: 1.5em auto;
  white-space: normal;
  line-height: 1.5em;
  width: 100%;
  display: block;
  background-color: var(--bg-color);
  padding: 20px;
}
.single-article pre,
.single-article code {
  font-family: Consolas, "Courier New", monospace, Arial, Helvetica, "Roboto", "Noto Sans JP", sans-serif;
  text-indent: 0;
  letter-spacing: 0;
  font-size: 12px;
}
.single-article p {
  margin-bottom: 20px;
}
.single-article p:last-child {
  margin-bottom: 0;
}
.single-article > h1, .single-article > h2, .single-article > h3, .single-article > h4, .single-article > h5, .single-article > h6 {
  display: block;
  margin: 2.5em 0 1em;
  font-weight: 700;
}
.single-article > h1:first-child, .single-article > h2:first-child, .single-article > h3:first-child, .single-article > h4:first-child, .single-article > h5:first-child, .single-article > h6:first-child {
  margin-top: 0;
}
.single-article > h1 {
  font-size: 2em;
}
.single-article > h2 {
  font-size: 1.8em;
  line-height: 1.4;
  padding: 0.2em 0;
  border-bottom: 1px solid var(--font-color);
}
.single-article > h3 {
  font-size: 1.5em;
  padding: 0.4em 0.8em;
  line-height: 1.7;
  background-color: #f6f6fc;
}
.single-article > h4 {
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .single-article > h4 {
    font-size: 1.15em;
  }
}
.single-article > h5 {
  font-size: 1.2em;
}
.single-article > h6 {
  font-size: 1em;
}
.single-article > img, .single-article > p > img {
  margin: 20px 0;
}
.single-article > img.aligncenter, .single-article > p > img.aligncenter {
  margin: 20px auto;
}
.single-article > img.alignleft, .single-article > p > img.alignleft {
  margin: 20px 20px 15px 0;
  float: left;
}
.single-article > img.alignright, .single-article > p > img.alignright {
  margin: 20px 0 15px 20px;
  float: right;
}
.single-article > img.alignnone, .single-article > p > img.alignnone {
  margin: 0px 0 20px;
  float: none;
  clear: both;
}

/* ---------------- */
.single-disease-main .page-hero .title {
  font-size: 48px;
  letter-spacing: 0.05em;
  line-height: 42px;
}
@media (max-width: 767px) {
  .single-disease-main .page-hero .title {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
}
.single-disease-main .must {
  font-size: 10px;
  display: flex;
  gap: 1px;
  margin-bottom: 24px;
  letter-spacing: 1px;
  line-height: 1.75;
}
.single-disease-main .must em {
  font-style: normal;
}
.single-disease-main .table01 + p,
.single-disease-main .table02 + p {
  margin-top: 24px;
}

.single-disease-wrapper .inner,
.single-column-wrapper .inner {
  width: 1115px;
}
.single-disease-wrapper #ez-toc-container,
.single-column-wrapper #ez-toc-container {
  border: none;
  background-color: #fff;
  border-radius: 6px;
  padding: 24px 46px;
}
.single-disease-wrapper #ez-toc-container .ez-toc-title-container,
.single-column-wrapper #ez-toc-container .ez-toc-title-container {
  margin-bottom: 13px;
}
.single-disease-wrapper #ez-toc-container .ez-toc-title,
.single-column-wrapper #ez-toc-container .ez-toc-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
}
.single-disease-wrapper #ez-toc-container .ez-toc-title::before,
.single-column-wrapper #ez-toc-container .ez-toc-title::before {
  content: url(../img/icon/ico-book.svg);
  display: block;
  margin-bottom: -3px;
}
.single-disease-wrapper #ez-toc-container nav ul li a,
.single-column-wrapper #ez-toc-container nav ul li a {
  font-size: 14px;
  font-weight: 400;
  padding: 6px 0;
  padding-right: 12px;
  width: 100%;
  text-decoration: none !important;
  transition: 0.3s;
  border-bottom: 1px solid var(--bg3-color);
  position: relative;
  color: var(--font-color);
}
.single-disease-wrapper #ez-toc-container nav ul li a:link,
.single-column-wrapper #ez-toc-container nav ul li a:link {
  color: var(--font-color);
}
.single-disease-wrapper #ez-toc-container nav ul li a::before,
.single-column-wrapper #ez-toc-container nav ul li a::before {
  color: var(--annotation-color);
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.single-disease-wrapper #ez-toc-container nav ul li a::after,
.single-column-wrapper #ez-toc-container nav ul li a::after {
  content: url(../img/icon/ico-arrow-down.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (pointer: fine) {
  .single-disease-wrapper #ez-toc-container nav ul li a:hover,
  .single-column-wrapper #ez-toc-container nav ul li a:hover {
    color: var(--main-color);
  }
}
.single-disease-wrapper #ez-toc-container ul,
.single-column-wrapper #ez-toc-container ul {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 40px;
}
.single-disease-wrapper #ez-toc-container li,
.single-column-wrapper #ez-toc-container li {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media (max-width: 900px) {
  .single-disease-wrapper #ez-toc-container li,
  .single-column-wrapper #ez-toc-container li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .single-disease-wrapper #ez-toc-container,
  .single-column-wrapper #ez-toc-container {
    padding: 24px;
  }
  .single-disease-wrapper #ez-toc-container .ez-toc-title,
  .single-column-wrapper #ez-toc-container .ez-toc-title {
    font-size: 14px;
  }
  .single-disease-wrapper #ez-toc-container li,
  .single-column-wrapper #ez-toc-container li {
    width: 100%;
  }
  .single-disease-wrapper #ez-toc-container nav ul li a,
  .single-column-wrapper #ez-toc-container nav ul li a {
    font-size: 12px;
  }
}
.single-disease-wrapper .single-disease-content,
.single-disease-wrapper .single-column-content,
.single-column-wrapper .single-disease-content,
.single-column-wrapper .single-column-content {
  width: 800px;
  max-width: 100%;
  margin: auto;
}
.single-disease-wrapper .single-disease-content #ez-toc-container,
.single-disease-wrapper .single-column-content #ez-toc-container,
.single-column-wrapper .single-disease-content #ez-toc-container,
.single-column-wrapper .single-column-content #ez-toc-container {
  display: none;
}
.single-disease-wrapper .single-article > h2,
.single-column-wrapper .single-article > h2 {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.65;
  padding: 16px 0 32px;
  border-bottom: unset;
  margin: 80px auto 0px;
}
.single-disease-wrapper .single-article > h3,
.single-column-wrapper .single-article > h3 {
  font-size: 20px;
  line-height: 1.7;
  color: var(--font-color);
  background: #e9f1e9;
  padding: 10px 16px;
  border-radius: 12px 12px 12px 0px;
}
.single-disease-wrapper .single-article a,
.single-column-wrapper .single-article a {
  color: #1682C6;
  text-decoration: underline;
}
.single-disease-wrapper .single-article .wp-block-image,
.single-column-wrapper .single-article .wp-block-image {
  overflow: hidden;
}
.single-disease-wrapper .single-article .wp-element-button,
.single-column-wrapper .single-article .wp-element-button {
  text-decoration: none !important;
}
.single-disease-wrapper .single-article .site-btn .btn,
.single-column-wrapper .single-article .site-btn .btn {
  background-color: var(--accent-color);
  color: #fff;
  padding: 26px 36px;
  gap: 12px;
  border-radius: 100px;
  transition: 0.3s;
  position: relative;
  box-shadow: 0px 6px 0px var(--accent-hover-color);
  text-decoration: none !important;
  width: 90%;
  max-width: 400px;
}
.single-disease-wrapper .single-article .site-btn .btn:hover,
.single-column-wrapper .single-article .site-btn .btn:hover {
  background-color: var(--accent-hover-color);
  -webkit-box-shadow: 0 2px 0 var(--accent-hover-color);
  box-shadow: 0 2px 0 var(--accent-hover-color);
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
@media (max-width: 767px) {
  .single-disease-wrapper .single-article,
  .single-column-wrapper .single-article {
    font-size: 12px;
  }
  .single-disease-wrapper .single-article > h2,
  .single-column-wrapper .single-article > h2 {
    font-size: 22px;
    margin-top: 40px;
  }
  .single-disease-wrapper .single-article > h3,
  .single-column-wrapper .single-article > h3 {
    font-size: 16px;
    line-height: 1.7;
  }
}
.single-disease-wrapper .table,
.single-column-wrapper .table {
  border-radius: 6px;
  overflow: hidden;
}
.single-disease-wrapper .table + .table,
.single-column-wrapper .table + .table {
  margin-top: 16px;
}
.single-disease-wrapper table,
.single-column-wrapper table {
  border: none;
  width: 100%;
}
.single-disease-wrapper table th,
.single-column-wrapper table th {
  padding: 24px;
  background-color: #e9f1e9;
  font-weight: 700;
  border: none;
}
.single-disease-wrapper table td,
.single-column-wrapper table td {
  padding: 24px;
  border: none;
  background-color: #fff;
}
@media (max-width: 767px) {
  .single-disease-wrapper table th,
  .single-column-wrapper table th {
    padding: 16px;
  }
  .single-disease-wrapper table td,
  .single-column-wrapper table td {
    padding: 16px;
  }
}
.single-disease-wrapper .table02 table tr,
.single-column-wrapper .table02 table tr {
  border: 1px solid var(--bg-color);
}
.single-disease-wrapper .table02 table th,
.single-column-wrapper .table02 table th {
  width: 200px;
}
@media (max-width: 767px) {
  .single-disease-wrapper .table02 table th,
  .single-column-wrapper .table02 table th {
    width: 87px;
  }
}
.single-disease-wrapper .table01 table th,
.single-column-wrapper .table01 table th {
  padding: 12px;
}
.single-disease-wrapper .table01 table td,
.single-column-wrapper .table01 table td {
  padding: 24px 16px;
}
@media (max-width: 767px) {
  .single-disease-wrapper .table01 table th,
  .single-column-wrapper .table01 table th {
    padding: 8px;
  }
  .single-disease-wrapper .table01 table td,
  .single-column-wrapper .table01 table td {
    padding: 16px;
  }
}
.single-disease-wrapper .ul-list01,
.single-column-wrapper .ul-list01 {
  background-color: #fff;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  list-style: none;
  font-weight: 700;
}
.single-disease-wrapper .ul-list01 li,
.single-column-wrapper .ul-list01 li {
  width: calc(50% - 20px);
  display: flex;
}
.single-disease-wrapper .ul-list01 li::before,
.single-column-wrapper .ul-list01 li::before {
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 100%;
  background: url(../img/icon/ico-list.svg) no-repeat;
  background-position: 0 0.6em;
  background-size: 16px;
}
@media (max-width: 767px) {
  .single-disease-wrapper .ul-list01,
  .single-column-wrapper .ul-list01 {
    gap: 16px;
  }
  .single-disease-wrapper .ul-list01 li,
  .single-column-wrapper .ul-list01 li {
    width: 100%;
  }
}
.single-disease-wrapper .faq-list,
.single-column-wrapper .faq-list {
  display: grid;
  gap: 16px;
}
.single-disease-wrapper .faq-list dl,
.single-column-wrapper .faq-list dl {
  background-color: #fff;
  border-radius: 6px;
}
.single-disease-wrapper .faq-list dl .ico,
.single-column-wrapper .faq-list dl .ico {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-disease-wrapper .faq-list dl.show .arrow span::after,
.single-column-wrapper .faq-list dl.show .arrow span::after {
  transform: rotate(0deg);
}
.single-disease-wrapper .faq-list dt,
.single-column-wrapper .faq-list dt {
  padding: 27px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.single-disease-wrapper .faq-list dt .ttl,
.single-column-wrapper .faq-list dt .ttl {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-disease-wrapper .faq-list dd,
.single-column-wrapper .faq-list dd {
  display: none;
}
.single-disease-wrapper .faq-list .dd,
.single-column-wrapper .faq-list .dd {
  padding: 24px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  border-top: 1px solid var(--bg3-color);
}
.single-disease-wrapper .faq-list .arrow,
.single-column-wrapper .faq-list .arrow {
  width: 26px;
  min-width: 26px;
  aspect-ratio: 1;
  background-color: var(--bg3-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.single-disease-wrapper .faq-list .arrow span,
.single-column-wrapper .faq-list .arrow span {
  background-color: #707070;
  width: 10px;
  height: 2px;
  border-radius: 100px;
  position: relative;
}
.single-disease-wrapper .faq-list .arrow span::after,
.single-column-wrapper .faq-list .arrow span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 100px;
  background-color: #707070;
  transform-origin: center center;
  transform: rotate(90deg);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .single-disease-wrapper .faq-list,
  .single-column-wrapper .faq-list {
    gap: 12px;
  }
  .single-disease-wrapper .faq-list dt,
  .single-column-wrapper .faq-list dt {
    padding: 20px 16px;
  }
  .single-disease-wrapper .faq-list dt .ttl,
  .single-column-wrapper .faq-list dt .ttl {
    font-size: 12px;
  }
  .single-disease-wrapper .faq-list .dd,
  .single-column-wrapper .faq-list .dd {
    padding: 20px 16px;
    font-size: 12px;
  }
}
.single-disease-wrapper .price-table,
.single-column-wrapper .price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border-radius: 8px;
  overflow: hidden;
  padding: 16px 24px;
  table-layout: fixed;
  /* 修正 */
  font-family: "Lato", "Zen Maru Gothic";
  font-style: normal;
}
.single-disease-wrapper .price-table th,
.single-disease-wrapper .price-table td,
.single-column-wrapper .price-table th,
.single-column-wrapper .price-table td {
  padding: 16px 40px;
  background: transparent;
  /* セルの背景を透明に */
  text-align: left;
}
@media (max-width: 767px) {
  .single-disease-wrapper .price-table th,
  .single-disease-wrapper .price-table td,
  .single-column-wrapper .price-table th,
  .single-column-wrapper .price-table td {
    padding: 12px 16px;
    line-height: 1.25;
  }
}
.single-disease-wrapper .price-table thead th,
.single-column-wrapper .price-table thead th {
  background-color: #ecebe8;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.single-disease-wrapper .price-table tbody tr,
.single-column-wrapper .price-table tbody tr {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.single-disease-wrapper .price-table tbody tr:last-child,
.single-column-wrapper .price-table tbody tr:last-child {
  border-bottom: none;
}
.single-disease-wrapper .price-table tr.highlight,
.single-column-wrapper .price-table tr.highlight {
  background: #2BBDFF;
  font-weight: bold;
  color: #fff;
}
.single-disease-wrapper .price-table tr.highlight td,
.single-column-wrapper .price-table tr.highlight td {
  background-color: unset;
}
.single-disease-wrapper .price-table tr.highlight .price,
.single-column-wrapper .price-table tr.highlight .price {
  color: #fff;
}
.single-disease-wrapper .price-table .price,
.single-column-wrapper .price-table .price {
  font-size: 1.2em;
  text-align: right;
}
.single-disease-wrapper .price-table .discount,
.single-column-wrapper .price-table .discount {
  display: inline-block;
  background-color: #ffffff;
  color: #00aaff;
  font-size: 0.9em;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .single-disease-wrapper .price-table .discount,
  .single-column-wrapper .price-table .discount {
    margin-right: 0;
    margin-bottom: 2px;
  }
}
.single-disease-wrapper .price-table th:nth-child(1),
.single-disease-wrapper .price-table td:nth-child(1),
.single-column-wrapper .price-table th:nth-child(1),
.single-column-wrapper .price-table td:nth-child(1) {
  width: 25%;
  text-align: left;
}
.single-disease-wrapper .price-table th:nth-child(2),
.single-disease-wrapper .price-table td:nth-child(2),
.single-column-wrapper .price-table th:nth-child(2),
.single-column-wrapper .price-table td:nth-child(2) {
  width: 40%;
  text-align: right;
}
.single-disease-wrapper .price-table td:nth-child(2),
.single-column-wrapper .price-table td:nth-child(2) {
  font-weight: bold;
}
.single-disease-wrapper .price-table th:nth-child(3),
.single-disease-wrapper .price-table td:nth-child(3),
.single-column-wrapper .price-table th:nth-child(3),
.single-column-wrapper .price-table td:nth-child(3) {
  width: 35%;
  text-align: right;
}
.single-disease-wrapper .price-table td:nth-child(3),
.single-column-wrapper .price-table td:nth-child(3) {
  font-size: 13px;
}
@media (max-width: 767px) {
  .single-disease-wrapper .price-table td:nth-child(3),
  .single-column-wrapper .price-table td:nth-child(3) {
    font-size: 12px;
  }
}
.single-disease-wrapper .single-flex,
.single-column-wrapper .single-flex {
  display: flex;
  font-size: 11px;
  line-height: 1.75;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .single-disease-wrapper .single-flex,
  .single-column-wrapper .single-flex {
    font-size: 10px;
  }
}
.single-disease-wrapper .wp-block-box01,
.single-column-wrapper .wp-block-box01 {
  background-color: #fff;
  padding: 24px;
  margin-top: 40px;
}
.single-disease-wrapper .wp-block-box01 .wp-block-heading,
.single-column-wrapper .wp-block-box01 .wp-block-heading {
  text-align: center;
  margin-bottom: 16px;
  border-bottom: 2px dotted #d6d6d6;
  padding-bottom: 12px;
}

.single-disease-bottom {
  background-color: var(--main-color);
}
.single-disease-bottom .wrapper {
  padding: 40px 12px 80px;
}
.single-disease-bottom .inner {
  width: var(--inner-width02);
}
.single-disease-bottom .boxes {
  padding: 50px 40px 40px;
  background-color: #fff;
  border-radius: 24px;
  margin-top: 78px;
  position: relative;
}
.single-disease-bottom .top {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  max-width: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .single-disease-bottom .top {
    max-width: 83px;
  }
}
.single-disease-bottom .company {
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1.6;
  text-align: center;
  color: var(--main-color);
}
.single-disease-bottom .company > div {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 4px dotted var(--main-color);
}
.single-disease-bottom .title {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin: 10px auto;
  letter-spacing: 0.15em;
  line-height: 1.857em;
  color: var(--main-color);
}
.single-disease-bottom .con {
  margin-top: 30px;
  letter-spacing: 0.05em;
  line-height: 30px;
}
.single-disease-bottom .btns {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.single-disease-bottom .btns a {
  text-decoration: none !important;
  width: 90%;
  max-width: 400px;
}
.single-disease-bottom .tel {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: var(--main-color);
  gap: 7px;
  transition: 0.3s;
}
.single-disease-bottom .tel .ico {
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-disease-bottom .tel .num {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
}
.single-disease-bottom .tel .time {
  text-align: center;
}
.single-disease-bottom .tel .time span {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.1428em;
}
.single-disease-bottom .tel .arrow {
  display: none;
  margin-left: 10px;
}
.single-disease-bottom .web {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--accent-color);
  color: #fff;
  padding: 15px 36px;
  gap: 12px;
  border-radius: 100px;
  transition: 0.3s;
  position: relative;
  height: 90px;
  box-shadow: 0px 6px 0px var(--accent-hover-color);
}
.single-disease-bottom .web .ico {
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-disease-bottom .web .txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.single-disease-bottom .web .time {
  position: absolute;
  top: 0;
  left: 50%;
  width: 163px;
  max-width: 80%;
  background-color: #fff;
  color: var(--accent-color);
  text-align: center;
  border-radius: 6px;
  transform: translate(-50%, -50%);
  border: 1px solid var(--accent-color);
  padding: 4px;
  transition: 0.3s;
  font-size: 16px;
}
.single-disease-bottom .web .tt {
  font-size: 1.5714em;
}
.single-disease-bottom .web .arrow {
  margin-left: 10px;
}
@media (pointer: fine) {
  .single-disease-bottom .web:hover {
    background-color: var(--accent-hover-color);
    -webkit-box-shadow: 0 2px 0 var(--accent-hover-color);
    box-shadow: 0 2px 0 var(--accent-hover-color);
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  .single-disease-bottom .web:hover .time {
    color: var(--accent-hover-color);
  }
}
@media (max-width: 767px) {
  .single-disease-bottom .wrapper {
    padding-top: 32px;
  }
  .single-disease-bottom .boxes {
    padding: 40px;
    margin-top: 70px;
  }
  .single-disease-bottom .company {
    font-size: 14px;
    font-weight: 700;
  }
  .single-disease-bottom .title {
    font-size: 18px;
    margin: 16px auto;
  }
  .single-disease-bottom .btns {
    flex-direction: column;
    gap: 32px;
  }
  .single-disease-bottom .btns a {
    width: 100%;
    max-width: 100%;
    height: 70px;
  }
  .single-disease-bottom .tel {
    pointer-events: auto;
    align-items: center;
    justify-content: space-between;
    background-color: var(--main-color);
    color: #fff;
    padding: 20px 16px;
    gap: 10px;
    position: relative;
    border-radius: 100px;
    border: 1px solid #fff;
  }
  .single-disease-bottom .tel .arrow {
    display: block;
  }
  .single-disease-bottom .tel .num {
    display: none;
  }
  .single-disease-bottom .tel .tt {
    font-size: 18px;
    font-weight: 700;
  }
  .single-disease-bottom .tel .time {
    position: absolute;
    top: 0;
    left: 50%;
    width: 127px;
    max-width: 80%;
    background-color: #3C91C6;
    text-align: center;
    border-radius: 6px;
    transform: translate(-50%, -50%);
    padding: 3px;
    transition: 0.3s;
    font-size: 10px;
  }
  .single-disease-bottom .tel .time span {
    font-size: 10px;
  }
  .single-disease-bottom .tel .ico {
    font-size: 15px;
  }
}
@media (max-width: 767px) and (pointer: fine) {
  .single-disease-bottom .tel:hover {
    background-color: #74C0F0;
  }
  .single-disease-bottom .tel:hover .time {
    background-color: #4aaae5;
  }
}
@media (max-width: 767px) {
  .single-disease-bottom .web .tt {
    font-size: 18px;
    font-weight: 700;
  }
  .single-disease-bottom .web .ico {
    font-size: 20px;
  }
  .single-disease-bottom .web .time {
    font-size: 10px;
    width: 95px;
    font-weight: 400;
  }
  .single-disease-bottom .web .time span {
    font-size: 10px;
  }
  .single-disease-bottom .con {
    line-height: 25px;
    margin-top: 24px;
    font-size: 12px;
  }
}

.single-column-wrapper .inner {
  background-color: var(--white-color);
  padding: 80px 120px 0;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .single-column-wrapper .inner {
    background-color: unset;
    padding: 0 12px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .single-column-wrapper .inner .writer {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .single-column-wrapper .inner .writer img {
    width: 40px;
  }
}
.single-column-wrapper .inner-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.single-column-wrapper .inner-top .date {
  color: var(--annotation-color);
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .single-column-wrapper .inner-top .date {
    font-size: 10px;
  }
}
.single-column-wrapper .inner-top .column-categories .column-category a {
  background-color: var(--font-color);
  padding: 6px 20px;
  color: var(--white-color);
  border-radius: 12px;
  margin-bottom: 6px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .single-column-wrapper .inner-top .column-categories .column-category a {
    font-size: 12px;
  }
}
.single-column-wrapper .inner h1 {
  margin-bottom: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .single-column-wrapper .inner h1 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.single-column-wrapper .inner #ez-toc-container {
  background-color: #F8F8F8;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .single-column-wrapper .inner #ez-toc-container {
    background-color: var(--white-color);
  }
}
.single-column-wrapper .inner #ez-toc-container li {
  width: 100%;
}
.single-column-wrapper .inner .single-column-content {
  width: 100%;
}
.single-column-wrapper .inner .c-column-share {
  margin: 80px -120px 0;
}
@media screen and (max-width: 767px) {
  .single-column-wrapper .inner .c-column-share {
    margin: 40px 0 0;
  }
}
.single-column-wrapper .inner .c-column-share__header {
  padding: 80px 120px 60px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-column-wrapper .inner .c-column-share__header {
    padding: 24px 24px 16px;
    border-radius: 16px;
  }
}
.single-column-wrapper .inner .c-column-share__header::before {
  content: "";
  background-color: rgba(48, 48, 48, 0.75);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .single-column-wrapper .inner .c-column-share__header::before {
    border-radius: 16px 16px 0 0;
  }
}
.single-column-wrapper .inner .c-column-share__header__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.single-column-wrapper .inner .c-column-share__header__top__date {
  color: var(--white-color);
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .single-column-wrapper .inner .c-column-share__header__top__date {
    font-size: 10px;
  }
}
.single-column-wrapper .inner .c-column-share__header__top__categories span a {
  background-color: var(--white-color);
  padding: 6px 20px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .single-column-wrapper .inner .c-column-share__header__top__categories span a {
    font-size: 11px;
    padding: 4px 16px;
  }
}
.single-column-wrapper .inner .c-column-share__header__title {
  font-size: 20px;
  font-weight: bold;
  color: var(--white-color);
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--annotation-color);
  padding-bottom: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .single-column-wrapper .inner .c-column-share__header__title {
    font-size: 14px;
  }
}
.single-column-wrapper .inner .c-column-share__header__share {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-column-wrapper .inner .c-column-share__header__share p {
  color: var(--white-color);
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .single-column-wrapper .inner .c-column-share__header__share p {
    font-size: 11px;
  }
}
.single-column-wrapper .inner .c-column-share__header__share ul {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .single-column-wrapper .inner .c-column-share__header__share ul {
    gap: 12px;
  }
}
.single-column-wrapper .inner .c-column-share__header__share ul li {
  list-style: none;
}
.single-column-wrapper .inner .c-column-share__header__share ul li a,
.single-column-wrapper .inner .c-column-share__header__share ul li button {
  transition: all 0.4s ease;
  position: relative;
}
.single-column-wrapper .inner .c-column-share__header__share ul li a:hover img,
.single-column-wrapper .inner .c-column-share__header__share ul li button:hover img {
  opacity: 0.5;
}
.single-column-wrapper .inner .c-column-share__header__share ul li a:hover .c-column-share__header__share__tip,
.single-column-wrapper .inner .c-column-share__header__share ul li button:hover .c-column-share__header__share__tip {
  opacity: 1;
  transform: translate(-50%) scale(1);
}
.single-column-wrapper .inner .c-column-share__header__share ul li button.tooltip::after:hover {
  opacity: 1 !important;
}
.single-column-wrapper .inner .c-column-share__header__share ul li button {
  background-color: unset;
  border: unset;
}
.single-column-wrapper .inner .c-column-share__header__share__tip {
  align-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  color: var(--white-color);
  display: flex;
  font-size: 0.85em;
  height: 32px;
  justify-content: center;
  left: 50%;
  opacity: 0;
  padding: 0 12px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 10px);
  transform: translate(-50%) scale(0.7);
  white-space: nowrap;
  transition: all 0.25s;
  font-family: "Lato", "Zen Maru Gothic";
  font-style: normal;
}
.single-column-wrapper .inner .c-column-share__navigation {
  display: flex;
  justify-content: space-between;
  background-color: var(--white-color);
  border-radius: 0 0 16px 16px;
  border: 1px solid var(--border-color);
  margin-top: -1px;
}
.single-column-wrapper .inner .c-column-share__nav-link {
  text-decoration: none;
  font-size: 14px;
  color: #333;
  width: 33.3%;
  display: block;
  text-align: center;
  padding: 40px 8px;
  font-weight: bold;
  transition: all 0.4s ease;
  background-color: var(--white-color);
}
@media screen and (max-width: 767px) {
  .single-column-wrapper .inner .c-column-share__nav-link {
    padding: 24px 8px;
    font-size: 12px;
  }
}
.single-column-wrapper .inner .c-column-share__nav-link:hover {
  color: var(--accent-hover-color);
}
.single-column-wrapper .inner .c-column-share__nav-link--prev {
  border-radius: 0 0px 0px 16px;
}
.single-column-wrapper .inner .c-column-share__nav-link--prev i {
  margin-right: 14px;
}
.single-column-wrapper .inner .c-column-share__nav-link--next {
  border-radius: 0px 0px 16px 0px;
}
.single-column-wrapper .inner .c-column-share__nav-link--next i {
  margin-left: 14px;
}
.single-column-wrapper .inner .c-column-share__nav-link--disabled {
  opacity: 0.3;
  pointer-events: none;
  background-color: var(--border-color);
}
.single-column-wrapper .inner .c-column-share__nav-link--list {
  text-align: center;
  flex-grow: 1;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}

.copy-value {
  cursor: pointer;
  position: relative;
}

.copy-value:hover {
  background: #f2fafc;
}

/* Tooltip */
.tooltip::after {
  content: "リンクをコピーしました!";
  background: var(--white-color);
  display: inline-block;
  color: var(--font-color);
  border-radius: 12px;
  position: absolute;
  left: 50%;
  bottom: 4.2rem;
  transform: translate(-50%, 0);
  font-size: 14px;
  padding: 4px 20px 6px 20px;
  animation: fade-tooltip 0.5s 120s 1 forwards;
  width: 170px;
  border: 1px solid var(--border-color);
}
.tooltip::after:hover {
  opacity: 1 !important;
}

.tooltip:hover {
  opacity: 1 !important;
}

/* ---------------------------------- */
/* kawasaki-bg-bottom-footer-contact-top */
.kawasaki-bg-bottom-footer-contact-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kawasaki-bg-bottom-footer-contact-top picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.kawasaki-bg-bottom-footer-contact-top picture img {
  width: 100%;
}

.fixed-area {
  position: relative;
  z-index: 10;
}
.fixed-area.show .pagetop,
.fixed-area.show .web {
  transform: translateX(0);
}
.fixed-area .pagetop {
  transform: translateX(-120px);
  background-color: #fff;
  display: block;
  padding: 20px;
  border-radius: 0 16px 16px 0;
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  bottom: 24px;
  transition: 0.6s cubic-bezier(0.4, 0.4, 0, 1);
  position: fixed;
  box-shadow: 0px 0px 6px 0px rgba(124, 124, 124, 0.17);
}
@media (max-width: 767px) {
  .fixed-area .pagetop {
    font-size: 10px;
    padding: 20px 10px;
    border-radius: 16px;
    left: 12px;
    bottom: 12px;
  }
}
.fixed-area .pagetop svg {
  transition: 0.6s cubic-bezier(0.4, 0.4, 0, 1);
}
.fixed-area .pagetop:hover {
  background-color: var(--font-color);
  color: #fff;
  text-decoration: unset;
  transition: 0.6s cubic-bezier(0.4, 0.4, 0, 1);
}
.fixed-area .pagetop:hover svg {
  fill: #fff;
  transform: translate(0px, -3px);
  transition: 0.8s cubic-bezier(0.4, 0.4, 0, 1);
}
.fixed-area .web {
  transform: translateY(220px);
  background-color: var(--accent-color);
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  bottom: 24px;
  right: 24px;
  transition: 0.9s cubic-bezier(0.4, 0.4, 0, 1);
  position: fixed;
  box-shadow: 0px 0px 8px 1px rgba(58, 58, 58, 0.32);
  letter-spacing: 1px;
  font-family: "Lato", "Zen Maru Gothic";
  font-style: normal;
}
@media (max-width: 767px) {
  .fixed-area .web {
    bottom: 12px;
    right: 12px;
    width: 120px;
    height: 120px;
  }
}
.fixed-area .web::after {
  position: absolute;
  border: 1px solid #fff;
  content: "";
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  border-radius: 100%;
}
.fixed-area .web:hover {
  background-color: var(--accent-hover-color);
  transition: 0.4s;
}
.fixed-area .web .web-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.fixed-area .web .web-inner .time {
  top: 7px;
  font-size: 13px;
  width: 120%;
  position: relative;
  right: 10%;
  right: 10%;
}
@media (max-width: 767px) {
  .fixed-area .web .web-inner .time {
    font-size: 10px;
    margin-bottom: 3px;
  }
}
.fixed-area .web .web-inner .tt {
  width: 120%;
  position: relative;
  right: 10%;
  font-size: 20px;
  font-weight: bold;
  font-weight: bold;
}
@media (max-width: 767px) {
  .fixed-area .web .web-inner .tt {
    font-size: 15px;
    margin-bottom: 4px;
  }
}
.fixed-area .web .web-inner svg {
  width: 32px;
  height: auto;
}
@media (max-width: 767px) {
  .fixed-area .web .web-inner svg {
    margin-bottom: -4px;
  }
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: var(--bg-color);
  text-align: center;
  color: #fff;
  top: 0;
  /* Loading画像中央配置　*/
}
#splash #splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash #splash_logo img {
  width: 260px;
}
#splash #splash_logo #counter {
  color: var(--font-color);
  margin-top: 16px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-column-wrapper {
  margin-bottom: 100px;
  overflow: hidden;
  padding: 0px 20px 0px;
}
@media screen and (max-width: 767px) {
  .p-column-wrapper {
    margin-bottom: 60px;
  }
}
.p-column-wrapper .tab-bd {
  margin-top: 40px;
}
.p-column-wrapper .column-title {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-column-wrapper .column-title {
    margin-top: 40px;
  }
}
.p-column-wrapper .column-title h2, .p-column-wrapper .column-title p {
  font-size: 36px;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-column-wrapper .column-title h2, .p-column-wrapper .column-title p {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
.p-column-wrapper .column-title h2 span.column-title-sub, .p-column-wrapper .column-title p span.column-title-sub {
  display: block;
  font-size: 16px;
  letter-spacing: 3px;
}
.p-column-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 24px;
}
@media screen and (max-width: 767px) {
  .p-column-wrapper .list {
    gap: 24px;
  }
}
.p-column-wrapper .list .item {
  width: calc((100% - 48px) / 3);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-column-wrapper .list .item {
    width: 100%;
  }
}
.p-column-wrapper .list .item:nth-child(1) .item-count {
  background-image: url(../img/icon-ranking-01.svg);
}
.p-column-wrapper .list .item:nth-child(2) .item-count {
  background-image: url(../img/icon-ranking-02.svg);
}
.p-column-wrapper .list .item:nth-child(3) .item-count {
  background-image: url(../img/icon-ranking-03.svg);
}
.p-column-wrapper .list .item-count {
  position: absolute;
  top: 0;
  left: 4px;
  background: url(../img/icon-ranking.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 2px 16px 9px;
  font-weight: bold;
  font-size: 16px;
  color: var(--white-color);
  z-index: 1;
}
.p-column-wrapper .list .item a:hover {
  text-decoration: unset;
}
.p-column-wrapper .list .item a:hover img {
  transform: scale(1.05);
}
.p-column-wrapper .list .item a:hover h3 {
  color: var(--accent-hover-color);
}
.p-column-wrapper .list .item .item-img {
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 5/3;
}
.p-column-wrapper .list .item .item-img img {
  transition: all 0.4s ease;
  height: 100%;
  object-fit: cover;
}
.p-column-wrapper .list .item h3 {
  margin-top: 14px;
  transition: all 0.4s ease;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .p-column-wrapper .list .item h3 {
    font-size: 12px;
    line-height: 1.7;
  }
}
.p-column-wrapper .list .item .column-categories {
  position: absolute;
  top: 0;
  right: 0;
}
.p-column-wrapper .list .item .column-categories .column-category a {
  padding: 4px 12px;
  background-color: var(--font-color);
  color: var(--white-color);
  border-radius: 0px 12px 0px 12px;
  display: block;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-column-wrapper .list .item .column-categories .column-category a {
    font-size: 12px;
  }
}
.p-column-wrapper .list .item .column-categories .column-category a:hover {
  background-color: var(--accent-hover-color);
}
.p-column-wrapper .list .item .item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.p-column-wrapper .list .item .date {
  font-size: 11px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.7px;
  color: var(--annotation-color);
}
@media screen and (max-width: 767px) {
  .p-column-wrapper .list .item .date {
    font-size: 10px;
  }
}
.p-column-wrapper .column-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.p-column-wrapper .column-category-list li {
  list-style: none;
}
.p-column-wrapper .column-category-list li a {
  padding: 8px 12px;
  padding-right: 10px;
  border: 1px solid var(--border-color);
  border-radius: 100px;
  text-decoration: none !important;
  gap: 8px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  background-color: var(--white-color);
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-column-wrapper .column-category-list li a {
    font-size: 12px;
  }
}
.p-column-wrapper .column-category-list li a:hover {
  border: 1px solid var(--accent-hover-color);
  color: var(--accent-hover-color);
}

span.total_posts {
  display: block;
  position: absolute;
  top: -12px;
  right: -46px;
  font-size: 12px;
  background-color: var(--accent-hover-color);
  border-radius: 50%;
  color: var(--white-color);
  width: 40px;
  height: 40px;
  line-height: 3.4;
  text-indent: 3px;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  span.total_posts {
    font-size: 10px;
    line-height: 2.8;
    text-indent: 3px;
    width: 30px;
    height: 30px;
    right: -26px;
    letter-spacing: 2px;
  }
}

.single-column-wrapper .writer .c-author-profile__name {
  font-size: 14px;
  margin-bottom: 0;
}

.writer {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .writer {
    gap: 4px;
  }
}
.writer img {
  transition: all 0.3s ease;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .writer img {
    width: 24px;
  }
}
.writer p {
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .writer p {
    font-size: 10px;
  }
}
.writer:hover {
  color: var(--accent-hover-color);
  text-decoration: unset;
}
.writer:hover img {
  transform: scale(1.1);
}

.page-main .p-categoryFilter__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-main .p-categoryFilter__item {
  margin: 0;
}
.page-main .p-categoryFilter__link {
  display: inline-block;
  text-decoration: none;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  color: var(--font-color);
  border-radius: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-main .p-categoryFilter__link {
    font-size: 12px;
  }
}
.page-main .p-categoryFilter__link:hover {
  color: var(--accent-hover-color);
  border: 1px solid var(--accent-hover-color);
}
.page-main .p-categoryFilter__link.is-active {
  background-color: var(--btn-color);
  color: var(--white-color);
}
.page-main .p-categoryFilter__link.is-active:hover {
  pointer-events: none;
  border: 1px solid var(--border-color);
}

.tab-hd {
  list-style: none;
  display: flex;
  gap: 2px;
  border-radius: 32px 32px 0 0;
  overflow: hidden;
}
.tab-hd li {
  width: calc(33.33% - 1.3333333333px);
  background-color: var(--bg3-color);
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}
.tab-hd li.active {
  color: #fff;
  background-color: var(--main-color);
}
@media (pointer: fine) {
  .tab-hd li:hover {
    color: #fff;
    background-color: var(--main-color);
  }
}
.tab-hd li h3 {
  font-size: 1em;
}

.tab-bd .item {
  display: grid;
  gap: 16px;
}
.tab-bd dl {
  background-color: #fff;
  border-radius: 6px;
}
.tab-bd dl:nth-of-type(n+4) {
  display: none;
}
.tab-bd dl .ico {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-bd dl.show .arrow span::after {
  transform: rotate(0deg);
}
.tab-bd dt {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.tab-bd dt .ttl {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .tab-bd dt .ttl {
    font-size: 14px;
  }
}
.tab-bd dd {
  display: none;
}
.tab-bd .dd {
  padding: 24px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  border-top: 1px solid var(--bg3-color);
}
.tab-bd .arrow {
  width: 26px;
  min-width: 26px;
  aspect-ratio: 1;
  background-color: var(--bg3-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tab-bd .arrow span {
  background-color: #707070;
  width: 10px;
  height: 2px;
  border-radius: 100px;
  position: relative;
}
.tab-bd .arrow span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 100px;
  background-color: #707070;
  transform-origin: center center;
  transform: rotate(90deg);
  transition: 0.3s;
}

@media (max-width: 767px) {
  .tab-hd {
    border-radius: 6px 6px 0 0;
  }
  .tab-hd li {
    font-size: 1em;
    height: 56px;
  }
  .tab-hd .item {
    gap: 12px;
  }
  .tab-hd dt .ttl {
    font-size: 1em;
  }
  .tab-hd .dd {
    padding: 20px 16px;
    font-size: 12px;
  }
}
.js-column-slick .item {
  margin-right: 24px;
}

.slick-list {
  overflow: visible;
}

.p-column-ranking-wrapper .list {
  display: block;
}

.p-column-relate-wrapper .list {
  justify-content: space-between;
}
.p-column-relate-wrapper .list .item {
  width: calc((100% - 48px) / 2);
  height: 140px;
}
@media screen and (max-width: 767px) {
  .p-column-relate-wrapper .list .item {
    width: 100%;
  }
}
.p-column-relate-wrapper .list .item a {
  display: flex;
  gap: 2%;
}
.p-column-relate-wrapper .list .item a .item-img {
  height: 140px;
  width: 30%;
}
.p-column-relate-wrapper .list .item a .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.p-column-relate-wrapper .list .item a .item-right {
  width: 70%;
}
.p-column-relate-wrapper .list .item a .item-right h3 {
  margin-top: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 2行に制限 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.5em;
  /* 行間を調整（必要に応じて変更） */
  max-height: 3em;
  /* 2行分の高さに設定（行間の2倍） */
}
.p-column-relate-wrapper .list .item .item-bottom {
  position: absolute;
  bottom: 0;
  left: 32%;
}

.arrow_box button {
  background-color: var(--white-color);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-right: 12px;
  border: #F0F0F0;
  color: #D5908E;
  transition: all 0.3s ease;
  border: 1px solid var(--bg-color);
}
@media screen and (max-width: 767px) {
  .arrow_box button {
    width: 44px;
    height: 44px;
  }
}
.arrow_box button:hover {
  background-color: #D5908E;
  color: var(--white-color);
}
.arrow_box .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.p-column-wrapper .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-column-wrapper .slick-dots li {
  position: relative;
  flex-grow: 1;
  margin: 0;
  list-style-type: none;
  height: 3px;
}
.p-column-wrapper .slick-dots li button {
  width: auto;
  background: unset;
  border: unset;
  color: transparent;
}
.p-column-wrapper .slick-dots li button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #f5eeec;
  opacity: 1;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.p-column-wrapper .slick-dots li button::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background-color: #c27c7c;
  transition: width 0.3s ease;
}
.p-column-wrapper .slick-dots li.slick-active button::after {
  width: 100%;
}

.js-column-slick-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .js-column-slick-bottom {
    margin-top: 32px;
  }
}
.js-column-slick-bottom .arrow_box {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .js-column-slick-bottom .arrow_box {
    width: 40%;
  }
}
.js-column-slick-bottom .dots_box {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .js-column-slick-bottom .dots_box {
    width: 60%;
  }
}

.lkc-internal-wrap,
.lkc-external-wrap {
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .lkc-internal-wrap,
  .lkc-external-wrap {
    background-color: var(--white-color);
  }
}
.lkc-internal-wrap a,
.lkc-external-wrap a {
  text-decoration: unset !important;
}
.lkc-internal-wrap a:hover img,
.lkc-external-wrap a:hover img {
  transform: scale(1.05);
}
.lkc-internal-wrap a:hover .lkc-title-text,
.lkc-external-wrap a:hover .lkc-title-text {
  color: var(--accent-hover-color);
  text-decoration: unset;
}
.lkc-internal-wrap a .lkc-card,
.lkc-external-wrap a .lkc-card {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .lkc-internal-wrap a .lkc-card,
  .lkc-external-wrap a .lkc-card {
    padding: 12px;
  }
}
.lkc-internal-wrap a .lkc-card .lkc-info,
.lkc-external-wrap a .lkc-card .lkc-info {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  color: #222222;
  font-size: 12px;
  line-height: 18px;
}
.lkc-internal-wrap a .lkc-card .lkc-thumbnail-img,
.lkc-external-wrap a .lkc-card .lkc-thumbnail-img {
  border: unset !important;
  transition: all 0.4s ease;
}
.lkc-internal-wrap a .lkc-card .lkc-thumbnail,
.lkc-external-wrap a .lkc-card .lkc-thumbnail {
  margin: 0 16px 0 0;
  overflow: hidden;
  border-radius: 12px;
  width: 112px;
  height: 80px;
  display: flex;
  float: left;
}
.lkc-internal-wrap a .lkc-card .lkc-title,
.lkc-external-wrap a .lkc-card .lkc-title {
  text-decoration: unset;
  font-weight: bold;
  overflow: hidden;
  word-break: break-all;
  color: #111111;
  font-size: 16px;
  line-height: 24px;
}
.lkc-internal-wrap a .lkc-card .lkc-title .lkc-title-text,
.lkc-external-wrap a .lkc-card .lkc-title .lkc-title-text {
  transition: all 0.2s ease;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .lkc-internal-wrap a .lkc-card .lkc-title .lkc-title-text,
  .lkc-external-wrap a .lkc-card .lkc-title .lkc-title-text {
    font-size: 12px;
  }
}

.author .c-author-profile {
  background-color: var(--white-color);
  padding: 40px;
}

.single-writer .c-author-profile, .single-supervisor .c-author-profile {
  padding: 40px;
}

/* components/_author-profile.scss */
.c-author-profile {
  background-color: var(--white-color);
  border-radius: 8px;
  padding: 0 40px 40px 40px;
  margin-top: 80px;
  border: 1px solid var(--font-color);
}
@media screen and (max-width: 767px) {
  .c-author-profile {
    background-color: var(--white-color);
    padding: 24px;
  }
}
.c-author-profile__header {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-author-profile__header {
    margin-bottom: 0;
  }
}
.c-author-profile__header-text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: var(--font-color);
  border-radius: 50px;
  padding: 8px 16px;
  text-align: center;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .c-author-profile__header-text {
    font-size: 14px;
    top: -29px;
  }
}
.c-author-profile__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  /* 要素が幅によって折り返すようにする */
}
@media screen and (max-width: 767px) {
  .c-author-profile__body {
    display: block;
  }
}
.c-author-profile__avatar {
  margin-right: 32px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-author-profile__avatar {
    margin: 0 auto;
    text-align: center;
  }
  .c-author-profile__avatar img {
    width: 120px;
    border: 6px solid #fff;
  }
}
.c-author-profile__avatar img {
  border-radius: 50%;
  width: 160px;
}
.c-author-profile__details {
  flex: 1;
}
.c-author-profile__details__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
.c-author-profile__details__inner__after__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-author-profile__details__inner {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-author-profile__details__inner__after {
    display: none;
  }
  .c-author-profile__details__inner__after__sp {
    display: block;
    margin-top: 24px;
    text-align: center;
  }
}
.c-author-profile__occupation {
  font-size: 14px;
  color: #888;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-author-profile__occupation {
    font-size: 10px;
    text-align: center;
  }
}
.c-author-profile__name {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-author-profile__name {
    font-size: 16px;
  }
}
.c-author-profile__description {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-author-profile__description {
    font-size: 12px;
  }
}
.c-author-profile__link {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  color: var(--font-color);
  text-decoration: none;
  transition: all 0.3s ease;
}
.c-author-profile__link:hover {
  border: 1px solid var(--accent-hover-color);
  color: var(--accent-hover-color);
  text-decoration: unset;
}

/* components/_supervised-profile.scss */
.c-supervised-profile {
  border-radius: 8px;
  padding: 60px 40px 40px 40px;
  margin-bottom: 60px;
  border: 1px solid var(--font-color);
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-supervised-profile {
    padding: 60px 24px 24px 24px;
    background-color: var(--white-color);
  }
}
.c-supervised-profile__header-text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  background-color: var(--font-color);
  color: var(--white-color);
  border-radius: 8px 0 16px 0;
  padding: 8px 18px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .c-supervised-profile__header-text {
    font-size: 14px;
  }
}
.c-supervised-profile__body {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-supervised-profile__body {
    display: block;
  }
}
.c-supervised-profile__avatar {
  flex-shrink: 0;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .c-supervised-profile__avatar {
    text-align: center;
    margin-right: 0;
  }
}
.c-supervised-profile__avatar img {
  border-radius: 50%;
  max-width: 160px;
  max-height: 160px;
}
@media screen and (max-width: 767px) {
  .c-supervised-profile__avatar img {
    width: 120px;
    height: 120px;
  }
}
.c-supervised-profile__details {
  flex: 1;
}
.c-supervised-profile__details__name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .c-supervised-profile__details__name {
    font-size: 13px;
    text-align: center;
  }
}
.c-supervised-profile__details__description {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-supervised-profile__details__description {
    font-size: 11px;
  }
}
.c-supervised-profile__link {
  text-align: center;
}
.c-supervised-profile__link a {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  color: var(--font-color);
  text-decoration: none;
  transition: all 0.3s ease;
  position: absolute;
  top: 40px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .c-supervised-profile__link a {
    position: relative;
    text-align: center;
    margin-top: 24px;
    top: 0;
    right: 0;
  }
}

.p-column-relate-wrapper .list-relate .item {
  display: flex;
  height: auto;
  gap: 16px;
}
.p-column-relate-wrapper .list-relate .item a {
  display: block;
  width: 40%;
}
.p-column-relate-wrapper .list-relate .item a .item-img {
  height: 100%;
  width: 100%;
}
.p-column-relate-wrapper .list-relate .item .item-right {
  width: 60%;
}
.p-column-relate-wrapper .list-relate .item .item-right a {
  width: 100%;
}
.p-column-relate-wrapper .list-relate .item .item-right a h3 {
  margin-top: 4px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-column-relate-wrapper .list-relate .item .item-right .writer {
  display: flex;
}

.linkcard {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.linkcard a {
  text-decoration: none;
}

.linkcard img {
  margin: 0 !important;
  padding: 0;
  border: none;
}

.linkcard span.external-icon {
  display: none;
}

.linkcard p {
  display: none;
}

.lkc-link {
  text-decoration: none !important;
}

.lkc-unlink {
  cursor: not-allowed;
}

.lkc-external-wrap {
  border: 1px none #888888;
  background-color: #f8f8f8;
}

.lkc-internal-wrap {
  border: 1px none #888888;
  background-color: #f8f8f8;
}

.lkc-this-wrap {
  border: 1px none #888888;
  background-color: #eeeeee;
}

.lkc-external-wrap, .lkc-internal-wrap, .lkc-this-wrap {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

.lkc-card {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

.lkc-content {
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  margin: 0;
}

.lkc-title {
  font-weight: bold;
  overflow: hidden;
  word-break: break-all;
  color: #111111;
  font-size: 16px;
  line-height: 24px;
}

.lkc-title:hover {
  text-decoration: underline;
}

.lkc-url {
  display: block;
  font-weight: normal;
  text-decoration: underline;
  overflow: hidden;
  color: #4466ff;
  font-size: 10px;
  line-height: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lkc-url:link {
  text-decoration: none;
}

.lkc-url-info {
  display: inline;
  font-weight: normal;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4466ff;
  font-size: 10px;
  line-height: 15px;
}

.lkc-excerpt {
  padding: 0;
  overflow: hidden;
  color: #333333;
  font-size: 11px;
  line-height: 17px;
}

.lkc-more-text {
  display: inline;
  color: #444444;
  font-size: 12px;
  line-height: 40px;
}

.lkc-thumbnail {
  display: flex;
  float: left;
  width: 162px;
  margin: 0 8px 0 0;
}

.lkc-thumbnail-img {
  border: 1px solid rgba(0, 0, 0, 0.4) !important;
  object-fit: cover;
  width: 160px !important;
  height: 100px !important;
}

.lkc-info {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  color: #222222;
  font-size: 12px;
  line-height: 18px;
}

.lkc-favicon {
  display: inline !important;
  height: 16px;
  width: 16px;
  margin: 0 4px !important;
  border: none;
  vertical-align: middle;
}

.lkc-domain {
  display: inline !important;
  text-decoration: none;
  margin: 0 0 0 6px;
  color: #222222;
  font-size: 12px;
  line-height: 18px;
}

.lkc-external-added, .lkc-internal-added, .lkc-this-added {
  display: inline !important;
  color: #222222;
  font-size: 12px;
  line-height: 18px;
}

.lkc-date {
  display: inline !important;
  text-decoration: none;
  float: right;
  color: #222222;
  font-size: 12px;
  line-height: 18px;
}

.lkc-share {
  display: inline;
  text-shadow: none;
}

.lkc-sns-tw {
  display: inline;
  margin: 0;
  padding: 0 1px;
  color: #5ea9dd !important;
  background-color: #f5f8fa !important;
  font-size: 9px;
  text-decoration: underline !important;
  font-weight: bold !important;
  white-space: nowrap;
}

.lkc-sns-fb {
  display: inline;
  margin: 0;
  padding: 0 1px;
  color: #ffffff !important;
  background-color: #3864a3 !important;
  font-size: 9px;
  text-decoration: underline !important;
  font-weight: bold !important;
  white-space: nowrap;
}

.lkc-sns-hb {
  display: inline;
  margin: 0;
  padding: 0 1px;
  color: #ff6464 !important;
  background-color: #ffefef !important;
  font-size: 9px;
  text-decoration: underline !important;
  font-weight: bold !important;
  white-space: nowrap;
}

.lkc-sns-gp {
  display: inline;
  margin: 0;
  padding: 0 1px;
  color: #dd4e42 !important;
  background-color: #ffffff !important;
  font-size: 9px;
  text-decoration: underline !important;
  font-weight: bold !important;
  white-space: nowrap;
}

.lkc-sns-po {
  display: inline;
  margin: 0;
  padding: 0 1px;
  color: #eeeeee !important;
  background-color: #ee4055 !important;
  font-size: 9px;
  text-decoration: underline !important;
  font-weight: bold !important;
  white-space: nowrap;
}

.lkc-error {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}

.clear {
  clear: both;
}

blockquote.lkc-quote {
  background-color: transparent;
  background-image: none;
  padding: 0;
  margin: 0;
  border: none;
}

blockquote.lkc-quote::before {
  content: "";
}

blockquote.lkc-quote::after {
  content: "";
}

.lkc-iframe-wrap {
  margin: 0;
  width: 100%;
}

.lkc-iframe {
  padding: 0;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .lkc-title {
    font-size: 14px;
    line-height: 21px;
  }
  .lkc-excerpt {
    font-size: 10px;
  }
  .lkc-thumbnail {
    width: 144px;
  }
}
@media screen and (max-width: 480px) {
  .lkc-title {
    font-size: 12px;
    line-height: 19px;
  }
  .lkc-excerpt {
    font-size: 8px;
  }
  .lkc-thumbnail {
    width: 112px;
  }
}
@media screen and (max-width: 320px) {
  .lkc-title {
    font-size: 11px;
    line-height: 16px;
  }
  .lkc-excerpt {
    font-size: 6px;
  }
  .lkc-thumbnail {
    width: 80px;
  }
}
/*Pz-LkC2.5.5#1724256040*/
.c-button__disabled {
  opacity: 0.3;
  pointer-events: none;
}

.single-article .site-btn, .single-article .btns {
  opacity: 0.2;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */