@charset "UTF-8";

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

  =Global Layout

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

:root {
  --color-primary: #6E95FF;
  --color-secondary: #026EB9;
  --color-white: #fff;
  --color-black: #222;
  --bg-light-grey: #F2F4F5;
  --font-family-en: "Inter", sans-serif;
  --border-radius: 3rem;
  --border-radius-md: 2rem;
  --border-radius-sm: 1rem;
}

html {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  color: #1C1E24;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #fff;
  width: 100%;
  font-size: 1.6rem;
  font-feature-settings: 'palt' 1;
  letter-spacing: .08em;
  line-height: 1.8;
}

@media only screen and (max-width:980px) {
  body {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
}


.btn-contact a {
  background: #7994F9;
  border: 2px solid #7994F9;
  color: #fff;
}

.btn-contact a:hover {
  background: #fff;
  color: #7994F9;
}

.btn-report a {
  background: #525252;
  border: 2px solid #525252;
  color: #fff;
}

.btn-report a:hover {
  background: #fff;
  color: #525252;
}

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

  =Common Layout

====================================================================*

/* ------------------------------------------
 =Frame Format
---------------------------------------------*/
#wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding-top: 13rem;
}

.inner {
  max-width: 122rem;
  margin: 0px auto;
  padding: 0 6rem;
}

.inner-w {
  max-width: 162rem;
  margin: 0px auto;
  padding: 0 6rem;
}

.wrap {
  padding: 12rem 0;
}

.main-header {
  margin-top: 5rem;
}

.main-body {
  margin: 10rem 0 15rem;
  position: relative;
}

@media screen and (max-width:1080px) {
  #wrapper {
    padding-top: 6rem;
  }
}

@media screen and (max-width:980px) {
  .wrap {
    padding: 8rem 0;
  }

  .inner,
  .inner-w {
    padding: 0 2rem;
  }

  .main-header {
    margin-top: 3rem;
  }

  .main-body {
    margin: 4rem 0 8rem;
  }
}


/* ------------------------------------------
 =Font Formatt
---------------------------------------------*/
.p-top-heading {
  font-size: 3.6rem;
  line-height: 1.44;
  margin-bottom: 4rem;
  text-align: center;
}

.p-top-heading .num {
  font-size: 5.6rem;
  padding: 0 .8rem;
  color: var(--color-primary);
  font-family: var(--font-family-en);
}

.pege-heading {
  font-size: 3.6rem;
  line-height: 1.44;
  text-align: center;
}

.pege-heading .num {
  color: var(--color-primary);
  font-size: 5rem;
  font-family: var(--font-family-en);
}

.ttl-pic {
  margin-top: 4rem;
}

@media screen and (max-width:980px) {
  .p-top-heading {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }

  .p-top-heading .num {
    font-size: 3.6rem;
  }

  .pege-heading {
    font-size: 2.6rem;
  }

  .pege-heading .num {
    font-size: 3.6rem;
  }
}


/* breadcrumbs
---------------------------------*/
.breadcrumbs {
  font-size: 1.3rem;
  color: #1C1E24;
  text-align: left;
  padding: 2rem 0 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.breadcrumbs .inner-w {
  white-space: nowrap;
}

.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-list li {
  position: relative;
  padding-left: 1.4rem;
}

.breadcrumb-list li:first-child {
  padding-left: 0;
}

.breadcrumbs li:not(:first-child) a {
  color: #1C1E24;
}

.breadcrumbs li:not(:first-child) a:focus,
.breadcrumbs li:not(:first-child) a:active,
.breadcrumbs li:not(:first-child) a:hover {
  color: #666;
}

.breadcrumb-list li:nth-child(1),
.breadcrumb-list li:nth-child(2) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.breadcrumbs li:nth-child(n+2)::before {
  background: url(../../../images/medical/practice/icon/breadcrumbs-arrow.svg) no-repeat center / 8px auto;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-right: .8rem;
}

.breadcrumbs br {
  display: none;
}

.breadcrumbs .breadcrumb-list li:first-of-type a {
  width: 13px;
  height: 13px;
  background-size: contain;
  display: inline-block;
  background-image: url(../../../images/medical/practice/icon/icon-home.svg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
  margin-top: -2px;
  transition: opacity 0.4s;
}

.breadcrumbs .breadcrumb-list li:first-of-type a:hover {
  opacity: 0.4;
}

@media screen and (max-width: 980px) {
  .breadcrumbs {
    padding: 1rem 2rem 0;
    font-size: 1.2rem;
  }

  .breadcrumbs .inner-w {
    padding: 0 !important;
  }
}


/* ------------------------------------------
 =Header
---------------------------------------------*/
#header {
  background: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}

#header .header-in {
  display: flex;
  justify-content: space-between;
  align-items: end;
  max-width: 1920px;
  margin: 0 auto;
  height: 13rem;
  width: 100%;
  position: relative;
}

#header .logo-wrap {
  padding: 4rem;
  padding: 4rem;
  padding: 4rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
}

#header .logo-wrap h1,
#header .logo-wrap .site-catch {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  font-family: var(--font-family-en);
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

#header .logo-wrap .logo {
  padding: 0;
  width: 16rem;
}

#header .logo {
  width: 28rem;
  height: auto;
  z-index: 1;
  opacity: 1;
  padding: 4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#header .header-tel {
  position: absolute;
  top: 1rem;
  right: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
}

#header .header-tel .num {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  font-family: var(--font-family-en);
}

#header .header-tel .time {
  font-size: 1.2rem;
}


@media screen and (max-width:1080px) {
  #header {
    width: 100%;
    top: 0;
    left: 0;
  }

  #header .header-in {
    height: 6rem;
  }

  #header .logo-wrap {
    padding: 1rem 2rem;
  }

  #header .logo-wrap h1,
  #header .logo-wrap .site-catch{
    font-size: 1rem;
  }

  #header .logo-wrap .logo {
    padding: 0;
    width: 13rem;
  }

  #header .logo {
    width: 18rem;
    padding: 2rem;
  }

  #header .header-tel {
    display: none;
  }
}

/* G-nav */
#g-nav ul {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
}

#g-nav ul li {
  position: relative;
  margin: 0 1.6rem;
}

#g-nav li a {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  line-height: 1.22;
}

#g-nav ul .g-nav-droplist {
  display: block;
}


@media screen and (min-width: 1081px) {
  #g-nav {
    padding: 2.4rem 4rem 2.4rem 0;
  }

  #g-nav ul {
    align-items: center;
  }

  #g-nav li .g-nav-link {
    position: relative;
    display: block;
    padding: .4rem 0;
  }

  #g-nav li .g-nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 100%;
    height: 3px;
    background: var(--color-secondary);
    transition: .3s ease-in-out;
    transform: scale(0, 1);
    transform-origin: left top;
  }

  #g-nav li .g-nav-link:hover::before {
    transform: scale(1, 1);
  }

  /* #g-nav ul li .g-nav-link:hover{
    color:#B0B0AE;
  } */
  #g-nav ul .g-nav-list-btn a {
    display: block;
    padding: 1.5rem 1.6rem;
    border-radius: 8rem;
    transition: 0.5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    text-align: center;
    width: 20rem;
  }

  #g-nav ul li#gnav-report {
    margin: 0;
  }

  #p-report #g-nav-strengths .g-nav-link::before,
  #p-flow #g-nav-strengths .g-nav-link::before,
  #p-succession #g-nav-strengths .g-nav-link::before,
  #p-management #g-nav-strengths .g-nav-link::before {
    transform: scale(1, 1);
  }

  #p-interview #g-nav-interview .g-nav-link::before,
  #p-interview-single #g-nav-interview .g-nav-link::before {
    transform: scale(1, 1);
  }

  #p-faq #g-nav-faq .g-nav-link::before {
    transform: scale(1, 1);
  }

  #p-seminar #g-nav-seminar .g-nav-link::before,
  #p-seminar-single #g-nav-seminar .g-nav-link::before {
    transform: scale(1, 1);
  }

  #p-column #g-nav-column .g-nav-link::before,
#p-column-single #g-nav-column .g-nav-link::before{
  transform: scale(1, 1);
}
}


@media screen and (max-width:1080px) {
  #g-nav {
    padding: 0;
    position: fixed;
    z-index: 999;
    top: -400%;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    transition: all 0.6s;
  }

  #g-nav ul {
    display: block;
  }

  #g-nav ul li {
    font-size: 1.4rem;
    margin: 0;
  }

  #g-nav ul li a {
    padding: 2.4rem 2rem;
  }

  .g-nav-list {
    position: relative;
  }

  .g-nav-list::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), 1px, transparent 1px, transparent 3px);
    background-size: 3px 1px;
    background-repeat: repeat-x;
  }

  .g-nav-list .g-nav-list__item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), 1px, transparent 1px, transparent 3px);
    background-size: 3px 1px;
    background-repeat: repeat-x;
  }

  .g-nav-list .g-nav-list__item.active {
    border-bottom: none;
  }

  #g-nav ul .g-nav-list-btn a {
    display: block;
    padding: 2.2rem 2.4rem;
    border-radius: 8rem;
    transition: 0.5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    text-align: center;
  }

  #g-nav ul .g-nav-list-btn {
    width: 70%;
    margin: 0 auto;
  }

  #g-nav ul .btn-contact {
    margin: 4rem auto 2rem;
  }
}

/* G-nav has-child */
#g-nav li.has-child ul {
  position: absolute;
  left: calc(50% - 16rem);
  top: 5rem;
  z-index: 4;
  background: rgba(249, 249, 249, 1);
  width: 32rem;
  border-radius: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  font-size: 1.4rem;
  overflow: hidden;
  padding: 1.6rem;
  box-shadow: 0 1rem 1.5rem 0.5rem rgba(0, 0, 0, .07);
}

#g-nav li.has-child ul li {
  margin: 0;
}

#g-nav li.has-child ul li:not(:first-child) {
  margin-top: 1rem;
}

#g-nav li.has-child:hover>ul,
#g-nav li.has-child ul li:hover>ul,
#g-nav li.has-child:active>ul,
#g-nav li.has-child ul li:active>ul {
  visibility: visible;
  opacity: 1;
}

#g-nav li.has-child ul li a {
  opacity: 1 !important;
  padding: 2.2rem 2rem;
  border-radius: 1rem;
  background-color: #fff;
  border: 1px solid #E2EAFF;
}

#g-nav li.has-child ul li a:hover,
#g-nav li.has-child ul li a:active {
  background-color: #EAEEF7;
}

@media screen and (max-width:1080px) {
  #g-nav li.has-child ul {
    background: #F9F9F9;
    box-shadow: none;
  }

  #g-nav ul li.has-child .g-nav-link::before,
  #g-nav ul li.has-child .g-nav-link::after {
    content: "";
    background-color: #444;
    position: absolute;
    width: 14px;
    height: 2px;
    top: 3.2rem;
    right: 2rem;
    z-index: 2;
  }

  #g-nav ul li.has-child .g-nav-link::before {
    transform: translateY(-50%) rotate(90deg);
    top: 3.3rem;
    transition: opacity .3s cubic-bezier(.33, 1, .68, 1);
  }

  #g-nav ul li.has-child.active .g-nav-link::before {
    transform: rotate(180deg);
    opacity: 0;
  }

  #g-nav .g-nav-list__item a:hover {
    background-color: #EAEEF7;
  }

  #g-nav li.has-child ul li a::before {
    right: 3rem;
  }

  #g-nav.panelactive {
    top: 0;
  }

  #g-nav.panelactive #nav-wrap {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100dvh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #g-nav ul {
    width: 100%;
    margin: 8rem auto 2.4rem auto;
  }

  #g-nav ul ul {
    width: 100%;
    margin: 0;
  }

  #g-nav ul li.has-child ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
    transform: none;
    padding: 2rem;
    border-radius: 0;
  }

  #g-nav li.has-child ul li a {
    padding: 1.8rem 2rem;
  }
}

@media screen and (min-width:1081px) {
  #g-nav li.has-child ul li a:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    background: url(../../../images/medical/practice/icon/next-arrow-black.svg) center / cover;
    transform: translateY(-50%);
  }
}


/* G-nav-openbtn */
.g-nav-openbtn {
  display: none;
}

@media screen and (max-width:1080px) {
  .g-nav-openbtn {
    display: block;
    position: fixed;
    z-index: 9999;
    top: .5rem;
    right: 1rem;
    cursor: pointer;
    border-radius: 1.6rem;
    width: 50px;
    height: 50px;
    background: #fff;
  }

  .g-nav-openbtn .openbtn-area {
    transition: all .4s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem;
  }

  .g-nav-openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: calc(50% - 9px);
    height: 2px;
    background: #525252;
    width: 22px;
    z-index: 9999;
  }

  .g-nav-openbtn span:nth-of-type(1) {
    top: -6px;
  }

  .g-nav-openbtn span:nth-of-type(2) {
    top: 0px;
  }

  .g-nav-openbtn span:nth-of-type(3) {
    top: 6px;
  }

  .g-nav-openbtn.active {
    background: #444;
  }

  .g-nav-openbtn.active .openbtn-area {
    transform: rotateY(-360deg);
  }

  .g-nav-openbtn.active span:nth-of-type(1) {
    top: -6px;
    left: -9px;
    transform: translateY(6px) rotate(-135deg);
    width: 18px;
    background: #fff;
  }

  .g-nav-openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .g-nav-openbtn.active span:nth-of-type(3) {
    top: 6px;
    left: -9px;
    transform: translateY(-6px) rotate(135deg);
    width: 18px;
    background: #fff;
  }
}


/* ------------------------------------------
 =Footer
---------------------------------------------*/
#footer-contact {
  background-color: #EAEEF7;
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

#footer-contact::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "CONTACT US";
  color: #fff;
  font-weight: 500;
  line-height: .6;
  font-family: var(--font-family-en);
  letter-spacing: -.02em;
  font-size: 238px;
  opacity: .6;
}

#footer-contact .inner-w {
  z-index: 2;
  position: relative;
}

#footer-contact .catch {
  font-size: 2.8rem;
  line-height: 1.44;
  margin-bottom: 4rem;
}

#footer-contact .lead-copy {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5rem;
}

.footer-contact-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  row-gap: 2rem;
}

.footer-contact-list li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 999rem;
  height: 148px;
  padding: 0px 4rem 0 3rem;
  position: relative;
  width: 100%;
}

.footer-contact-list .btn-contact a {
  font-size: 2rem;
  font-weight: 700;
  box-shadow: 0px 3px 10px 0px rgba(110, 149, 255, 0.6);
}

.footer-contact-list .btn-report a {
  font-size: 2rem;
  font-weight: 700;
  box-shadow: 0px 3px 10px 0px rgba(38, 38, 38, 0.6);
}

.footer-contact-list .btn-tel a {
  background: #fff;
  border: 2px solid #fff;
  color: #222;
  padding: 2.4rem 4rem;
}

.footer-contact-list .btn-tel a .ttl {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
}

.footer-contact-list .btn-tel a .num {
  width: 100%;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
  margin: .8rem 0;
}

.footer-contact-list .btn-tel a .time {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.1;
}

.footer-contact-list .btn-contact a::after,
.footer-contact-list .btn-report a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 3rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../../../images/medical/practice/icon/next-arrow-w.svg) center / cover;
  transform: translateY(-50%);
}

.footer-contact-list .btn-contact a:hover::after {
  background: url(../../../images/medical/practice/icon/next-arrow-blue.svg) center / cover;
}

.footer-contact-list .btn-report a:hover::after {
  background: url(../../../images/medical/practice/icon/next-arrow-black.svg) center / cover;
}

@media screen and (max-width:1180px) {
  #footer-contact {
    padding: 6rem 0;
  }

  #footer-contact::before {
    top: 0;
    left: 0;
    font-size: 90px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  #footer-contact .catch {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }

  #footer-contact .lead-copy {
    font-size: 1.5rem;
    margin-bottom: 6rem;
  }

  .footer-contact-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-contact-list li a {
    height: 100px;
    padding: 0px 4rem 0 3rem;
  }

  .footer-contact-list .btn-contact a {
    font-size: 1.5rem;
  }

  .footer-contact-list .btn-contact a::after,
  .footer-contact-list .btn-report a::after {
    right: 2rem;
    width: 1.2rem;
    height: 1.2rem;
  }

  .footer-contact-list .btn-report a {
    font-size: 1.5rem;
  }

  .footer-contact-list .btn-tel a {
    background: #fff;
    border: 2px solid #fff;
    color: #222;
    padding: .6rem 4rem;
    box-shadow: 0px 3px 10px 0px rgba(157, 166, 190, 0.6);
  }

  .footer-contact-list .btn-tel a:hover {
    background-color: #EEF3FF;
  }

  .footer-contact-list .btn-tel a .ttl {
    font-size: 1.4rem;
  }

  .footer-contact-list .btn-tel a .num {
    font-size: 2.6rem;
    margin: .4rem 0 .1rem;
  }
}

