@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/dsz7fhl.css");
:focus {
  outline: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html.is-act, body.is-act {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Old Mincho", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #555555;
  background-color: #EBF3F6;
  font-weight: 400;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

canvas {
  display: block;
}

img {
  max-width: 100%;
}

ol, ul, dl, dt, dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* font
----------------------------------------------- */
p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  transition: all 0.5s;
  text-decoration: none;
  color: #555555;
}

h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}

h3 {
  font-size: 2.8rem;
  line-height: 1.3;
  margin: 0;
}

small {
  font-size: 1.2rem;
}

input[type=radio] {
  display: none;
  vertical-align: baseline;
  border-style: none;
}

label:has(input[type=radio]) {
  cursor: pointer;
  padding-left: 24px;
  position: relative;
}
label:has(input[type=radio])::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  left: 0;
  -webkit-appearance: button;
  appearance: button;
  -moz-appearance: none;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  padding: 5px;
}

label:has(input[type=radio]:disabled) {
  color: #bbb;
}
label:has(input[type=radio]:disabled)::before {
  background-color: #ddd;
  border-color: #ddd;
}

label:has(input[type=radio]:checked)::after {
  content: "";
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  left: 4px;
  width: 10px;
  height: 10px;
  background: #296299;
  border-radius: 50%;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  overflow: visible; /* 2 */
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 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; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
 * 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: 1em; /* 2 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  box-sizing: border-box; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
  color: inherit; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox], [type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.l-footer {
  margin-top: 200px;
  background-color: #63656D;
  color: #ccc;
}
@media (max-width: 768px) {
  .l-footer {
    margin-top: 100px;
  }
}
.l-footer a {
  color: #ccc;
}
.l-footer a:hover {
  text-decoration: underline;
}
.l-footer__links {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer__links {
    display: block;
  }
}
@media (max-width: 768px) {
  .l-footer__nav.-n1 dl, .l-footer__nav.-n2 dl {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
  .l-footer__nav.-n1 dl dd, .l-footer__nav.-n2 dl dd {
    display: none;
    padding-bottom: 20px;
  }
}
.l-footer__nav.-n1 .head, .l-footer__nav.-n2 .head {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .l-footer__nav.-n1 .head, .l-footer__nav.-n2 .head {
    padding: 22px 0;
    margin-bottom: 0;
    position: relative;
  }
  .l-footer__nav.-n1 .head::before, .l-footer__nav.-n1 .head::after, .l-footer__nav.-n2 .head::before, .l-footer__nav.-n2 .head::after {
    content: "";
    border-top: 1px solid #fff;
    width: 13px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: inherit;
  }
  .l-footer__nav.-n1 .head::after, .l-footer__nav.-n2 .head::after {
    transform: translateY(-50%) rotate(90deg);
  }
}
.l-footer__nav.-n1 dl.is-act .head::after, .l-footer__nav.-n2 dl.is-act .head::after {
  opacity: 0;
}
.l-footer__nav.-n1 li, .l-footer__nav.-n2 li {
  margin-bottom: 3px;
}
.l-footer__nav.-n1 li:last-child, .l-footer__nav.-n2 li:last-child {
  margin-bottom: 0;
}
.l-footer__nav.-n1 li a, .l-footer__nav.-n2 li a {
  font-size: 1.3rem;
  padding-left: 15px;
  position: relative;
}
.l-footer__nav.-n1 li a::before, .l-footer__nav.-n2 li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  border-top: 1px solid rgba(204, 204, 204, 0.25);
}
.l-footer__nav.-n2 {
  order: 2;
}
@media (max-width: 768px) {
  .l-footer__nav.-n2 dl {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
}
.l-footer__nav.-n3 {
  order: 1;
}
@media (max-width: 768px) {
  .l-footer__nav.-n3 {
    margin-top: 40px;
  }
  .l-footer__nav.-n3 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.l-footer__nav.-n3 li {
  font-size: 1.4rem;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .l-footer__nav.-n3 li {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
.l-footer__nav.-n3 li:last-child {
  margin-bottom: 0;
}
.l-footer__nav.-n3 li a.-ex {
  background-size: 12px 12px;
  background-repeat: no-repeat;
  padding-right: 20px;
  background-position: right center;
  background-image: url("../images/common/ico_ex.svg");
}
.l-footer__nav_area {
  flex: 1;
  display: flex;
  gap: 115px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 100px 0 140px;
}
@media (max-width: 768px) {
  .l-footer__nav_area {
    display: block;
    padding: 46px 0;
    border-right: none;
  }
  .l-footer__nav_area .logo_sp {
    text-align: center;
    margin-bottom: 40px;
  }
}
.l-footer__sns {
  width: 27.77778%;
  padding: 100px 60px 0;
}
@media (max-width: 768px) {
  .l-footer__sns {
    width: 100%;
    padding: 0;
  }
}
.l-footer__sns ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .l-footer__sns ul {
    margin-top: 45px;
    margin-bottom: 60px;
  }
}
.l-footer__sns li a {
  display: block;
  transition: 0.5s ease;
}
.l-footer__sns li a:hover {
  opacity: 0.5;
}
.l-footer__bottom {
  padding: 63px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.l-footer__bottom_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .l-footer__bottom_row {
    display: block;
  }
}
.l-footer__bottom_row a {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 18px;
}
.l-footer__bottom_row .copyright {
  font-size: 1.6rem;
  font-family: "adobe-garamond-pro", serif;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: padding, background-color 0.5s ease;
}
.l-header.is-scroll {
  padding: 8px 30px;
  background-color: rgba(255, 255, 255, 0.7);
}
.l-header.-top .l-header__nav .nav_lists li a {
  color: #fff;
}
.l-header.-top .l-header__nav .nav_lists li a::before {
  border-color: #fff;
}
.l-header.-top .l-header__sp_btn::before, .l-header.-top .l-header__sp_btn::after {
  background-color: #fff;
}
.l-header.-top .l-header__sp_btn span::before {
  background-color: #fff;
}
.l-header.-top.is-scroll {
  background-color: rgba(41, 98, 153, 0.7);
}
@media (max-width: 768px) {
  .l-header {
    padding: 15px;
  }
  .l-header.is-scroll {
    padding: 10px 15px;
  }
  .l-header.is-act {
    background-color: #296299 !important;
  }
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 120px;
    z-index: 2;
  }
}
.l-header__logo a {
  display: flex;
  transition: 0.5s ease;
}
.l-header__logo a:hover {
  opacity: 0.6;
}
.l-header__nav {
  display: flex;
  gap: 30px;
  align-items: center;
}
.l-header__nav .nav_lists {
  display: flex;
  gap: 30px;
  margin-bottom: 0;
}
.l-header__nav .nav_lists li a {
  color: #296299;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
}
@media (max-width: 768px) {
  .l-header__nav .nav_lists li a {
    color: #fff;
  }
}
.l-header__nav .nav_lists li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  border-bottom: 1px solid #296299;
  opacity: 0;
  transition: bottom 0.5s ease;
}
@media (max-width: 768px) {
  .l-header__nav .nav_lists li a::before {
    border-color: #fff;
  }
}
.l-header__nav .nav_lists li a:hover::before {
  bottom: -5px;
  opacity: 1;
}
.l-header__nav .cv_btn a {
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.4rem;
  width: 150px;
  font-weight: 400;
  padding: 12px 0;
  border-radius: 45px;
  overflow: hidden;
  position: relative;
}
.l-header__nav .cv_btn a::before, .l-header__nav .cv_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.5s ease;
}
.l-header__nav .cv_btn a::before {
  background: linear-gradient(100deg, #066798 0%, #4E81E4 100%);
}
.l-header__nav .cv_btn a::after {
  background: linear-gradient(100deg, #4E81E4 0%, #066798 100%);
  opacity: 0;
}
.l-header__nav .cv_btn a:hover::before {
  opacity: 0;
}
.l-header__nav .cv_btn a:hover::after {
  opacity: 1;
}
@media (max-width: 768px) {
  .l-header__nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100dvh - 65px);
    background-color: #296299;
    padding: 20px;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    overflow: auto;
  }
  .l-header__nav.is-act {
    pointer-events: auto;
    opacity: 1;
  }
  .l-header__nav.is-act li a {
    pointer-events: auto;
  }
  .l-header__nav .nav_lists {
    overflow: auto;
    flex-wrap: wrap;
    gap: 16px 0;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .l-header__nav .nav_lists li {
    flex-basis: 50%;
  }
  .l-header__nav .nav_lists li a {
    font-size: 1.4rem;
  }
  .l-header__nav .nav_lists li a.-ex {
    background-size: 10px 10px;
    background-repeat: no-repeat;
    padding-right: 18px;
    background-position: right center;
    background-image: url("../images/common/ico_ex_w.svg");
  }
  .l-header__nav .sp_accordion {
    padding-bottom: 40px;
  }
  .l-header__nav .sp_accordion dl dt {
    font-size: 1.4rem;
    color: #fff;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
  }
  .l-header__nav .sp_accordion dl dt::before, .l-header__nav .sp_accordion dl dt::after {
    content: "";
    border-top: 1px solid #fff;
    width: 13px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: 0.5s ease;
  }
  .l-header__nav .sp_accordion dl dt::after {
    right: 8.5px;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .l-header__nav .sp_accordion dl dd {
    padding: 23px 0 0;
  }
  .l-header__nav .sp_accordion dl dd li {
    margin-bottom: 16px;
  }
  .l-header__nav .sp_accordion dl dd li a {
    color: #fff;
    font-size: 1.4rem;
  }
  .l-header__nav .sp_accordion dl.is-act dt::after {
    opacity: 0;
  }
  .l-header__nav .cv_btn {
    text-align: center;
    margin-bottom: 40px;
  }
  .l-header__nav .cv_btn a {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(275deg, #FFF 0%, #BFE0F0 100%);
    color: #296299;
    font-size: 1.4rem;
    line-height: 100%;
    padding: 18px;
    width: 240px;
    display: inline-block;
    position: relative;
  }
  .l-header__nav .cv_btn a::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 11px;
    background-size: 17px 11px;
    background: url("../images/common/arrow01_right.png") center/cover no-repeat;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 25px;
    left: auto;
    opacity: 1;
    z-index: 1;
  }
  .l-header__nav .sns_links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 20px;
  }
}
.l-header__sp_btn {
  display: none;
}
@media (max-width: 768px) {
  .l-header__sp_btn {
    display: flex;
    width: 40px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 100;
  }
  .l-header__sp_btn.is-act::before, .l-header__sp_btn.is-act::after {
    background-color: #fff;
  }
  .l-header__sp_btn.is-act span::before {
    background-color: #fff;
  }
  .l-header__sp_btn::before, .l-header__sp_btn::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #296299;
    transition: top, transform 0.5s ease;
  }
  .l-header__sp_btn::before {
    top: 0px;
  }
  .l-header__sp_btn::after {
    top: 10px;
  }
  .l-header__sp_btn span {
    width: 100%;
    height: 100%;
    position: relative;
    transition: opacity 0.2s ease;
  }
  .l-header__sp_btn span::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #296299;
  }
  .l-header__sp_btn.is-act span {
    opacity: 0;
  }
  .l-header__sp_btn.is-act:before, .l-header__sp_btn.is-act:after {
    top: 5px;
  }
  .l-header__sp_btn.is-act:before {
    transform: rotate(30deg);
  }
  .l-header__sp_btn.is-act:after {
    transform: rotate(-30deg);
  }
}

.l-column {
  display: flex;
  gap: 107px;
}
@media (max-width: 768px) {
  .l-column {
    display: block;
  }
}

.l-content {
  flex: 1;
  max-width: 853px;
  margin: auto;
  overflow: hidden;
}

.l-side {
  width: 320px;
  min-width: 320px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .l-side {
    width: 100%;
    min-width: 100%;
    margin-bottom: 60px;
  }
}
.l-side__inner {
  position: sticky;
  top: 100px;
}
@media (max-width: 768px) {
  .l-side__inner {
    position: relative;
    top: 0;
  }
}
.l-side__ttl {
  color: #296299;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  padding: 20px;
  border-bottom: 1px solid rgba(41, 98, 153, 0.25);
}
.l-side__nav {
  position: relative;
}
@media (max-width: 768px) {
  .l-side__nav {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .l-side__nav .list_wrap {
    min-height: 180px;
    max-height: 180px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .l-side__nav ul {
    padding: 30px 20px 70px;
  }
}
.l-side__nav li {
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .l-side__nav li:last-child {
    margin-bottom: 0;
  }
}
.l-side__nav li a {
  color: #296299;
  display: block;
  position: relative;
  padding-left: 22px;
}
.l-side__nav li a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 17px;
  background-size: 15px 17px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/common/ttl01_deco.svg");
}
@media (max-width: 768px) {
  .l-side__nav li a::before {
    top: 4px;
    width: 14px;
    height: 16px;
    background-size: 14px 16px;
  }
}
.l-side__nav li a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .l-side__nav li a {
    text-decoration: underline;
  }
}
.l-side__nav .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
  cursor: pointer;
  border-radius: 0 0 10px 10px;
}
.l-side__nav .btn:hover .circle {
  background-color: #296299;
}
.l-side__nav .btn:hover .circle::before, .l-side__nav .btn:hover .circle::after {
  border-color: #fff;
}
.l-side__nav .fade {
  line-height: 120%;
  font-size: 2rem;
  color: #296299;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .l-side__nav .fade {
    font-size: 1.6rem;
  }
}
.l-side__nav .circle {
  margin-left: 6px;
  position: relative;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #296299;
  transition: 0.5s ease;
}
.l-side__nav .circle::before, .l-side__nav .circle::after {
  content: "";
  border-top: 1px solid #296299;
  width: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: inherit;
}
@media (max-width: 768px) {
  .l-side__nav .circle::before, .l-side__nav .circle::after {
    width: 9px;
  }
}
.l-side__nav .circle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-side__nav .circle.is-act::after {
  opacity: 0;
}
.l-side__date {
  margin-top: 100px;
  padding-top: 20px;
  border-top: 1px solid rgba(90, 137, 178, 0.25);
  color: #296299;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 768px) {
  .l-side__date {
    margin-top: 15px;
    text-align: right;
    border-top: none;
    padding-top: 0;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(90, 137, 178, 0.25);
  }
}

/* ---- body container ---- */
/* base container */
.c-body-container {
  max-width: calc(1280px + 6%);
  margin: 0 auto;
  padding: 0 3%;
}
.c-body-container.-type02 {
  width: 853px;
  margin: auto;
}
@media (max-width: 768px) {
  .c-body-container.-type02 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .c-body-container {
    padding: 0 20px;
    max-width: 100%;
  }
}
.c-lower_head {
  width: 100%;
  height: auto;
  min-height: 53.050398vh;
  margin-top: 90px;
  color: #296299;
}
@media (max-width: 768px) {
  .c-lower_head {
    margin-top: 80px;
    padding-bottom: 60px;
    height: auto;
    min-height: auto;
  }
}
.c-lower_head__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  height: 100%;
}
.c-lower_head__breadcrumb {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .c-lower_head__breadcrumb {
    margin-top: 20px;
  }
}
.c-lower_head__breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
.c-lower_head__breadcrumb li {
  position: relative;
}
.c-lower_head__breadcrumb li a {
  color: #296299;
}
.c-lower_head__breadcrumb li a:hover {
  text-decoration: underline;
}
.c-lower_head__breadcrumb li::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
  right: -17px;
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-image: url("../images/common/arrow02_right.png");
}
.c-lower_head__breadcrumb li:last-child::after {
  content: none;
}
.c-lower_head__ttl {
  width: 852px;
  align-self: baseline;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .c-lower_head__ttl {
    width: 100%;
    margin-top: 60px;
  }
}
.c-lower_head__ttl.-news_post {
  margin: 60px auto;
}
@media (max-width: 768px) {
  .c-lower_head__ttl.-news_post {
    margin: 60px auto;
  }
}
.c-lower_head__ttl.-center {
  margin: 120px auto 0;
}
@media (max-width: 768px) {
  .c-lower_head__ttl.-center {
    margin: 80px auto 0;
  }
}
.c-lower_head__ttl.-column .-only_ja {
  margin: 0 auto 120px;
}
@media (max-width: 768px) {
  .c-lower_head__ttl.-column .-only_ja {
    margin-bottom: 0;
  }
}
.c-lower_head__ttl_en {
  font-family: "adobe-garamond-pro", serif;
  font-size: 6.6666666667vw;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.92px;
}
@media (max-width: 768px) {
  .c-lower_head__ttl_en {
    font-size: 4.8rem;
    letter-spacing: 0.96px;
  }
}
.c-lower_head__ttl_ja {
  color: #296299;
  font-family: "Zen Old Mincho";
  font-size: 1.3888888889vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-top: 1.3888888889vw;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .c-lower_head__ttl_ja {
    font-size: 2rem;
    margin-top: 2.6666666667vw;
  }
}
.c-lower_head__ttl_ja.-only_ja {
  font-size: 3.3333333333vw;
  line-height: 140%;
  margin: 35px 0 60px;
}
@media (max-width: 768px) {
  .c-lower_head__ttl_ja.-only_ja {
    margin-bottom: 0;
    font-size: 3rem;
  }
}
.c-lower_head__ttl_ja.-doctor {
  font-size: 3.3333333333vw;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 768px) {
  .c-lower_head__ttl_ja.-doctor {
    font-size: 3rem;
  }
}
.c-lower_head__ttl_ja.-doctor .en {
  color: rgba(41, 98, 153, 0.5);
  font-size: 1.3888888889vw;
  font-weight: 500;
  line-height: 100%;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .c-lower_head__ttl_ja.-doctor .en {
    display: block;
    font-size: 1.6rem;
    margin-left: 0;
    margin-top: 10px;
  }
}
.c-lower_head__ttl_ja.-access {
  min-height: auto;
}
.c-lower_head__ttl_cat {
  display: inline-block;
  color: #296299;
  font-size: 1.4rem;
  line-height: 100%;
  border-radius: 9999px;
  background-color: #E3EFF5;
  border: 1px solid #296299;
  padding: 4px 9px;
  margin: 0 5px 10px 0;
}
.c-lower_head__ttl_pos {
  color: #296299;
  font-size: 1.3888888889vw;
  font-weight: 500;
  line-height: 100%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .c-lower_head__ttl_pos {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

.c-bg_obj {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
  animation: grad-animation 30s infinite linear;
}
@media (max-width: 768px) {
  .c-bg_obj {
    width: 90%;
  }
}
.c-bg_obj__item {
  position: absolute;
}
.c-bg_obj__item.-n1 {
  top: 0;
  right: -25%;
  width: 60.416667%;
  animation: grad-animation 20s infinite alternate linear;
}
@media (max-width: 768px) {
  .c-bg_obj__item.-n1 {
    width: 100%;
  }
}
.c-bg_obj__item.-n2 {
  bottom: -50%;
  left: -25%;
  width: 67.84%;
  animation: grad-animation 20s infinite alternate linear;
}
@media (max-width: 768px) {
  .c-bg_obj__item.-n2 {
    width: 100%;
    bottom: -10%;
  }
}

@keyframes grad-animation {
  0% {
    transform: rotate(0) scale(1);
  }
  25% {
    transform: rotate(90deg) scale(1.25);
  }
  50% {
    transform: rotate(180deg) scale(1.5);
  }
  75% {
    transform: rotate(270deg) scale(1.25);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.c-foot_menu_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #EBF3F6;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c-foot_menu_sp__lists {
  display: flex;
}
.c-foot_menu_sp__list {
  flex: 1;
}
.c-foot_menu_sp__list:first-child {
  border-right: 1px solid rgba(90, 137, 178, 0.1);
}
.c-foot_menu_sp__list:last-child {
  background: linear-gradient(107deg, #064998 0%, #4A81D4 100%);
}
.c-foot_menu_sp__list:last-child a {
  color: #fff;
}
.c-foot_menu_sp__list a {
  text-align: center;
  display: block;
  padding: 20px 0;
  color: #296299;
}
.c-foot_menu_sp.is-scroll {
  opacity: 1;
}

.c-slider {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-slider .swiper-wrapper {
  align-items: flex-start;
  height: auto;
}
.c-slider__slide, .c-slider .swiper-slide {
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-slider__slide, .c-slider .swiper-slide {
    width: 100%;
    min-width: 0;
  }
}
.c-slider__slide img, .c-slider__slide video, .c-slider .swiper-slide img, .c-slider .swiper-slide video {
  display: block;
  border-radius: 10px;
  width: 100%;
}
.c-slider__note {
  width: 64%;
  min-height: 34px;
  margin-top: 20px;
  color: #555;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 768px) {
  .c-slider__note {
    width: 100%;
    margin-top: 15px;
    min-height: auto;
  }
}
.c-slider__note li {
  padding-left: 14px;
  position: relative;
}
.c-slider__note li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.c-slider__slide_nav {
  display: flex;
  margin-top: 20px;
  gap: 5px;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
  transition: transform 0.5s ease;
}
@media (max-width: 768px) {
  .c-slider__slide_nav {
    position: relative;
    width: 320px;
    justify-content: center;
    margin: 20px auto 0;
  }
}
.c-slider__slide_nav .swiper-pagination {
  position: static;
  width: auto;
  margin-right: 20px;
  color: #296299;
  font-family: "adobe-garamond-pro", serif;
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-slider__slide_nav .swiper-pagination {
    font-size: 1.6rem;
    margin: 0 30px;
  }
}
.c-slider__slide_nav .swiper-button-prev, .c-slider__slide_nav .swiper-button-next {
  position: static;
  margin-top: 0;
  width: 80px;
  height: auto;
  padding: 13.5px 0;
  border: 1px solid #296299;
  background-color: #EBF3F6;
  border-radius: 9999px;
  pointer-events: all !important;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .c-slider__slide_nav .swiper-button-prev, .c-slider__slide_nav .swiper-button-next {
    position: relative;
    bottom: 0;
    width: 60px;
    padding: 8.5px 0;
  }
}
.c-slider__slide_nav .swiper-button-prev::after, .c-slider__slide_nav .swiper-button-next::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 11px;
  background-size: 17px 11px;
}
.c-slider__slide_nav .swiper-button-prev:hover, .c-slider__slide_nav .swiper-button-next:hover {
  background-color: #fff;
}
.c-slider__slide_nav .swiper-button-prev {
  order: 1;
}
@media (max-width: 768px) {
  .c-slider__slide_nav .swiper-button-prev {
    order: 0;
  }
}
.c-slider__slide_nav .swiper-button-prev::after {
  background: url("../images/common/arrow01_left.png") center/cover no-repeat;
}
.c-slider__slide_nav .swiper-button-next {
  order: 2;
}
.c-slider__slide_nav .swiper-button-next::after {
  background: url("../images/common/arrow01_right.png") center/cover no-repeat;
}
.c-slider__slider .swiper-slide-active + .p-menu_detail__slide_nav {
  transform: translateY(0); /* アクティブなスライドの次の要素としてp-menu_detail__slide_navを位置付ける */
}
.c-slider__category_area {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .c-slider__category_area {
    margin-bottom: 40px;
  }
}
.c-slider__category_box {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .c-slider__category_box {
    margin-bottom: 10px;
  }
}
.c-slider__category_box dt .num {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 100%;
  align-self: flex-end;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .c-slider__category_box dt .num {
    font-size: 1.2rem;
  }
}

.c-column_card {
  max-width: 410px;
  width: 32.1%;
}
@media (max-width: 768px) {
  .c-column_card {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-column_card a {
  display: block;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 20px 20px 100px;
  height: 100%;
  transition: 0.5s ease;
}
.c-column_card a .img {
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .c-column_card a .img {
    margin-bottom: 30px;
  }
}
.c-column_card a .img img {
  display: block;
  transition: transform 0.5s ease;
}
.c-column_card a .cat {
  display: inline-block;
  color: #296299;
  font-size: 1.4rem;
  line-height: 100%;
  border-radius: 9999px;
  background-color: #E3EFF5;
  border: 1px solid #296299;
  padding: 4px 9px;
}
.c-column_card a .ttl {
  margin: 16px 0 21px;
  color: #296299;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 160%;
}
@media (max-width: 768px) {
  .c-column_card a .ttl {
    margin: 10px 0 23px;
    font-size: 2rem;
  }
}
.c-column_card a .ttl .in {
  border-bottom: 1px solid #296299;
}
.c-column_card a:hover {
  box-shadow: 1px 3px 15px rgba(41, 98, 153, 0.2);
  background-color: #EBF3F6;
}
.c-column_card a:hover .img img {
  transform: scale(1.05);
}

.c-link_boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .c-link_boxes {
    display: block;
  }
}
.c-link_boxes__box {
  width: 48.6%;
  min-height: 520px;
}
@media (max-width: 768px) {
  .c-link_boxes__box {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }
}
.c-link_boxes__box a {
  height: 100%;
  display: block;
  padding: 20px 20px 30px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  position: relative;
  transition: 0.5s ease;
}
.c-link_boxes__box a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #296299;
  border-radius: 50%;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/common/arrow03_right.svg");
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.c-link_boxes__box a .img {
  overflow: hidden;
}
.c-link_boxes__box a .img img, .c-link_boxes__box a .img video {
  border-radius: 10px;
  width: 100%;
}
.c-link_boxes__box a .ttl {
  color: #296299;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .c-link_boxes__box a .ttl {
    font-size: 1.8rem;
    margin: 20px 0 10px;
  }
}
.c-link_boxes__box a .txt {
  color: #296299;
}
.c-link_boxes__box a:hover {
  box-shadow: 1px 3px 15px rgba(41, 98, 153, 0.2);
  background-color: #EBF3F6;
}

.c-link_box02 {
  margin-bottom: 20px;
}
.c-link_box02 a {
  padding: 20px 52px 20px 20px;
  background-color: #fff;
  display: flex;
  gap: 28px;
  border-radius: 10px;
  position: relative;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .c-link_box02 a {
    padding: 20px 20px 30px;
    display: block;
  }
}
.c-link_box02 a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #296299;
  border-radius: 50%;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/common/arrow03_right.svg");
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.c-link_box02 a .img {
  min-width: 330px;
  width: 330px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-link_box02 a .img {
    min-width: 100%;
    width: 100%;
  }
}
.c-link_box02 a .img img, .c-link_box02 a .img video {
  width: 100%;
  border-radius: 10px;
}
.c-link_box02 a .texts {
  margin-top: 10px;
  color: #296299;
}
@media (max-width: 768px) {
  .c-link_box02 a .texts {
    margin-top: 20px;
  }
}
.c-link_box02 a .texts .ttl {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .c-link_box02 a .texts .ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .c-link_box02 a .texts .txt {
    font-size: 1.6rem;
  }
}
.c-link_box02 a:hover {
  box-shadow: 1px 3px 15px rgba(41, 98, 153, 0.2);
  background-color: #EBF3F6;
}

.c-summary_box01 {
  margin-bottom: 20px;
}
.c-summary_box01 a {
  display: flex;
  gap: 30px;
  background: #fff;
  padding: 30px 30px 60px;
  border-radius: 10px;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .c-summary_box01 a {
    display: block;
    padding: 20px 20px 42px;
  }
}
.c-summary_box01 a .img {
  width: 200px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-summary_box01 a .img {
    width: 100%;
    margin-bottom: 26px;
  }
}
.c-summary_box01 a .img img {
  border-radius: 10px;
}
.c-summary_box01 a .pos {
  color: #296299;
  font-weight: 500;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .c-summary_box01 a .pos {
    font-size: 1.5rem;
  }
}
.c-summary_box01 a .name {
  vertical-align: baseline;
  margin-bottom: 12px;
}
.c-summary_box01 a .name .ja {
  font-size: 2rem;
  color: #296299;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .c-summary_box01 a .name .ja {
    font-size: 1.8rem;
  }
}
.c-summary_box01 a .name .en {
  font-size: 1.4rem;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .c-summary_box01 a .name .en {
    font-size: 1.2rem;
  }
}
.c-summary_box01 a .career {
  color: #555;
}
.c-summary_box01 a .career .ttl {
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .c-summary_box01 a .career .ttl {
    font-size: 1.6rem;
  }
}
.c-summary_box01 a .career .content {
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.c-summary_box01 a .direct {
  color: #296299;
  text-decoration: underline;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .c-summary_box01 a .direct {
    font-size: 1.6rem;
  }
}
.c-summary_box01 a:hover {
  box-shadow: 1px 3px 15px rgba(41, 98, 153, 0.2);
  background-color: #EBF3F6;
}

.c-list_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
}
.c-list_box li {
  color: #296299;
  padding-left: 40px;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 768px) {
  .c-list_box li {
    padding-left: 30px;
  }
}
.c-list_box li:last-child {
  margin-bottom: 0;
}
.c-list_box li.-black {
  color: #666;
}
.c-list_box li.-black::before {
  background-color: #eee;
  background-image: url("../images/common/check_black.svg");
}
.c-list_box li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #C6E3F2;
  border-radius: 50%;
  background-size: 14px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/common/check_blue.svg");
}
@media (max-width: 768px) {
  .c-list_box li::before {
    top: 0;
    width: 20px;
    height: 20px;
    background-size: 9px 6.8px;
  }
}

.c-margin_box60 {
  margin: 60px 0;
}

.c-table01 {
  width: 100%;
  border: 1px solid #C6E3F2;
  border-collapse: separate;
  border-spacing: 0px;
  border-radius: 10px;
  overflow: hidden;
}
.c-table01 tr:nth-of-type(1) th, .c-table01 tr:nth-of-type(1) td {
  border-top: none;
}
.c-table01 tr:last-of-type th, .c-table01 tr:last-of-type td {
  border-bottom: none;
}
.c-table01 th, .c-table01 td {
  border-top: 1px solid #C6E3F2;
  color: #296299;
  padding: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .c-table01 th, .c-table01 td {
    display: block;
    width: 100% !important;
  }
}
.c-table01 th {
  background: rgba(255, 255, 255, 0.3);
}

.c-ttl01 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .c-ttl01 {
    margin-bottom: 30px;
  }
}
.c-ttl01__ja, .c-ttl01__en {
  display: block;
  color: #296299;
  text-align: left;
  line-height: 100%;
}
.c-ttl01__ja {
  font-size: 2rem;
  font-weight: 500;
  padding-left: 23px;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 768px) {
  .c-ttl01__ja {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 100%; /* 14px */
    margin-bottom: 17px;
  }
}
.c-ttl01__ja::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
  background: url("../images/common/ttl01_deco.svg") center/cover no-repeat;
}
@media (max-width: 768px) {
  .c-ttl01__ja::before {
    top: 0;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
}
.c-ttl01__en {
  font-family: "adobe-garamond-pro", serif;
  font-size: 6.4rem;
  font-weight: 400;
  letter-spacing: 1.28px;
}
@media (max-width: 768px) {
  .c-ttl01__en {
    font-size: 3.6rem;
    line-height: 100%;
    letter-spacing: 0.72px;
  }
}

.c-ttl02 {
  color: #296299;
  font-size: 3rem;
  font-weight: 600;
  line-height: 160%;
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .c-ttl02 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.c-ttl02.-mb5 {
  margin-bottom: 5px;
}

.c-ttl03 {
  color: #296299;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 160%;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .c-ttl03 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.c-btn01 {
  text-align: center;
}
@media (max-width: 768px) {
  .c-btn01 {
    text-align: left;
  }
}
.c-btn01.-w270 a {
  width: 270px;
}
.c-btn01.-ex a::after {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background: url("../images/common/ico_ex_b.svg") center/cover no-repeat;
}
.c-btn01 a {
  text-align: center;
  display: inline-block;
  width: 280px;
  border-radius: 9999px;
  border: 1px solid #296299;
  background-color: #EBF3F6;
  color: #296299;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  padding: 21px 0;
  position: relative;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .c-btn01 a {
    width: 240px;
    padding: 18px 20px;
    text-align: left;
  }
}
.c-btn01 a::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 11px;
  background-size: 17px 11px;
  background: url("../images/common/arrow01_right.png") center/cover no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 25px;
}
.c-btn01 a:hover {
  background-color: #fff;
}

.c-btn02 {
  display: inline-block;
  text-align: center;
  position: relative;
}
.c-btn02::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 11px;
  background-size: 17px 11px;
  background: url("../images/common/arrow01_right_w.png") center/cover no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 25px;
}
.c-btn02.-ex::after {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background: url("../images/common/ico_ex_w.svg") center/cover no-repeat;
}
.c-btn02 a {
  text-align: center;
  display: block;
  width: 280px;
  border-radius: 9999px;
  border: 1px solid #296299;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  padding: 21px 0;
  position: relative;
  transition: 0.5s ease;
  z-index: 0;
  overflow: hidden;
}
.c-btn02 a::before, .c-btn02 a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.5s ease;
}
.c-btn02 a::before {
  background: linear-gradient(96deg, #064998 0%, #4A81D4 100%);
}
.c-btn02 a::after {
  background: linear-gradient(96deg, #4A81D4 0%, #064998 100%);
  opacity: 0;
}
.c-btn02 a:hover::before {
  opacity: 0;
}
.c-btn02 a:hover::after {
  opacity: 1;
}

@media (max-width: 768px) {
  .c-btn03 {
    width: 100%;
  }
}
.c-btn03 a {
  display: inline-block;
  width: 280px;
  border-bottom: 1px solid rgba(41, 98, 153, 0.2);
  color: #296299;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  padding: 21px 0;
  position: relative;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .c-btn03 a {
    font-size: 1.4rem;
    width: 100%;
    padding: 18px 3px;
    text-align: left;
  }
}
.c-btn03 a::after {
  content: "";
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
}
.c-btn03 a:hover {
  border-color: #296299;
  padding-left: 6px;
}
.c-btn03.-down a::after {
  width: 12px;
  height: 8px;
  background-size: 12px 8px;
  background: url("../images/common/arrow02_down.png") center/cover no-repeat;
}

.c-accordion {
  background-color: #fff;
  border-radius: 20px;
  background: #fff;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .c-accordion {
    border-radius: 10px;
  }
}
.c-accordion__head {
  cursor: pointer;
  padding: 38px 40px;
  color: #296299;
  font-size: 2.4rem;
  font-weight: 600;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .c-accordion__head {
    padding: 30px 20px;
    font-size: 2rem;
  }
}
.c-accordion__head .circle {
  margin-left: auto;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #296299;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .c-accordion__head .circle {
    width: 30px;
    height: 30px;
  }
}
.c-accordion__head .circle::before, .c-accordion__head .circle::after {
  content: "";
  border-top: 1px solid #296299;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: inherit;
}
@media (max-width: 768px) {
  .c-accordion__head .circle::before, .c-accordion__head .circle::after {
    width: 7.5px;
  }
}
.c-accordion__head .circle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-accordion__body {
  display: none;
  padding: 0 40px 60px;
}
@media (max-width: 768px) {
  .c-accordion__body {
    padding: 0 20px 40px;
  }
}
.c-accordion.is-act .c-accordion__head .circle {
  background-color: #296299;
}
.c-accordion.is-act .c-accordion__head .circle::before {
  border-color: #fff;
}
.c-accordion.is-act .c-accordion__head .circle::after {
  opacity: 0;
}

