@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --vw: 1vw;
}


html {
  font-size: clamp(0.875rem, 0.6rem + 0.05vw, 1rem);
}

body {
  position: relative;
  width: 100%;
  font-family: YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, "system-ui", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-weight: 700;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  position: fixed;
}

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

a {
  text-decoration: none;
}
a:hover {
  text-align: none;
}

@media print, screen and (min-width: 1001px) {
  .link-sponly {
    color: #fff;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 1001px) {
  .show-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .show-pc {
    display: none;
  }
}
.js-fit {
  font-family: "object-fit: cover;";
}

/* ---------------------------------------------------------
animation
----------------------------------------------------------*/
.fadeAnimeBefore,
.sideFadeAnimeBefore {
  visibility: hidden;
  opacity: 0;
}

.fadeAnime {
  visibility: visible;
  animation-name: fadeAnime;
  animation-duration: 1.8s;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-fill-mode: forwards;
}

.sideFadeAnime {
  visibility: visible;
  animation-name: sideFadeAnime;
  animation-duration: 1.8s;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-fill-mode: forwards;
}

@keyframes fadeAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes sideFadeAnime {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
header .logo {
  display: flex;
  justify-content: center;
  width: 35%;
  max-width: 672px;
  padding: min(3.75 * var(--vw), 72px) min(0.67 * var(--vw), 13px) 0 0;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  header .logo {
    width: calc(64 * var(--vw));
    padding: 0 0 0 calc(5.33 * var(--vw));
  }
}
header .logo a {
  display: block;
  width: min(25.36 * var(--vw), 487px);
}
@media screen and (max-width: 768px) {
  header .logo a {
    width: 100%;
  }
}
header .nav-wrapper {
  width: 100%;
}

/* ---------------------------------------------------------
.kv
----------------------------------------------------------*/
.kv {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .kv {
    margin-top: 0;
    padding-top: 0;
  }
}
.top-subnav {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .kv {
    display: block;
  }
}
.kv-content {
  position: relative;
  width: 100%;
  height: 900px;
  background-image: url(../img/index/pic_kv.jpg);
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center calc(50% - 150px) !important;
  border-radius: 0 0 40px 40px;
}
@media screen and (max-width: 1280px) {
  .kv-content {
    height: 50vw;
  }
}
.schedule-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .kv-content {
    display: block;
    height: 420px;
    border-radius: 0;
    background-position: center center !important;
    background-size: cover !important;
  }
  .schedule-sp {
    display: block;
    margin-top: calc(4 * var(--vw));
  }
  .schedule-pc {
    display: none;
  }
}

/* ---------------------------------------------------------
.link-list2-top (診療科カードをトップに配置)
----------------------------------------------------------*/
.link-list2-top {
  display: flex;
  justify-content: center;
  gap: 0 min(0.78 * var(--vw), 15px);
  margin: min(3.07 * var(--vw), 59px) auto 0;
  width: min(76.56 * var(--vw), 1470px);
}
@media screen and (max-width: 768px) {
  .link-list2-top {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: calc(2.13 * var(--vw)) 0;
    margin: calc(8 * var(--vw)) calc(5.33 * var(--vw)) 0;
    width: calc(100% - 10.66 * var(--vw));
  }
}
.link-list2-top li {
  position: relative;
}
.link-list2-top li::before, .link-list2-top li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(0.05 * var(--vw), 1px);
  height: min(2.7 * var(--vw), 52px);
  background-color: #fff;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .link-list2-top li::before, .link-list2-top li::after {
    width: calc(0.26 * var(--vw));
    height: calc(5.33 * var(--vw));
  }
}
.link-list2-top li::after {
  top: min(2.7 * var(--vw), 52px);
  width: min(0.36 * var(--vw), 7px);
  height: min(0.36 * var(--vw), 7px);
  border-radius: 50%;
  margin-left: min(-0.16 * var(--vw), -3px);
}
@media screen and (max-width: 768px) {
  .link-list2-top li::after {
    top: calc(3.2 * var(--vw));
    width: calc(2.13 * var(--vw));
    height: calc(2.13 * var(--vw));
    margin-left: calc(-1.07 * var(--vw));
  }
}
.link-list2-top li:nth-child(2) a {
  background-image: url(../img/index/about/pic_list_02.jpg);
}
.link-list2-top li:nth-child(3) a {
  background-image: url(../img/index/about/pic_list_03.jpg);
}
.link-list2-top a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(21.19 * var(--vw), 407px);
  height: min(25.1 * var(--vw), 482px);
  color: #fff;
  font-weight: bold;
  background: url(../img/index/about/pic_list_01.jpg) no-repeat;
  background-size: cover;
  border-radius: 21px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .link-list2-top a {
    width: calc(43.73 * var(--vw));
    height: calc(53.33 * var(--vw));
    border-radius: calc(2.13 * var(--vw));
    padding: calc(11.73 * var(--vw)) 0 calc(8 * var(--vw));
  }
}
.link-list2-top a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.47);
}
.link-list2-top a p {
  position: relative;
}
.link-list2-top a .txt-en {
  font-size: min(0.78 * var(--vw), 15px);
  letter-spacing: 0.03em;
  padding-top: min(1.35 * var(--vw), 26px);
}
@media screen and (max-width: 768px) {
  .link-list2-top a .txt-en {
    font-size: calc(4.26 * var(--vw));
    font-weight: 700;
    padding-top: 0;
  }
}
.link-list2-top a .txt-ja {
  font-size: min(1.66 * var(--vw), 32px);
  margin-top: min(2.39 * var(--vw), 46px);
}
@media screen and (max-width: 768px) {
  .link-list2-top a .txt-ja {
    font-size: calc(4.8 * var(--vw));
    font-weight: 700;
    margin-top: calc(3.2 * var(--vw));
  }
}
.link-list2-top a .txt-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(7.6 * var(--vw), 146px);
  height: min(2.76 * var(--vw), 53px);
  font-size: min(1.04 * var(--vw), 20px);
  letter-spacing: -0.05em;
  border: 1px solid #fff;
  border-radius: 100px;
  margin-top: min(3.07 * var(--vw), 59px);
}
@media screen and (max-width: 768px) {
  .link-list2-top a .txt-detail {
    width: auto;
    height: auto;
    font-size: calc(4.26 * var(--vw));
    padding: calc(1.06 * var(--vw)) calc(2.66 * var(--vw));
    margin-top: calc(3.2 * var(--vw));
  }
}