.footer-utility {
  background-color: #1C1E24;
  padding: 8.8rem 0 2.4rem;
  color: #fff;
}

.footer-utility .footer-sitemap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 16rem;
}

.footer-utility .footer-company {
  max-width: 30rem;
  flex-shrink: 0;
  position: relative;
}

.footer-utility .footer-bnr {
  display: flex;
  max-width: 38rem;
  column-gap: 2rem;
  margin-top: 2.4rem;
  text-align: center;
}

.footer-utility .footer-bnr img {
  width: auto;
  height: 170px;
}

.footer-utility .footer-nav {
  flex-grow: 1;
  position: relative;
}

.footer-utility .footer-nav::before {
  border-left: 1px solid #aaa;
  content: "";
  position: absolute;
  top: 0;
  left: -8rem;
  width: 1px;
  height: 100%;
}

.footer-utility .footer-nav li:nth-of-type(n+2) {
  margin-top: .8rem;
}

.footer-utility .footer-nav a {
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
}

.footer-utility .footer-nav li span {
  background-image: linear-gradient(#aaa, #aaa);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}

.footer-utility .footer-nav li:hover span {
  background-position: 0% 100%;
  background-size: 100% 1px;
}

.footer-utility .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
  font-size: 1.4rem;
  color: #aaa;
}

.footer-utility .footer-bottom ul {
  align-items: center;
  display: flex;
}

.footer-utility .footer-bottom li {
  position: relative;
  margin-right: 2rem;
}

.footer-utility .footer-bottom li a {
  display: block;
  text-decoration: none;
  color: #aaa;
  transition: .2s ease-in-out;
  position: relative;
  overflow: hidden;
  line-height: 1.4;
}

.footer-utility .footer-bottom li span {
  background-image: linear-gradient(#aaa, #aaa);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}

.footer-utility .footer-bottom li:hover span {
  background-position: 0% 100%;
  background-size: 100% 1px;
}

.footer-utility .copyright {
  font-family: var(--font-family-en);
  letter-spacing: 0;
}

@media screen and (max-width:980px) {
  .footer-utility {
    padding: 6rem 0 2.4rem;
  }

  .footer-utility .footer-sitemap {
    justify-content: center;
    column-gap: 0;
  }

  .footer-utility .footer-company {
    width: 50%;
    margin-bottom: 3rem;
  }

  .footer-utility .footer-bnr {
    width: 90%;
    margin: 2.4rem auto 0;
    justify-content: center;
  }

  .footer-utility .footer-bnr img {
    width: auto;
    height: 140px;
  }

  .footer-utility .footer-nav {
    width: 100%;
  }

  .footer-utility .footer-nav::before {
    content: none;
  }

  .footer-utility .footer-nav a {
    font-size: 1.4rem;
  }

  .footer-utility .footer-bottom {
    margin-top: 4rem;
    display: block;
    font-size: 1.2rem;
  }

  .footer-utility .footer-bottom ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 1rem;
  }

  .footer-utility .copyright {
    font-size: 1.2rem;
    margin-top: 3rem;
    padding-top: 3rem;
    text-align: center;
    border-top: 1px solid #555;
  }
}

.footer-bottom-linktop {
  background-color: #F9F9F9;
  padding: 3.4rem 2rem;
  text-align: center;
  display: block;
  width: 100%;
}

.footer-bottom-linktop:hover {
  background-color: #F0F0F0;
}

.footer-bottom-linktop .txt {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding-left: 52px;
}

.footer-bottom-linktop .txt::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(../../../images/medical/practice/icon/footer-bottom-linktop-icon.svg) center / cover;
  transform: translateY(-50%);
}

@media screen and (max-width:980px) {
  .footer-bottom-linktop {
    padding: 2.4rem 2rem;
  }

  .footer-bottom-linktop .txt {
    font-size: 1.4rem;
    padding-left: 30px;
  }

  .footer-bottom-linktop .txt::before {
    width: 20px;
    height: 20px;
  }
}


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

  =Page Layout

====================================================================*

/*
=======================================
= Top
=======================================
*/

/* Mv
--------------------------*/
#p-top-mv {
  overflow: hidden;
  position: relative;
}

.p-top-mv-txt .bg {
  background-image: url(../../../images/medical/practice/top/mv-copy-bg.webp);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}

.p-top-mv-txt .txt-in {
  padding-left: 4%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.p-top-mv-txt .catch {
  width: 40vw;
  max-width: 680px;
  min-width: 320px;
  height: auto;
  margin-bottom: 6rem;
}

.p-top-mv-img {
  z-index: -1;
  position: relative;
}

.mv-cv-list {
  max-width: 40rem;
}

.mv-cv-list li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 6rem;
  padding: 3rem 4rem;
  position: relative;
  width: 100%;
  box-shadow: 0px 3px 10px 0px rgba(110, 149, 255, 0.6);
}

.mv-cv-list li:not(:first-child) {
  margin-top: 2.8rem;
}

.mv-cv-list li a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 3rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../../../images/medical/practice/icon/next-arrow-w.svg) center / cover;
  transform: translateY(-50%);
}

.mv-cv-list li.btn-contact a:hover::after {
  background: url(../../../images/medical/practice/icon/next-arrow-blue.svg) center / cover;
}

.mv-cv-list li.btn-report a:hover::after {
  background: url(../../../images/medical/practice/icon/next-arrow-black.svg) center / cover;
}

.p-top-mv-pin {
  position: absolute;
  top: 29%;
  right: 34.8%;
  width: 3vw;
  height: auto;
  z-index: 1;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-name: pin-bounceInDown;
  animation-name: pin-bounceInDown
}

@-webkit-keyframes pin-bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes pin-bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.p-top-mv-txt {
  -webkit-animation-name: mv-fadeIn;
  animation-name: mv-fadeIn;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition-timing-function: cubic-bezier(.2, .15, .3, 1);
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@-webkit-keyframes mv-fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes mv-fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.p-top-mv-pin-shadow {
  display: none;
  position: absolute;
  top: 40%;
  right: 32.5%;
  width: 4.2vw;
  height: auto;
  mix-blend-mode: multiply;
}

@media only screen and (max-width:1500px) {
  .p-top-mv-txt .bg {
    left: -10%;
  }
}

@media only screen and (max-width:1300px) {
  .p-top-mv-txt .bg {
    left: -20%;
  }
}

@media only screen and (max-width:1200px) {
  .p-top-mv-txt .bg {
    left: -30%;
  }
}

@media only screen and (max-width:980px) {
  .mv-cv-list li a {
    font-size: 1.6rem;
    padding: 3rem 2rem;
  }

  .mv-cv-list li:not(:first-child) {
    margin-top: 1rem;
  }

  .p-top-mv-txt .bg {
    background: none;
  }

  .p-top-mv-txt {
    padding: 0 2rem 3rem;
  }

  .p-top-mv-txt .txt-in {
    position: static;
    margin-top: -3rem;
    transform: translateY(0);
  }
}

@media only screen and (max-width:980px) {
  .p-top-mv-txt .txt-in {
    padding: 0;
    width: 100%;
  }

  .p-top-mv-txt .catch {
    margin-bottom: 4rem;
    width: 80%;
    max-width: none;
    min-width: auto
  }

  .p-top-mv-img {
    z-index: -1;
  }

  .mv-cv-list {
    width: 100%;
    max-width: none;
  }

  .mv-cv-list li a {
    font-size: 1.5rem;
    height: 80px;
    padding: 0px 2rem;
    width: 100%;
    margin: 0 auto;
  }

  .p-top-mv-pin {
    position: absolute;
    top: 21%;
    right: 7%;
    width: 8.8vw;
    height: auto;
  }

  .p-top-mv-pin-shadow {
    position: absolute;
    top: 32%;
    right: 4.2%;
    width: 10vw;
    height: auto;
    mix-blend-mode: multiply;
  }
}


/* Top notice
---------------------------------*/
#p-top-notice {
  position: relative;
  z-index: 1;
  padding: 4.4rem 0 0;
  overflow: hidden;
}

.p-top-notice-box {
  border-radius: 40rem;
  background-color: #F9F9F9;
  padding: 3rem 8rem;
  display: flex;
  align-items: center;
}

.p-top-notice__heading {
  font-weight: 700;
  line-height: 1.22;
  width: 20rem;
}

.p-top-notice__content {
  width: calc(100% - 20rem);
  padding-left: 3rem;
}

.p-top-notice__content a {
  display: flex;
  align-items: center;
}

.p-top-notice__content .news-meta {
  width: 12rem;
  font-family: var(--font-family-en);
  font-weight: 500;
  margin-right: 3rem;
}

.p-top-notice__content .title {
  width: 100%;

}

@media screen and (max-width:980px) {
  #p-top-notice {
    padding: 2rem 0;
  }

  .p-top-notice-box {
    border-radius: 0;
    padding: 2rem;
    display: block;
    font-size: 1.4rem;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .p-top-notice__heading {
    width: 100%;
    margin-bottom: 16px;
  }

  .p-top-notice__content {
    width: 100%;
    padding-left: 0;
  }

  .p-top-notice__content a {
    flex-wrap: wrap;
  }
}


/* Top Strengths
---------------------------------*/
#p-top-strengths {
  overflow: hidden;
  padding: 7rem 0 13rem;
}

#p-top-strengths .inner-w {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#p-top-strengths .inner-w .txt-row {
  width: 55%;
  padding-right: 6rem;
}

#p-top-strengths .inner-w .pic-row {
  flex: 1;
  width: 45%;
  position: relative;
  margin-right: -16rem;
}

#p-top-strengths .txt-row .catch {
  font-size: 3.2rem;
  line-height: 1.66;
  margin-bottom: 5rem;
}

#p-top-strengths .txt-row .catch .num {
  font-size: 4.2rem;
  font-family: var(--font-family-en);
  color: var(--color-primary);
  padding: 0 1rem;
}

#p-top-strengths .txt-row .catch strong {
  display: inline;
  background: linear-gradient(#EAEEF7, #EAEEF7) 0 100% / 100% 20px no-repeat;
}

#p-top-strengths .txt-row p {
  line-height: 2.4;
}

@media screen and (max-width:980px) {
  #p-top-strengths {
    padding: 4rem 0 6rem;
  }

  #p-top-strengths .inner-w {
    display: block;
  }

  #p-top-strengths .inner-w .txt-row {
    width: 100%;
    padding: 0 0 4rem 0;
  }

  #p-top-strengths .inner-w .pic-row {
    width: 100vw;
    margin-right: -2rem;
  }

  #p-top-strengths .txt-row .catch {
    font-size: 2.8rem;
    line-height: 1.44;
    margin-bottom: 3rem;
  }

  #p-top-strengths .txt-row .catch .catch-s {
    font-size: 2.4rem;
    margin-top: 1.4rem;
    display: block;
  }

  #p-top-strengths .txt-row .catch .num {
    font-size: 3.6rem;
    padding: 0 .6rem;
  }

  #p-top-strengths .txt-row .catch strong {
    display: inline;
    background: linear-gradient(#EAEEF7, #EAEEF7) 0 100% / 100% 20px no-repeat;
  }
}


/* Top Info
---------------------------------*/
#p-top-info {
  background-color: #F9F9F9;
  overflow: hidden;
  padding: 8rem 0;
}

#p-top-info .inner-w {
  display: flex;
  justify-content: space-between;
  column-gap: 12rem;
}

#p-top-info .p-top-info__heading {
  width: 22rem;
  flex-shrink: 0;
}

#p-top-info .p-top-info__heading .ttl {
  font-size: 3.2rem;
  margin-bottom: 7rem;
}

#p-top-info .link-btn {
  padding: 1.6rem;
}

#p-top-info .link-btn .txt {
  font-size: 1.6rem;
}

#p-top-info .p-top-info__body {
  flex-grow: 1;
}

#p-top-info .info-list li:not(:first-child) {
  margin-top: 4rem;
}

#p-top-info .info-list li {
  display: flex;
  gap: 3.2rem;
}

#p-top-info .info-list li .meta {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}

#p-top-info .info-list .data {
  font-family: var(--font-family-en);
}

#p-top-info .info-list .category {
  font-size: 1.3rem;
  border: 1px solid #1C1E24;
  padding: 3px 5px;
  width: 16rem;
  text-align: center;
}

#p-top-info .info-list li a:focus,
#p-top-info .info-list li a:active,
#p-top-info .info-list li a:hover {
  color: #666;
  text-decoration: underline;
  outline: 0;
}

.p-top-info-btn-sp {
  display: none;
}

@media screen and (max-width:980px) {
  #p-top-info {
    padding: 6rem 0;
  }

  #p-top-info .inner-w {
    display: block;
  }

  #p-top-info .p-top-info__heading {
    width: 100%;
  }

  #p-top-info .p-top-info__heading .ttl {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }

  #p-top-info .info-list li {
    display: block;
  }

  #p-top-info .info-list li .meta {
    margin-bottom: 1rem;
  }

  #p-top-info .info-list .category {
    width: 14rem;
  }

  .p-top-info-btn-pc {
    display: none;
  }

  .p-top-info-btn-sp {
    display: block;
    margin-top: 4rem;
  }
}


/* Top Report
---------------------------------*/
#p-top-report {
  overflow: hidden;
  padding: 13rem 0 13rem;
  text-align: center;
}

#p-top-report .lead-copy {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

#p-top-report .report-list {
  column-gap: 6rem;
  row-gap: 4rem;
  margin-top: 6rem;
}

#p-top-report .report-list li {
  position: relative;
  display: flex;
  flex-direction: column;
}

#p-top-report .report-list .img {
  width: 7.2rem;
  height: auto;
  margin: 0 auto 5rem;
}

#p-top-report .report-list .ttl {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 4rem;
}

#p-top-report .report-list .txt {
  margin-top: auto;
  font-size: 1.5rem;
}

@media screen and (min-width:981px) {
  #p-top-report .report-list li:not(:first-child)::before {
    border-left: 1px solid #CCC;
    content: "";
    position: absolute;
    top: 0;
    left: -3rem;
    width: 1px;
    height: 100%;
  }
}

#p-top-report .p-top-btn {
  margin-top: 6rem;
}

#p-top-report .link-btn {
  margin: 0 auto;
}

@media screen and (max-width:980px) {
  #p-top-report {
    padding: 10rem 0 8rem;
  }

  #p-top-report .lead-copy {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    text-align: left;
  }

  #p-top-report .sub-copy {
    text-align: left;
  }

  #p-top-report .report-list {
    column-gap: 4rem;
    margin-top: 4rem;
  }

  #p-top-report .report-list .img {
    margin: 0 auto 2rem;
  }

  #p-top-report .report-list .ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  #p-top-report .report-list .txt {
    text-align: left;
    font-size: 1.5rem;
  }

  #p-top-report .p-top-btn {
    margin-top: 3rem;
  }
}


/* Top Interview
---------------------------------*/
#p-top-interview {
  overflow: hidden;
  padding: 13rem 0 13rem;
  text-align: center;
}

.interview-category-list {
  margin-top: 6rem;
  column-gap: 6rem;
  row-gap: 5rem;
}

.interview-category-list .item {
  text-align: left;
}

.interview-category-list .item a {
  position: relative;
}

.interview-category-list .item a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 3rem;
  width: 14px;
  height: 14px;
  background: url(../../../images/medical/practice/icon/next-arrow-black.svg) center / cover;
  transform: translateY(-50%);
}

.interview-category-list .item a {
  border-radius: 10rem;
  display: block;
  padding: 4rem 6rem;
  box-shadow: rgba(21, 23, 29, .2) 0 0 20px;
  background-color: #fff;
}

.interview-category-list .item a:hover {
  background-color: #F0F0F0;
}

.interview-category-list .item.current a {
  background-color: #F0F0F0;
}