.c-note {
  font-size: 1.2rem;
  line-height: 140%;
}

/* モーダル全体(背景＋本体) */
.c-modal {
  display: none;
  position: fixed;
  top: 0vh;
  left: 0vw;
  height: 100%;
  width: 100%;
  z-index: 10000;
  line-height: 180%;
}
.c-modal .c-modal_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
}
.c-modal .c-modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55.5555555556vw;
  height: 29.8611111111vw;
}
.c-modal .c-modal_content.-line_reserve {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.c-modal .c-modal_content.-line_reserve .c-modal_content__inner {
  width: 100%;
  padding: 40px 40px 60px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .c-modal .c-modal_content.-line_reserve .c-modal_content__inner {
    width: calc(100% - 40px);
    height: 70vh;
    overflow-y: auto;
    padding: 20px 24px 40px;
    border-radius: 10px;
  }
}
.c-modal .c-modal_content.-line_reserve .c-modal_content__ttl {
  font-size: 24px;
  text-align: left;
  color: #296299;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .c-modal .c-modal_content.-line_reserve .c-modal_content__ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.c-modal .c-modal_content.-line_reserve .c-modal_content__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 768px) {
  .c-modal .c-modal_content.-line_reserve .c-modal_content__lists {
    display: block;
  }
}
.c-modal .c-modal_content.-line_reserve .c-modal_content__lists li a {
  text-align: left;
  display: flex;
  align-items: center;
  padding: 20px 0 20px 29px;
  border-bottom: 1px solid rgba(41, 98, 153, 0.2);
  position: relative;
  transition: 0.5s ease;
}
.c-modal .c-modal_content.-line_reserve .c-modal_content__lists li a::before, .c-modal .c-modal_content.-line_reserve .c-modal_content__lists li a::after {
  content: "";
  position: absolute;
}
.c-modal .c-modal_content.-line_reserve .c-modal_content__lists li a::before {
  left: 5px;
  width: 18px;
  height: 17.25px;
  -webkit-mask-position: 100% center;
          mask-position: 100% center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 18px 17.25px;
          mask-size: 18px 17.25px;
  -webkit-mask-image: url(../images/common/ico_line.svg);
          mask-image: url(../images/common/ico_line.svg);
  background-color: #296299;
}
.c-modal .c-modal_content.-line_reserve .c-modal_content__lists li a::after {
  right: 20px;
  width: 17px;
  height: 11px;
  -webkit-mask-position: 100% center;
          mask-position: 100% center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 17px 11px;
          mask-size: 17px 11px;
  -webkit-mask-image: url(../images/common/arrow03_right.svg);
          mask-image: url(../images/common/arrow03_right.svg);
  background-color: #296299;
  transition: inherit;
}
.c-modal .c-modal_content.-line_reserve .c-modal_content__lists li a:hover {
  background-color: rgba(41, 98, 153, 0.2);
}
.c-modal .c-modal_content.-line_reserve .c-modal_content__lists li a:hover::after {
  right: 15px;
}
.c-modal .c-modal_content.-line_reserve .c-modal_close {
  top: 30px;
  right: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #296299;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .c-modal .c-modal_content.-line_reserve .c-modal_close {
    top: 22px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
.c-modal .c-modal_content.-line_reserve .c-modal_close::before, .c-modal .c-modal_content.-line_reserve .c-modal_close::after {
  width: 19px;
  border-color: #fff;
}
@media (max-width: 768px) {
  .c-modal .c-modal_content.-line_reserve .c-modal_close::before, .c-modal .c-modal_content.-line_reserve .c-modal_close::after {
    width: 14px;
  }
}
.c-modal .c-modal_content.-line_reserve .c-modal_close:hover {
  background-color: rgba(41, 98, 153, 0.75);
}
@media (max-width: 768px) {
  .c-modal .c-modal_content {
    width: 90%;
    height: auto;
    text-align: center;
  }
}
.c-modal .c-modal_content iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .c-modal .c-modal_content iframe {
    width: auto;
  }
}
.c-modal .c-modal_content .c-modal_close {
  border: none;
  cursor: pointer;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -10%;
  right: -10%;
  background-color: transparent;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .c-modal .c-modal_content .c-modal_close {
    top: -40%;
    right: -6%;
  }
}
.c-modal .c-modal_content .c-modal_close::before, .c-modal .c-modal_content .c-modal_close::after {
  content: "";
  position: absolute;
  border-top: 2px solid #296299;
  width: 30px;
  top: 50%;
  left: 50%;
  transform-origin: top left;
  transition: inherit;
}
.c-modal .c-modal_content .c-modal_close::before {
  transform: rotate(45deg) translate(-50%, -50%);
}
.c-modal .c-modal_content .c-modal_close::after {
  transform: rotate(135deg) translate(-50%, -50%);
}
.c-modal .c-modal_content .c-modal_close.is-hover {
  background-color: #555555;
}
.c-modal .c-modal_content .c-modal_close.is-hover::before, .c-modal .c-modal_content .c-modal_close.is-hover::after {
  border-color: #fff;
}

.p-access_body {
  padding-top: 80px;
  margin-bottom: 200px;
  border-top: 1px solid rgba(90, 137, 178, 0.25);
}
@media (max-width: 768px) {
  .p-access_body {
    padding-top: 40px;
    margin-bottom: 80px;
  }
}

.p-access_detail {
  width: 852px;
  margin: 0 auto 160px;
  padding: 80px 0 0;
  border-top: 1px solid rgba(41, 98, 153, 0.2);
}
@media (max-width: 768px) {
  .p-access_detail {
    width: calc(100% - 40px);
    margin: 0 auto 80px;
    padding: 80px 0 0;
  }
}

.p-access_detail_slide {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .p-access_detail_slide {
    margin-bottom: 60px;
  }
}

.p-access_detail_about {
  margin-bottom: 180px;
}
@media (max-width: 768px) {
  .p-access_detail_about {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .p-access_detail_about__ttl {
    margin-bottom: 20px;
  }
}
.p-access_detail_about p {
  color: #296299;
  font-size: 1.6rem;
}
.p-access_detail_about__btns {
  margin: 40px 0 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-access_detail_about__btns .c-btn02 a {
    width: 240px;
    padding: 18px 20px;
    text-align: left;
  }
}
.p-access_detail_about__access {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .p-access_detail_about__access {
    margin-bottom: 40px;
  }
}
.p-access_detail_about__access .ttl {
  margin-bottom: 15px;
}
.p-access_detail_about__access .txt {
  color: #296299;
  margin-bottom: 30px;
}
.p-access_detail_about__access .img img {
  border-radius: 10px;
}
.p-access_detail_about__table {
  margin-top: 60px;
}
.p-access_detail_about__table td {
  font-size: 1.4rem;
}
.p-access_detail_about__table td .sns {
  color: #296299;
  position: relative;
}
.p-access_detail_about__table td .sns:hover {
  text-decoration: underline;
}
.p-access_detail_about__table td .sns::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
}
.p-access_detail_about__table td .sns.-insta {
  padding-left: 23px;
  margin-right: 20px;
}
.p-access_detail_about__table td .sns.-insta::before {
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/common/ico_insta_b.svg");
}
.p-access_detail_about__table td .sns.-tiktok {
  padding-left: 19px;
}
.p-access_detail_about__table td .sns.-tiktok::before {
  width: 15px;
  height: 18px;
  background-size: cover;
  background-image: url("../images/common/ico_tiktok_b.svg");
}

.p-access_detail_doctor {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .p-access_detail_doctor {
    margin-bottom: 60px;
  }
}

.p-access_detail_clinic__category_box {
  margin-bottom: 15px;
}
.p-access_detail_clinic__row {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-access_detail_clinic__row {
    display: block;
  }
}
.p-access_detail_clinic__img {
  width: 220px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-access_detail_clinic__img {
    width: 100%;
    margin-bottom: 32px;
    border-radius: 5px;
  }
}
.p-access_detail_clinic__img img {
  display: block;
}
.p-access_detail_clinic__content {
  flex: 1;
}
.p-access_detail_clinic__content .name {
  color: #296299;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-access_detail_clinic__content .name {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.p-access_detail_clinic__content .address {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-access_detail_clinic__content .address {
    margin-bottom: 20px;
  }
}
.p-access_detail_clinic__content .btns {
  display: flex;
  gap: 10px;
}
.p-access_detail_clinic__content .btns .c-btn01 a, .p-access_detail_clinic__content .btns .c-btn02 a {
  display: block;
  width: 220px;
}
@media (max-width: 768px) {
  .p-access_detail_clinic__content .btns {
    gap: 10px;
  }
  .p-access_detail_clinic__content .btns .c-btn01, .p-access_detail_clinic__content .btns .c-btn02 {
    width: calc(50% - 5px);
  }
  .p-access_detail_clinic__content .btns .c-btn01 a, .p-access_detail_clinic__content .btns .c-btn02 a {
    display: block;
    width: 100%;
    padding: 12px 20px 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  .p-access_detail_clinic__content .btns .c-btn01 a::after, .p-access_detail_clinic__content .btns .c-btn02 a::after {
    right: 15px;
  }
  .p-access_detail_clinic__content .btns .c-btn02::after {
    right: 15px;
  }
}

.p-case {
  margin-bottom: 120px;
}
.p-case .p-case_category {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .p-case .p-case_category {
    margin-bottom: 30px;
  }
}
.p-case .p-case_category__ttl {
  margin-bottom: 40px;
}
.p-case .p-case_category__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-case .p-case_category__btn a {
  display: inline-block;
  color: #296299;
  font-size: 1.4rem;
  line-height: 100%;
  border-radius: 9999px;
  border: 1px solid #296299;
  padding: 8px 20px;
  transition: color, background-color 0.5s ease;
}
.p-case .p-case_category__btn a.is-carent, .p-case .p-case_category__btn a:hover {
  color: #fff;
  background-color: #296299;
}
.p-case .p-case_posts__ttl {
  text-align: left;
  color: #296299;
  font-size: 2rem;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-case .p-case_posts__ttl {
    font-size: 1.4rem;
  }
}
.p-case .p-case_posts__ttl .num {
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .p-case .p-case_posts__ttl .num {
    font-size: 3rem;
    margin-right: 3px;
  }
}
.p-case .p-case_posts__list {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 42px;
  margin-bottom: 30px;
  scroll-margin-top: 80px;
}
@media (max-width: 768px) {
  .p-case .p-case_posts__list {
    display: block;
    padding: 30px 20px 50px;
    scroll-margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .p-case .p-case_posts__list .ttl {
    color: #296299;
    font-size: 2rem;
    margin-bottom: 18px;
  }
}
.p-case .p-case_posts__slider_wrap {
  margin-bottom: 20px;
}
.p-case .p-case_posts__slider {
  max-width: 320px;
  width: 22.2222222222vw;
}
@media (max-width: 768px) {
  .p-case .p-case_posts__slider {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-case .p-case_posts__slide_nav {
  margin-top: 0;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-case .p-case_posts__slide_nav {
    justify-content: center;
  }
}
.p-case .p-case_posts__slide_nav .swiper-button-prev {
  order: 0;
}
.p-case .p-case_posts__slide_nav .swiper-pagination {
  margin: 0;
}
@media (max-width: 768px) {
  .p-case .p-case_posts__slide_nav .swiper-pagination {
    margin: 0 30px;
  }
}
.p-case .p-case_posts__note {
  width: 100%;
}
.p-case .p-case_posts__content {
  flex: 1;
  position: relative;
}
.p-case .p-case_posts__content .ttl {
  color: #296299;
  font-size: 3rem;
  line-height: 160%; /* 48px */
  margin-top: 20px;
  margin-bottom: 42px;
}
.p-case .p-case_posts__content .price {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-case .p-case_posts__content .price {
    display: block;
  }
}
.p-case .p-case_posts__content .price .head {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #296299;
  padding: 5px 6px;
  line-height: 100%;
  color: #296299;
  font-size: 1.4rem;
  font-weight: 400;
  margin-right: 26px;
}
@media (max-width: 768px) {
  .p-case .p-case_posts__content .price .head {
    margin-bottom: 12px;
  }
}
.p-case .p-case_posts__content .price .body .num {
  color: #296299;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%; /* 24px */
  margin: 0 6px;
}
@media (max-width: 768px) {
  .p-case .p-case_posts__content .price .body .num {
    font-size: 2rem;
  }
}
.p-case .p-case_posts__content .price .body small {
  color: #296299;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
}
.p-case .p-case_posts__content .columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 67px;
}
@media (max-width: 768px) {
  .p-case .p-case_posts__content .columns {
    display: block;
  }
}
.p-case .p-case_posts__content .columns .content {
  flex: 1;
}
@media (max-width: 768px) {
  .p-case .p-case_posts__content .columns .content {
    padding: 18px 0;
    border-bottom: 1px solid rgba(41, 98, 153, 0.2);
  }
}
.p-case .p-case_posts__content .columns .content dt {
  color: #296299;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-case .p-case_posts__content .columns .content dt {
    display: flex;
    gap: 0 10px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .p-case .p-case_posts__content .columns .content dt .circle {
    margin-left: auto;
    position: relative;
    min-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #296299;
    transition: background-color, border-color, opacity 0.5s ease;
  }
  .p-case .p-case_posts__content .columns .content dt .circle::before, .p-case .p-case_posts__content .columns .content dt .circle::after {
    content: "";
    border-top: 1px solid #296299;
    width: 7.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: inherit;
  }
  .p-case .p-case_posts__content .columns .content dt .circle::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.p-case .p-case_posts__content .columns .content dd {
  color: #555;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 768px) {
  .p-case .p-case_posts__content .columns .content dd {
    display: none;
    margin-top: 20px;
    padding-right: 40px;
  }
}
.p-case .p-case_posts__content .columns .content.is-act dt .circle {
  background-color: #296299;
}
.p-case .p-case_posts__content .columns .content.is-act dt .circle::before {
  border-color: #fff;
}
.p-case .p-case_posts__content .columns .content.is-act dt .circle::after {
  opacity: 0;
}
.p-case .p-case_posts__content .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-case .p-case_posts__content .btns {
    display: block;
  }
}
@media (max-width: 768px) {
  .p-case .p-case_posts__content .btns .c-btn01 {
    margin-bottom: 15px;
  }
}
.p-case .p-case_posts__content .btns .c-btn01 a {
  width: 260px;
}
@media (max-width: 768px) {
  .p-case .p-case_posts__content .btns .c-btn01 a {
    width: 240px;
  }
}
.p-case .p-case_posts__content .doctor {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #296299;
}
@media (max-width: 768px) {
  .p-case .p-case_posts__content .doctor {
    position: relative;
    margin-bottom: 40px;
  }
}
.p-case .p-case_posts__content .doctor .img {
  width: 50px;
}
.p-case .p-case_posts__content .doctor .img img {
  display: block;
}
.p-case .p-case_posts__content .doctor .name {
  font-size: 2rem;
}

.p-clinic {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .p-clinic {
    margin-bottom: 60px;
  }
}

.p-clinic_head {
  padding-top: 120px;
  margin-bottom: 80px;
  border-top: 1px solid rgba(90, 137, 178, 0.25);
}
@media (max-width: 768px) {
  .p-clinic_head {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
.p-clinic_head__copy {
  text-align: left;
  color: #296299;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-clinic_head__copy {
    font-size: 2.4rem;
    line-height: 160%;
  }
}
.p-clinic_head__lead {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-clinic_head__lead {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.p-clinic_head__btn {
  text-align: left;
}

.p-clinic_body__btn {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .p-clinic_body__btn {
    margin-bottom: 10px;
  }
}
.p-clinic_body__btn a {
  display: block;
  background-color: #fff;
  border-radius: 20px;
  padding: 38px 40px;
  color: #296299;
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  transition: box-shadow background-color 0.5s ease;
}
@media (max-width: 768px) {
  .p-clinic_body__btn a {
    padding: 30px 20px;
    border-radius: 10px;
    font-size: 2rem;
  }
}
.p-clinic_body__btn a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #296299;
  border-radius: 50%;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/common/arrow03_right.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
@media (max-width: 768px) {
  .p-clinic_body__btn a::after {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
.p-clinic_body__btn a:hover {
  box-shadow: 1px 3px 15px rgba(41, 98, 153, 0.2);
  background-color: #EBF3F6;
}

.p-column_category {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .p-column_category {
    margin-bottom: 60px;
  }
}
.p-column_category__ttl {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-column_category__ttl {
    margin-bottom: 20px;
  }
}
.p-column_category__ttl.-cat_page {
  text-align: left;
  color: #296299;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 0;
  margin-top: 60px;
  padding-top: 80px;
  border-top: 1px solid rgba(90, 137, 178, 0.25);
}
@media (max-width: 768px) {
  .p-column_category__ttl.-cat_page {
    font-size: 1.8rem;
    margin-top: 60px;
    padding-top: 40px;
  }
}
.p-column_category .list_wrap {
  min-height: 190px;
  max-height: 190px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  padding-bottom: 30px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .p-column_category .list_wrap {
    min-height: 131px;
    max-height: 131px;
    border-radius: 10px;
  }
}
.p-column_category .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 50px;
  background: #fff;
  cursor: pointer;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 768px) {
  .p-column_category .btn {
    border-radius: 0 0 10px 10px;
  }
}
.p-column_category .btn:hover .circle {
  background-color: #296299;
}
.p-column_category .btn:hover .circle::before, .p-column_category .btn:hover .circle::after {
  border-color: #fff;
}
.p-column_category .fade {
  line-height: 120%;
  font-size: 1.4rem;
  color: #296299;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .p-column_category .fade {
    font-size: 1.6rem;
  }
}
.p-column_category .circle {
  margin-left: 6px;
  position: relative;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #296299;
  transition: 0.5s ease;
}
.p-column_category .circle::before, .p-column_category .circle::after {
  content: "";
  border-top: 1px solid #296299;
  width: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: inherit;
}
@media (max-width: 768px) {
  .p-column_category .circle::before, .p-column_category .circle::after {
    width: 9px;
  }
}
.p-column_category .circle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-column_category .circle.is-act::after {
  opacity: 0;
}
.p-column_category__btns {
  padding: 40px 40px 60px;
  border-radius: 20px;
  background: #fff;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media (max-width: 768px) {
  .p-column_category__btns {
    background: #fff;
    padding: 20px 20px 60px;
    margin-bottom: 60px;
    border-radius: 10px;
  }
}

.p-column_content {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .p-column_content {
    margin-bottom: 60px;
  }
}
.p-column_content__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.7361111111vw;
}
@media (max-width: 768px) {
  .p-column_content__row {
    display: block;
  }
}

.p-doctor {
  padding-top: 80px;
  margin-bottom: 160px;
  border-top: 1px solid rgba(90, 137, 178, 0.25);
}
@media (max-width: 768px) {
  .p-doctor {
    padding-top: 40px;
    margin-bottom: 80px;
  }
}
.p-doctor__card_row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media (max-width: 768px) {
  .p-doctor__card_row {
    gap: 20px;
  }
}
.p-doctor__card {
  max-width: 410px;
  width: 32.1%;
}
@media (max-width: 768px) {
  .p-doctor__card {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-doctor__card a {
  display: block;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 20px 20px 90px;
  height: 100%;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .p-doctor__card a {
    border-radius: 10px;
  }
}
.p-doctor__card a .img {
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .p-doctor__card a .img {
    border-radius: 5px;
    margin-bottom: 30px;
  }
}
.p-doctor__card a .img img {
  display: block;
  transition: transform 0.5s ease;
}
.p-doctor__card a .head {
  margin-bottom: 30px;
}
.p-doctor__card a .name {
  color: #296299;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
}
.p-doctor__card a .position {
  color: #296299;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
}
.p-doctor__card a:hover {
  box-shadow: 1px 3px 15px rgba(41, 98, 153, 0.2);
  background-color: #EBF3F6;
}
.p-doctor__card a:hover .img img {
  transform: scale(1.05);
}

.p-doctor_detail {
  width: 853px;
  margin: auto;
}
@media (max-width: 768px) {
  .p-doctor_detail {
    width: 100%;
    padding: 0 20px;
  }
}

.p-doctor_detail_head {
  padding-top: 80px;
  border-top: 1px solid rgba(41, 98, 153, 0.2);
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .p-doctor_detail_head {
    padding-top: 40px;
    margin-bottom: 60px;
  }
}
.p-doctor_detail_head__box {
  padding: 20px 20px 60px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
@media (max-width: 768px) {
  .p-doctor_detail_head__box {
    padding: 20px 20px 40px;
  }
}
.p-doctor_detail_head__box .img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-doctor_detail_head__box .img {
    margin-bottom: 20px;
  }
}
.p-doctor_detail_head__box .img img {
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.p-doctor_detail_head__box .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
}
@media (max-width: 768px) {
  .p-doctor_detail_head__box .content {
    display: block;
  }
}
.p-doctor_detail_head__box .sns_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-doctor_detail_head__box .sns_list {
    display: block;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .p-doctor_detail_head__box .sns_list li {
    margin-bottom: 8px;
  }
}
.p-doctor_detail_head__box .sns_list li a {
  padding-left: 32px;
  position: relative;
  transition: color 0.5s ease;
}
.p-doctor_detail_head__box .sns_list li a::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .p-doctor_detail_head__box .sns_list li a::before {
    top: -2px;
  }
}
.p-doctor_detail_head__box .sns_list li a.-insta::before {
  background-size: 14px, cover;
  background-image: url("../images/common/ico_insta_w.svg"), linear-gradient(135deg, #064998 0%, #4A81D4 100%);
}
.p-doctor_detail_head__box .sns_list li a.-tiktok::before {
  background-size: 12px 14px, cover;
  background-image: url("../images/common/ico_tiktok_w.svg"), linear-gradient(135deg, #064998 0%, #4A81D4 100%);
}
.p-doctor_detail_head__box .sns_list li a:hover {
  color: #296299;
  text-decoration: underline;
}
.p-doctor_detail_head__box .btn {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-doctor_detail_head__box .btn {
    margin-right: 0;
    display: inline-block;
  }
  .p-doctor_detail_head__box .btn a {
    text-align: left;
    width: 240px;
    padding: 16px 20px;
  }
}

.p-doctor_detail_body {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .p-doctor_detail_body {
    margin-bottom: 60px;
  }
}
.p-doctor_detail_body__txt {
  color: #296299;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-doctor_detail_body__txt {
    margin-bottom: 40px;
  }
}
.p-doctor_detail_body__history {
  border-radius: 10px;
  border: 1px solid #296299;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 30px 40px;
}
@media (max-width: 768px) {
  .p-doctor_detail_body__history {
    padding: 30px 20px;
  }
}
.p-doctor_detail_body__history .ttl {
  color: #296299;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .p-doctor_detail_body__history .ttl {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.p-doctor_detail_column {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .p-doctor_detail_column {
    margin-bottom: 80px;
  }
}
.p-doctor_detail_column__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-doctor_detail_column__cards {
    display: block;
    margin-bottom: 40px;
  }
}
.p-doctor_detail_column__card {
  width: 49%;
}
@media (max-width: 768px) {
  .p-doctor_detail_column__card {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-doctor_detail_column__btns {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .p-doctor_detail_column__btns {
    display: block;
  }
}
@media (max-width: 768px) {
  .p-doctor_detail_column__btn {
    display: block;
    margin-bottom: 15px;
  }
  .p-doctor_detail_column__btn.c-btn02 {
    display: inline-block;
  }
  .p-doctor_detail_column__btn.c-btn02 a {
    text-align: left;
    width: 240px;
    padding: 16px 20px;
  }
}

.p-guarantee {
  width: 853px;
  margin: auto;
}
@media (max-width: 768px) {
  .p-guarantee {
    width: 100%;
    padding: 0 20px;
  }
}

.p-guarantee_body {
  padding-top: 80px;
  border-top: 1px solid rgba(41, 98, 153, 0.2);
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .p-guarantee_body {
    padding-top: 40px;
    margin-bottom: 60px;
  }
}
.p-guarantee_body__lead {
  color: #296299;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-guarantee_body__lead {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
.p-guarantee_body__table {
  margin-bottom: 10px;
}
.p-guarantee_body__table th {
  width: 213px;
}
@media (max-width: 768px) {
  .p-guarantee_body__table th {
    width: 100%;
  }
}
.p-guarantee_body__table td {
  text-align: right;
}
@media (max-width: 768px) {
  .p-guarantee_body__table td {
    text-align: left;
  }
}

.p-menu_detail {
  padding-top: 82px;
  border-top: 1px solid rgba(90, 137, 178, 0.25);
}
@media (max-width: 768px) {
  .p-menu_detail {
    padding-top: 0;
    border-top: none;
  }
}
.p-menu_detail section {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .p-menu_detail section {
    margin-bottom: 60px;
  }
}
.p-menu_detail section.-border {
  padding-top: 120px;
  border-top: 1px solid rgba(90, 137, 178, 0.25);
}
@media (max-width: 768px) {
  .p-menu_detail section.-border {
    padding-bottom: 60px;
  }
}
.p-menu_detail p {
  margin-bottom: 40px;
}
.p-menu_detail .c-btn01 {
  text-align: left;
}
.p-menu_detail__img {
  margin-bottom: 40px;
  overflow: hidden;
}
.p-menu_detail__img img, .p-menu_detail__img video {
  width: 100%;
  border-radius: 10px;
}
.p-menu_detail__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.p-menu_detail__slider {
  margin-bottom: 40px;
}
.p-menu_detail__table {
  margin-bottom: 60px;
}
.p-menu_detail__table th {
  width: 210px;
}
.p-menu_detail__table td {
  font-size: 1.2rem;
}
.p-menu_detail__table td .ttl {
  font-size: 1.2rem;
}
.p-menu_detail__table td .price {
  font-size: 2rem;
}
.p-menu_detail__table td small {
  font-size: 1.2rem;
}
.p-menu_detail__table p {
  margin-bottom: 0;
}
.p-menu_detail__table .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-menu_detail__category_box {
  border-radius: 10px;
  margin-bottom: 10px;
  align-items: center;
}
.p-menu_detail__category_box dt {
  font-size: 1.6rem;
  padding: 32px 25px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-menu_detail__category_box dt {
    padding: 25px 20px 25px 17px;
  }
}
.p-menu_detail__category_box dt .circle {
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-left: 20px;
}
.p-menu_detail__category_box dt .circle::before, .p-menu_detail__category_box dt .circle::after {
  width: 7.5px;
}
.p-menu_detail__category_box dd {
  padding: 30px 25px;
  border-top: 1px solid rgba(41, 98, 153, 0.1);
}
@media (max-width: 768px) {
  .p-menu_detail__category_box dd {
    padding: 20px 20px 30px 17px;
  }
}

.p-menu_summary__inner {
  padding: 80px 0 30px;
  border-top: 1px solid rgba(90, 137, 178, 0.25);
}
@media (max-width: 768px) {
  .p-menu_summary__inner {
    padding: 40px 0 0;
  }
}
.p-menu_summary__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 61px;
}
@media (max-width: 768px) {
  .p-menu_summary__btns {
    gap: 0;
    margin-bottom: 80px;
  }
}
.p-menu_summary__body {
  padding-top: 65px;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .p-menu_summary__body {
    margin-bottom: 60px;
  }
}
.p-menu_summary__subttl {
  color: #296299;
  font-size: 3rem;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-menu_summary__subttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.p-menu_summary__body_row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 25px 2.1%;
}
@media (max-width: 768px) {
  .p-menu_summary__body_row {
    gap: 20px;
  }
}
.p-menu_summary__body_box {
  width: 31.9%;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px 20px 38px 20px;
}
@media (max-width: 768px) {
  .p-menu_summary__body_box {
    width: 100%;
  }
}
.p-menu_summary__body_box .img {
  overflow: hidden;
  width: 100%;
  height: 12vw;
  max-width: 368px;
  max-height: 188px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-menu_summary__body_box .img {
    height: auto;
    max-width: 100%;
    max-height: 40vw;
  }
}
.p-menu_summary__body_box .img img {
  border-radius: 10px;
  width: 100%;
}
.p-menu_summary__body_box .ttl {
  color: #296299;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-menu_summary__body_box .ttl {
    font-size: 2rem;
    margin-top: 30px;
  }
}
.p-menu_summary__body_box .ttl .in {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #296299;
}
.p-menu_summary__body_box .lists {
  position: relative;
  min-height: 288px;
  max-height: 288px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .p-menu_summary__body_box .lists {
    min-height: 270px;
    max-height: 270px;
  }
}
.p-menu_summary__body_box .lists .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgb(255, 255, 255));
  cursor: pointer;
}
.p-menu_summary__body_box .lists .btn:hover .circle {
  background-color: #296299;
}
.p-menu_summary__body_box .lists .btn:hover .circle::before, .p-menu_summary__body_box .lists .btn:hover .circle::after {
  border-color: #fff;
}
.p-menu_summary__body_box .lists .fade {
  line-height: 120%;
  font-size: 2rem;
  color: #296299;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .p-menu_summary__body_box .lists .fade {
    font-size: 1.6rem;
  }
}
.p-menu_summary__body_box .lists .circle {
  margin-left: 6px;
  position: relative;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #296299;
  transition: 0.5s ease;
}
.p-menu_summary__body_box .lists .circle::before, .p-menu_summary__body_box .lists .circle::after {
  content: "";
  border-top: 1px solid #296299;
  width: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: inherit;
}
@media (max-width: 768px) {
  .p-menu_summary__body_box .lists .circle::before, .p-menu_summary__body_box .lists .circle::after {
    width: 9px;
  }
}
.p-menu_summary__body_box .lists .circle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-menu_summary__body_box .lists .circle.is-act::after {
  opacity: 0;
}
.p-menu_summary__body_box ul {
  padding-bottom: 50px;
}
.p-menu_summary__body_box li a {
  color: #296299;
  display: block;
  padding: 15px 0;
  width: 100%;
  border-bottom: 1px solid rgba(41, 98, 153, 0.2);
  position: relative;
  transition: 0.5s ease;
}
.p-menu_summary__body_box li a::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 11px;
  background-size: 17px 11px;
  background: url("../images/common/arrow01_right.png") center/cover no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  transition: inherit;
}
.p-menu_summary__body_box li a:hover {
  border-color: #296299;
}
.p-menu_summary__body_box li a:hover::after {
  right: 5px;
}

.p-minor {
  width: 853px;
  margin: auto;
}
@media (max-width: 768px) {
  .p-minor {
    width: 100%;
    padding: 0 20px;
  }
}

.p-minor_body {
  padding-top: 80px;
  border-top: 1px solid rgba(41, 98, 153, 0.2);
  margin-bottom: 160px;
  color: #296299;
}
@media (max-width: 768px) {
  .p-minor_body {
    padding-top: 40px;
    margin-bottom: 80px;
    font-size: 1.6rem;
  }
}
.p-minor_body figure {
  margin: 60px 0 120px;
}
@media (max-width: 768px) {
  .p-minor_body figure {
    margin: 30px 0 60px;
  }
}
.p-minor_body figure figcaption {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 180%;
}
.p-minor_body__ttl {
  margin-bottom: 20px;
}
.p-minor_body__txt {
  margin-bottom: 10px;
}
.p-minor_body__note {
  color: #555;
  padding-left: 13px;
  position: relative;
}
.p-minor_body__note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.p-news {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .p-news {
    margin-bottom: 60px;
  }
}

.p-news_content__lists {
  width: 853px;
  margin: auto;
}
@media (max-width: 768px) {
  .p-news_content__lists {
    width: 100%;
  }
}
.p-news_content__list a {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid rgba(41, 98, 153, 0.2);
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .p-news_content__list a {
    padding: 20px 0;
  }
}
.p-news_content__list a time {
  color: #296299;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%; /* 16px */
  margin-bottom: 10px;
  display: block;
}
.p-news_content__list a .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .p-news_content__list a .ttl {
    font-size: 1.4rem;
  }
}
.p-news_content__list a:hover {
  color: #296299;
  border-color: #296299;
}

.p-post {
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
  border-radius: 60px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 120px 0;
}
@media (max-width: 768px) {
  .p-post {
    padding: 40px 0 60px;
    border-radius: 20px;
  }
  .p-post .l-side__nav {
    background-color: transparent;
  }
}

.p-post_content__date {
  text-align: right;
  margin-bottom: 60px;
  color: #296299;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
}
.p-post_content section {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .p-post_content section {
    margin-bottom: 60px;
  }
}
.p-post_content .post_ttl_h2 {
  text-align: left;
  color: #296299;
  font-size: 3rem;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-post_content .post_ttl_h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.p-post_content .post_ttl_h2.-underline {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(90, 137, 178, 0.25);
}
.p-post_content .post_ttl_h3 {
  text-align: left;
  color: #296299;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-post_content .post_ttl_h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.p-post_content .post_ttl_h3.-underline {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(90, 137, 178, 0.25);
}
.p-post_content .post_ttl_h4 {
  text-align: left;
  color: #296299;
  font-size: 2rem;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-post_content .post_ttl_h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.p-post_content .post_ttl_h4.-underline {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(90, 137, 178, 0.25);
}
.p-post_content p {
  margin-bottom: 30px;
}
.p-post_content strong {
  font-weight: 600;
}
.p-post_content strong.-color {
  color: #296299;
}
.p-post_content .post_link {
  font-weight: 600;
  border-bottom: 1px solid;
  transition: color 0.3s ease;
}
.p-post_content .post_link:hover {
  color: #296299;
}
.p-post_content ul {
  margin-bottom: 30px;
}
.p-post_content ul li {
  padding-left: 12px;
  position: relative;
}
.p-post_content ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #555;
}
.p-post_content ul li ul {
  margin-bottom: 0;
  margin-left: 0px;
}
.p-post_content ul li ul li {
  padding-left: 16px;
}
.p-post_content ul li ul li::before {
  content: "・";
  width: 0;
  height: 0;
  top: 0px;
}
.p-post_content ol {
  margin-bottom: 40px;
  counter-reset: item;
  list-style-type: none;
}
.p-post_content ol li {
  counter-increment: item;
  padding-left: 30px;
  position: relative;
}
.p-post_content ol li::before {
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.p-post_content ol li:nth-child(-n+9)::before {
  content: "0" counter(item) ".";
}
.p-post_content ol li:nth-child(n+10)::before {
  content: counter(item) ".";
}
.p-post_content ol li ol {
  margin-bottom: 0;
}
.p-post_content ol li ol li {
  padding-left: 20px;
}
.p-post_content ol li ol li:nth-child(-n+9)::before, .p-post_content ol li ol li:nth-child(n+10)::before {
  content: counter(item) ".";
}
.p-post_content dl.post_define_list01 {
  display: flex;
  gap: 1.3888888889vw;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-post_content dl.post_define_list01 {
    gap: 2.6666666667vw;
  }
}
.p-post_content dl.post_define_list01 dt {
  color: #296299;
  font-weight: 600;
  flex: 1 auto;
}
@media (max-width: 768px) {
  .p-post_content dl.post_define_list01 dt {
    margin-bottom: 12px;
  }
}
.p-post_content dl.post_define_list01 dd {
  width: 41.4583333333vw;
}
@media (max-width: 768px) {
  .p-post_content dl.post_define_list01 dd {
    width: 53.3333333333vw;
  }
}
.p-post_content dl.post_define_list02 {
  margin-bottom: 60px;
}
.p-post_content dl.post_define_list02 dt {
  color: #296299;
  font-weight: 600;
  margin-bottom: 12px;
}
.p-post_content .post_note {
  color: #555;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  padding-left: 14px;
}
.p-post_content .post_note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p-post_content .post_box01 {
  border-radius: 10px;
  background: #FFF;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  color: #296299;
  padding: 20px;
  margin-bottom: 40px;
}
.p-post_content .post_box02 {
  border-radius: 10px;
  border: 1px solid #296299;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  color: #296299;
  padding: 20px;
  margin-bottom: 40px;
}
.p-post_content .post_line {
  width: 100%;
  border-bottom: 1px solid #296299;
  margin: 30px 0;
}
.p-post_content figure {
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  .p-post_content figure {
    margin-bottom: 20px;
  }
}
.p-post_content figure img {
  display: block;
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
}
.p-post_content figure figcaption {
  color: #555;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
}
.p-post_content .post_column {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-post_content .post_column {
    display: block;
  }
}
.p-post_content .post_column.-column2 {
  gap: 1.3888888889vw;
}
.p-post_content .post_column.-column2 > * {
  flex: 1;
}
.p-post_content .post_column.-column3 {
  gap: 1.0416666667vw;
}
.p-post_content .post_column.-column3 > * {
  flex: 1;
}
.p-post_content .post_yt {
  margin-bottom: 30px;
}
.p-post_content .post_yt__open {
  cursor: pointer;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.p-post_content .post_yt__open::before, .p-post_content .post_yt__open::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease;
}
.p-post_content .post_yt__open::before {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media (max-width: 768px) {
  .p-post_content .post_yt__open::before {
    width: 40px;
    height: 40px;
  }
}
.p-post_content .post_yt__open::after {
  display: inline-block;
  width: 16px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' viewBox='0 0 16 18' fill='none'%3E%3Cpath d='M16 9L1.66869e-07 18L9.53674e-07 -6.99382e-07L16 9Z' fill='%23D9D9D9'/%3E%3C/svg%3E");
  background-size: cover;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-post_content .post_yt__open::after {
    width: 8px;
    height: 9px;
  }
}
.p-post_content .post_yt__open img {
  display: block;
  transition: transform 0.5s ease;
}
.p-post_content .post_yt__open:hover::before {
  transform: translate(-50%, -50%) scale(1.2);
}
.p-post_content .post_yt__open:hover img {
  transform: scale(1.05);
}
.p-post_content .post_table {
  margin-bottom: 60px;
}
.p-post_content .post_table table {
  overflow: hidden;
  width: 100%;
  border: 1px solid #C6E3F2;
  background: rgba(198, 227, 242, 0.3);
  border-collapse: collapse;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .p-post_content .post_table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .p-post_content .post_table tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.p-post_content .post_table th, .p-post_content .post_table td {
  border: 1px solid #EBF3F6;
  color: #296299;
  padding: 20px;
  text-align: left;
}
.p-post_content .post_table th {
  background: rgba(198, 227, 242, 0.3);
}
.p-post_content .post_table td {
  background-color: #fff;
}
.p-post_content .post_faq {
  background-color: #fff;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 10px;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .p-post_content .post_faq {
    border-radius: 10px;
  }
}
.p-post_content .post_faq__head {
  font-size: 1.6rem;
  padding: 32px 25px;
  justify-content: space-between;
  cursor: pointer;
  color: #296299;
  font-weight: 600;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .p-post_content .post_faq__head {
    padding: 25px 20px 25px 17px;
  }
}
.p-post_content .post_faq__head .circle {
  margin-left: auto;
  position: relative;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-left: 20px;
  border-radius: 50%;
  border: 1px solid #296299;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .p-post_content .post_faq__head .circle {
    width: 30px;
    height: 30px;
  }
}
.p-post_content .post_faq__head .circle::before, .p-post_content .post_faq__head .circle::after {
  content: "";
  border-top: 1px solid #296299;
  width: 7.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: inherit;
}
@media (max-width: 768px) {
  .p-post_content .post_faq__head .circle::before, .p-post_content .post_faq__head .circle::after {
    width: 7.5px;
  }
}
.p-post_content .post_faq__head .circle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-post_content .post_faq__body {
  display: none;
  padding: 0 40px 60px;
}
@media (max-width: 768px) {
  .p-post_content .post_faq__body {
    padding: 0 20px 40px;
  }
}
.p-post_content .post_faq.is-act .c-accordion__head .circle {
  background-color: #296299;
}
.p-post_content .post_faq.is-act .c-accordion__head .circle::before {
  border-color: #fff;
}
.p-post_content .post_faq.is-act .c-accordion__head .circle::after {
  opacity: 0;
}
.p-post_content .post_baloon01, .p-post_content .post_baloon02 {
  padding: 35px 40px 33px;
  border-radius: 9999px;
  color: #296299;
  line-height: 140%;
  position: relative;
}
@media (max-width: 768px) {
  .p-post_content .post_baloon01, .p-post_content .post_baloon02 {
    padding: 18px 30px;
  }
}
.p-post_content .post_baloon01::before, .p-post_content .post_baloon02::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 18px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.p-post_content .post_baloon01 {
  background-color: #fff;
  margin-bottom: 36px;
}
.p-post_content .post_baloon01::before {
  left: 66px;
  background-color: #fff;
}
.p-post_content .post_baloon02 {
  background-color: #E0EEF5;
  margin-bottom: 60px;
}
.p-post_content .post_baloon02::before {
  right: 41px;
  background-color: #E0EEF5;
}
@media (max-width: 768px) {
  .p-post_content .post_baloon02::before {
    right: 60px;
  }
}
@media (max-width: 768px) {
  .p-post_content .post_btn {
    text-align: left;
  }
}
.p-post_content .post_btn a {
  text-align: center;
  display: inline-block;
  width: 280px;
  border-radius: 9999px;
  border: 1px solid #296299;
  background-color: #EBF3F6;
  color: #296299;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  padding: 21px 0;
  position: relative;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .p-post_content .post_btn a {
    width: 240px;
    padding: 18px 20px;
    text-align: left;
  }
}
.p-post_content .post_btn a::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 11px;
  background-size: 17px 11px;
  background: url("../images/common/arrow01_right.png") center/cover no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 25px;
}
.p-post_content .post_btn a:hover {
  background-color: #fff;
}
.p-post_content .c-column_card {
  width: auto;
  flex: 1;
  padding-left: 0;
}
.p-post_content .c-column_card::before {
  content: none;
}
.p-post_content .post_cat_box {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 40px;
}
@media (max-width: 768px) {
  .p-post_content .post_cat_box {
    padding: 20px 20px 30px;
  }
}
.p-post_content .post_cat_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.0416666667vw;
}
@media (max-width: 768px) {
  .p-post_content .post_cat_box ul {
    display: block;
  }
}
.p-post_content .post_cat_box li {
  max-width: 379px;
  width: 48.5%;
  padding-left: 0;
}
@media (max-width: 768px) {
  .p-post_content .post_cat_box li {
    max-width: 100%;
    width: 100%;
  }
}
.p-post_content .post_cat_box li::before {
  content: none;
}
.p-post_content .post_cat_box li a {
  display: block;
  width: 100%;
  color: #296299;
  position: relative;
  padding: 28px 0 26px;
  line-height: 100%;
  border-bottom: 1px solid rgba(41, 98, 153, 0.2);
  position: relative;
  transition: 0.5s ease;
}
.p-post_content .post_cat_box li a::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 11px;
  background-size: 17px 11px;
  background: url("../images/common/arrow01_right.png") center/cover no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
}
.p-post_content .post_cat_box li a:hover {
  background-color: #EBF3F6;
  padding-left: 12px;
}
.p-post_content .post_block.-mb0 {
  margin-bottom: 0px;
}
.p-post_content .post_block.-mb5 {
  margin-bottom: 5px;
}
.p-post_content .post_block.-mb10 {
  margin-bottom: 10px;
}
.p-post_content .post_block.-mb15 {
  margin-bottom: 15px;
}
.p-post_content .post_block.-mb20 {
  margin-bottom: 20px;
}
.p-post_content .post_block.-mb25 {
  margin-bottom: 25px;
}
.p-post_content .post_block.-mb30 {
  margin-bottom: 30px;
}
.p-post_content .post_block.-mb35 {
  margin-bottom: 35px;
}
.p-post_content .post_block.-mb40 {
  margin-bottom: 40px;
}
.p-post_content .post_block.-mb45 {
  margin-bottom: 45px;
}
.p-post_content .post_block.-mb50 {
  margin-bottom: 50px;
}
.p-post_content .post_block.-mb55 {
  margin-bottom: 55px;
}
.p-post_content .post_block.-mb60 {
  margin-bottom: 60px;
}
.p-post_content .post_block.-mb65 {
  margin-bottom: 65px;
}
.p-post_content .post_block.-mb70 {
  margin-bottom: 70px;
}
.p-post_content .post_block.-mb75 {
  margin-bottom: 75px;
}
.p-post_content .post_block.-mb80 {
  margin-bottom: 80px;
}
.p-post_content .post_block.-mb85 {
  margin-bottom: 85px;
}
.p-post_content .post_block.-mb90 {
  margin-bottom: 90px;
}
.p-post_content .post_block.-mb95 {
  margin-bottom: 95px;
}
.p-post_content .post_block.-mb100 {
  margin-bottom: 100px;
}