/* ---------------------------------------------------------
.menu-area
----------------------------------------------------------*/
.menu-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(76.56 * var(--vw), 1470px);
  gap: 30px 0;
  margin: min(3.07 * var(--vw), 59px) auto 0;
}
@media screen and (max-width: 768px) {
  .menu-area {
    width: calc(100% - 10.66 * var(--vw));
    gap: calc(5.33 * var(--vw)) 0;
    margin: calc(8 * var(--vw)) calc(5.33 * var(--vw)) 0;
  }
}
.menu-area .menu1,
.menu-area .menu2 {
  position: relative;
}
.menu-area .menu1::before,
.menu-area .menu2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: min(2.55 * var(--vw), 49px);
  width: min(5.05 * var(--vw), 97px);
  height: min(5.05 * var(--vw), 97px);
  background: url(../img/index/icon_heart.png) no-repeat;
  background-size: contain;
  pointer-events: none;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .menu-area .menu1::before,
  .menu-area .menu2::before {
    left: calc(4.26 * var(--vw));
    width: calc(10.66 * var(--vw));
    height: calc(10.66 * var(--vw));
  }
}
.menu-area .menu1 a,
.menu-area .menu2 a {
  position: relative;
  display: block;
  width: min(37.55 * var(--vw), 721px);
  height: min(8.02 * var(--vw), 154px);
  border-radius: min(2.08 * var(--vw), 40px);
  padding-left: min(8.8 * var(--vw), 169px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .menu-area .menu1 a,
  .menu-area .menu2 a {
    width: calc(89.33 * var(--vw));
    height: calc(26.66 * var(--vw));
    height: auto;
    border-radius: calc(5.06 * var(--vw));
    padding: calc(5.33 * var(--vw)) 0 calc(5.33 * var(--vw)) calc(17.06 * var(--vw));
  }
}
.menu-area .menu1 a::before,
.menu-area .menu2 a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(4.63 * var(--vw), 89px);
  height: min(4.53 * var(--vw), 87px);
  background-color: #f0813c;
  border-radius: min(3.9 * var(--vw), 75px) 0 0 0;
}
.menu-area .menu1 a::after,
.menu-area .menu2 a::after {
  content: "";
  position: absolute;
  right: min(1.3 * var(--vw), 25px);
  bottom: min(1.92 * var(--vw), 37px);
  width: min(1.45 * var(--vw), 28px);
  height: min(0.57 * var(--vw), 11px);
  background: url(../img/common/icon_arrow_white.png) no-repeat;
  background-size: contain;
}
.menu-area .menu1 .txt-small,
.menu-area .menu2 .txt-small {
  display: block;
  font-size: min(1.14 * var(--vw), 22px);
  font-weight: bold;
  padding-top: min(1.66 * var(--vw), 32px);
}
@media screen and (max-width: 768px) {
  .menu-area .menu1 .txt-small,
  .menu-area .menu2 .txt-small {
    font-size: calc(3.73 * var(--vw));
    font-weight: 700;
    padding-top: 0;
  }
}
.menu-area .menu1 .txt,
.menu-area .menu2 .txt {
  display: block;
  font-size: min(1.92 * var(--vw), 37px);
  color: #f0813c;
  font-weight: bold;
  margin-top: min(1.14 * var(--vw), 22px);
}
@media screen and (max-width: 768px) {
  .menu-area .menu1 .txt,
  .menu-area .menu2 .txt {
    font-size: calc(5.33 * var(--vw));
    font-weight: 700;
    margin-top: calc(2.66 * var(--vw));
  }
}
.menu-area .menu2::before {
  background-image: url(../img/index/icon_person.png);
}
.menu-area .menu2 .txt-small,
.menu-area .menu2 .txt {
  color: #fff;
  letter-spacing: -0.05em;
}
.menu-area .menu1 a {
  border: 1px solid #f0813c;
}
.menu-area .menu2 a {
  background-color: #00B13F;
}
.menu-area .menu2 a::before {
  content: none;
}
.menu-area .menu-small a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: min(1.04 * var(--vw), 20px);
  width: min(24.37 * var(--vw), 468px);
  height: min(8.38 * var(--vw), 161px);
  padding: min(1.56 * var(--vw), 30px);
  border: 2px solid #e0e0e0;
  border-radius: 13px;
}
@media screen and (max-width: 768px) {
  .menu-area .menu-small a {
    width: calc(27.73 * var(--vw));
    height: 100%;
    padding: calc(2.66 * var(--vw));
    gap: calc(2 * var(--vw));
    border-radius: calc(3.2 * var(--vw));
  }
}
.menu-area .menu-small a img {
  width: min(2.5 * var(--vw), 48px);
  height: min(2.5 * var(--vw), 48px);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .menu-area .menu-small a img {
    width: calc(10.66 * var(--vw));
    height: calc(10.66 * var(--vw));
  }
}
.menu-area .menu-small a .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: min(0.26 * var(--vw), 5px);
}
@media screen and (max-width: 768px) {
  .menu-area .menu-small a .text-wrapper {
    gap: calc(1.33 * var(--vw));
  }
}
.menu-area .menu-small a .txt-small {
  font-size: min(1.25 * var(--vw), 24px);
  font-weight: bold;
  color: #f0813c;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .menu-area .menu-small a .txt-small {
    font-size: calc(4.8 * var(--vw));
    font-weight: 700;
    line-height: 1.3;
  }
}
.menu-area .menu-small a .txt {
  font-size: min(1.66 * var(--vw), 32px);
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .menu-area .menu-small a .txt {
    font-size: calc(6.4 * var(--vw));
    font-weight: 700;
    line-height: 1.4;
  }
}