@media screen and (min-width:981px) {

  .interview-category-list .item a:hover,
  .interview-category-list .item.current a {
    /* transform: translateY(-6px); */
    box-shadow: none;
    /* box-shadow: rgba(21, 23, 29, .1) 0 0 10px; */
  }
}

.interview-category-list .item span {
  padding-left: 80px;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-primary)
}

.interview-category-list .item span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 4.7rem;
  height: 6.4rem;
  transform: translateY(-50%);
}

.interview-category-list .child-1 span::before {
  background: url(../../../images/medical/practice/top/interview-icon01.svg) center / cover;
}

.interview-category-list .child-2 span::before {
  background: url(../../../images/medical/practice/top/interview-icon02.svg) center / cover;
}

.interview-category-list .child-3 span::before {
  background: url(../../../images/medical/practice/top/interview-icon03.svg) center / cover;
}

.interview-category-list .child-4 span::before {
  background: url(../../../images/medical/practice/top/interview-icon04.svg) center / cover;
}

.interview-category-list .child-5 span::before {
  background: url(../../../images/medical/practice/top/interview-icon05.svg) center / cover;
}

.interview-category-list .child-6 span::before {
  background: url(../../../images/medical/practice/top/interview-icon06.svg) center / cover;
}

@media screen and (max-width:1380px) {
  .interview-category-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width:980px) {
  #p-top-interview {
    padding: 6rem 0 6rem;
  }

  #p-top-interview .lead-copy {
    text-align: left;
  }

  .interview-category-list {
    margin-top: 4rem;
    column-gap: 1rem;
    row-gap: 0;
  }

  .interview-category-list .item a {
    border-radius: 0;
    display: block;
    padding: 2.4rem 1rem;
    box-shadow: none;
    border-top: 1px solid #CCCCCC;
  }

  .interview-category-list .item::after {
    right: 1rem;
    width: 12px;
    height: 12px;
  }

  .interview-category-list .item span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 2rem;
    height: 2.7rem;
    transform: translateY(-50%);
  }

  .interview-category-list .item span {
    padding-left: 2.8rem;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .interview-category-list .child-5 a,
  .interview-category-list .child-6 a {
    border-bottom: 1px solid #CCCCCC;
  }

  .interview-category-list .item a::after {
    right: 1rem;
    width: 10px;
    height: 10px;
  }
}


/* Top concept
---------------------------------*/
#p-top-concept {
  background-color: #F9F9F9;
  padding: 10rem 0;
}

#p-top-concept .inner-w {
  max-width: 170rem;
  margin: 0 auto;
}

#p-top-concept .lead-copy {
  text-align: center;
}

#p-top-concept .concept-flow {
  margin-top: 6rem;
}

#p-top-concept .p-top-btn {
  margin-top: 6rem;
}

#p-top-concept .link-btn {
  margin: 0 auto;
}

@media screen and (max-width:980px) {
  #p-top-concept {
    padding: 6rem 0;
  }

  #p-top-concept .lead-copy {
    text-align: left;
  }

  #p-top-concept .concept-flow {
    margin-top: 4rem;
  }

  #p-top-concept .p-top-btn {
    margin-top: 4rem;
  }
}

.concept-flow__img {
  display: block;
}

.concept-flow__list {
  display: none;
}

@media screen and (max-width:980px) {
  .concept-flow__img {
    display: none;
  }

  .concept-flow__list {
    display: block;
  }

  .concept-flow__list .item {
    background-color: #fff;
    padding: 2.6rem 2rem 2.6rem 7rem;
    position: relative;
  }

  .concept-flow__list .item:not(:first-child) {
    margin-top: 3rem;
  }

  .concept-flow__list .item:nth-of-type(n+2)::before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    left: 50%;
    top: -23px;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background-image: url(../../../images/medical/practice/flow/flow-arrow.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }

  .concept-flow__list .item:last-child {
    background-color: #EAEEF7;
  }

  .concept-flow__list .item .lebel {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }

  .concept-flow__list .item .lebel span {
    font-family: var(--font-family-en);
    font-size: 1.5rem;
    text-align: right;
    letter-spacing: 0;
    padding-left: 3.2rem;
    position: relative;
  }

  .concept-flow__list .item .lebel span::before {
    content: '';
    width: 20px;
    height: 1px;
    top: 50%;
    left: 0;
    position: absolute;
    background-color: #1C1E24;
  }

  .concept-flow__list .item .num {
    font-family: var(--font-family-en);
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: -1rem;
    transform: translateY(-50%);
  }

  .concept-flow__list .item .txt-in {
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
  }

  .concept-flow__list .item .txt-in .img {
    width: 4.8rem;
    flex-shrink: 0;
  }

  .concept-flow__list .item .txt-in .ttl {
    font-size: 1.6rem;
    font-weight: 700;
  }
}


/* Top Faq
---------------------------------*/
#p-top-faq {
  padding: 14rem 0;
}

#p-top-faq .p-top-btn {
  margin-top: 6rem;
}

#p-top-faq .link-btn {
  margin: 0 auto;
}

#p-top-faq .lead-copy {
  margin-bottom: 3rem;
  text-align: center;
}

@media screen and (max-width:980px) {
  #p-top-faq {
    padding: 8rem 0;
  }

  #p-top-faq .p-top-btn {
    margin-top: 3rem;
  }

  #p-top-faq .lead-copy {
    text-align: left;
  }
}


/* Top Resultss
---------------------------------*/
#p-top-results {
  background-color: #F9F9F9;
  padding: 10rem 0;
  overflow: hidden;
}

#p-top-results .p-top-btn {
  margin-top: 6rem;
}

#p-top-results .link-btn {
  margin: 0 auto;
}

#p-top-results .results-item {
  position: relative;
  overflow: hidden;
  text-align: left;
}

#p-top-results .results-item a {
  display: block;
  z-index: 2;
}

#p-top-results .results-item .results-item__pic .thumb {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius-sm);
}

#p-top-results .results-item .results-item__pic .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#p-top-results .results-item__body {
  background: rgba(0, 0, 0, .5);
  color: #fff;
  border-radius: var(--border-radius-sm);
  padding: 1.6rem 4rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#p-top-results .results-item__body .name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

#p-top-results .results-item__body .history {
  font-size: 1.4rem;
}

#p-top-results .results-item__body .results-item__category {
  font-size: 1.4rem;
  align-items: center;
  display: flex;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#p-top-results .results-item__body .results-item__category .address {
  margin-right: 1rem;
}

#p-top-results .results-item__taglist {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.22;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}

#p-top-results .results-item__taglist li:nth-of-type(n+2) {
  margin-left: 2px;
  position: relative;
}

#p-top-results .results-item__taglist li:nth-of-type(n+2):before {
  content: '/';
  color: #888;
  padding-right: 2px;
}

#p-top-results .results-item__body .results-item__taglist li:nth-of-type(n+2):before {
  color: #fff;
}

@media screen and (max-width:980px) {
  #p-top-results {
    padding: 6rem 0;
  }

  #p-top-results .results-item__body {
    padding: 1.2rem 1.6rem;
  }

  #p-top-results .results-item__body .name {
    font-size: 1.4rem;
  }

  #p-top-results .results-item__body .history {
    font-size: 1.1rem;
  }

  #p-top-results .results-item__body .results-item__category {
    font-size: 1.1rem;
  }

  #p-top-results .results-item__taglist {
    font-size: 1.1rem;
  }

  #p-top-results .p-top-btn {
    margin-top: 3rem;
  }
}

#p-top-results .swiper__area {
  position: relative;
  overflow: visible;
}

#p-top-results .swiper {
  overflow: visible;
}

#p-top-results .swiper-slide {
  width: 625px !important;
  padding: 0 0 40px;
  margin: 0 30px;
}

@media screen and (max-width:980px) {
  #p-top-results .swiper-slide {
    width: 100% !important;
    padding: 0 0 20px;
    margin: 0 20px;
  }
}


#p-top-other-service {
  padding: 8rem 0 13rem
}

#p-top-other-service .catch {
  font-size: 3.2rem;
  line-height: 1.44;
  margin-bottom: 5rem;
  text-align: center;
}

.p-top-other-service-list {
  column-gap: 4rem;
  row-gap: 2.4rem;
}

.p-top-other-service-list .item {
  position: relative;
}

.p-top-other-service-list .bg {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  position: relative;
}

.p-top-other-service-list .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 30, 36, .6);
  z-index: 1;
  transition: 0.4s ease all;
}

.p-top-other-service-list .item-txt {
  position: absolute;
  left: 50%;
  z-index: 2;
  top: 50%;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
}

.p-top-other-service-list .item-txt .sub-ttl {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.22;
  margin-bottom: 1.6rem;
}

.p-top-other-service-list .item-txt .ttl {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.22;
  margin-bottom: 3.6rem;
}

.p-top-other-service-list .item .link-btn {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  width: 38rem;
}

.p-top-other-service-list .item a:hover .link-btn {
  background: #fff;
  box-shadow: 0px 6px 4px rgba(0, 0, 0, .1);
  color: #111;
}

.p-top-other-service-list .item a:hover .bg:after {
  background: rgba(28, 30, 36, .8);
}

.p-top-other-service-list .item a:hover .link-btn::after {
  background: url(../../../images/medical/practice/icon/next-arrow-black.svg) center / cover;
  ;
}

@media screen and (max-width:1180px) {
  #p-top-other-service {
    padding: 6rem 0;
  }

  #p-top-other-service .catch {
    font-size: 2.2rem;
    margin-bottom: 3.5rem;
  }

  .p-top-other-service-list .item-txt .sub-ttl {
    font-size: 1.4rem;
  }

  .p-top-other-service-list .item-txt .ttl {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }

  .p-top-other-service-list .item .link-btn {
    background: none;
    border: 2px solid #fff;
    color: #fff;
    width: 300px;
    padding: 2rem 2rem;
  }
}


#p-top-vircual-tour {
  background-color: #F9F9F9;
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}

#p-top-vircual-tour .inner {
  z-index: 2;
  position: relative;
}

#p-top-vircual-tour .inner .ttl {
  font-size: 3.2rem;
  line-height: 1.22;
  margin-bottom: 3rem;
}

#p-top-vircual-tour .inner .lead-copy {
  font-size: 1.8rem;
}

#p-top-vircual-tour::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "VIRTUAL TOUR";
  color: #F3F3F3;
  font-weight: 500;
  line-height: .6;
  font-family: var(--font-family-en);
  letter-spacing: -.02em;
  font-size: 238px;
}

@media screen and (max-width:980px) {
  #p-top-vircual-tour {
    padding: 8rem 0;
  }

  #p-top-vircual-tour .inner .ttl {
    font-size: 2.4rem;
    line-height: 1.22;
    margin-bottom: 3rem;
    text-align: center;
  }

  #p-top-vircual-tour .inner .lead-copy {
    font-size: 1.5rem;
    text-align: left;
  }

  #p-top-vircual-tour .inner .txt-row {
    margin-bottom: 6rem;
  }

  #p-top-vircual-tour::before {
    top: 0;
    left: 0;
    font-size: 90px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}


/*
=======================================
= よくある質問
=======================================
*/
.faq-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.4%;
  margin-bottom: 12rem;
}

.faq-nav .item {
  width: 32.2%;
}

.faq-nav .item a {
  position: relative;
  background-color: #F4F4F4;
  border-radius: var(--border-radius-sm);
  padding: 2rem 1.6rem 3rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.66;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.faq-nav .item a::before {
  content: "";
  position: absolute;
  bottom: .5rem;
  left: 50%;
  border: 6px solid transparent;
  border-top: 6px solid #222;
  transform: translateX(-50%);
}

.faq-nav .item a:hover {
  background-color: #EEF3FF;
  transform: translateY(-6px);
  /* box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.2); */
}

.faq-sec-heading {
  font-size: 2.8rem;
  line-height: 1.44;
  margin-bottom: 4rem;
}

#p-faq .main-body .faq-wrap {
  margin-bottom: 14rem;
}

#p-faq .main-body .faq-wrap:last-child {
  margin-bottom: 0;
}

.faq-img {
  max-width: 44rem;
  margin-top: 2.4rem;
}

@media screen and (max-width:980px) {
  .faq-nav {
    row-gap: 2rem;
    margin-bottom: 6rem;
  }

  #p-faq .main-body .faq-wrap {
    margin-bottom: 10rem;
  }

  #p-faq .main-body .faq-wrap:last-child {
    margin-bottom: 0;
  }

  .faq-nav .item {
    width: 100%;
  }

  .faq-nav .item a {
    padding: 2rem 2rem 3rem;
    font-size: 1.5rem;
  }

  .faq-sec-heading {
    font-size: 2rem;
    line-height: 1.44;
    margin-bottom: 2rem;
  }
}

.faq_contents {
  text-align: left;
  background-color: #F9F9F9;
  border-radius: var(--border-radius-sm);
  transition: .3s;
}

.faq_contents:not(:first-child) {
  margin-top: 2.4rem;
}

.faq-head {
  position: relative;
  cursor: pointer;
  padding: 3rem;
}

.faq-head .ttl {
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  display: flex;
  align-items: center;
}

.faq-head .ttl .faq-icon {
  color: #1C1E24;
  font-family: var(--font-family-en);
  font-weight: 700;
  line-height: 1.2;
  font-size: 2rem;
  border: 1px solid #1C1E24;
  width: 5.2rem;
  height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 1000px;
  margin-right: 2rem;
}

.toggle_icon {
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
  display: block;
  width: 2rem;
  height: 2rem;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

.toggle_icon:before,
.toggle_icon:after {
  display: block;
  content: '';
  background-color: #1C1E24;
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toggle_icon:before {
  width: 2px;
  height: 20px;
}

.faq-head.selected .toggle_icon:before {
  content: normal;
}

.faq_contents dd.accordion-body {
  display: none;
}

.faq-body {
  line-height: 1.66;
  padding: 0rem 8rem 4rem 3rem;
}

.faq-body .faq-body-txt {
  padding-left: 7.2rem;
  position: relative;
}

.faq-body .faq-body-txt .faq-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-primary);
  font-family: var(--font-family-en);
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.2rem;
  border: 1px solid var(--color-primary);
  width: 5.2rem;
  height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 1000px;
}

.faq-body a {
  color: #222;
  text-decoration: underline;
}

.faq-body a:focus,
.faq-body a:active,
.faq-body a:hover {
  text-decoration: none;
}

@media screen and (max-width:980px) {
  .faq_contents:not(:first-child) {
    margin-top: 1.6rem;
  }

  .faq-head {
    padding: 2rem 4.5rem 2rem 2rem;
  }

  .faq-head .ttl {
    font-size: 1.6rem;
  }

  .faq-head .ttl .faq-icon {
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }

  .toggle_icon {
    width: 1.6rem;
    height: 1.6rem;
    right: 2rem;
  }

  .toggle_icon:before,
  .toggle_icon:after {
    width: 16px;
    height: 2px;
  }

  .toggle_icon:before {
    width: 2px;
    height: 16px;
  }

  .faq-body {
    padding: 0rem 2rem 3rem;
  }

  .faq-body .faq-body-txt {
    padding-left: 5rem;
    position: relative;
  }

  .faq-body .faq-body-txt .faq-icon {
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
  }
}


/*
=======================================
= フクダ電子の開業支援での強み
=======================================
*/
#p-report .report-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 5rem;
  margin-bottom: 10rem;
}

#p-report .report-intro .pic-row {
  width: 48.8%;
}

#p-report .report-intro .txt-row {
  width: 43%;
}

#p-report .report-intro .txt-row .catch {
  font-size: 2.4rem;
  line-height: 2;
  margin-bottom: 3.6rem;
}

#p-report .report-intro .txt-row .txt {
  font-size: 1.8rem;
  line-height: 2.5;
}

@media screen and (max-width:980px) {
  #p-report .report-intro {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }

  #p-report .report-intro .pic-row {
    width: 100%;
    margin-bottom: 3rem;
  }

  #p-report .report-intro .txt-row {
    width: 100%;
  }

  #p-report .report-intro .txt-row .catch {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 3rem;
  }

  #p-report .report-intro .txt-row .txt {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

#p-report .page-nav ul {
  column-gap: 6rem;
  row-gap: 4rem;
  margin-top: 6rem;
  margin-bottom: 13rem;
}