.p-price {
  margin-bottom: 40px;
}
.p-price section {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .p-price section {
    margin-bottom: 60px;
  }
}
.p-price__table {
  margin-bottom: 20px;
}
.p-price__table th {
  width: 210px;
  line-height: 140%;
}
.p-price__table td {
  font-size: 1.2rem;
}
.p-price__table td .ttl {
  font-size: 1.2rem;
}
.p-price__table td .price {
  font-size: 2rem;
}
.p-price__table td small {
  font-size: 1.2rem;
}
.p-price__table p {
  margin-bottom: 0;
}
.p-price__table .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-reason_head {
  padding: 120px 0 0;
}
@media (max-width: 768px) {
  .p-reason_head {
    padding: 0;
  }
}
.p-reason_head__copy {
  color: #296299;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 160%;
  text-align: left;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .p-reason_head__copy {
    font-size: 2.4rem;
    margin-bottom: 60px;
  }
}
.p-reason_head__img {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
}

.p-reason_feature {
  padding: 160px 0 0;
}
@media (max-width: 768px) {
  .p-reason_feature {
    padding: 80px 0 0;
  }
}
.p-reason_feature__head {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .p-reason_feature__head {
    margin-bottom: 20px;
  }
}
.p-reason_feature__ttl {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .p-reason_feature__ttl {
    margin-bottom: 64px;
  }
}
.p-reason_feature__points {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
@media (max-width: 768px) {
  .p-reason_feature__points {
    display: block;
  }
}
.p-reason_feature__point {
  color: #296299;
  max-width: 600px;
  width: calc(50% - 40px);
}
@media (max-width: 768px) {
  .p-reason_feature__point {
    max-width: 100%;
    width: 100%;
    margin-bottom: 60px;
  }
}
.p-reason_feature__point .num {
  font-size: 4rem;
  line-height: 140%;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-reason_feature__point .num {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}
.p-reason_feature__point .ttl {
  font-size: 3.6rem;
  line-height: 140%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-reason_feature__point .ttl {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .p-reason_feature__point .txt {
    font-size: 1.6rem;
  }
}
.p-reason_feature__detail {
  padding: 160px 0 52px;
  background-color: #fff;
  border-radius: 60px;
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .p-reason_feature__detail {
    border-radius: 30px;
    padding: 80px 0 50px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .p-reason_feature__detail_head {
    margin-bottom: 30px;
  }
}
.p-reason_feature__detail_head .ttl {
  color: #296299;
  font-size: 4rem;
  margin-bottom: 60px;
  line-height: 160%;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-reason_feature__detail_head .ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.p-reason_feature__detail_doctor {
  padding: 120px 0;
  display: flex;
  gap: 7.4305555556vw;
  border-bottom: 1px solid rgba(90, 137, 178, 0.25);
}
.p-reason_feature__detail_doctor:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .p-reason_feature__detail_doctor {
    display: block;
    padding: 30px 0;
    border-bottom: none;
  }
}
.p-reason_feature__detail_doctor .img {
  max-width: 533px;
  width: 37.0138888889vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-reason_feature__detail_doctor .img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 32px;
  }
}
.p-reason_feature__detail_doctor .img img {
  border-radius: 10px;
}
.p-reason_feature__detail_doctor .txts {
  width: 44.4444444444vw;
}
@media (max-width: 768px) {
  .p-reason_feature__detail_doctor .txts {
    width: 100%;
  }
}
.p-reason_feature__detail_doctor .txts .head {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 38px;
  color: #296299;
}
@media (max-width: 768px) {
  .p-reason_feature__detail_doctor .txts .head {
    margin-bottom: 19px;
  }
}
.p-reason_feature__detail_doctor .txts .head .name {
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 768px) {
  .p-reason_feature__detail_doctor .txts .head .name {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}
.p-reason_feature__detail_doctor .txts .description {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-reason_feature__detail_doctor .txts .description {
    margin-bottom: 20px;
  }
}
.p-reason_feature__detail_doctor .txts .box {
  padding: 30px;
  background: #EBF3F6;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-reason_feature__detail_doctor .txts .box {
    margin-bottom: 12px;
  }
}
.p-reason_feature__detail_doctor .txts .box .box_ttl {
  color: #296299;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 16px;
  line-height: 140%;
}
.p-reason_feature__detail_doctor .txts .box .box_txt {
  margin-bottom: 0;
  line-height: 160%;
}
.p-reason_feature__detail_doctor .txts .btn {
  display: block;
  width: 318px;
  color: #296299;
  position: relative;
  padding: 28px 0 26px;
  line-height: 100%;
  border-bottom: 1px solid rgba(41, 98, 153, 0.2);
  position: relative;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .p-reason_feature__detail_doctor .txts .btn {
    width: 100%;
  }
}
.p-reason_feature__detail_doctor .txts .btn::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 11px;
  background-size: 17px 11px;
  background: url("../images/common/arrow01_right.png") center/cover no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
}
.p-reason_feature__detail_doctor .txts .btn:hover {
  background-color: #EBF3F6;
  padding-left: 12px;
}
.p-reason_feature__boxes {
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .p-reason_feature__boxes {
    margin-bottom: 90px;
  }
}
.p-reason_feature__box {
  border: 1px solid #296299;
  padding: 60px 60px 62px 60px;
  display: flex;
  gap: 10.5555555556vw;
}
@media (max-width: 768px) {
  .p-reason_feature__box {
    display: block;
    padding: 40px 19px;
  }
}
.p-reason_feature__box .txts {
  color: #296299;
  width: 44.4444444444vw;
}
@media (max-width: 768px) {
  .p-reason_feature__box .txts {
    width: 100%;
  }
}
.p-reason_feature__box .ttl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-reason_feature__box .ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .p-reason_feature__box .txt {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.p-reason_feature__box .img {
  max-width: 367px;
  width: 25.4861111111vw;
}
@media (max-width: 768px) {
  .p-reason_feature__box .img {
    min-width: 100%;
    width: 100%;
  }
}

.p-reason_initiative {
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .p-reason_initiative {
    padding-bottom: 20px;
  }
}
.p-reason_initiative__head {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .p-reason_initiative__head {
    margin-bottom: 60px;
  }
}
.p-reason_initiative__lead {
  color: #296299;
  width: 640px;
}
@media (max-width: 768px) {
  .p-reason_initiative__lead {
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-reason_initiative__boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media (max-width: 768px) {
  .p-reason_initiative__boxes {
    display: block;
  }
}
.p-reason_initiative__box {
  max-width: 410px;
  width: calc(33.3333% - 18px);
  color: #296299;
}
@media (max-width: 768px) {
  .p-reason_initiative__box {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-reason_initiative__box .img {
  margin-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-reason_initiative__box .img {
    margin-bottom: 30px;
  }
}
.p-reason_initiative__box .img img {
  display: block;
  border-radius: 10px;
}
.p-reason_initiative__box .ttl {
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 768px) {
  .p-reason_initiative__box .ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.p-tester {
  width: 853px;
  margin: auto;
}
@media (max-width: 768px) {
  .p-tester {
    width: 100%;
    padding: 0 20px;
  }
}

.p-tester_body {
  padding-top: 80px;
  border-top: 1px solid rgba(41, 98, 153, 0.2);
  margin-bottom: 160px;
  color: #296299;
}
@media (max-width: 768px) {
  .p-tester_body {
    padding-top: 40px;
    margin-bottom: 60px;
    font-size: 1.6rem;
  }
}
.p-tester_body p {
  margin-bottom: 30px;
}
.p-tester_body ul {
  margin-bottom: 30px;
}
.p-tester_body ul li {
  padding-left: 20px;
  position: relative;
}
.p-tester_body ul li::before {
  content: "・";
  position: absolute;
  top: 0px;
  left: 0;
}

.p-mv {
  height: 100vh;
  margin-bottom: 121px;
  transition: height 0.5s ease;
  position: relative;
}
@media (max-width: 768px) {
  .p-mv {
    height: calc(100vh - 20vw);
    margin-bottom: 66px;
  }
}
.p-mv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/top/bg_mv.jpg") center/cover no-repeat;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  filter: blur(12px);
  transition: opacity 0.1s ease, filter 0.9s ease;
}
@media (max-width: 768px) {
  .p-mv::before {
    background: url("../images/top/bg_mv_sp.png") center/cover no-repeat;
  }
}
.p-mv.is-act::before {
  opacity: 1;
  filter: blur(0px);
}
.p-mv.is-act .p-mv__text {
  opacity: 1;
  transform: translateY(0px);
}
.p-mv .p-mv__text {
  position: absolute;
  bottom: 10vh;
  left: 5.8333333333vw;
  color: #FFF;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s ease;
  transition-duration: 1.1s;
}
.p-mv .p-mv__copy {
  font-size: 4.1666666667vw;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 2.3611111111vw;
}
@media (max-width: 768px) {
  .p-mv .p-mv__copy {
    font-size: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-mv .p-mv__copy .text_row {
  display: block;
}
.p-mv .p-mv__copy .text_row.-n1 {
  margin-left: -1.5277777778vw;
}
@media (max-width: 768px) {
  .p-mv .p-mv__copy .text_row.-n1 {
    margin-left: -4.2666666667vw;
    margin-bottom: 6px;
  }
}
.p-mv .p-mv__copy_en {
  font-size: 1.3888888889vw;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.4px;
}
@media (max-width: 768px) {
  .p-mv .p-mv__copy_en {
    font-size: 3.7333333333vw;
  }
}

.p-idx_campaign {
  overflow: hidden;
}
.p-idx_campaign__inner {
  padding: 80px 0 154px;
  border-top: 1px solid rgba(90, 137, 178, 0.25);
}
@media (max-width: 768px) {
  .p-idx_campaign__inner {
    padding: 40px 0 80px;
  }
}
.p-idx_campaign__slider, .p-idx_campaign .swiper {
  overflow: visible;
  position: relative;
}
.p-idx_campaign__slider_wrap, .p-idx_campaign .swiper-wrapper {
  overflow: visible;
}
.p-idx_campaign__slide, .p-idx_campaign .swiper-slide {
  width: 22.2222vw;
  min-width: 320px;
  max-width: 390px;
  transition: opacity 0.3s ease;
}
.p-idx_campaign__slide .img img, .p-idx_campaign .swiper-slide .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .p-idx_campaign__slide, .p-idx_campaign .swiper-slide {
    width: 74.666667vw;
    min-width: 28px;
    max-width: 100%;
  }
  .p-idx_campaign__slide .txt, .p-idx_campaign .swiper-slide .txt {
    font-size: 1.6rem;
    margin-top: 12px;
  }
}
.p-idx_campaign__slide.swiper-slide-prev, .p-idx_campaign__slide.swiper-slide-duplicate-prev, .p-idx_campaign .swiper-slide.swiper-slide-prev, .p-idx_campaign .swiper-slide.swiper-slide-duplicate-prev {
  opacity: 0;
}
@media (max-width: 768px) {
  .p-idx_campaign__slide.swiper-slide-prev, .p-idx_campaign__slide.swiper-slide-duplicate-prev, .p-idx_campaign .swiper-slide.swiper-slide-prev, .p-idx_campaign .swiper-slide.swiper-slide-duplicate-prev {
    opacity: 1;
  }
}
.p-idx_campaign__slide_nav {
  position: absolute;
  top: -100px;
  right: 0;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .p-idx_campaign__slide_nav {
    position: relative;
    top: 0;
    align-items: baseline;
    width: 226px;
    margin: 30px auto;
  }
}
.p-idx_campaign__slide_nav .swiper-pagination {
  position: relative;
  flex: 1;
  margin-right: 10px;
  color: #296299;
  font-family: "adobe-garamond-pro", serif;
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-idx_campaign__slide_nav .swiper-pagination {
    order: 1;
    bottom: 0;
    font-size: 1.6rem;
  }
}
.p-idx_campaign__slide_nav .swiper-button-prev, .p-idx_campaign__slide_nav .swiper-button-next {
  width: 80px;
  height: auto;
  padding: 13.5px 0;
  border: 1px solid #296299;
  background-color: #EBF3F6;
  border-radius: 9999px;
  right: auto;
  left: auto;
  pointer-events: all !important;
  position: relative;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .p-idx_campaign__slide_nav .swiper-button-prev, .p-idx_campaign__slide_nav .swiper-button-next {
    width: 60px;
    padding: 8.5px 0;
  }
}
.p-idx_campaign__slide_nav .swiper-button-prev::after, .p-idx_campaign__slide_nav .swiper-button-next::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 11px;
  background-size: 17px 11px;
}
.p-idx_campaign__slide_nav .swiper-button-prev:hover, .p-idx_campaign__slide_nav .swiper-button-next:hover {
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-idx_campaign__slide_nav .swiper-button-prev {
    order: 0;
  }
}
.p-idx_campaign__slide_nav .swiper-button-prev::after {
  background: url("../images/common/arrow01_left.png") center/cover no-repeat;
}
@media (max-width: 768px) {
  .p-idx_campaign__slide_nav .swiper-button-next {
    order: 2;
  }
}
.p-idx_campaign__slide_nav .swiper-button-next::after {
  background: url("../images/common/arrow01_right.png") center/cover no-repeat;
}

.p-idx_about {
  padding: 101px 0 160px;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .p-idx_about {
    padding: 58px 0 100px;
  }
}
.p-idx_about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-idx_about::before {
    border-radius: 30px;
  }
}
.p-idx_about__box {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-idx_about__box {
    padding-bottom: 0;
    margin-bottom: 80px;
  }
}
.p-idx_about__img {
  position: absolute;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-idx_about__img {
    position: relative;
  }
}
.p-idx_about__img.-n1 {
  top: 32px;
  left: 0;
}
@media (max-width: 768px) {
  .p-idx_about__img.-n1 {
    top: 0;
    left: -20px;
    width: 243px;
  }
}
.p-idx_about__img.-n2 {
  bottom: 0;
  right: 40px;
}
@media (max-width: 768px) {
  .p-idx_about__img.-n2 {
    top: 0;
    bottom: auto;
    right: -20px;
    text-align: right;
    margin-top: -133px;
  }
}
.p-idx_about__en_copy {
  transform: rotate(-5deg);
  text-align: center;
  margin-bottom: 40px;
  color: #296299;
  font-family: "absolute-beauty", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 60%;
}
@media (max-width: 768px) {
  .p-idx_about__en_copy {
    font-size: 5rem;
  }
}
.p-idx_about__ttl {
  text-align: center;
  color: #296299;
  font-size: 5.4rem;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .p-idx_about__ttl {
    font-size: 3rem;
    margin-bottom: 21px;
    line-height: 140%;
  }
}
.p-idx_about__body {
  width: 533px;
  margin: auto;
  color: #296299;
  font-size: 2rem;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 57px;
}
@media (max-width: 768px) {
  .p-idx_about__body {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 220%; /* 35.2px */
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .p-idx_about__btn {
    margin-bottom: 90px;
  }
}

.p-idx_menu__inner {
  padding: 80px 0 120px;
  border-top: 1px solid rgba(90, 137, 178, 0.25);
}
@media (max-width: 768px) {
  .p-idx_menu__inner {
    padding: 40px 0 80px;
  }
}
.p-idx_menu__ttl_area {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-idx_menu__ttl_area {
    display: block;
  }
}
.p-idx_menu__ttl {
  margin-bottom: 0;
}
.p-idx_menu__lead {
  width: 640px;
  margin-bottom: 0;
  color: #296299;
}
@media (max-width: 768px) {
  .p-idx_menu__lead {
    width: 100%;
    margin-top: 30px;
  }
}
.p-idx_menu__slider_area {
  padding: 60px;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .p-idx_menu__slider_area {
    padding: 20px 20px 60px 20px;
  }
}
.p-idx_menu__slider, .p-idx_menu .swiper {
  position: relative;
  overflow: visible;
}
.p-idx_menu__slide a, .p-idx_menu .swiper-slide a {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 101px;
}
@media (max-width: 768px) {
  .p-idx_menu__slide a, .p-idx_menu .swiper-slide a {
    display: block;
  }
}
.p-idx_menu__slide .img, .p-idx_menu .swiper-slide .img {
  width: 32.8125%;
  min-width: 420px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-idx_menu__slide .img, .p-idx_menu .swiper-slide .img {
    width: 100%;
    min-width: 0;
  }
}
.p-idx_menu__slide .img img, .p-idx_menu .swiper-slide .img img {
  display: block;
}
.p-idx_menu__slide .content, .p-idx_menu .swiper-slide .content {
  width: 42.1875%;
  margin-top: 6.9444444444vw;
}
@media (max-width: 768px) {
  .p-idx_menu__slide .content, .p-idx_menu .swiper-slide .content {
    width: 100%;
  }
}
.p-idx_menu__slide .ttl, .p-idx_menu .swiper-slide .ttl {
  color: #296299;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-idx_menu__slide .ttl, .p-idx_menu .swiper-slide .ttl {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
.p-idx_menu__slide .ttl .in, .p-idx_menu .swiper-slide .ttl .in {
  position: relative;
}
.p-idx_menu__slide .ttl .in::before, .p-idx_menu .swiper-slide .ttl .in::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #296299;
}
.p-idx_menu__slide_nav {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-idx_menu__slide_nav {
    position: relative;
    width: 226px;
    margin: auto;
    top: 29.3333333333vw;
  }
}
.p-idx_menu__slide_nav .swiper-pagination {
  width: auto;
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
  margin-right: 20px;
  color: #296299;
  font-family: "adobe-garamond-pro", serif;
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-idx_menu__slide_nav .swiper-pagination {
    position: relative;
    font-size: 1.6rem;
    margin-right: 0;
  }
}
.p-idx_menu__slide_nav .swiper-button-prev, .p-idx_menu__slide_nav .swiper-button-next {
  align-self: flex-end;
  position: absolute;
  top: auto;
  bottom: 5px;
  width: 80px;
  height: auto;
  padding: 13.5px 0;
  border: 1px solid #296299;
  background-color: #EBF3F6;
  border-radius: 9999px;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .p-idx_menu__slide_nav .swiper-button-prev, .p-idx_menu__slide_nav .swiper-button-next {
    position: relative;
    bottom: 0;
    width: 60px;
    padding: 8.5px 0;
  }
}
.p-idx_menu__slide_nav .swiper-button-prev::after, .p-idx_menu__slide_nav .swiper-button-next::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 11px;
  background-size: 17px 11px;
}
.p-idx_menu__slide_nav .swiper-button-prev:hover, .p-idx_menu__slide_nav .swiper-button-next:hover {
  background-color: #fff;
}
.p-idx_menu__slide_nav .swiper-button-prev, .p-idx_menu__slide_nav .swiper-button-next {
  pointer-events: all;
}
.p-idx_menu__slide_nav .swiper-button-prev.swiper-button-disabled, .p-idx_menu__slide_nav .swiper-button-next.swiper-button-disabled {
  pointer-events: all;
}
.p-idx_menu__slide_nav .swiper-button-prev {
  right: 90px;
  left: auto;
}
@media (max-width: 768px) {
  .p-idx_menu__slide_nav .swiper-button-prev {
    right: auto;
    left: 0;
  }
}
.p-idx_menu__slide_nav .swiper-button-prev::after {
  background: url("../images/common/arrow01_left.png") center/cover no-repeat;
}
.p-idx_menu__slide_nav .swiper-button-next {
  right: 0;
}
.p-idx_menu__slide_nav .swiper-button-next::after {
  background: url("../images/common/arrow01_right.png") center/cover no-repeat;
}
.p-idx_menu__category_area {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .p-idx_menu__category_area {
    margin-bottom: 40px;
  }
}
.p-idx_menu__category_box {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .p-idx_menu__category_box {
    margin-bottom: 10px;
  }
}
.p-idx_menu__category_box dt .num {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 100%;
  align-self: flex-end;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .p-idx_menu__category_box dt .num {
    font-size: 1.2rem;
  }
}
.p-idx_menu__category_lists {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media (max-width: 768px) {
  .p-idx_menu__category_lists {
    display: block;
  }
}
.p-idx_menu__category_list {
  width: calc(33.3333% - 15px);
}
@media (max-width: 768px) {
  .p-idx_menu__category_list {
    width: 100%;
  }
}
.p-idx_menu__category_list a {
  display: block;
  padding: 28px 0 26px;
  line-height: 100%;
  color: #296299;
  border-bottom: 1px solid rgba(41, 98, 153, 0.2);
  position: relative;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .p-idx_menu__category_list a {
    padding: 18px 0;
  }
}
.p-idx_menu__category_list a::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 11px;
  background-size: 17px 11px;
  background: url("../images/common/arrow01_right.png") center/cover no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
}
.p-idx_menu__category_list a:hover {
  background-color: #EBF3F6;
}

.p-idx_case__inner {
  padding: 80px 0 120px;
  border-top: 1px solid rgba(90, 137, 178, 0.25);
}
@media (max-width: 768px) {
  .p-idx_case__inner {
    padding: 40px 0 80px;
  }
}
.p-idx_case__ttl_area {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-idx_case__ttl_area {
    display: block;
    margin-bottom: 50px;
  }
}
.p-idx_case__ttl {
  margin-bottom: 0;
}
.p-idx_case__lead {
  width: 640px;
  margin-bottom: 0;
  color: #296299;
}
@media (max-width: 768px) {
  .p-idx_case__lead {
    width: 100%;
    margin-top: 30px;
  }
}
.p-idx_case__tab_list {
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 20px;
  margin-bottom: 60px;
  display: flex;
}
@media (max-width: 768px) {
  .p-idx_case__tab_list {
    background-color: transparent;
    padding: 0;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.p-idx_case__tab_list li {
  width: 25%;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 768px) {
  .p-idx_case__tab_list li {
    width: calc(50% - 5px);
    padding: 0;
  }
}
.p-idx_case__tab_list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-right: 1px solid rgba(41, 98, 153, 0.2);
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .p-idx_case__tab_list li::before {
    content: none;
  }
}
.p-idx_case__tab_list li:first-child::before {
  content: none;
}
.p-idx_case__tab_list li button {
  background: none;
  border: none;
  padding: 22px 0 20px;
  width: 100%;
  display: block;
  cursor: pointer;
  border-radius: 9999px;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .p-idx_case__tab_list li button {
    padding: 14px 0;
    color: #296299;
    border: 1px solid #296299;
  }
}
.p-idx_case__tab_list li button:hover {
  color: #296299;
  background-color: #EBF3F6;
}
.p-idx_case__tab_list li .ttl {
  font-weight: 600;
  margin-bottom: 0;
}
.p-idx_case__tab_list li.is-act button {
  color: #FFF;
  background-color: #296299;
}
.p-idx_case__tab_list li.is-act + li::before {
  opacity: 0;
}
.p-idx_case__tab_list li.is-act::before {
  opacity: 0;
}
.p-idx_case__tab_area {
  position: relative;
  min-height: 100px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-idx_case__tab_area {
    margin-bottom: 40px;
  }
}
.p-idx_case__tab_content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.5s ease, visibility 0.1s ease;
}
.p-idx_case__tab_content.is-act {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.p-idx_case__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 768px) {
  .p-idx_case__lists {
    display: block;
  }
}
.p-idx_case__list {
  width: calc(33.3333% - 10px);
}
@media (max-width: 768px) {
  .p-idx_case__list {
    height: 140px;
    width: 100%;
    margin-bottom: 6px;
  }
}
.p-idx_case__list a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .p-idx_case__list a {
    height: 100%;
  }
}
.p-idx_case__list a::before, .p-idx_case__list a::after {
  z-index: 1;
}
.p-idx_case__list a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 59px;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-color: rgba(255, 255, 255, 0.25);
  transition: inherit;
}
.p-idx_case__list a::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 11px;
  background-size: 17px 11px;
  background: url("../images/common/arrow01_right_w.png") center/cover no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 22px;
}
.p-idx_case__list a .img {
  background-color: #1A0900;
}
@media (max-width: 768px) {
  .p-idx_case__list a .img {
    height: 100%;
  }
}
.p-idx_case__list a .img img {
  display: block;
  transition: 0.5s ease;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .p-idx_case__list a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-idx_case__list a .ttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-idx_case__list a .ttl {
    font-size: 2rem;
  }
}
.p-idx_case__list a:hover::before {
  background-color: #296299;
}
.p-idx_case__list a:hover .img img {
  opacity: 1;
}
.p-idx_case__btn {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .p-idx_case__btn {
    margin-bottom: 60px;
  }
}

.p-idx_doctor {
  padding: 101px 0 160px;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .p-idx_doctor {
    padding: 80px 0;
    margin-bottom: 60px;
  }
}
.p-idx_doctor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-idx_doctor::before {
    border-radius: 30px;
  }
}
.p-idx_doctor__box {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-idx_doctor__box {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.p-idx_doctor__ttl_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-idx_doctor__ttl_area {
    display: block;
  }
}
.p-idx_doctor__ttl {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-idx_doctor__ttl {
    margin-bottom: 40px;
  }
}
.p-idx_doctor__lead {
  width: 640px;
  margin-bottom: 0;
  color: #296299;
}
@media (max-width: 768px) {
  .p-idx_doctor__lead {
    width: 100%;
  }
}
.p-idx_doctor__lead h3 {
  color: #296299;
  font-size: 3rem;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-idx_doctor__lead h3 {
    font-size: 2rem;
  }
}
.p-idx_doctor__lead p {
  line-height: 180%;
}
.p-idx_doctor__lists {
  display: flex;
  gap: 107px;
}
@media (max-width: 768px) {
  .p-idx_doctor__lists {
    display: block;
  }
}
.p-idx_doctor__list {
  width: 533px;
}
@media (max-width: 768px) {
  .p-idx_doctor__list {
    width: 100%;
    margin-bottom: 83px;
  }
}
.p-idx_doctor__list:nth-child(odd) {
  margin-top: 176px;
}
@media (max-width: 768px) {
  .p-idx_doctor__list:nth-child(odd) {
    margin-top: 0;
  }
}
.p-idx_doctor__list a {
  transition: 0.5s ease;
}
.p-idx_doctor__list a .img {
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 10px;
}
.p-idx_doctor__list a .img img {
  display: block;
  transition: 0.5s ease;
}
.p-idx_doctor__list a .head {
  margin-bottom: 40px;
  display: flex;
  gap: 26px;
  align-items: baseline;
  line-height: 100%;
}
.p-idx_doctor__list a .head .name {
  color: #296299;
  font-size: 3rem;
  font-weight: 600;
}
.p-idx_doctor__list a .head .position {
  color: #296299;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-idx_doctor__list a .description {
  margin-bottom: 24px;
}
.p-idx_doctor__list a .btn {
  display: block;
  width: 318px;
  color: #296299;
  position: relative;
  padding: 28px 0 26px;
  line-height: 100%;
  border-bottom: 1px solid rgba(41, 98, 153, 0.2);
  position: relative;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .p-idx_doctor__list a .btn {
    width: 100%;
  }
}
.p-idx_doctor__list a .btn::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 11px;
  background-size: 17px 11px;
  background: url("../images/common/arrow01_right.png") center/cover no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
}
.p-idx_doctor__list a:hover .img img {
  transform: scale(1.05);
}
.p-idx_doctor__list a:hover .btn {
  background-color: #EBF3F6;
  padding-left: 12px;
}
.p-idx_doctor__btn {
  width: 280px;
  margin-left: auto;
  text-align: right;
  transform: translateY(-100%);
}
@media (max-width: 768px) {
  .p-idx_doctor__btn {
    width: 100%;
    text-align: left;
    transform: none;
  }
}

.p-idx_access__inner {
  padding: 80px 0 154px;
  border-top: 1px solid rgba(90, 137, 178, 0.25);
}
@media (max-width: 768px) {
  .p-idx_access__inner {
    padding: 40px 0 80px;
  }
}
@media (max-width: 768px) {
  .p-idx_access__ttl {
    margin-bottom: 48px;
  }
}
.p-idx_access__category_area {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .p-idx_access__category_area {
    margin-bottom: 0;
  }
}
.p-idx_access__category_box {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .p-idx_access__category_box {
    margin-bottom: 10px;
  }
}
.p-idx_access__category_box dd {
  padding: 40px 0;
  margin: 0 40px;
  border-top: 1px solid rgba(41, 98, 153, 0.1);
}
.p-idx_access__category_box dd:nth-of-type(1) {
  padding: 0 0 40px;
  border-top: none;
}
@media (max-width: 768px) {
  .p-idx_access__category_box dd {
    margin: 0 20px;
  }
}
.p-idx_access__row {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-idx_access__row {
    display: block;
  }
}
.p-idx_access__img {
  width: 369px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-idx_access__img {
    width: 100%;
    margin-bottom: 32px;
    border-radius: 5px;
  }
}
.p-idx_access__img img {
  display: block;
}
.p-idx_access__content {
  flex: 1;
}
.p-idx_access__content .name {
  color: #296299;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-idx_access__content .name {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.p-idx_access__content .address {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-idx_access__content .address {
    margin-bottom: 20px;
  }
}
.p-idx_access__content .btns {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-idx_access__content .btns {
    gap: 10px;
  }
  .p-idx_access__content .btns .c-btn01, .p-idx_access__content .btns .c-btn02 {
    width: calc(50% - 5px);
  }
  .p-idx_access__content .btns .c-btn01 a, .p-idx_access__content .btns .c-btn02 a {
    display: block;
    width: 100%;
    padding: 12px 20px 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  .p-idx_access__content .btns .c-btn01 a::after, .p-idx_access__content .btns .c-btn02 a::after {
    right: 15px;
  }
  .p-idx_access__content .btns .c-btn02::after {
    right: 15px;
  }
}

.p-idx_news__inner {
  padding: 80px 0 120px;
  border-top: 1px solid rgba(90, 137, 178, 0.25);
}
@media (max-width: 768px) {
  .p-idx_news__inner {
    padding: 40px 0 60px;
  }
}
.p-idx_news__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-idx_news__row {
    display: block;
  }
}
.p-idx_news__body {
  width: 853px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-idx_news__body {
    width: 100%;
  }
}
.p-idx_news__lists {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .p-idx_news__lists {
    margin-bottom: 35px;
  }
}
.p-idx_news__list a {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid rgba(41, 98, 153, 0.2);
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .p-idx_news__list a {
    padding: 20px 0;
  }
}
.p-idx_news__list a time {
  color: #296299;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%; /* 16px */
  margin-bottom: 10px;
  display: block;
}
.p-idx_news__list a .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .p-idx_news__list a .ttl {
    font-size: 1.4rem;
  }
}
.p-idx_news__list a:hover {
  color: #296299;
  border-color: #296299;
}
.p-idx_news__btn {
  text-align: right;
}
@media (max-width: 768px) {
  .p-idx_news__btn {
    text-align: left;
  }
}

/* ---- text align ---- */
.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

@media (max-width: 768px) {
  .u-sp-left {
    text-align: left;
  }
  .u-sp-center {
    text-align: center;
  }
  .u-sp-right {
    text-align: right;
  }
}
/* ---- hidden ---- */
@media (min-width: 769px) {
  .u-pc-hidden {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-sp-hidden {
    display: none !important;
  }
}