/* Menu Area Top - 3つの小さなボタン（MV直下） */
.menu-area-top {
  justify-content: center;
  gap: min(0.52 * var(--vw), 10px);
}
@media screen and (max-width: 768px) {
  .menu-area-top {
    gap: calc(2.66 * var(--vw));
  }
}
.menu-area-top .menu-small {
  flex: 0 1 auto;
}
@media screen and (max-width: 768px) {
  .menu-area-top {
    flex-direction: column;
    gap: calc(4 * var(--vw));
  }
  .menu-area-top .menu-small {
    width: 100%;
    flex: 1 1 100%;
  }
  .menu-area-top .menu-small a {
    width: 100%;
  }
}

/* Menu Area Bottom - 2つの大きなボタン（Group前） */
.menu-area-bottom {
  justify-content: center;
  gap: min(1.04 * var(--vw), 20px);
}
@media screen and (max-width: 768px) {
  .menu-area-bottom {
    gap: calc(5.33 * var(--vw)) 0;
  }
}

/* Menu Area Standalone - 診療科カードの下に配置 */
.menu-area-standalone {
  margin-top: min(2.08 * var(--vw), 40px);
}
@media screen and (max-width: 768px) {
  .menu-area-standalone {
    margin-top: calc(5.33 * var(--vw));
  }
}

/* ---------------------------------------------------------
.sec-about
----------------------------------------------------------*/
.sec-about {
  position: relative;
  width: min(100 * var(--vw), 1920px);
  background: url(../img/index/about/map.png) no-repeat;
  background-size: 100% auto;
  margin: min(2.96 * var(--vw), 57px) auto 0;
}
@media screen and (max-width: 768px) {
  .sec-about {
    width: 100%;
    background-size: calc(160 * var(--vw)) auto;
    background-position: calc(-18.67 * var(--vw)) calc(21.33 * var(--vw));
    margin-top: calc(16 * var(--vw));
  }
}
.sec-about .ttl {
  width: min(27.76 * var(--vw), 533px);
  padding-top: min(3.07 * var(--vw), 59px);
  margin-left: min(11.04 * var(--vw), 212px);
}
@media screen and (max-width: 768px) {
  .sec-about .ttl {
    width: calc(100% - 10.66 * var(--vw));
    padding-top: 0;
    margin: 0 calc(5.33 * var(--vw));
  }
}
.sec-about .ttl .txt-en {
  display: block;
  font-size: min(1.17 * var(--vw), 22.6px);
  font-weight: bold;
  color: #00B13F;
}
@media screen and (max-width: 768px) {
  .sec-about .ttl .txt-en {
    font-size: calc(4.26 * var(--vw));
    font-weight: 700;
  }
}
.sec-about .ttl .txt-ja {
  display: block;
  font-size: min(1.77 * var(--vw), 34px);
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.8235294118;
  margin-top: min(1.09 * var(--vw), 21px);
}
@media screen and (max-width: 768px) {
  .sec-about .ttl .txt-ja {
    font-size: calc(4.8 * var(--vw));
    font-weight: 700;
    line-height: 1.6;
    margin-top: calc(2.66 * var(--vw));
  }
}
.sec-about .lead {
  width: min(27.76 * var(--vw), 533px);
  font-size: min(1.25 * var(--vw), 24px);
  font-weight: bold;
  line-height: 1.7916666667;
  margin-top: min(2.08 * var(--vw), 40px);
  margin-left: min(11.04 * var(--vw), 212px);
}
@media screen and (max-width: 768px) {
  .sec-about .lead {
    width: calc(100% - 10.66 * var(--vw));
    font-size: calc(4.26 * var(--vw));
    font-weight: 700;
    margin: calc(5.33 * var(--vw)) calc(5.33 * var(--vw)) 0;
  }
}
.sec-about .pic1, .sec-about .pic2, .sec-about .pic3 {
  position: absolute;
  border-radius: 19px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-about .pic1, .sec-about .pic2, .sec-about .pic3 {
    position: relative;
  }
}
.sec-about .pic1 {
  top: min(2.65 * var(--vw), 51px);
  left: min(53.59 * var(--vw), 1029px);
  width: min(16.97 * var(--vw), 326px);
}
@media screen and (max-width: 768px) {
  .sec-about .pic1 {
    display: none;
  }
}
.sec-about .pic2 {
  top: min(11.35 * var(--vw), 218px);
  left: min(74.37 * var(--vw), 1428px);
  width: min(15.46 * var(--vw), 297px);
}
@media screen and (max-width: 768px) {
  .sec-about .pic2 {
    display: none;
  }
}
.sec-about .pic3 {
  top: min(33.59 * var(--vw), 645px);
  left: min(56.4 * var(--vw), 1083px);
  width: min(29.16 * var(--vw), 560px);
}
@media screen and (max-width: 768px) {
  .sec-about .pic3 {
    top: auto;
    left: auto;
    width: calc(53.33 * var(--vw));
    margin: calc(5.33 * var(--vw)) auto 0;
    display: none;
  }
}
.sec-about .link-list1 {
  display: flex;
  flex-direction: column;
  gap: min(1.19 * var(--vw), 23px) 0;
  margin-top: min(4.27 * var(--vw), 82px);
  margin-left: min(11.04 * var(--vw), 212px);
}
@media screen and (max-width: 768px) {
  .sec-about .link-list1 {
    justify-content: space-between;
    flex-direction: row;
    gap: calc(3.2 * var(--vw)) 0;
    margin: calc(8 * var(--vw)) calc(5.33 * var(--vw)) 0;
  }
}
.sec-about .link-list1 a {
  position: relative;
  display: flex;
  align-items: center;
  width: min(21.14 * var(--vw), 406px);
  height: min(4.94 * var(--vw), 95px);
  font-size: min(1.25 * var(--vw), 24px);
  font-weight: bold;
  background-color: #fff;
  text-decoration: none;
  padding-left: min(1.56 * var(--vw), 30px);
  border-radius: 200px;
  border: 1px solid #f0813c;
  overflow: hidden;
  border-color: #00B13F;
}
@media screen and (max-width: 768px) {
  .sec-about .link-list1 a {
    width: calc(53.33 * var(--vw));
    width: calc(42.66 * var(--vw));
    height: calc(13.33 * var(--vw));
    font-size: calc(3.73 * var(--vw));
    font-weight: 700;
    padding-left: calc(5.33 * var(--vw));
  }
}
.sec-about .link-list1 a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 1/1;
  /*width: cpv(95);
  height: cpv(95)*/
  background-color: #f0813c;
  border-radius: 50%;
}
.sec-about .link-list1 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(1.71 * var(--vw), 33px);
  right: 0;
  height: 23%;
  height: 100%;
  aspect-ratio: 1/1;
  background: url(/assets/img/common/icon_dot_arrow_white.png) no-repeat center;
  background-size: 28% auto;
  transform: translateY(-50%);
}
.sec-about .link-list1 a[target=_blank]::after {
  background-image: url(/assets/img/common/icon_blank_02.svg);
}
.sec-about .link-list1 a::before {
  background-color: #00B13F;
}
/* sec-about内のmenu-area調整 */
.sec-about .menu-area {
  margin-top: min(39.06 * var(--vw), 750px);
}
@media screen and (max-width: 768px) {
  .sec-about .menu-area {
    margin-top: calc(40 * var(--vw));
  }
}
.sec-about .menu-area-bottom {
  margin-top: min(1.56 * var(--vw), 30px);
}
@media screen and (max-width: 768px) {
  .sec-about .menu-area-bottom {
    margin-top: calc(5.33 * var(--vw));
  }
}