#p-report .page-nav ul .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

#p-report .page-nav ul .item a {
  display: block;
  cursor: pointer;
  position: relative;
  padding-bottom: 7rem;
}

#p-report .page-nav ul .item a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  background: url(../../../images/medical/practice/report/page-nav-arrow.svg) center / cover;
  transform: translateX(-50%);
  transition: 0.4s ease all;
}

#p-report .page-nav ul .item:hover a::after {
  background: url(../../../images/medical/practice/report/page-nav-arrow-over.svg) center / cover;
}

@media screen and (min-width: 981px) {
  #p-report .page-nav ul .item:not(:first-child)::before {
    border-left: 1px solid #CCC;
    content: "";
    position: absolute;
    top: 0;
    left: -3rem;
    width: 1px;
    height: 100%;
  }
}

#p-report .page-nav .item .img {
  width: 10rem;
  height: auto;
  margin: 0 auto 2.4rem;
}

#p-report .page-nav .item .ttl {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

#p-report .page-nav .item .txt {
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  #p-report .page-nav ul {
    column-gap: 4rem;
    margin-top: 4rem;
    margin-bottom: 7rem;
  }

  #p-report .page-nav ul .item a {
    padding-bottom: 4rem;
  }

  #p-report .page-nav .item .img {
    width: 9rem;
    height: auto;
    margin: 0 auto 1rem;
  }

  #p-report .page-nav .item .ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  #p-report .page-nav .item .txt {
    text-align: left;
  }

  #p-report .page-nav ul .item a::after {
    width: 32px;
    height: 32px;
  }
}


#p-report .report-heading {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.44;
  border-bottom: 2px solid #D0D0D0;
  padding-bottom: 1rem;
  margin-bottom: 3.6rem;
  position: relative;
}

#p-report .report-heading span {
  font-size: 5rem;
  font-family: var(--font-family-en);
  padding-right: 2rem;
  line-height: 1;
}

#p-report .report-heading:after {
  content: "";
  width: 10rem;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #00579E;
}

#p-report .report-subheading {
  font-size: 2rem;
  line-height: 1.44;
  border-left: solid 8px var(--color-primary);
  padding-left: 1rem;
  margin-bottom: 3.6rem;
}

@media screen and (max-width: 980px) {
  #p-report .report-heading {
    font-size: 2rem;
    border-bottom: 2px solid #D0D0D0;
    line-height: 1.8;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }

  #p-report .report-heading span {
    font-size: 3.6rem;
    padding-right: 1rem;
  }

  #p-report .report-subheading {
    font-size: 1.8rem;
    border-left: solid 4px var(--color-primary);
    margin-bottom: 2rem;
  }
}

#p-report .report-offer {
  background-image: url(../../../images/medical/practice/seminar/bg-offer.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6rem 2rem;
  margin-top: 8rem;
  width: 100%;
  text-align: center;
}

#p-report .report-offer .link-btn.btn-contact {
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  #p-report .report-offer {
    padding: 3rem 2rem;
    margin-top: 6rem;
  }
}

/* 開業候補地逆引き調査
---------------------------------*/
/* #p-report #report01{
  font-size: 1.8rem;
} */
#p-report #report01 .report01-box01 .pic-row {
  width: 28%;
}

#p-report #report01 .report01-box01 .txt-row {
  width: 68%;
  padding-top: 4rem;
  line-height: 2;
}

#p-report #report01 .report01-analysis-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  row-gap: 2rem;
  margin-top: 6rem;
  margin-bottom: 5rem;
}

#p-report #report01 .report01-analysis-list .item {
  background-color: #F9F9F9;
  padding: 6rem 4rem;
}

#p-report #report01 .report01-analysis-list .item .ttl {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 3rem;
}

#p-report #report01 .report01-analysis-list .item .img {
  margin-bottom: 3rem;
}

#p-report #report01 .report01-box02 .pic-row {
  width: 28%;
}

#p-report #report01 .report01-box02 .txt-row {
  width: 68%;
}

@media screen and (max-width: 980px) {

  /* #p-report #report01{
    font-size: 1.5rem;
  } */
  #p-report #report01 .report01-box01 .pic-row {
    width: 90%;
    margin: 0 auto;
  }

  #p-report #report01 .report01-box01 .txt-row {
    width: 100%;
    padding-top: 2rem;
  }

  #p-report #report01 .report01-analysis-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #p-report #report01 .report01-analysis-list .item {
    padding: 3rem 2rem;
  }

  #p-report #report01 .report01-analysis-list .item .ttl {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }

  #p-report #report01 .report01-analysis-list .item .img {
    margin-bottom: 2rem;
  }

  #p-report #report01 .report01-box02 .pic-row {
    width: 90%;
    margin: 2rem auto 0;
  }

  #p-report #report01 .report01-box02 .txt-row {
    width: 100%;
  }
}

/* 診療圏調査
---------------------------------*/
#p-report #report02 {
  /* font-size: 1.8rem; */
  margin-top: 10rem;
}

#p-report #report02 .report02-box01 .pic-row {
  width: 47.6%;
}

#p-report #report02 .report02-box01 .txt-row {
  width: 50%;
  padding-top: 4rem;
  line-height: 2;
}

#p-report #report02 .report02-box01 .txt-row .ttl {
  font-size: 2.4rem;
  line-height: 1.44;
  margin-bottom: 3rem;
}

#p-report #report02 .report02-box02 {
  background-color: #F9F9F9;
  padding: 6rem 8rem;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 8rem;
}

#p-report #report02 .report02-box02 .txt-row {
  width: 52%;
  line-height: 2;
}

#p-report #report02 .report02-box02 .txt-row .ttl {
  font-size: 2.4rem;
  line-height: 1.44;
  margin-bottom: 2.4rem;
}

#p-report #report02 .report02-box02 .pic-row {
  width: 44.7%;
}

#p-report #report02 .report02-box03 {
  margin-bottom: 8.8rem;
}

#p-report #report02 .report02-box03 .pic-row {
  width: 34.7%;
}

#p-report #report02 .report02-box03 .txt-row {
  width: 59.9%;
  line-height: 2;
}

#p-report #report02 .report02-box04 {
  margin-bottom: 6.4rem;
}

#p-report #report02 .report02-box04 .pic-row {
  width: 50%;
}

#p-report #report02 .report02-box04 .txt-row {
  width: 46.4%;
  line-height: 2;
}

#p-report #report02 .report02-box05 {
  background-color: #EAEEF7;
  padding: 5rem;
  margin-bottom: 6.4rem;
}

#p-report #report02 .report02-box05 .img {
  max-width: 90rem;
  margin: 0 auto;
}

#p-report #report02 .report2-summary-txt {
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 980px) {
  #p-report #report02 {
    font-size: 1.5rem;
    margin-top: 6rem;
  }

  #p-report #report02 .report02-box01 .pic-row {
    width: 100%;
  }

  #p-report #report02 .report02-box01 .txt-row {
    width: 100%;
    padding-top: 3rem;
  }

  #p-report #report02 .report02-box01 .txt-row .ttl {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }

  #p-report #report02 .report02-box02 {
    padding: 3rem 2rem;
    margin-top: 4rem;
    margin-bottom: 6rem;
  }

  #p-report #report02 .report02-box02 .txt-row {
    width: 100%;
  }

  #p-report #report02 .report02-box02 .txt-row .ttl {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }

  #p-report #report02 .report02-box02 .pic-row {
    width: 100%;
    margin-top: 2.4rem;
  }

  #p-report #report02 .report02-box03 {
    margin-bottom: 6.4rem;
  }

  #p-report #report02 .report02-box03 .pic-row {
    width: 100%;
    margin-top: 2.4rem;
  }

  #p-report #report02 .report02-box03 .txt-row {
    width: 100%;
  }

  #p-report #report02 .report02-box04 {
    margin-bottom: 4rem;
  }

  #p-report #report02 .report02-box04 .pic-row {
    width: 100%;
    margin-top: 2.4rem;
  }

  #p-report #report02 .report02-box04 .txt-row {
    width: 100%;
  }

  #p-report #report02 .report02-box05 {
    padding: 2rem 2rem;
    margin-bottom: 4rem;
  }

  #p-report #report02 .report2-summary-txt {
    text-align: left;
  }
}

/* 立地特性レポート
---------------------------------*/
#p-report #report03 {
  /* font-size: 1.8rem; */
  margin-top: 10rem;
}

#p-report #report03 .report03-box01 .pic-row {
  width: 47.6%;
}

#p-report #report03 .report03-box01 .txt-row {
  width: 50%;
  padding-top: 4rem;
  line-height: 2;
}

#p-report #report03 .report03-box01 .txt-row .ttl {
  font-size: 2.4rem;
  line-height: 1.44;
  margin-bottom: 3rem;
}

#p-report #report03 .report03-box02 {
  margin-top: 10rem;
  margin-bottom: 8rem;
}

#p-report #report03 .report03-box02 .item {
  padding: 4rem 3rem;
  background-color: #F9F9F9;
  display: flex;
  flex-direction: column;
}

#p-report #report03 .report03-box02 .item .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.44;
  margin-bottom: 3rem;
  text-align: center;
}

#p-report #report03 .report03-box02 .item .img {
  margin-bottom: 3rem;
}

/* #p-report #report03 .report03-box02 .item p{
  margin-top:auto;
} */
#p-report #report03 .report03-box03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  row-gap: 4rem;
}

#p-report #report03 .report03-box03 .item {
  display: flex;
  column-gap: 2rem;
}

#p-report #report03 .report03-box03 .item .img {
  width: 21%;
  flex-shrink: 0;
}

#p-report #report03 .report03-box03 .item .txt {
  background-color: #EAEEF7;
  border-radius: 1rem;
  padding: 4rem;
  position: relative;
  line-height: 2.2;
}

#p-report #report03 .report03-box03 .item .txt::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  border-style: solid;
  border-width: 8px 16px 8px 0;
  border-color: transparent #eaeef7 transparent transparent;
  translate: -100% -50%;
}

#p-report #report03 .report03-box03 .item .txt strong {
  color: #FF5800;
}

@media screen and (max-width: 980px) {
  #p-report #report03 {
    /* font-size: 1.5rem; */
    margin-top: 6rem;
  }

  #p-report #report03 .report03-box01 .pic-row {
    width: 100%;
  }

  #p-report #report03 .report03-box01 .txt-row {
    width: 100%;
    padding-top: 3rem;
  }

  #p-report #report03 .report03-box01 .txt-row .ttl {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }

  #p-report #report03 .report03-box02 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #p-report #report03 .report03-box02 .item {
    padding: 3rem 2rem;
  }

  #p-report #report03 .report03-box02 .item:not(:first-child) {
    margin-top: 3rem;
  }

  #p-report #report03 .report03-box02 .item .ttl {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    text-align: center;
  }

  #p-report #report03 .report03-box02 .item .img {
    margin-bottom: 1.6rem;
  }

  #p-report #report03 .report03-box03 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2.4rem;
  }

  #p-report #report03 .report03-box03 .item .txt {
    padding: 2rem;
  }
}

/* 事業計画書
---------------------------------*/
#p-report #report04 {
  /* font-size: 1.8rem; */
  margin-top: 10rem;
}

#p-report #report04 .report04-box01 .pic-row {
  width: 47.6%;
}

#p-report #report04 .report04-box01 .txt-row {
  width: 50%;
  padding-top: 4rem;
  line-height: 2;
}

#p-report #report04 .report04-box01 .txt-row .ttl {
  font-size: 2.4rem;
  line-height: 1.44;
  margin-bottom: 3rem;
}

#p-report #report04 .report04-box01 .txt-row .lead-copy {
  font-weight: 700;
  margin-bottom: 1rem;
}

#p-report #report04 .report04-box02 {
  background-color: #F9F9F9;
  padding: 6rem;
  margin-top: 6rem;
  margin-bottom: 8rem;
  display: flex;
}

#p-report #report04 .report04-box02 .pic-row {
  width: 48.7%;
}

#p-report #report04 .report04-box02 .txt-row {
  width: 47.4%;
  line-height: 2;
}

#p-report #report04 .report04-box02 .txt-row .ttl {
  font-size: 2rem;
  line-height: 1.44;
  margin-bottom: 2rem;
}

#p-report #report04 .report04-box02 .txt-row .ttl:not(:first-child) {
  margin-top: 6rem;
}

#p-report #report04 .report04-box03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  row-gap: 3rem;
  margin-top: 6rem;
}

#p-report #report04 .report04-box03 .item {
  border: 1px solid #CCCCCC;
  border-radius: 1rem;
}

#p-report #report04 .report04-box03 .item .ttl {
  padding: 5rem 2rem 2.4rem;
  font-size: 2rem;
  line-height: 1.44;
  text-align: center;
}

#p-report #report04 .report04-box03 .item .terms {
  background-color: #F9F9F9;
  padding: 3rem;
}

#p-report #report04 .report04-box03 .item .terms p {
  max-inline-size: max-content;
  margin-inline: auto;
  font-size: 1.5rem;
}

#p-report #report04 .report04-box03 .item .price {
  display: flex;
  justify-content: end;
  align-items: end;
  flex-wrap: wrap;
  padding: 3rem 10rem;
}

#p-report #report04 .report04-box03 .item .price .l-item {
  width: 60%;
}

#p-report #report04 .report04-box03 .item .price .r-item {
  width: 40%;
  text-align: right;
}

#p-report #report04 .report04-box03 .item .price .l-item .subttl {
  font-weight: 700;
  margin-bottom: 1rem;
}

#p-report #report04 .report04-box03 .item .price .l-item dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#p-report #report04 .report04-box03 .item .price .l-item dt {
  width: 35%;
  margin-bottom: 4px;
}

#p-report #report04 .report04-box03 .item .price .l-item dd {
  width: 65%;
  margin-bottom: 4px;
}

#p-report #report04 .report04-box03 .item .price .r-item .total-txt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FF5800;
  display: inline;
  background: linear-gradient(#FF5800, #FF5800) 0 100% / 100% 2px no-repeat;
}

#p-report #report04 .tx-caption {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 1rem;
}

@media screen and (max-width: 980px) {
  #p-report #report04 {
    font-size: 1.5rem;
    margin-top: 6rem;
  }

  #p-report #report04 .report04-box01 .pic-row {
    width: 100%;
  }

  #p-report #report04 .report04-box01 .txt-row {
    width: 100%;
    padding-top: 4rem;
  }

  #p-report #report04 .report04-box01 .txt-row .ttl {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }

  #p-report #report04 .report04-box02 {
    padding: 3rem 2rem;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }

  #p-report #report04 .report04-box02 .pic-row {
    width: 100%;
    margin-top: 2.4rem;
  }

  #p-report #report04 .report04-box02 .txt-row {
    width: 100%;
  }

  #p-report #report04 .report04-box02 .txt-row .ttl {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }

  #p-report #report04 .report04-box02 .txt-row .ttl:not(:first-child) {
    margin-top: 3rem;
  }

  #p-report #report04 .report04-box03 {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3rem;
  }

  #p-report #report04 .report04-box03 .item .ttl {
    padding: 2rem 2rem 1.6rem;
    font-size: 1.8rem;
  }

  #p-report #report04 .report04-box03 .item .terms {
    padding: 2rem;
  }

  #p-report #report04 .report04-box03 .item .terms p {
    font-size: 1.4rem;
  }

  #p-report #report04 .report04-box03 .item .price {
    padding: 2rem 2rem;
  }

  #p-report #report04 .report04-box03 .item .price .l-item {
    width: 100%;
  }

  #p-report #report04 .report04-box03 .item .price .r-item {
    width: 100%;
    text-align: right;
  }

  #p-report #report04 .report04-box03 .item .price .r-item .total-txt {
    font-size: 2rem;
  }
}

/* 事業計画書サンプル
---------------------------------*/
#p-report #report-plan-sample {
  margin-top: 5rem;
  overflow: hidden;
}

#p-report #report-plan-sample .ttl {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.44;
  margin-bottom: 4rem;
}

#p-report #report-plan-sample .swiper__area {
  position: relative;
  overflow: visible;
  margin-top: 4rem;
}

#p-report #report-plan-sample .swiper {
  overflow: visible;
}

#p-report #report-plan-sample .swiper-slide {
  width: 680px !important;
  padding: 0 0 40px;
  margin: 0 30px;
  text-align: center;
}