.sec-about .link-list2 {
  display: flex;
  justify-content: center;
  gap: 0 min(0.78 * var(--vw), 15px);
  margin-top: min(39.06 * var(--vw), 750px);
}
@media screen and (max-width: 768px) {
  .sec-about .link-list2 {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: calc(2.13 * var(--vw)) 0;
    margin: calc(40 * var(--vw)) calc(5.33 * var(--vw)) 0;
  }
}
.sec-about .link-list2 li {
  position: relative;
}
.sec-about .link-list2 li::before, .sec-about .link-list2 li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(0.05 * var(--vw), 1px);
  height: min(2.7 * var(--vw), 52px);
  background-color: #fff;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .sec-about .link-list2 li::before, .sec-about .link-list2 li::after {
    width: calc(0.26 * var(--vw));
    height: calc(5.33 * var(--vw));
  }
}
.sec-about .link-list2 li::after {
  top: min(2.7 * var(--vw), 52px);
  width: min(0.36 * var(--vw), 7px);
  height: min(0.36 * var(--vw), 7px);
  border-radius: 50%;
  margin-left: min(-0.16 * var(--vw), -3px);
}
@media screen and (max-width: 768px) {
  .sec-about .link-list2 li::after {
    top: calc(3.2 * var(--vw));
    width: calc(2.13 * var(--vw));
    height: calc(2.13 * var(--vw));
    margin-left: calc(-1.07 * var(--vw));
  }
}
.sec-about .link-list2 li:nth-child(2) a {
  background-image: url(../img/index/about/pic_list_02.jpg);
}
.sec-about .link-list2 li:nth-child(3) a {
  background-image: url(../img/index/about/pic_list_03.jpg);
}
.sec-about .link-list2 li:nth-child(4) a {
  background-image: url(../img/index/about/pic_list_04.jpg);
}
.sec-about .link-list2 a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(21.19 * var(--vw), 407px);
  height: min(25.1 * var(--vw), 482px);
  color: #fff;
  font-weight: bold;
  background: url(../img/index/about/pic_list_01.jpg) no-repeat;
  background-size: cover;
  border-radius: 21px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-about .link-list2 a {
    width: calc(43.73 * var(--vw));
    height: calc(53.33 * var(--vw));
    border-radius: calc(2.13 * var(--vw));
    padding: calc(11.73 * var(--vw)) 0 calc(8 * var(--vw));
  }
}
.sec-about .link-list2 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.47);
}
.sec-about .link-list2 a p {
  position: relative;
}
.sec-about .link-list2 a .txt-en {
  font-size: min(0.78 * var(--vw), 15px);
  letter-spacing: 0.03em;
  padding-top: min(1.35 * var(--vw), 26px);
}
@media screen and (max-width: 768px) {
  .sec-about .link-list2 a .txt-en {
    font-size: calc(4.26 * var(--vw));
    font-weight: 700;
    padding-top: 0;
  }
}
.sec-about .link-list2 a .txt-ja {
  font-size: min(1.66 * var(--vw), 32px);
  margin-top: min(2.39 * var(--vw), 46px);
}
@media screen and (max-width: 768px) {
  .sec-about .link-list2 a .txt-ja {
    font-size: calc(4.8 * var(--vw));
    font-weight: 700;
    margin-top: calc(3.2 * var(--vw));
  }
  .sec-about .link-list2 li:nth-child(4) a .txt-ja {
    font-size: calc(4.26 * var(--vw));
  }
}
.sec-about .link-list2 a .txt-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(7.6 * var(--vw), 146px);
  height: min(2.76 * var(--vw), 53px);
  font-size: min(1.04 * var(--vw), 20px);
  letter-spacing: -0.05em;
  border: 1px solid #fff;
  border-radius: 100px;
  margin-top: min(3.07 * var(--vw), 59px);
}
@media screen and (max-width: 768px) {
  .sec-about .link-list2 a .txt-detail {
    width: auto;
    height: auto;
    font-size: calc(4.26 * var(--vw));
    padding: calc(1.06 * var(--vw)) calc(2.66 * var(--vw));
    margin-top: calc(3.2 * var(--vw));
  }
}
.sec-about .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(78.12 * var(--vw), 1500px);
  padding: 0 min(4.27 * var(--vw), 82px);
  margin: min(3.12 * var(--vw), 60px) auto 0;
}
@media screen and (max-width: 768px) {
  .sec-about .wrapper {
    display: block;
    width: 100%;
    padding: calc(5.33 * var(--vw));
    margin: calc(5.33 * var(--vw)) auto 0;
  }
}
.sec-about .wrapper .txt {
  width: min(40.62 * var(--vw), 780px);
  font-size: min(1.82 * var(--vw), 35px);
  font-weight: bold;
  line-height: 1.7714285714;
}
@media screen and (max-width: 768px) {
  .sec-about .wrapper .txt {
    width: auto;
    font-size: calc(4.26 * var(--vw));
    font-weight: 700;
    text-align: center;
  }
}
.sec-about .wrapper .btn {
  padding-top: min(0.2 * var(--vw), 4px);
}
@media screen and (max-width: 768px) {
  .sec-about .wrapper .btn {
    padding-top: 0;
    margin: calc(5.33 * var(--vw)) 0 0;
  }
}
.sec-about .wrapper .btn a {
  position: relative;
  display: flex;
  align-items: center;
  width: min(21.14 * var(--vw), 406px);
  height: min(4.94 * var(--vw), 95px);
  font-size: min(1.25 * var(--vw), 24px);
  font-weight: bold;
  background-color: #fff;
  text-decoration: none;
  padding-left: min(1.56 * var(--vw), 30px);
  border-radius: 200px;
  border: 1px solid #f0813c;
  overflow: hidden;
  border-color: #00B13F;
}
@media screen and (max-width: 768px) {
  .sec-about .wrapper .btn a {
    width: calc(53.33 * var(--vw));
    width: calc(42.66 * var(--vw));
    height: calc(13.33 * var(--vw));
    font-size: calc(4.26 * var(--vw));
    font-weight: 700;
    padding-left: calc(5.33 * var(--vw));
  }
}
.sec-about .wrapper .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 1/1;
  /*width: cpv(95);
  height: cpv(95)*/
  background-color: #f0813c;
  border-radius: 50%;
}
.sec-about .wrapper .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(1.71 * var(--vw), 33px);
  right: 0;
  height: 23%;
  height: 100%;
  aspect-ratio: 1/1;
  background: url(/assets/img/common/icon_dot_arrow_white.png) no-repeat center;
  background-size: 28% auto;
  transform: translateY(-50%);
}
.sec-about .wrapper .btn a[target=_blank]::after {
  background-image: url(/assets/img/common/icon_blank_02.svg);
}
.sec-about .wrapper .btn a::before {
  background-color: #00B13F;
}
@media screen and (max-width: 768px) {
  .sec-about .wrapper .btn a {
    width: calc(53.33 * var(--vw));
    margin: 0 auto;
  }
}

/* ---------------------------------------------------------
.sec-group
----------------------------------------------------------*/
.sec-group {
  position: relative;
  padding-bottom: min(11.09 * var(--vw), 213px);
  margin-top: min(6.77 * var(--vw), 130px);
}
@media screen and (max-width: 768px) {
  .sec-group {
    padding-bottom: 0;
    margin-top: calc(10.66 * var(--vw));
  }
}
.sec-group::before {
  content: "";
  position: absolute;
  top: min(0.52 * var(--vw), 10px);
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 87.96875%;
  background: url(../img/index/group/bg.png) no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .sec-group::before {
    top: calc(37.33 * var(--vw));
  }
}
.sec-group .inner {
  width: min(79.27 * var(--vw), 1522px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec-group .inner {
    width: 100%;
    padding: calc(5.33 * var(--vw)) calc(5.33 * var(--vw)) 0;
  }
}
.sec-group .wrapper {
  position: relative;
  height: min(29.68 * var(--vw), 570px);
}
@media screen and (max-width: 768px) {
  .sec-group .wrapper {
    height: auto;
  }
}
.sec-group .wrapper .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: min(40.31 * var(--vw), 774px);
}
@media screen and (max-width: 768px) {
  .sec-group .wrapper .pic {
    position: relative;
    top: auto;
    left: auto;
    width: 70%;
    margin: 0 auto;
  }
}
.sec-group .wrapper .ttl {
  padding-top: min(11.82 * var(--vw), 227px);
  margin-left: min(45.88 * var(--vw), 881px);
}
@media screen and (max-width: 768px) {
  .sec-group .wrapper .ttl {
    padding-top: calc(10.66 * var(--vw));
    margin-left: 0;
  }
}
.sec-group .wrapper .ttl .txt-en {
  display: block;
  font-size: min(1.17 * var(--vw), 22.6px);
  font-weight: bold;
  color: #00B13F;
}
@media screen and (max-width: 768px) {
  .sec-group .wrapper .ttl .txt-en {
    font-size: calc(4.26 * var(--vw));
    font-weight: 700;
  }
}
.sec-group .wrapper .ttl .txt-ja {
  display: block;
  font-size: min(1.77 * var(--vw), 34px);
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.8235294118;
  margin-top: min(1.09 * var(--vw), 21px);
}
@media screen and (max-width: 768px) {
  .sec-group .wrapper .ttl .txt-ja {
    font-size: calc(4.8 * var(--vw));
    font-weight: 700;
    line-height: 1.6;
    margin-top: calc(2.66 * var(--vw));
  }
}
.sec-group .wrapper .lead {
  width: min(27.76 * var(--vw), 533px);
  font-size: min(1.25 * var(--vw), 24px);
  font-weight: bold;
  line-height: 1.7916666667;
  margin-top: min(2.03 * var(--vw), 39px);
  margin-left: min(45.88 * var(--vw), 881px);
}
@media screen and (max-width: 768px) {
  .sec-group .wrapper .lead {
    width: 100%;
    font-size: calc(4.26 * var(--vw));
    font-weight: 700;
    margin: calc(5.33 * var(--vw)) 0 0;
  }
}
.sec-group .group-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: min(0.62 * var(--vw), 12px) 0;
  margin-top: min(6.04 * var(--vw), 116px);
  margin-bottom: min(3.64 * var(--vw), 70px);
}
@media screen and (max-width: 768px) {
  .sec-group .group-nav {
    align-items: stretch;
    gap: calc(4.26 * var(--vw)) 0;
    padding-bottom: calc(5.33 * var(--vw));
    margin: calc(8 * var(--vw)) 0 0;
  }
  .sec-group .group-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-5.34 * var(--vw));
    width: calc(100 * var(--vw));
    height: 100%;
    background-color: #ecf4f2;
  }
}
.sec-group .group-nav a {
  position: relative;
  display: block;
  width: min(19.42 * var(--vw), 373px);
  height: min(11.92 * var(--vw), 229px);
  background-color: #fff;
  border-radius: 30px 10px 36px 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-group .group-nav a {
    width: calc(42.66 * var(--vw));
    height: 100%;
    padding-bottom: calc(2.66 * var(--vw));
    border-radius: calc(4 * var(--vw)) calc(1.33 * var(--vw)) calc(2.13 * var(--vw)) calc(1.33 * var(--vw));
  }
}
.sec-group .group-nav a::before {
  content: "";
  position: absolute;
  right: min(1.35 * var(--vw), 26px);
  bottom: min(1.77 * var(--vw), 34px);
  width: min(1.45 * var(--vw), 28px);
  aspect-ratio: 1/1;
  background-color: #00B13F;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .sec-group .group-nav a::before {
    right: calc(1.6 * var(--vw));
    bottom: calc(2.66 * var(--vw));
    width: calc(4.26 * var(--vw));
  }
}
.sec-group .group-nav a::after {
  content: "";
  position: absolute;
  right: min(1.71 * var(--vw), 33px);
  bottom: min(2.18 * var(--vw), 42px);
  width: min(0.75 * var(--vw), 14.4px);
  aspect-ratio: 32/26;
  background: url(../img/common/icon_dot_arrow_white.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .sec-group .group-nav a::after {
    right: calc(1.6 * var(--vw));
    bottom: calc(2.66 * var(--vw));
    width: calc(4.26 * var(--vw));
    height: calc(4.26 * var(--vw));
    background-size: calc(2.66 * var(--vw)) auto;
  }
}
.sec-group .group-nav .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 36.1930294906%;
}
.sec-group .group-nav .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec-group .group-nav .txt-small {
  font-size: min(0.93 * var(--vw), 18px);
  font-weight: bold;
  margin-top: min(0.98 * var(--vw), 19px);
  margin-left: min(1.35 * var(--vw), 26px);
}
@media screen and (max-width: 768px) {
  .sec-group .group-nav .txt-small {
    font-size: calc(4.26 * var(--vw));
    font-weight: 700;
    margin: calc(2.66 * var(--vw)) 0 0 calc(2.66 * var(--vw));
  }
}
.sec-group .group-nav .pic + .txt {
  line-height: 1.3;
  padding-top: min(0.41 * var(--vw), 8px);
}
.sec-group .group-nav .txt {
  font-size: min(1.25 * var(--vw), 24px);
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-top: min(0.46 * var(--vw), 9px);
  margin-left: min(1.35 * var(--vw), 26px);
}
@media screen and (max-width: 768px) {
  .sec-group .group-nav .txt {
    font-size: calc(4.26 * var(--vw));
    font-weight: 700;
    line-height: 1.3;
    padding-right: calc(2.66 * var(--vw));
    margin: calc(0.8 * var(--vw)) calc(1.33 * var(--vw)) 0 calc(2.66 * var(--vw));
  }
}
.sec-group .group-nav .txt .txt-narrow {
  font-size: min(1.14 * var(--vw), 22px);
  letter-spacing: -0.08em;
}
@media screen and (max-width: 768px) {
  .sec-group .group-nav .txt .txt-narrow {
    font-size: calc(4.26 * var(--vw));
    font-weight: 700;
  }
}
.sec-group .btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec-group .btn {
    background-color: #ecf4f2;
    padding: calc(6.66 * var(--vw)) calc(5.33 * var(--vw)) calc(10.66 * var(--vw));
    margin: 0 calc(-5.34 * var(--vw)) calc(2.66 * var(--vw));
  }
}
.sec-group .btn a {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  width: min(21.14 * var(--vw), 406px);
  height: min(4.94 * var(--vw), 95px);
  font-size: min(1.25 * var(--vw), 24px);
  font-weight: bold;
  background-color: #fff;
  text-decoration: none;
  padding-left: min(1.56 * var(--vw), 30px);
  border-radius: 200px;
  border: 1px solid #f0813c;
  overflow: hidden;
  border-color: #00B13F;
  overflow: inherit;
}
@media screen and (max-width: 768px) {
  .sec-group .btn a {
    width: calc(53.33 * var(--vw));
    width: calc(42.66 * var(--vw));
    height: calc(13.33 * var(--vw));
    font-size: calc(4.26 * var(--vw));
    font-weight: 700;
    padding-left: calc(5.33 * var(--vw));
  }
}
.sec-group .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 1/1;
  /*width: cpv(95);
  height: cpv(95)*/
  background-color: #f0813c;
  border-radius: 50%;
}
.sec-group .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(1.71 * var(--vw), 33px);
  right: 0;
  height: 23%;
  height: 100%;
  aspect-ratio: 1/1;
  background: url(/assets/img/common/icon_dot_arrow_white.png) no-repeat center;
  background-size: 28% auto;
  transform: translateY(-50%);
}
.sec-group .btn a[target=_blank]::after {
  background-image: url(/assets/img/common/icon_blank_02.svg);
}
.sec-group .btn a::before {
  background-color: #00B13F;
}
@media screen and (max-width: 768px) {
  .sec-group .btn a {
    width: calc(53.33 * var(--vw));
  }
}
.sec-group .btn a small {
  position: absolute;
  bottom: min(-1.57 * var(--vw), -30px);
  left: 0;
  width: 100%;
  color: #00B13F;
  text-align: center;
  font-size: min(0.83 * var(--vw), 16px);
  margin-top: min(0.52 * var(--vw), 10px);
  pointer-events: none;
}