#p-report #report-plan-sample .swiper-slide {
  transform: scale(.8);
}

#p-report #report-plan-sample .swiper-slide-active {
  z-index: 1;
  transform: scale(1);
}

#p-report #report-plan-sample .report-plan-sample__txt {
  font-size: 1.5rem;
  margin-top: 2rem;
}

@media screen and (max-width:1280px) {
  #p-report #report-plan-sample .swiper-slide {
    width: 100% !important;
    padding: 0 0 20px;
    margin: 0;
  }
}

@media screen and (max-width: 980px) {
  #p-report #report-plan-sample .ttl {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }

  #p-report #report-plan-sample .report-plan-sample__txt {
    font-size: 1.4rem;
  }
}

/*
=======================================
= 開業までの8つのステップ
=======================================
*/
#p-flow .main-body {
  margin: 10rem 0 0;
}

#p-flow .flow-intro {
  margin-top: 5rem;
}

#p-flow .flow-intro .txt {
  font-size: 1.6rem;
  line-height: 2;
  max-width: 120rem;
  margin: 4rem auto 5rem;
  padding: 0 2rem;
}

#p-flow .flow-intro .concept-flow {
  background-color: #F9F9F9;
  padding: 10rem 2rem;
}

#p-flow .concept-flow__img {
  display: block;
  max-width: 136rem;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  #p-flow .main-body {
    margin: 4rem 0 0;
  }

  #p-flow .flow-intro {
    margin-top: 3rem;
  }

  #p-flow .flow-intro .txt {
    font-size: 1.5rem;
    line-height: 2;
    margin: 2rem auto 3rem;
  }

  #p-flow .flow-intro .concept-flow {
    background-color: #F9F9F9;
    padding: 4rem 2rem;
  }

  #p-flow .concept-flow__img {
    display: none;
  }
}

#p-flow .flow-content .catch-copy {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.66;
  padding-bottom: 4rem;
  position: relative;
}

#p-flow .flow-content .catch-copy::before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 122px;
  height: 20px;
  background-image: url(../../../images/medical/practice/flow/catch-copy-arrow.webp);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#p-flow .flow-content .catch-copy span {
  display: inline;
  background: linear-gradient(#EAEEF7, #EAEEF7) 0 100% / 100% 20px no-repeat;
}

#p-flow .flow-content .catch-copy strong {
  color: var(--color-primary)
}

#p-flow .flow-detail-list {
  margin-top: 4rem;
  position: relative;
  left: -140px;
  margin-right: -140px;
}

@media screen and (max-width: 1480px) {
  #p-flow .flow-detail-list {
    margin-top: 2.4rem;
    position: relative;
    left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 980px) {
  #p-flow .flow-content .catch-copy {
    font-size: 2.4rem;
    text-align: center;
    padding-bottom: 2.4rem;
  }

  #p-flow .flow-content .catch-copy::before {
    width: 80px;
    height: 13px;
  }

  #p-flow .flow-content .catch-copy span {
    background: linear-gradient(#EAEEF7, #EAEEF7) 0 100% / 100% 10px no-repeat;
  }
}

#p-flow .flow-detail-list .item {
  position: relative;
  /* font-size: 2rem; */
}

#p-flow .flow-detail-list .item:not(:first-child) {
  margin-top: 1rem;
}

#p-flow .flow-detail-list .item:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 11rem;
  left: 5rem;
  width: .1rem;
  height: calc(100% - 11rem);
  background-image: linear-gradient(#000 100%, transparent 100%);
  background-size: .1rem;
  z-index: -1;
}

#p-flow .flow-detail-list .item:not(:last-child)::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 5rem;
  width: 13px;
  height: 7px;
  background: url(../../../images/medical/practice/flow/flow-detail-arrow.svg) center / cover;
  transform: translateX(-50%);
}

#p-flow .flow-detail-list .item-inner {
  position: relative;
  padding-left: 14rem;
}

#p-flow .flow-detail-list .item-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 10rem;
  height: 10rem;
}

#p-flow .flow-detail-list .item:nth-child(1) .item-inner::before {
  background: url(../../../images/medical/practice/flow/flow-detail-list__icon01.svg) center / cover;
}

#p-flow .flow-detail-list .item:nth-child(2) .item-inner::before {
  background: url(../../../images/medical/practice/flow/flow-detail-list__icon02.svg) center / cover;
}

#p-flow .flow-detail-list .item:nth-child(3) .item-inner::before {
  background: url(../../../images/medical/practice/flow/flow-detail-list__icon03.svg) center / cover;
}

#p-flow .flow-detail-list .item:nth-child(4) .item-inner::before {
  background: url(../../../images/medical/practice/flow/flow-detail-list__icon04.svg) center / cover;
}

#p-flow .flow-detail-list .item:nth-child(5) .item-inner::before {
  background: url(../../../images/medical/practice/flow/flow-detail-list__icon05.svg) center / cover;
}

#p-flow .flow-detail-list .item:nth-child(6) .item-inner::before {
  background: url(../../../images/medical/practice/flow/flow-detail-list__icon06.svg) center / cover;
}

#p-flow .flow-detail-list .item:nth-child(7) .item-inner::before {
  background: url(../../../images/medical/practice/flow/flow-detail-list__icon07.svg) center / cover;
}

#p-flow .flow-detail-list .item:nth-child(8) .item-inner::before {
  background: url(../../../images/medical/practice/flow/flow-detail-list__icon08.svg) center / cover;
}

#p-flow .flow-detail-list .flow-detail-list__heading {
  margin-bottom: 3.6rem;
  position: relative;
}

#p-flow .flow-detail-list .flow-detail-list__heading::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #CCCCCC;
  z-index: -1;
}

#p-flow .flow-detail-list .flow-detail-list__heading .in {
  display: flex;
  align-items: center;
}

#p-flow .flow-detail-list .flow-detail-list__heading .num {
  font-size: 5rem;
  font-family: var(--font-family-en);
  font-weight: 500;
  padding-right: 2rem;
  line-height: 1;
  background-color: #fff;
}

#p-flow .flow-detail-list .flow-detail-list__heading .txt {
  font-size: 2.8rem;
  padding-right: 2rem;
  background-color: #fff;
}

#p-flow .flow-detail-list .flow-detail-list__body {
  padding-bottom: 6rem;
}

#p-flow .flow-detail-list .flow-detail-list__body .pic-row {
  width: 34%;
}

#p-flow .flow-detail-list .flow-detail-list__body .txt-row {
  width: 62.9%;
  line-height: 2;
}

#p-flow .flow-detail-list .report-item07 .pic-row {
  width: 50%;
}

#p-flow .flow-detail-list .report-item07 .txt-row {
  width: 45%;
  line-height: 2;
}

#p-flow .flow-detail-list .flow-detail-list04-box {
  background-color: #F9F9F9;
  padding: 4rem;
  margin-top: 4rem;
  margin-bottom: 6rem;
}

#p-flow .flow-detail-list .flow-detail-list04-box .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

#p-flow .flow-detail-list .flow-detail-list04-box ol {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
}

#p-flow .flow-detail-list .flow-detail-list04-box ol li {
  position: relative;
  padding-left: 2rem;
}

#p-flow .flow-detail-list .flow-detail-list04-box ol li:before {
  content: "□";
  position: absolute;
  left: 0;
  top: 0;
}

#p-flow .flow-detail-list .flow05-img {
  margin-top: 3rem;
}

#p-flow .flow-detail-list .flow08-img {
  max-width: 760px;
  margin: 3rem auto 0;
}

@media screen and (max-width: 980px) {

  /* #p-flow .flow-detail-list .item{
    font-size: 1.5rem;
  } */
  #p-flow .flow-detail-list .item:not(:last-child)::before {
    top: 6rem;
    left: 2.5rem;
    height: calc(100% - 6rem);
  }

  #p-flow .flow-detail-list .item:not(:last-child)::after {
    left: 2.5rem;
    transform: translateX(-50%);
  }

  #p-flow .flow-detail-list .item-inner {
    padding-left: 7rem;
  }

  #p-flow .flow-detail-list .item-inner::before {
    width: 5rem;
    height: 5rem;
  }

  #p-flow .flow-detail-list .flow-detail-list__heading {
    margin-bottom: 2rem;
  }

  #p-flow .flow-detail-list .flow-detail-list__heading .num {
    font-size: 3.2rem;
    padding-right: 1.4rem;
  }

  #p-flow .flow-detail-list .flow-detail-list__heading .txt {
    font-size: 2rem;
    padding-right: 1.4rem;
  }

  #p-flow .flow-detail-list .flow-detail-list__body {
    padding-bottom: 5rem;
  }

  #p-flow .flow-detail-list .flow-detail-list__body .pic-row {
    width: 100%;
    margin-top: 2rem;
  }

  #p-flow .flow-detail-list .flow-detail-list__body .txt-row {
    width: 100%;
  }

  #p-flow .flow-detail-list .flow-detail-list04-box {
    padding: 2rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  #p-flow .flow-detail-list .flow-detail-list04-box .ttl {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  #p-flow .flow-detail-list .flow-detail-list04-box ol {
    font-size: 1.5rem;
    gap: .4rem .4rem;
  }

  #p-flow .flow-detail-list .flow-detail-list04-box ol li {
    padding-left: 2rem;
  }

  #p-flow .flow-detail-list .flow-detail-list04-box ol li:before {
    font-size: 1.5rem;
  }

  #p-flow .flow-detail-list .flow05-img {
    margin-top: 2rem;
  }

  #p-flow .flow-detail-list .flow08-img {
    margin: 2rem auto 0;
  }
}

#p-flow .report-offer {
  background-image: url(../../../images/medical/practice/flow/bg-offer.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15rem 2rem;
  width: 100%;
  text-align: center;
}

#p-flow .report-offer .link-btn.btn-contact {
  margin: 0 auto;
  max-width: 50rem;
  height: 136px;
}

#p-flow .report-offer .link-btn.btn-contact .txt {
  font-size: 2rem;
}

@media screen and (max-width: 980px) {
  #p-flow .report-offer {
    padding: 6rem 2rem;
  }

  #p-flow .report-offer .link-btn.btn-contact {
    height: 100px;
  }

  #p-flow .report-offer .link-btn.btn-contact .txt {
    font-size: 1.5rem;
  }
}



/*
=======================================
= 医院継承支援
=======================================
*/
#p-succession .succession-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5rem;
}

#p-succession .succession-intro .pic-row {
  width: 35.4%;
}

#p-succession .succession-intro .txt-row {
  width: 60.9%;
  line-height: 2;
}

@media screen and (max-width: 980px) {
  #p-succession .succession-intro {
    margin-top: 3rem;
  }

  #p-succession .succession-intro .pic-row {
    width: 100%;
  }

  #p-succession .succession-intro .txt-row {
    width: 100%;
    margin-bottom: 2rem;
  }
}


#p-succession .succession-merit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#p-succession .succession-merit .pic-row {
  width: 35.4%;
}

#p-succession .succession-merit .txt-row {
  width: 60.9%;
  line-height: 2;
}

#p-succession .succession-merit .txt-row .ttl {
  font-size: 2.8rem;
  line-height: 1.44;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 980px) {
  #p-succession .succession-merit .pic-row {
    width: 100%;
  }

  #p-succession .succession-merit .txt-row {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  #p-succession .succession-merit .txt-row .ttl {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}


#p-succession .succession-flow {
  margin-top: 8rem;
}

#p-succession .succession-flow .heading {
  font-size: 3.2rem;
  line-height: 1.44;
  margin-bottom: 4rem;
  text-align: center;
}

#p-succession .succession-flow .concept-flow__img {
  max-width: 156rem;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  #p-succession .succession-flow .heading {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }

  #p-succession .succession-flow .concept-flow__img {
    display: none;
  }

  #p-succession .succession-flow .concept-flow__list .item {
    border: 1px solid #CCCCCC;
  }

  #p-succession .succession-flow .concept-flow__list .item:nth-child(4),
  #p-succession .succession-flow .concept-flow__list .item:nth-child(5),
  #p-succession .succession-flow .concept-flow__list .item:nth-child(6) {
    background-color: #ddd;
    opacity: .3;
  }
}

#p-succession .succession-content {
  margin-top: 8rem;
}

#p-succession .succession-content .heading {
  font-size: 3.6rem;
  line-height: 1.66;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  text-align: center;
  position: relative;
}

#p-succession .succession-content .heading span {
  display: inline;
  background: linear-gradient(#EAEEF7, #EAEEF7) 0 100% / 100% 20px no-repeat;
}

#p-succession .succession-content .heading strong {
  color: var(--color-primary);
}

#p-succession .succession-content .heading::before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 122px;
  height: 20px;
  background-image: url(../../../images/medical/practice/succession/catch-copy-arrow.webp);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#p-succession .succession-content-box {
  background-color: #F9F9F9;
  padding: 8rem 8rem 6rem;
  line-height: 2;
}

#p-succession .succession-content-box:not(:first-child) {
  margin-top: 4rem;
}

#p-succession .succession-content-box .ttl {
  position: relative;
  margin-bottom: 4rem;
}

#p-succession .succession-content-box .ttl::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #CCCCCC;
}

#p-succession .succession-content-box .ttl span {
  font-size: 2.8rem;
  position: relative;
  padding-right: 2rem;
  background-color: #F9F9F9;
}

#p-succession .succession-content-box .subttl {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  line-height: 1.44;
}

#p-succession .succession-content-box .txt-row {
  width: 54.8%;
}

#p-succession .succession-content-box .pic-row {
  width: 41.1%;
}

#p-succession .succession-content-box .succession-box-btn {
  margin-top: 6rem;
}

#p-succession .succession-content-box .succession-box-btn .link-btn {
  margin: 0 auto;
}

#p-succession .report-list {
  margin-top: 4rem;
  column-gap: 1rem;
  row-gap: 3rem;
}

#p-succession .report-list .item {
  padding: 4rem 3rem;
  background-color: #fff;
}

#p-succession .report-list .item .item-ttl {
  font-size: 2.4rem;
  line-height: 1.44;
  margin-bottom: 2.8rem;
  text-align: center;
}

#p-succession .report-list .item .img {
  margin-bottom: 3rem;
}

@media screen and (max-width: 980px) {
  #p-succession .succession-content .heading {
    font-size: 2.4rem;
    margin-bottom: 2.8rem;
    padding-bottom: 4rem;
  }

  #p-succession .succession-content .heading span {
    background: linear-gradient(#EAEEF7, #EAEEF7) 0 100% / 100% 10px no-repeat;
  }

  #p-succession .succession-content-box {
    padding: 3rem 2rem 3rem;
    font-size: 1.5rem;
  }

  #p-succession .succession-content-box:not(:first-child) {
    margin-top: 2.4rem;
  }

  #p-succession .succession-content-box .ttl {
    margin-bottom: 2.4rem;
  }

  #p-succession .succession-content-box .ttl span {
    font-size: 2.4rem;
    padding-right: 2rem;
  }

  #p-succession .succession-content-box .subttl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  #p-succession .succession-content-box .txt-row {
    width: 100%;
  }

  #p-succession .succession-content-box .pic-row {
    width: 100%;
    margin-top: 2rem;
  }

  #p-succession .succession-content-box .succession-box-btn {
    margin-top: 3rem;
  }

  #p-succession .report-list {
    margin-top: 4rem;
    row-gap: 1.6rem;
  }

  #p-succession .report-list .item {
    padding: 3rem 2rem;
  }

  #p-succession .report-list .item .item-ttl {
    font-size: 2rem;
    margin-bottom: 1.8rem;
  }

  #p-succession .report-list .item .img {
    margin-bottom: 2rem;
  }
}

/*
=======================================
= 医院経営支援
=======================================
*/
#p-management .management-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5rem;
}

#p-management .management-intro .pic-row {
  width: 35.4%;
}

#p-management .management-intro .txt-row {
  width: 60.9%;
  line-height: 2;
}

#p-management .management-intro02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
  padding: 0 2rem;
}

@media screen and (min-width:1280px) {
  #p-management .management-intro02 {
    padding: 0 10rem;
    top: -3rem;
    margin-bottom: -3rem;
  }
}

#p-management .management-intro02 .pic-row {
  width: 25.3%;
}

#p-management .management-intro02 .txt-row {
  width: 68.8%;
  line-height: 2;
}