/* ---------------------------------------------------------
.sec-news
----------------------------------------------------------*/
.sec-news {
  position: relative;
  display: grid;
  grid-template-columns: min(15.31 * var(--vw), 294px) min(55.83 * var(--vw), 1072px);
  width: min(71.14 * var(--vw), 1366px);
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .sec-news {
    display: block;
    width: 100%;
    padding: calc(21.33 * var(--vw)) calc(5.33 * var(--vw)) 0;
  }
  .sec-news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(16 * var(--vw));
    background-image: linear-gradient(#ecf4f2, transparent);
    z-index: -1;
  }
}
.sec-news .ttl {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  width: min(15.31 * var(--vw), 294px);
  padding-left: min(0.62 * var(--vw), 12px);
}
@media screen and (max-width: 768px) {
  .sec-news .ttl {
    display: block;
    width: auto;
    padding: 0;
  }
}
.sec-news .ttl .txt-en {
  font-size: min(1.17 * var(--vw), 22.6px);
  font-weight: bold;
  color: #00B13F;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 1001px) {
  .sec-news .ttl .txt-en {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 768px) {
  .sec-news .ttl .txt-en {
    display: block;
    font-size: calc(4.26 * var(--vw));
    font-weight: 700;
  }
}
.sec-news .ttl .txt-ja {
  font-size: min(1.87 * var(--vw), 36px);
  font-weight: bold;
  letter-spacing: 0.6em;
  margin-right: min(1.09 * var(--vw), 21px);
}
@media print, screen and (min-width: 1001px) {
  .sec-news .ttl .txt-ja {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 768px) {
  .sec-news .ttl .txt-ja {
    display: block;
    font-size: calc(4.8 * var(--vw));
    font-weight: 700;
    letter-spacing: 0.3em;
    line-height: 1.6;
    margin-top: calc(1.6 * var(--vw));
  }
}
.sec-news .right-col {
  grid-column: 2;
  grid-row: 1/3;
  width: min(55.83 * var(--vw), 1072px);
  border-left: 2px solid #d1d3d2;
}
@media screen and (max-width: 768px) {
  .sec-news .right-col {
    width: 100%;
    border: none;
  }
}
.sec-news .tab-list {
  display: flex;
  gap: 0 min(0.52 * var(--vw), 10px);
  margin-left: min(1.25 * var(--vw), 24px);
  margin-bottom: min(1.97 * var(--vw), 38px);
}
@media screen and (max-width: 768px) {
  .sec-news .tab-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: calc(1.33 * var(--vw));
    margin: calc(5.33 * var(--vw)) 0 0;
  }
}
.sec-news .tab-list button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(10.41 * var(--vw), 200px);
  height: min(2.81 * var(--vw), 54px);
  font-size: min(0.93 * var(--vw), 18px);
  font-weight: bold;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .sec-news .tab-list button {
    width: calc(42.66 * var(--vw));
    width: auto;
    font-size: calc(4.26 * var(--vw));
    padding: calc(3.73 * var(--vw)) calc(2.13 * var(--vw));
    justify-content: flex-start;
    text-align: left;
  }
}
.sec-news .tab-list button.is-cr {
  color: #fff;
  background-color: #000;
}
.sec-news .cat-all {
  border: 1px solid #000;
}
.sec-news .cat-news {
  color: #00B13F;
  border: 1px solid #00B13F;
}
.sec-news .cat-news.is-cr {
  background-color: #00B13F !important;
}
.sec-news .cat-important {
  color: #ea3223;
  border: 1px solid #ea3223;
}
.sec-news .cat-important.is-cr {
  background-color: #ea3223 !important;
}
.sec-news .cat-nursing {
  color: #ee408d;
  border: 1px solid #ee408d;
}
.sec-news .cat-nursing.is-cr {
  background-color: #ee408d !important;
}
.sec-news .cat-red {
  color: #ea3223;
  border: 1px solid #ea3223;
}
.sec-news .cat-red.is-cr {
  background-color: #ea3223 !important;
}
.sec-news .tab-block {
  display: none;
}
.sec-news .tab-block.is-show {
  display: block;
}
.sec-news .tab-contents {
  background-image: repeating-linear-gradient(90deg, #d1d3d2, #d1d3d2 4px, transparent 4px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (max-width: 768px) {
  .sec-news .tab-contents {
    margin-top: calc(5.33 * var(--vw));
  }
}
.sec-news .tab-contents .cat {
  display: flex;
  gap: 0 min(0.31 * var(--vw), 6px);
}
@media screen and (max-width: 768px) {
  .sec-news .tab-contents .cat {
    gap: 0 calc(1.6 * var(--vw));
  }
}
.sec-news .tab-contents .cat span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(9.06 * var(--vw), 174px);
  height: min(1.77 * var(--vw), 34px);
  font-size: min(0.93 * var(--vw), 18px);
  font-weight: bold;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .sec-news .tab-contents .cat span {
    width: auto;
    height: auto;
    font-size: calc(2.93 * var(--vw));
    padding: calc(1.6 * var(--vw)) calc(2.66 * var(--vw));
  }
}
.sec-news .tab-contents .block {
  background-image: repeating-linear-gradient(90deg, #d1d3d2, #d1d3d2 4px, transparent 4px, transparent 6px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding-top: min(1.35 * var(--vw), 26px);
  padding-bottom: min(1.87 * var(--vw), 36px);
  padding-left: min(3.64 * var(--vw), 70px);
}
@media screen and (max-width: 768px) {
  .sec-news .tab-contents .block {
    padding: calc(4.26 * var(--vw)) 0;
  }
}
.sec-news .tab-contents .block .txt {
  font-size: min(1.25 * var(--vw), 24px);
  font-weight: bold;
  line-height: 1.5;
  margin-top: min(0.31 * var(--vw), 6px);
}
@media screen and (max-width: 768px) {
  .sec-news .tab-contents .block .txt {
    font-size: calc(4.26 * var(--vw));
    margin-top: calc(1.6 * var(--vw));
  }
}
.sec-news .tab-contents .block time {
  display: block;
  font-size: min(0.83 * var(--vw), 16px);
  font-weight: bold;
  margin-top: min(0.72 * var(--vw), 14px);
}
@media screen and (max-width: 768px) {
  .sec-news .tab-contents .block time {
    font-size: calc(4.26 * var(--vw));
    margin-top: calc(1.6 * var(--vw));
  }
}
.sec-news .nav-left {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: min(0.62 * var(--vw), 12px) 0;
  padding-bottom: min(3.02 * var(--vw), 58px);
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .sec-news .nav-left {
    position: relative;
    bottom: auto;
    left: auto;
    align-items: center;
    gap: calc(4.26 * var(--vw)) 0;
    padding-bottom: 0;
    margin-top: calc(5.33 * var(--vw));
  }
}
.sec-news .nav-left a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(13.8 * var(--vw), 265px);
  height: min(2.76 * var(--vw), 53px);
  font-size: min(0.93 * var(--vw), 18px);
  font-weight: bold;
  border: 1px solid #ea3223;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .sec-news .nav-left a {
    width: calc(53.33 * var(--vw));
    height: calc(10.66 * var(--vw));
    font-size: calc(4.26 * var(--vw));
  }
}
.sec-news .nav-left a::after {
  content: "";
  display: block;
  width: min(0.93 * var(--vw), 18px);
  aspect-ratio: 18/16;
  background: url(../img/common/icon_arrow_red.png) no-repeat;
  background-size: contain;
  margin-left: min(0.52 * var(--vw), 10px);
}
@media screen and (max-width: 768px) {
  .sec-news .nav-left a::after {
    width: calc(3.2 * var(--vw));
    margin-left: calc(2.66 * var(--vw));
  }
}
.sec-news .nav-left .btn-green a {
  border-color: #00B13F;
}
.sec-news .nav-left .btn-green a::after {
  background-image: url(../img/common/icon_arrow_green.png);
}

/* 診療時間テーブル/画像の切り替え */
.schedule-table-pc {
  display: block;
}
.schedule-image-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .schedule-table-pc {
    display: none;
  }
  .schedule-image-sp {
    display: block;
  }
  .schedule-image-sp img {
    width: 100%;
    height: auto;
    display: block;
  }
}