@media screen and (max-width: 980px) {
  #p-management .management-intro {
    margin-top: 3rem;
  }

  #p-management .management-intro .pic-row {
    width: 100%;
    margin-top: 2rem;
  }

  #p-management .management-intro .txt-row {
    width: 100%;
  }

  #p-management .management-intro02 {
    margin-top: 4rem;
  }

  #p-management .management-intro02 .pic-row {
    width: 80%;
    margin: 1rem auto 0;
  }

  #p-management .management-intro02 .txt-row {
    width: 100%;
  }
}

#p-management .main-body {
  margin: 10rem 0 15rem;
}

#p-management .management-network .txt-row {
  width: 60.9%;
  line-height: 2;
}

#p-management .management-network .pic-row {
  width: 38.1%;
}

#p-management .management-network .heading {
  font-size: 3.2rem;
  line-height: 1.44;
  margin-bottom: 3rem;
}

#p-management .management-network .heading strong {
  font-size: 4rem;
  color: var(--color-primary);
}

@media screen and (max-width: 980px) {
  #p-management .main-body {
    margin: 6rem 0 8rem;
  }

  #p-management .management-network .txt-row {
    width: 100%;
    font-size: 1.5rem;
  }

  #p-management .management-network .pic-row {
    width: 80%;
    margin: 2rem auto 0;
  }

  #p-management .management-network .heading {
    font-size: 2.4rem;
    line-height: 1.44;
    margin-bottom: 1.6rem;
  }

  #p-management .management-network .heading strong {
    font-size: 3.4rem;
  }
}

#p-management .management-content {
  margin-top: 8rem;
}

#p-management .management-content .heading {
  font-size: 3.6rem;
  line-height: 1.66;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  text-align: center;
  position: relative;
}

#p-management .management-content .heading span {
  display: inline;
  background: linear-gradient(#EAEEF7, #EAEEF7) 0 100% / 100% 20px no-repeat;
}

#p-management .management-content .heading strong {
  color: var(--color-primary);
}

#p-management .management-content .heading::before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 122px;
  height: 20px;
  background-image: url(../../../images/medical/practice/succession/catch-copy-arrow.webp);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 980px) {
  #p-management .management-content .heading {
    font-size: 2.4rem;
    margin-bottom: 2.8rem;
    padding-bottom: 4rem;
  }

  #p-management .management-content .heading span {
    background: linear-gradient(#EAEEF7, #EAEEF7) 0 100% / 100% 10px no-repeat;
  }
}

#p-management .management-content-box {
  background-color: #F9F9F9;
  padding: 8rem 8rem 6rem;
}

#p-management .management-content-box:not(:first-child) {
  margin-top: 4rem;
}

#p-management .management-content-box .ttl {
  position: relative;
  margin-bottom: 4rem;
}

#p-management .management-content-box .ttl::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #CCCCCC;
}

#p-management .management-content-box .ttl span {
  font-size: 3.2rem;
  position: relative;
  padding-right: 2rem;
  background-color: #F9F9F9;
}

#p-management .management-content-box .subttl {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  line-height: 1.44;
}

#p-management .management-content-box .txt-row {
  width: 54.8%;
  line-height: 2;
}

#p-management .management-content-box .pic-row {
  width: 41.1%;
}

#p-management .management-content-box .management-box-btn {
  margin-top: 6rem;
}

#p-management .management-content-box .management-box-btn .link-btn {
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  #p-management .management-content-box {
    padding: 3rem 2rem 3rem;
    font-size: 1.5rem;
  }

  #p-management .management-content-box:not(:first-child) {
    margin-top: 2.4rem;
  }

  #p-management .management-content-box .ttl {
    margin-bottom: 2.4rem;
  }

  #p-management .management-content-box .ttl span {
    font-size: 2.4rem;
    padding-right: 2rem;
  }

  #p-management .management-content-box .subttl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  #p-management .management-content-box .txt-row {
    width: 100%;
  }

  #p-management .management-content-box .pic-row {
    width: 100%;
    margin-top: 2rem;
  }

  #p-management .management-content-box .management-box-btn {
    margin-top: 3rem;
  }
}

/*
=======================================
= 404
=======================================
*/
#p-notfound #content {
  background-image: url(../../../images/medical/practice/common/bg-notfound_pc.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#p-notfound .not-found-content {
  padding: 28rem 0;
  text-align: center;
}

#p-notfound .not-found-content .ttl {
  font-size: 4rem;
  line-height: 1.22;
  margin-bottom: 4.6rem;
}

#p-notfound .not-found-btn {
  margin-top: 8rem;
}

#p-notfound .link-btn {
  margin: 0 auto;
}

@media screen and (max-width:980px) {
  #p-notfound .not-found-content {
    padding: 14rem 0;
  }

  #p-notfound .not-found-content .ttl {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }

  #p-notfound .not-found-btn {
    margin-top: 4rem;
  }
}


/*
=======================================
= セミナー情報
=======================================
*/
#p-seminar .seminar-list {
  display: flex;
  flex-wrap: wrap;
}

#p-seminar .seminar-list .item {
  background-color: #fff;
  border-radius: var(--border-radius-sm);
  box-shadow: rgba(21, 23, 29, .2) 0 0 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 31.3%;
  margin: 0 3% 0 0;
  opacity: 1;
  transition: 0.4s ease all;
}

#p-seminar .seminar-list .item a:hover {
  box-shadow: rgba(21, 23, 29, .1) 0 0 10px;
}

#p-seminar .seminar-list .item:nth-child(3n) {
  margin: 0 0 0 0;
}

#p-seminar .seminar-list .item:nth-of-type(n+4) {
  margin-top: 60px;
}

@media screen and (max-width:1380px) {
  #p-seminar .seminar-list .item {
    width: 48%;
    margin: 0;
  }

  #p-seminar .seminar-list .item:nth-child(odd) {
    margin: 0 2% 0 0;
  }

  #p-seminar .seminar-list .item:nth-child(even) {
    margin: 0 0 0 2%;
  }

  #p-seminar .seminar-list .item:nth-of-type(n+3) {
    margin-top: 5rem;
  }
}

@media screen and (max-width:980px) {
  #p-seminar .seminar-list {
    display: block;
    margin-top: 3rem;
  }

  #p-seminar .seminar-list .item {
    width: 100%;
    margin: 0;
  }

  #p-seminar .seminar-list .item:nth-child(odd) {
    margin: 0;
  }

  #p-seminar .seminar-list .item:nth-child(even) {
    margin: 0;
  }

  #p-seminar .seminar-list .item:nth-of-type(n+2) {
    margin-top: 3rem;
  }
}

#p-seminar .seminar-list .seminar__pic .thumb {
  overflow: hidden;
  aspect-ratio: 2 / 1;
}

#p-seminar .seminar-list .seminar__body {
  padding: 3rem 3rem 5rem;
  height: 100%;
}

#p-seminar .seminar-list .seminar__body::after {
  position: absolute;
  content: "";
  bottom: 3rem;
  right: 3rem;
  width: 14px;
  height: 14px;
  background: url(../../../images/medical/practice/icon/next-arrow-black.svg) center / cover;
}

#p-seminar .seminar-list .seminar__body .seminar-ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 4rem;
}

.seminar__body .seminar-info {
  align-items: center;
  display: flex;
  gap: 10px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.seminar__body .seminar-info li {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  height: 3.2rem;
  justify-content: center;
  line-height: 1;
  text-align: center;
  padding: 0 2rem;
}

.seminar__body .seminar-info .situation {
  border: 1px solid #6E95FF;
  background-color: #6E95FF;
  color: #fff;
}

.seminar__body .seminar-info .situation.end {
  border: 1px solid #BFBFBF;
  background-color: #BFBFBF;
  color: #fff;
}

.seminar__body .seminar-info .fee {
  border: 1px solid #1C1E24;
  color: #1C1E24;
}

.seminar__body .seminar-date {
  color: #AAAAAA;
  font-size: 1.2rem;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.seminar__body .seminar-date::before {
  background: url(../../../images/medical/practice/seminar/ico-calendar.svg) no-repeat 50% 50%;
  background-size: 14px auto;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.seminar__body .seminar-date span {
  color: #000;
  padding-right: 1rem;
}

.seminar__body .seminar-desc {
  align-items: center;
  color: #aaa;
  display: flex;
  font-size: 1.2rem;
  gap: 3rem;
  line-height: 1.2;
  margin-top: 3rem;
}

.seminar__body .seminar-desc .capa,
.seminar__body .seminar-desc .area {
  position: relative;
  padding-left: 2rem;
}

.seminar__body .seminar-desc .capa span,
.seminar__body .seminar-desc .area span {
  padding-right: 8px;
}

.seminar__body .seminar-desc .capa::before {
  background: url(../../../images/medical/practice/seminar/ico-person.svg) no-repeat 50% 50%;
  background-size: 14px auto;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: .4;
}

.seminar__body .seminar-desc .area::before {
  background: url(../../../images/medical/practice/seminar/ico-location.svg) no-repeat 50% 50%;
  background-size: 14px auto;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: .4;
}

@media screen and (max-width:980px) {
  #p-seminar .seminar-list .seminar__body {
    padding: 2.4rem 2rem 4rem;
  }

  #p-seminar .seminar-list .seminar__body::after {
    bottom: 2rem;
    right: 2rem;
    width: 10px;
    height: 10px;
  }

  #p-seminar .seminar-list .seminar__body .seminar-ttl {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .seminar__body .seminar-info li {
    font-size: 1.2rem;
    height: 2.6rem;
    padding: 0 2rem;
  }

  .seminar__body .seminar-date {
    font-size: 1.2rem;
  }

  .seminar__body .seminar-desc {
    font-size: 1.2rem;
    gap: 2rem;
    margin-top: 2rem;
  }
}


/*
=======================================
= セミナー 詳細
=======================================
*/
/* セミナー ヘッダー
---------------------------------*/
#p-seminar-single .seminar-heading {
  background-color: #F9F9F9;
  padding: 6rem 0;
  margin-top: 5rem;
}

#p-seminar-single .seminar-heading .inner {
  max-width: 126rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 4rem;
}

#p-seminar-single .seminar-heading .inner .pic-row {
  width: 55.3%;
}

#p-seminar-single .seminar-heading .inner .txt-row {
  width: 41%;
}

#p-seminar-single .seminar-heading .seminar-detail li {
  position: relative;
  padding-left: 2rem;
}

#p-seminar-single .seminar-heading .seminar-detail li::before {
  background-size: 14px auto;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#p-seminar-single .seminar-heading .seminar-detail li:nth-of-type(n+2) {
  margin-top: 1rem;
}

#p-seminar-single .seminar-heading .seminar-detail .date::before {
  background: url(../../../images/medical/practice/seminar/ico-calendar.svg) no-repeat 50% 50%;
}

#p-seminar-single .seminar-heading .seminar-detail .time::before {
  background: url(../../../images/medical/practice/seminar/ico-time.svg) no-repeat 50% 50%;
}

#p-seminar-single .seminar-heading .seminar-detail .capa::before {
  background: url(../../../images/medical/practice/seminar/ico-person.svg) no-repeat 50% 50%;
}

#p-seminar-single .seminar-heading .seminar-detail .area::before {
  background: url(../../../images/medical/practice/seminar/ico-location.svg) no-repeat 50% 50%;
}

@media screen and (max-width:980px) {
  #p-seminar-single .seminar-heading {
    padding: 4rem 0;
    margin-top: 3rem;
  }

  #p-seminar-single .seminar-heading .inner .pic-row {
    width: 100%;
    margin-bottom: 2.4rem;
  }

  #p-seminar-single .seminar-heading .inner .txt-row {
    width: 100%;
  }
}

#p-seminar-single .seminar-heading .entry-btn,
#p-seminar-single .seminar-offer .entry-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 8rem;
  padding: 1.6rem 4.8rem;
  background: #7994F9;
  border: 2px solid #7994F9;
  color: #fff;
  border-radius: 999rem;
  text-align: center;
  margin-top: 2.4rem;
  position: relative;
}

#p-seminar-single .seminar-heading .entry-btn::after,
#p-seminar-single .seminar-offer .entry-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2rem;
  width: 24px;
  height: 24px;
  background: url(../../../images/medical/practice/icon/blank-w.svg) center / cover;
  transform: translateY(-50%);
}

#p-seminar-single .seminar-heading .entry-btn span,
#p-seminar-single .seminar-offer .entry-btn span {
  display: block;
}

#p-seminar-single .seminar-heading .entry-btn .txt,
#p-seminar-single .seminar-offer .entry-btn .txt {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding-left: 5rem;
}

#p-seminar-single .seminar-heading .entry-btn .txt::before,
#p-seminar-single .seminar-offer .entry-btn .txt::before {
  content: "無料";
  border: 1px solid #fff;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: .5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#p-seminar-single .seminar-heading .entry-btn .caption,
#p-seminar-single .seminar-offer .entry-btn .captio {
  font-size: 1.2rem;
}

#p-seminar-single .seminar-heading .entry-btn:hover,
#p-seminar-single .seminar-offer .entry-btn:hover {
  background: #476ED9;
}

@media screen and (max-width:980px) {

  #p-seminar-single .seminar-heading .entry-btn .txt,
  #p-seminar-single .seminar-offer .entry-btn .txt {
    font-size: 1.5rem;
    padding-left: 4.2rem;
  }

  #p-seminar-single .seminar-heading .entry-btn .txt::before,
  #p-seminar-single .seminar-offer .entry-btn .txt::before {
    font-size: 1.2rem;
  }

  #p-seminar-single .seminar-heading .entry-btn .caption,
  #p-seminar-single .seminar-offer .entry-btn .caption {
    font-size: 1.2rem;
  }

  #p-seminar-single .seminar-heading .entry-btn::after,
  #p-seminar-single .seminar-offer .entry-btn::after {
    width: 16px;
    height: 16px;
  }
}

/* セミナー内容
---------------------------------*/
#p-seminar-single .main-body {
  margin: 10rem 0 0;
}

#p-seminar-single .main-body .inner {
  max-width: 126rem;
}

#p-seminar-single .main-body .inner .seminar-content {
  background-color: #F9F9F9;
  border-radius: 1rem;
  padding: 4rem;
}

#p-seminar-single .main-body .inner .seminar-content .ttl {
  position: relative;
  margin-bottom: 4rem;
}

#p-seminar-single .main-body .inner .seminar-content .ttl::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #CCCCCC;
}

#p-seminar-single .main-body .inner .seminar-content .ttl span {
  font-size: 2.8rem;
  position: relative;
  padding-right: 2rem;
  background-color: #F9F9F9;
}

#p-seminar-single .main-body .inner .seminar-content .sub-ttl {
  margin-bottom: 3rem;
}

@media screen and (max-width:980px) {
  #p-seminar-single .main-body {
    margin: 4rem 0 0;
  }

  #p-seminar-single .main-body .inner .seminar-content {
    padding: 3rem 2rem;
  }

  #p-seminar-single .main-body .inner .seminar-content .ttl {
    margin-bottom: 3rem;
  }

  #p-seminar-single .main-body .inner .seminar-content .ttl span {
    font-size: 2rem;
  }

  #p-seminar-single .main-body .inner .seminar-content .sub-ttl {
    margin-bottom: 2rem;
  }
}

/* セミナー詳細
---------------------------------*/
#p-seminar-single .seminar-detail-info {
  margin-top: 11rem;
  margin-bottom: 8rem;
}

#p-seminar-single .seminar-detail-info .ttl {
  font-size: 2.8rem;
  position: relative;
  margin-bottom: 2.4rem;
}

#p-seminar-single .seminar-detail-info table {
  margin: 0;
  width: 100%;
  border-top: 1px solid #E6E6E6;
}

#p-seminar-single .seminar-detail-info table tr {
  border-bottom: 1px solid #E6E6E6;
}

#p-seminar-single .seminar-detail-info table th,
#p-seminar-single .seminar-detail-info table td {
  vertical-align: middle;
  line-height: 1.6;
  padding: 2.4rem 2rem;
}

#p-seminar-single .seminar-detail-info table th {
  background-color: #F9F9F9;
  text-align: left;
}

#p-seminar-single .seminar-detail-info table a {
  text-decoration: underline;
}

#p-seminar-single .seminar-detail-info table a:focus,
#p-seminar-single .seminar-detail-info table a:active,
#p-seminar-single .seminar-detail-info table a:hover {
  color: #7994F9;
  text-decoration: none;
}

@media screen and (max-width:980px) {
  #p-seminar-single .seminar-detail-info {
    margin-top: 8rem
  }

  #p-seminar-single .seminar-detail-info .ttl {
    font-size: 2rem;
    position: relative;
    margin-bottom: 1.6rem;
  }

  #p-seminar-single .seminar-detail-info table th,
  #p-seminar-single .seminar-detail-info table td {
    width: 100%;
    display: block;
    padding: 2rem;
  }
}

/* セミナー申し込み
---------------------------------*/
#p-seminar-single .seminar-offer {
  background-image: url(../../../images/medical/practice/seminar/bg-offer.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 2rem;
}

#p-seminar-single .seminar-offer-box {
  max-width: 112rem;
  margin: 0 auto;
  padding: 7rem;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(21, 23, 29, 0.2);
  text-align: center;
}

#p-seminar-single .seminar-offer-box .ttl {
  font-size: 2.8rem;
  line-height: 1.22;
  margin-bottom: 2.4rem;
}

#p-seminar-single .seminar-offer-box .txt {
  font-size: 1.6rem;
}

#p-seminar-single .seminar-offer-box .entry-btn {
  max-width: 38rem;
  margin: 3rem auto 0;
}

@media screen and (max-width:980px) {
  #p-seminar-single .seminar-offer {
    padding: 4rem 2rem;
  }

  #p-seminar-single .seminar-offer-box {
    padding: 3rem 2rem;
  }

  #p-seminar-single .seminar-offer-box .ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  #p-seminar-single .seminar-offer-box .txt {
    font-size: 1.4rem;
  }
}

.js-more-list .item.is-hidden {
  visibility: hidden !important;
  opacity: 0;
  height: 0;
  margin: 0 !important;
  padding: 0;
}

.js-more-btn {
  text-align: center;
  margin-top: 8rem;
}

.js-more-btn button {
  background-color: #fff;
  border: 1px solid #1C1E24;
  border-radius: 8rem;
  color: #1C1E24;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  outline: none;
  padding: 0;
  height: 8rem;
  line-height: 8rem;
  width: 320px;
  position: relative;
  transition: 0.3s ease all;
  margin: 0 auto;
}

.js-more-btn button:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 3rem;
  width: 14px;
  height: 14px;
  background: url(../../../images/medical/practice/icon/down-arrow-black.svg) center / cover;
  transform: translateY(-50%);
}

.js-more-btn button:hover {
  background-color: #F0F0F0;
}

@media screen and (max-width:980px) {
  .js-more-btn {
    margin-top: 4rem;
  }

  .js-more-btn button {
    font-size: 1.4rem;
    width: 300px;
  }
}


/*
=======================================
= 開業支援実績
=======================================
*/
#p-interview .mv-interview {
  overflow: hidden;
}

#p-interview .mv-interview .swiper__area {
  position: relative;
  overflow: visible;
  margin-top: 4rem;
}

#p-interview .mv-interview .swiper {
  overflow: visible;
}

#p-interview .mv-interview .swiper-slide {
  width: 1240px !important;
  padding: 0 0 40px;
  margin: 0 60px 0 0;
}

@media screen and (max-width:1280px) {
  #p-interview .mv-interview .swiper-slide {
    width: 100% !important;
    padding: 0 0 20px;
    margin: 0;
  }
}

#p-interview .mv-interview .results-item {
  position: relative;
  overflow: hidden;
  text-align: left;
}

#p-interview .mv-interview .results-item .results-item__pic .thumb {
  overflow: hidden;
  aspect-ratio: 1240 / 440;
  position: relative;
}

#p-interview .mv-interview .results-item .results-item__pic .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 65%);
  z-index: 1;
}

#p-interview .mv-interview .results-item .results-item__pic .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#p-interview .mv-interview .results-item__body {
  padding: 3rem 3rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  z-index: 2;
}

#p-interview .mv-interview .results-item__body .name {
  font-size: 2.4rem;
  line-height: 1.2;
  width: 50%;
}

#p-interview .mv-interview .results-item__body .results-item__category {
  font-size: 1.4rem;
  line-height: 1.22;
  overflow: hidden;
  text-align: right;
  width: 46%;
}

#p-interview .mv-interview .results-item__body .results-item__taglist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  margin-top: .8rem;
}

#p-interview .mv-interview .results-item__body .results-item__taglist li:nth-of-type(n+2) {
  margin-left: 2px;
  position: relative;
}

#p-interview .mv-interview .results-item__body .results-item__taglist li:nth-of-type(n+2):before {
  content: '、';
  color: #fff;
  padding-right: 2px;
}

#p-interview .mv-interview .results-item__bodys .results-item__body .results-item__taglist li:nth-of-type(n+2):before {
  color: #fff;
}

@media screen and (max-width:1280px) {
  #p-interview .mv-interview .results-item .results-item__pic .thumb:after {
    content: none;
  }

  #p-interview .mv-interview .results-item__body {
    padding: 2rem 2rem 0;
    position: static;
    width: 100%;
    display: block;
    color: #1C1E24;
  }

  #p-interview .mv-interview .results-item__body .name {
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 1rem;
  }

  #p-interview .mv-interview .results-item__body .results-item__category {
    font-size: 1.2rem;
    text-align: left;
    width: 100%;
  }

  #p-interview .mv-interview .results-item__body .results-item__taglist {
    justify-content: flex-start;
  }

  #p-interview .mv-interview .results-item__body .results-item__taglist li:nth-of-type(n+2) {
    margin-left: 1px;
  }

  #p-interview .mv-interview .results-item__body .results-item__taglist li:nth-of-type(n+2):before {
    color: #1C1E24;
    padding-right: 1px;
  }
}

#p-interview .interview-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12rem;
}

#p-interview .interview-list .item {
  background-color: #fff;
  border-radius: var(--border-radius-sm);
  box-shadow: rgba(21, 23, 29, .2) 0 0 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 31.3%;
  margin: 0 3% 0 0;
  opacity: 1;
  /* border:1px solid #fff; */
  transition: 0.4s ease all;
}

#p-interview .interview-list .item:hover {
  box-shadow: rgba(21, 23, 29, .1) 0 0 10px;
}

#p-interview .interview-list .item:nth-child(3n) {
  margin: 0 0 0 0;
}

#p-interview .interview-list .item:nth-of-type(n+4) {
  margin-top: 60px;
}

#p-interview .interview-list .interview__pic .thumb {
  overflow: hidden;
  aspect-ratio: 2 / 1;
}

.interview__body {
  padding: 3rem 3rem 6rem;
  height: 100%;
}

.interview__body::after {
  position: absolute;
  content: "";
  bottom: 3rem;
  right: 3rem;
  width: 14px;
  height: 14px;
  background: url(../../../images/medical/practice/icon/next-arrow-black.svg) center / cover;
}

#p-interview .interview__body .ttl {
  font-size: 1.8rem;
  line-height: 1.44;
  position: relative;
  padding-left: 3.2rem;
  margin-bottom: 4rem;
}

#p-interview .interview__body .ttl::before {
  content: '';
  width: 20px;
  height: 1px;
  top: 12px;
  left: 0;
  position: absolute;
  background-color: #1C1E24;
}

#p-interview .interview__body .address {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 2rem;
}

@media screen and (max-width:1380px) {
  #p-interview .interview-list .item {
    width: 48%;
    margin: 0;
  }

  #p-interview .interview-list .item:nth-child(odd) {
    margin: 0 2% 0 0;
  }

  #p-interview .interview-list .item:nth-child(even) {
    margin: 0 0 0 2%;
  }

  #p-interview .interview-list .item:nth-of-type(n+3) {
    margin-top: 5rem;
  }
}

@media screen and (max-width:980px) {
  #p-interview .interview-list {
    display: block;
    margin-top: 4rem;
  }

  #p-interview .interview-list .item {
    width: 100%;
    margin: 0;
  }

  #p-interview .interview-list .item:nth-child(odd) {
    margin: 0;
  }

  #p-interview .interview-list .item:nth-child(even) {
    margin: 0;
  }

  #p-interview .interview-list .item:nth-of-type(n+2) {
    margin-top: 3rem;
  }

  .interview__body {
    padding: 2.4rem 2rem 4rem;
  }

  .interview__body::after {
    bottom: 2rem;
    right: 2rem;
    width: 10px;
    height: 10px;
  }

  #p-interview .interview__body .ttl {
    font-size: 1.5rem;
    padding-left: 1.8rem;
    margin-bottom: 1.4rem;
  }

  #p-interview .interview__body .ttl::before {
    width: 10px;
    top: 12px;
  }

  #p-interview .interview__body .address {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}


/*
=======================================
= インタビュー詳細 詳細
=======================================
*/

#p-interview-single .main-header {
  text-align: center;
}

#p-interview-single .main-header .mv-img {
  margin-bottom: 6rem;
}

#p-interview-single .main-header .pege-subheading {
  font-size: 1.6rem;
  line-height: 1.44;
  margin-bottom: 2rem;
}

@media screen and (max-width:980px) {
  #p-interview-single .main-header .mv-img {
    margin-bottom: 5rem;
  }

  #p-interview-single .main-header .pege-subheading {
    font-size: 1.4rem;
    line-height: 1.44;
    margin-bottom: 2rem;
  }
}


#p-interview-single .interview-profile .interview-profile__info {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  position: relative;
  margin-bottom: 2rem;
  height: 2rem;
}

#p-interview-single .interview-profile .interview-profile__info .item-updata {
  text-align: right;
  color: #AAAAAA;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  right: 0;
}

#p-interview-single .interview-profile .interview-profile__info .item-web {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#p-interview-single .interview-profile .interview-profile__info .item-web span::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(../../../images/medical/practice/icon/link-blank-icon.svg) center / cover;
  transform: translateY(-50%);
}

#p-interview-single .interview-profile .interview-profile__info .item-web span {
  padding-right: 2rem;
  position: relative;
  background-image: linear-gradient(#111, #111);
  background-position: 0% 100%;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}

#p-interview-single .interview-profile .interview-profile__info .item-web:hover span {
  background-position: 100% 100%;
  background-size: 0% 1px;
}

@media screen and (max-width:980px) {
  #p-interview-single .interview-profile .interview-profile__info {
    font-size: 1.1rem;
  }
}


#p-interview-single .interview-profile .interview-profile__clinic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#p-interview-single .interview-profile .interview-profile__clinic .item-outline {
  width: 70%;
  background-color: #F9F9F9;
  padding: 6rem 10rem;
}

#p-interview-single .interview-profile .interview-profile__clinic .item-doctor {
  width: 25%;
}

#p-interview-single .interview-profile .interview-profile__clinic .item-doctor .pic {
  border: 1px solid #DBDBDB;
}

#p-interview-single .interview-profile .interview-profile__clinic .item-doctor .name {
  margin-top: 1.6rem;
  text-align: center;
}

#p-interview-single .interview-profile .interview-profile__clinic .item-outline .ttl {
  font-size: 2.4rem;
  line-height: 1.44;
  margin-bottom: 2.8rem;
}

#p-interview-single .interview-profile .interview-profile__clinic .item-outline dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#p-interview-single .interview-profile .interview-profile__clinic .item-outline dt {
  margin-bottom: 1.4rem;
  padding-right: 1rem;
  width: 10rem;
  display: flex;
  align-items: center;
}

#p-interview-single .interview-profile .interview-profile__clinic .item-outline dd {
  margin-bottom: 1.4rem;
  padding-left: 1rem;
  width: calc(100% - 10rem);
}

#p-interview-single .interview-profile .interview-profile__clinic .item-outline .biography {
  background-color: #fff;
  border: 1px solid #1C1E24;
  border-radius: 999px;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  padding: 1.2rem 2rem;
  cursor: pointer;
  margin-left: 1.6rem;
}

#p-interview-single .interview-profile .interview-profile__clinic .item-outline .biography:hover {
  background-color: #1C1E24;
  border: 1px solid #1C1E24;
  color: #fff !important;
}

@media screen and (max-width:980px) {
  #p-interview-single .interview-profile .interview-profile__clinic .item-outline {
    width: 100%;
    padding: 3rem 2rem;
  }

  #p-interview-single .interview-profile .interview-profile__clinic .item-doctor {
    width: 100%;
    margin-top: 2.4rem;
  }

  #p-interview-single .interview-profile .interview-profile__clinic .item-doctor .pic {
    width: 50%;
    margin: 0 auto;
  }

  #p-interview-single .interview-profile .interview-profile__clinic .item-outline .ttl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  #p-interview-single .interview-profile .interview-profile__clinic .item-outline dl {
    font-size: 1.5rem;
  }

  #p-interview-single .interview-profile .interview-profile__clinic .item-outline dt {
    margin-bottom: .5rem;
    width: 8rem;
    align-items: flex-start;
  }

  #p-interview-single .interview-profile .interview-profile__clinic .item-outline dd {
    margin-bottom: .5rem;
    width: calc(100% - 8rem);
  }

  #p-interview-single .interview-profile .interview-profile__clinic .item-outline .biography {
    display: block;
    font-size: 1.5rem;
    padding: 1.6rem 2rem;
    margin: 1.6rem 0 0;
    text-align: center;
  }

  #p-interview-single .interview-profile .interview-profile__clinic .item-outline .biography:hover {
    background-color: #1C1E24;
    border: 1px solid #1C1E24;
    color: #fff !important;
  }
}


#p-interview-single .interview-toc {
  border: 1px solid #ccc;
  margin: 10rem 0;
  padding: 6rem 12rem 7rem;
}

#p-interview-single .interview-toc .heading {
  font-size: 2rem;
  line-height: 1.22;
  margin-bottom: 3rem;
}

#p-interview-single .interview-toc .toc-list li {
  position: relative;
  padding-left: 2.4rem;
  line-height: 1.44;
}

#p-interview-single .interview-toc .toc-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q.";
  margin: 0;
}

#p-interview-single .interview-toc .toc-list li:nth-of-type(n+2) {
  margin-top: 2.2rem;
}

#p-interview-single .interview-toc .toc-list li a {
  text-decoration: none;
}

#p-interview-single .interview-toc .toc-list li a:focus,
#p-interview-single .interview-toc .toc-list li a:active,
#p-interview-single .interview-toc .toc-list li a:hover {
  text-decoration: underline;
}

@media print,
screen and (max-width: 980px) {
  #p-interview-single .interview-toc {
    margin: 6rem 0;
    padding: 3rem 2rem;
  }

  #p-interview-single .interview-toc .heading {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1.2rem;
  }
}


#p-interview-single .interview-content .interview-block:not(:first-child) {
  margin-top: 10rem;
}

#p-interview-single .interview-block .interview-block-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#p-interview-single .interview-block .interview-block-row .pic-row {
  width: 36%;
}

#p-interview-single .interview-block .interview-block-row .pic-row img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #eaeaea;
}

#p-interview-single .interview-block .interview-block-row .pic-row .txt-caption {
  margin-top: 1rem;
  font-size: 1.2rem;
}

#p-interview-single .interview-block .interview-block-row .txt-row {
  width: 60%;
  line-height: 2;
}

#p-interview-single .interview-block .heading {
  font-size: 2.4rem;
  position: relative;
  padding-left: 4rem;
  line-height: 1.44;
  margin-bottom: 2.4rem;
}

#p-interview-single .interview-block .heading::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q.";
  margin: 0;
}

#p-interview-single .interview-offer .link-btn.btn-contact {
  margin: 10rem auto 0;
  max-width: 54rem;
  height: 100px;
}

#p-interview-single .interview-offer .link-btn.btn-contact .txt {
  font-size: 2rem;
}

@media screen and (max-width: 980px) {
  #p-interview-single .interview-content .interview-block:not(:first-child) {
    margin-top: 7rem;
  }

  #p-interview-single .interview-block .interview-block-row .pic-row {
    width: 100%;
    margin-top: 2rem;
  }

  #p-interview-single .interview-block .interview-block-row .txt-row {
    width: 100%;
    line-height: 2;
  }

  #p-interview-single .interview-block .heading {
    font-size: 2rem;
    margin-bottom: 1.6rem;
    padding-left: 3rem;
  }

  #p-interview-single .interview-offer .link-btn.btn-contact {
    margin: 5rem auto 0;
    height: 80px;
  }

  #p-interview-single .interview-offer .link-btn.btn-contact .txt {
    font-size: 1.5rem;
  }
}

.interview-related {
  background-color: #F9F9F9;
  padding: 10rem 0;
  margin-top: 14rem;
}

.interview-related .heading {
  font-size: 3.6rem;
  line-height: 1.44;
  margin-bottom: 4rem;
  text-align: center;
}

#p-top-results.interview-related .swiper-slide {
  width: 625px !important;
  padding: 0 0 40px;
  margin: 0 20px;
}

@media screen and (max-width: 980px) {
  .interview-related {
    padding: 6rem 0;
    margin-top: 8rem;
  }

  .interview-related .heading {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media screen and (max-width:980px) {
  #p-top-results.interview-related .swiper-slide {
    width: 100% !important;
    padding: 0 0 20px;
    margin: 0 20px;
  }
}


/* モーダルと背景の指定 */
.modal-wrap {
  bottom: 0;
  display: grid;
  left: 0;
  opacity: 0;
  padding: 6rem 2rem;
  place-content: center;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .3s linear, visibility .3s linear;
  z-index: 1;
}

.modal-wrap .overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  cursor: pointer;
}

.modal-wrap .modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  transform: translate(-50%, -50%);
}

.modal-wrap .modal-inner {
  max-width: 1000px;
  max-height: 60vh;
  overflow-y: auto;
}

.modal-wrap .modal-content {
  position: relative;
  overflow-y: auto;
  height: 100%;
  padding: 8rem 6rem;
}

.modal-close {
  position: absolute;
  border-radius: .5rem;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
  transition: opacity .6s;
}

.modal-close:hover {
  border: 1px solid #222;
}

.modal-close:before,
.modal-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #222;
  content: '';
}

.modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-wrap.show {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  pointer-events: auto;
}

.modal-content .heading {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 6rem;
}

.modal-content .history {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.6rem;
  line-height: 1.44;
  width: 100%;
}

.modal-content .history dt {
  position: relative;
  width: 30%;
  margin-bottom: 2rem;
}

.modal-content .history dd {
  width: 65%;
  margin-bottom: 5rem
}

.modal-content .history-txt {
  margin-bottom: 5rem
}

.modal-btnclose {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
  color: #111 !important;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 40px;
  padding: 1.8rem 2.4rem;
  position: relative;
  width: 200px;
  text-align: center;
  margin: 2rem auto 0;
  cursor: pointer;
}

.modal-btnclose span {
  position: relative;
  padding-left: 1.4rem;
}

.modal-btnclose span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "×";
}

.modal-btnclose:hover {
  border: 1px solid #222;
}

@media screen and (max-width: 980px) {
  .modal-wrap .modal-inner {
    width: 90%;
  }

  .modal-wrap .modal-content {
    height: 100%;
    padding: 60px 20px 40px;
  }

  .modal-content .heading {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }

  .modal-content .history {
    font-size: 1.5rem;
  }

  .modal-content .history dt {
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
  }

  .modal-content .history dd {
    margin-bottom: 3rem;
    width: 100%;
  }

  .modal-content .history-txt {
    margin-bottom: 3rem
  }
}



/*
=======================================
= コラム　一覧
=======================================
*/
#p-top-column {
  padding: 10rem 0;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

#p-top-column .p-top-btn {
  margin-top: 6rem;
}

#p-top-column .link-btn {
  margin: 0 auto;
}

#p-top-column .lead-copy {
  margin-bottom: 3rem;
  text-align: center;
}

.column-list .item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.4s ease all;
  border-radius: var(--border-radius-sm);
  box-shadow: rgba(21, 23, 29, .2) 0 0 20px;
  overflow: hidden;
}

.column-list .item:hover {
  box-shadow: rgba(21, 23, 29, .1) 0 0 10px;
}

.column-list .item a {
  display: block;
}

.column-list .item .column-item__pic .thumb {
  overflow: hidden;
  aspect-ratio: 640 / 300;
}

.column-list .item .column-item__pic .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.column-list .item .column-item__body {
  padding: 2.4rem 2.4rem 3.2rem;
  height: 100%;
}

.column-list .item .column-item__body .date {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.column-list .item .column-item__body .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.column-list .item .column-item__body .txt {
  font-size: 1.4rem;
  opacity: .6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width:980px) {
  #p-top-column {
    padding: 6rem 0;
  }

  #p-top-column .p-top-btn {
    margin-top: 3rem;
  }

  #p-top-column .lead-copy {
    text-align: left;
  }

  .column-list .item .column-item__body {
    padding: 1.2rem 1.6rem;
  }

  .column-list .item .column-item__body .date {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .column-list .item .column-item__body .ttl {
    font-size: 1.6rem;
  }

  .column-list .item .column-item__body .txt {
    font-size: 1.2rem;
  }
}

#p-top-column .swiper__area {
  position: relative;
  overflow: visible;
}

#p-top-column .swiper {
  overflow: visible;
}

#p-top-column .swiper-slide {
  width: 580px !important;
  padding: 0 0 40px;
  margin: 0 30px;
  height: auto;
}

@media screen and (max-width:980px) {
  #p-top-column .swiper-slide {
    width: 100% !important;
    padding: 0 0 20px;
    margin: 0 20px;
  }
}


#p-column .main-body {
  margin: 8rem 0 15rem;
}

.p-column.column-list {
  display: flex;
  flex-wrap: wrap;
}

.p-column.column-list .item {
  width: 31.3%;
  margin: 0 3% 0 0;
}

.p-column.column-list .item:nth-child(3n) {
  margin: 0 0 0 0;
}

.p-column.column-list .item:nth-of-type(n+4) {
  margin-top: 60px;
}

#p-column .column-list .item .column-item__pic .thumb {
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width:980px) {
  #p-column .main-body {
    margin: 4rem 0 8rem;
  }

  .p-column.column-list {
    display: block;
    margin-top: 4rem;
  }

  .p-column.column-list .item {
    width: 100%;
    margin: 0;
  }

  .p-column.column-list .item:nth-of-type(n+2) {
    margin-top: 3rem;
  }
}


/*
=======================================
= コラム 詳細
=======================================
*/
.p-column-body .inner {
  max-width: 112rem;
}

.p-column-body .single-article__header .date {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.p-column-body .single-article__header .date time {
  position: relative;
  padding-left: 2rem;
}

.p-column-body .single-article__header .date time::before {
  background-size: 14px auto;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../../../images/medical/practice/seminar/ico-time.svg) no-repeat 50% 50%;
}

.p-column-body .single-article__header .entry-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.44;
  margin-bottom: 1.6rem;
}

@media screen and (max-width:980px) {
  .p-column-body .single-article__header .date {
    font-size: 1.2rem;
  }

  .p-column-body .single-article__header .entry-ttl {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}




.sigle-article__body {
  margin-top: 4rem;
}

.sigle-article__body>*:first-child {
  margin-top: 0;
}

.sigle-article__body>*:last-child {
  margin-top: 0;
}

.sigle-article__body>* {
  margin-top: 1.6rem;
}

.sigle-article__body a {
  color: var(--color-black);
  ;
  text-decoration: underline;
}

.sigle-article__body a:focus,
.sigle-article__body a:active,
.sigle-article__body a:hover {
  color: var(--color-black);
  ;
  text-decoration: none;
}

.sigle-article__body strong {
  font-weight: bold;
}

.sigle-article__body em {
  font-style: italic;
}

.sigle-article__body h2 {
  border-bottom: 2px solid #dadada;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.44;
  padding: 0 0 1.4rem;
  margin: 6.4rem 0 2.4rem;
  position: relative;
}

.sigle-article__body h2::before {
  background: var(--color-primary);
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}

.sigle-article__body h3 {
  border-radius: .4rem;
  background-color: #f7f7f7;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
  margin-top: 4.8rem;
  margin-bottom: 1.6rem;
  padding: 1.6rem 2rem;
  position: relative;
}

.sigle-article__body h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  inset: 1.4rem auto 1.4rem 0;
  width: .5rem;
  background: var(--color-primary);
}

.sigle-article__body h4 {
  border-bottom: 1px solid #ddd;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
  padding-bottom: 1rem;
}

.sigle-article__body h5 {
  font-weight: 700;
  line-height: 1.44;
  margin-top: 2.4rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
}

.sigle-article__body h5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: var(--color-primary);
  border-radius: 50%;
  opacity: .8;
}

.sigle-article__body h2+*,
.sigle-article__body h3+*,
.sigle-article__body h4+*,
.sigle-article__body h5+*,
.sigle-article__body h6+* {
  margin-top: 0;
}

@media screen and (max-width:980px) {
  .sigle-article__body h2 {
    font-size: 2rem;
    margin-top: 4.8rem;
    margin-bottom: 1.6rem;
  }

  .sigle-article__body h3 {
    font-size: 1.8rem;
    margin-top: 4rem;
    margin-bottom: 1.6rem;
  }

  .sigle-article__body h4 {
    font-size: 1.7rem;
    margin-top: 3rem;
  }
}

.sigle-article__body .column-box {
  background-color: #F9F9F9;
  padding: 2.4rem;
  border-radius: .4rem;
  font-weight: 700;
}

@media screen and (max-width:980px) {
  .sigle-article__body .column-box {
    padding: 1.6rem;
  }
}

/* Ul list */
.sigle-article__body ul:not(.toc_list)>li {
  position: relative;
  padding-left: 14px;
  line-height: 1.66;
}

.sigle-article__body ul>li::after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-primary);
}

.sigle-article__body ul:not(.toc_list)>li:nth-of-type(n+2) {
  margin-top: .8rem;
}

/* Ol list */
.sigle-article__body ol {
  counter-reset: number;
}

.sigle-article__body ol>li {
  position: relative;
  padding-left: 20px;
  line-height: 1.66;
}

.sigle-article__body ol>li::after {
  color: var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  display: inline-block;
  content: counter(number) '.';
}

/* Table */
.sigle-article__body table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.sigle-article__body table th,
.sigle-article__body table td {
  vertical-align: middle;
  line-height: 1.6;
  font-size: 1.4rem;
  padding: 1.6rem;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.sigle-article__body table th>*:first-child,
.sigle-article__body table td>*:first-child {
  margin-top: 0;
}

.sigle-article__body table th>*:last-child,
.sigle-article__body table td>*:last-child {
  margin-bottom: 0;
}

.sigle-article__body table th {
  background: #f7f7f7;
  font-weight: 700;
}

.sigle-article__body table td {
  background: #fff;
}

@media screen and (max-width: 768px) {

  .sigle-article__body table th,
  .sigle-article__body table td {
    font-size: 1.2rem;
    padding: 1rem;
  }
}

.sigle-article__body .block-table figcaption {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: right;
}

/* Blog-card */
.sigle-article__body .column-item-card .item {
  text-decoration: none;
  border: 1px solid #ddd;
  padding: 2.4rem;
  display: block;
  border-radius: .4rem;
  max-width: 70rem;
  margin: 1.6rem auto 0;
}

.sigle-article__body .column-item-card .item .item-row {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 16rem auto;
  align-items: center;
}

.sigle-article__body .column-item-card .item:hover {
  border: 1px solid var(--color-primary);
}

.sigle-article__body .column-item-card .pic-row .thumb {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: .4rem;
}

.sigle-article__body .column-item-card .pic-row .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sigle-article__body .column-item-card .txt-row .ttl {
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width:980px) {
  .sigle-article__body .column-item-card .item {
    padding: 1.6rem 1.6rem 2.4rem;
  }

  .sigle-article__body .column-item-card .item .item-row {
    display: block;
  }

  .sigle-article__body .column-item-card .txt-row .ttl {
    margin-top: 1.6rem;
  }

  .sigle-article__body .column-item-card .txt-row .ttl {
    font-size: 1.4rem;
  }
}

/* Column Offer */
.sigle-article__body .column-offer {
  background-color: #EAEEF7;
  padding: 4rem 2.4rem;
  margin-top: 6.4rem;
  text-align: center;
}

.sigle-article__body .column-offer .link-btn {
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width:980px) {
  .sigle-article__body .column-offer {
    padding: 2.4rem 2.4rem;
    margin-top: 4rem;
  }
}


/* sns-share-block
-----------------------------------------------------*/
.sns-share-block {
  margin: 2rem auto 0;
  text-align: center;
}

.sns-share-block .share-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns-share-block .share-ttl::before,
.sns-share-block .share-ttl::after {
  content: '';
  width: 2px;
  height: 14px;
  background-color: var(--color-black);
  ;
}

.sns-share-block .share-ttl::before {
  margin-right: 8px;
  transform: rotate(-35deg);
}

.sns-share-block .share-ttl::after {
  margin-left: 8px;
  transform: rotate(35deg);
}

.sns__container {
  display: flex;
  align-items: center;
}

.sns__container a {
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sns__container a:hover {
  opacity: 0.6;
}

.sns__container img {
  width: 26px;
  height: auto;
}

.sns__twitter {
  background: #111;
}

.sns__facebook {
  background: #3b5998;
}

.sns__pocket {
  background: #ef3f56;
}

.sns__line {
  background: #1dcd00;
}

.sns__hatena {
  background: #00a5de;
}

.sns__copy {
  background: #d1d1d1;
}

@media screen and (max-width:960px) {
  .sns-share-block {
    margin: 4rem auto;
  }

  #p-blog-single .sns-share-block {
    margin: 2rem 2rem;
  }

  .sns-share-block .share-ttl {
    font-size: 1.5rem;
  }

  .sns__container a {
    padding: .7rem 0;
  }

  .sns__container img {
    width: 18px;
  }
}


.column-related {
  background-color: #F9F9F9;
  padding: 10rem 0;
  margin-top: 14rem;
  border-bottom: none !important;
}

.p-column-btn {
  margin-top: 6rem;
  text-align: center;
}

.p-column-btn .link-btn {
  margin: 0 auto;
}

@media screen and (max-width:960px) {
  .column-related {
    padding: 6rem 0;
    margin-top: 8rem;
  }

  .p-column-btn {
    margin-top: 3rem;
    text-align: center;
  }
}

#p-top-reason {
  padding: 10rem 0;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

#p-top-reason .p-top-heading .head-line {
  background: linear-gradient(#EAEEF7, #EAEEF7) 0 100% / 100% 20px no-repeat;
}

#p-top-reason .reason-txt {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 4rem;
  text-align: center;
}

#p-top-reason ul.reason-wrap {
  display: flex;
  flex-direction: column;
  /* gap: 2.4rem; */
}

#p-top-reason ul.reason-wrap li {
  display: flex;
  gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  /* padding: 50px 40px; */
  padding: 32px 32px;
}

#p-top-reason ul.reason-wrap li:first-child {
  flex-direction: row-reverse;
}

#p-top-reason ul.reason-wrap li .img-box {
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#p-top-reason ul.reason-wrap li .text-box {
  padding-top: 1.5em;
  width: 50%;
}

#p-top-reason ul.reason-wrap li .text-box .body {
  width: 100%;
  max-width: none;
}
#p-top-reason ul.reason-wrap li .head h3 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2rem;
}

#p-top-reason ul.reason-wrap li .body p {
  line-height: 2.4;
}
#p-top-reason .p-top-btn {
  margin-top: 4rem;
}

#p-top-reason .p-top-btn a {
  margin: 0 auto;
}
#p-top-reason br.tb {
  display: none;
}

#p-top-reason br.sp {
  display: none;
}

@media screen and (max-width:980px) {
  #p-top-reason {
    padding: 6rem 0;
  }

  #p-top-reason br.tb {
    display: block;
  }

  #p-top-reason .p-top-heading .head-line {
    background: linear-gradient(#EAEEF7, #EAEEF7) 0 100% / 100% 20px no-repeat;
  }

  #p-top-reason ul.reason-wrap li .head h3 {
    font-size: 1.8rem;
  }

  #p-top-reason ul.reason-wrap li .body p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width:768px) {
  #p-top-reason br.sp {
    display: block;
  }

  #p-top-reason ul.reason-wrap {
    grid-template-columns: 1fr;
  }

  #p-top-reason ul.reason-wrap li {
    gap: 30px;
    padding: 30px 30px;
    flex-direction: column !important;
  }

  #p-top-reason ul.reason-wrap li .img-box{
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  #p-top-reason ul.reason-wrap li .text-box{
    width: 100%;
    padding-top: 0;
  }
}
