@charset "UTF-8";
/*
Theme Name: kounaika-design
Author: saya ryo
*/
body {
  position: relative;
  width: 100%;
  background: #fff;
  color: #707070;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.85px;
}

a {
  text-decoration: none;
  letter-spacing: 0.85px;
  transition: all ease 0.3s;
  color: #47917F;
}

main {
  width: 100%;
  position: relative;
}

ul {
  padding: 0;
  margin: 0;
}

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

p {
  line-height: 1.6;
  font-weight: 400;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
li {
  list-style: none;
}

.l-header {
  width: 100%;
  background-color: #fff;
}
.l-header-inner {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 35px 0;
  position: relative;
  z-index: 1000;
}
.l-header-inner-logo {
  padding-left: 48px;
}
.l-header-inner-logo a {
  display: inline-block;
  width: 185px;
}
.l-header-inner-logo a img {
  width: 100%;
}
.l-header-inner-menu {
  margin-left: auto;
}
.l-header-inner-menu-info {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.l-header-inner-menu-info-tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.l-header-inner-menu-info-tel img {
  display: inline-block;
  width: 24px;
  margin-right: 8px;
}
.l-header-inner-menu-info-tel a {
  display: inline-block;
  font-size: 30px;
  letter-spacing: 3px;
  color: #47917F;
}
.l-header-inner-menu-info-open {
  padding-left: 40px;
  text-align: left;
}
.l-header-inner-menu-info-open-list {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  width: 100%;
}
.l-header-inner-menu-info-open-list-head {
  width: 114px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #47917F;
  border-radius: 17px;
  margin-right: 20px;
}
.l-header-inner-menu-info-open-list-head p {
  color: #fff;
  font-size: 16px;
}
.l-header-inner-menu-info-open-list-text p {
  font-size: 17px;
  color: #47917F;
  font-weight: 600;
  letter-spacing: 1.7px;
}
.l-header-inner-hamburger {
  display: none;
  position: relative;
  background: transparent;
  width: 39px;
  height: 39px;
  cursor: pointer;
  z-index: 100;
  margin-top: 3px;
}
.l-header-inner-hamburger span {
  width: 100%;
  height: 1px;
  position: absolute;
  background: #061a2c;
  margin: auto;
  transition: all 0.8s;
}
.l-header-inner-hamburger span:nth-of-type(1) {
  top: 0;
  left: 0;
  right: 0;
}
.l-header-inner-hamburger span:nth-of-type(2) {
  top: 11px;
  left: 0;
  right: 0;
}
.l-header-inner-hamburger span:nth-of-type(3) {
  top: 22px;
  left: 0;
  right: 0;
}
.l-header-inner-hamburger span:nth-of-type(4) {
  top: 29px;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  background: transparent;
  line-height: 1;
}
.l-header-inner-hamburger span:nth-of-type(5) {
  top: 29px;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  background: transparent;
  line-height: 1;
}
.l-header-inner-hamburger-menu {
  display: block;
}
.l-header-inner-hamburger-close {
  display: none;
}
.l-header-inner-hamburger.is-active span:nth-of-type(1) {
  transform: translate(0, 10px) rotate(35deg);
}
.l-header-inner-hamburger.is-active span:nth-of-type(2) {
  display: none;
}
.l-header-inner-hamburger.is-active span:nth-of-type(3) {
  transform: translate(0, -11px) rotate(-35deg);
}
.l-header-inner-hamburger.is-active .l-header-inner-hamburger-menu {
  display: none;
}
.l-header-inner-hamburger.is-active .l-header-inner-hamburger-close {
  display: block;
}
.l-header-fv {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px 0 60px;
  background-color: #E0EEDB;
  position: relative;
  margin: 50px 0 20px;
}
.l-header-fv-tree {
  width: 27%;
  position: absolute;
  top: 70px;
  left: 5%;
}
.l-header-fv-tree-image {
  width: 100%;
  margin-bottom: 30px;
}
.l-header-fv-tree-message {
  width: 100%;
}
.l-header-fv-image {
  width: 65%;
  position: relative;
  overflow: hidden;
	border-radius: 45px 0 0 45px;
	z-index: 5;
}
.l-header-fv-image img {
  width: 100%;
}
.l-header-fv-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #F9FFF9, #BFCEBF);
  opacity: 0.45;
	border-radius: 45px 0 0 45px;
}
.l-header-fv-line {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.l-header-fv-line .sp-img {
  display: none;
}
.l-header-fv-top {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.l-header-fv-top img {
  width: 100%;
}
.l-header-fv-bottom {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.l-header-fv-bottom .sp-img {
  display: none;
}
.l-header-nav {
  width: 100%;
  padding: 60px 0;
  margin-top: 80px;
}
.l-header-nav-box {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header-nav-box-list {
  width: -moz-fit-content;
  width: fit-content;
}
.l-header-nav-box-list-link {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 1.7px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.l-header-nav-box-list-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #47917F;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.l-header-nav-box-list-link:hover::after {
  transform: scaleX(1);
}

.u-hamburger {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
  background-color: #fff;
  z-index: 100;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.u-hamburger-container {
  position: relative;
  z-index: 10;
  padding-top: 80px;
}
.u-hamburger-container__menu {
  width: 100%;
  padding: 30px 20px 40px;
}
.u-hamburger-container__menu-list {
  margin-bottom: 16px;
  border-radius: 5px;
  background-color: #E3F3EF;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  width: 90%;
}
.u-hamburger-container__menu-list a {
  font-size: 19px;
  color: #47917F;
  font-weight: 700;
  line-height: 1.5;
  padding: 9px 24px;
  display: block;
}
.u-hamburger-container__box {
  width: 100%;
}

.is-active.u-hamburger {
  right: 0;
}

@media (max-width: 1080px) {
  .l-header-inner {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  .l-header-inner-logo {
    padding-left: 0;
  }
  .l-header-inner-logo a {
    display: inline-block;
    width: 130px;
  }
  .l-header-inner-menu {
    display: none;
  }
  .l-header-inner-hamburger {
    display: block;
  }
  .l-header-fv {
    margin: 89.15px 0 100px;
  }
  .l-header-fv-top {
    display: none;
  }
  .l-header-nav {
    display: none;
  }
}
@media (max-width: 700px) {
  .l-header-fv {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 25px 0 200px 20px;
    background-color: #E0EEDB;
    position: relative;
  }
  .l-header-fv-tree {
    position: absolute;
    width: 100%;
    top: 420px;
    left: 1%;
    z-index: 6;
  }
  .l-header-fv-tree-image {
    width: 232px;
    margin-bottom: 10px;
  }
  .l-header-fv-tree-message {
    width: 80%;
    margin: 0 auto;
  }
  .l-header-fv-image {
    width: 100%;
    height: 574px;
  }
  .l-header-fv-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 30% center;
       object-position: 30% center;
  }
  .l-header-fv-line {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .l-header-fv-line .pc-img {
    display: none;
  }
  .l-header-fv-line .sp-img {
    display: block;
  }
  .l-header-fv-bottom {
    top: 99%;
    bottom: auto;
    left: 0;
    z-index: 0;
  }
  .l-header-fv-bottom .sp-img {
    display: block;
  }
  .l-header-fv-bottom .pc-img {
    display: none;
  }
}
@media (max-width: 600px) {
  .l-header-fv {
    padding: 25px 0 160px 20px;
  }
  .l-header-fv-line {
    bottom: -30px;
  }
  .l-header-fv-bottom {
    top: 99%;
    bottom: auto;
  }
}
.l-header.page-header .l-header-fv {
  display: none;
}
.l-header.page-header .l-header-nav {
  margin-top: 0;
  padding: 0 0 35px;
}

.l-footer {
  width: 100%;
  background-image: url(./image/common/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 70px 0 0;
}
.l-footer-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.l-footer-inner-logo {
  width: 170px;
  height: auto;
  margin-bottom: 35px;
}
.l-footer-inner p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
}
.l-footer-inner-open {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 35px;
}
.l-footer-inner-open-head {
  width: 114px;
  height: 33px;
  background-color: #47917F;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.l-footer-inner-open-head p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.l-footer-inner-open-time {
  font-size: 17px;
  color: #47917F;
  font-weight: 600;
}
.l-footer-inner-open.block {
  margin: 35px auto 10px;
}
.l-footer-inner-tel {
  margin-bottom: 80px;
}
.l-footer-inner-tel-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.l-footer-inner-tel-link img {
  display: inline-block;
  width: 24px;
  margin-right: 10px;
}
.l-footer-inner-tel-link p {
  font-weight: 400;
  font-size: 30px;
  color: #473E3E;
  letter-spacing: 3px;
  display: inline-block;
  padding-bottom: 5px;
}
.l-footer-inner-copy {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  letter-spacing: 1.6px;
  line-height: 1.5;
  padding-bottom: 6px;
}

@media (max-width: 700px) {
  .l-footer {
    padding: 100px 15px 0;
  }
  .l-footer-inner {
    width: 100%;
  }
  .l-footer-inner-logo {
    margin-bottom: 20px;
  }
  .l-footer-inner-open {
    margin: 0 auto 35px;
  }
  .l-footer-inner-open-head {
    margin-right: auto;
    margin-bottom: 5px;
  }
  .l-footer-inner-open-time {
    padding-left: 22px;
    font-size: 17px;
    letter-spacing: 1.7px;
  }
  .l-footer-inner-open.block {
    margin: 30px auto 20px;
  }
}
.main-btn {
  position: relative;
  display: inline-block;
  width: 350px;
  background-color: #cfcfd1;
  padding: 15px 18px;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  transition: all ease 0.3s;
}
.main-btn::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #061a2c;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  transition: all ease 0.5s;
}
.main-btn::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  background-color: transparent;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
  transition: all ease 0.5s;
}
.main-btn:hover {
  background-color: #061a2c;
  color: #fff;
}
.main-btn:hover::before {
  background-color: #fff;
  right: 12px;
}
.main-btn:hover::after {
  right: 22px;
  border-right: 1.5px solid #061a2c;
  border-bottom: 1.5px solid #061a2c;
}

@media (max-width: 520px) {
  .main-btn {
    width: 60%;
    padding: 10px 18px 10px 10px;
    font-size: 14px;
  }
  .main-btn::before {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    right: 12px;
  }
  .main-btn::after {
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    right: 19px;
  }
  .main-btn:hover::before {
    right: 6px;
  }
  .main-btn:hover::after {
    right: 12px;
    border-right: 1.5px solid #061a2c;
    border-bottom: 1.5px solid #061a2c;
  }
}
.p-page-btn {
  position: relative;
  display: inline-block;
  max-width: 340px;
  width: 31%;
  min-width: 250px;
  background-color: #061a2c;
  padding: 15px 18px;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  transition: all ease 0.3s;
  margin-right: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.p-page-btn::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #fff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  transition: all ease 0.3s;
}
.p-page-btn::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #061a2c;
  border-bottom: 1.5px solid #061a2c;
  background-color: transparent;
  top: 50%;
  right: 29px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  transition: all ease 0.3s;
}
.p-page-btn:hover {
  background-color: #121212;
}
.p-page-btn:hover::before {
  top: 64%;
}
.p-page-btn:hover::after {
  top: 64%;
}

@media (max-width: 670px) {
  .p-page-btn {
    max-width: auto;
    width: 100%;
    padding: 15px 18px;
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .p-page-btn::before {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    right: 20px;
  }
  .p-page-btn::after {
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #061a2c;
    border-bottom: 1.5px solid #061a2c;
    right: 29px;
  }
  .p-page-btn:hover {
    background-color: #121212;
  }
  .p-page-btn:hover::before {
    top: 64%;
  }
  .p-page-btn:hover::after {
    top: 64%;
  }
}
.sp {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.c-breadcrumbs {
  width: 100%;
  text-align: left;
}
.c-breadcrumbs-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-breadcrumbs-list-item {
  padding-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-breadcrumbs-list-item a {
  font-size: 12px;
  line-height: 1.2;
  color: #868688;
}
.c-breadcrumbs-list-item p {
  font-size: 12px;
  line-height: 1.2;
  color: #868688;
}
.c-breadcrumbs-list-item.home {
  position: relative;
}
.c-breadcrumbs-list-item.home::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: transparent;
  border-right: 1.5px solid #868688;
  border-bottom: 1.5px solid #868688;
  transform: translate(50%) rotate(-45deg);
  top: 30%;
  right: 16px;
  z-index: 1;
}

@media (max-width: 780px) {
  .c-breadcrumbs {
    display: none;
  }
}
.c-link-block {
  width: 50%;
  padding: 80px 50px;
  position: relative;
}
.c-link-block-inner {
  padding: 10px 0 10px 30px;
}
.c-link-block-inner-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.c-link-block-inner-btn {
  display: block;
  padding-right: 56px;
  position: relative;
  text-align: right;
  font-size: 14px;
  margin-right: 30px;
}
.c-link-block-inner-btn::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  top: 54%;
  right: 0;
  z-index: 1;
  transition: all ease 0.5s;
  transform: translateY(-50%);
}
.c-link-block-inner-btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: transparent;
  top: 54%;
  right: 15px;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
  transition: all ease 0.5s;
}

.c-link-block.left {
  background-color: #061a2c;
}
.c-link-block.left .c-link-block-inner {
  border-left: 1.5px solid #fff;
}
.c-link-block.left .c-link-block-inner .p-leading-ja {
  color: #fff;
}
.c-link-block.left .c-link-block-inner .p-leading-en {
  color: #fff;
}
.c-link-block.left .c-link-block-inner .c-link-block-inner-text {
  color: #fff;
}
.c-link-block.left .c-link-block-inner .c-link-block-inner-btn {
  color: #fff;
}
.c-link-block.left .c-link-block-inner .c-link-block-inner-btn::before {
  background-color: #fff;
  border: 1px solid #fff;
}
.c-link-block.left .c-link-block-inner .c-link-block-inner-btn::after {
  border-right: 2px solid #061a2c;
  border-bottom: 2px solid #061a2c;
}
.c-link-block.left .c-link-block-inner .c-link-block-inner-btn:hover::before {
  background-color: #061a2c;
}
.c-link-block.left .c-link-block-inner .c-link-block-inner-btn:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.c-link-block.right {
  background-color: #cfcfd1;
}
.c-link-block.right .c-link-block-inner {
  border-left: 1.5px solid #061a2c;
}
.c-link-block.right .c-link-block-inner .c-link-block-inner-text {
  color: #061a2c;
}
.c-link-block.right .c-link-block-inner .c-link-block-inner-btn::before {
  background-color: #061a2c;
  border: 1px solid #061a2c;
}
.c-link-block.right .c-link-block-inner .c-link-block-inner-btn::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.c-link-block.right .c-link-block-inner .c-link-block-inner-btn:hover::before {
  background-color: #cfcfd1;
}
.c-link-block.right .c-link-block-inner .c-link-block-inner-btn:hover::after {
  border-right: 2px solid #061a2c;
  border-bottom: 2px solid #061a2c;
}

@media (max-width: 780px) {
  .c-link-block {
    width: 100%;
    padding: 50px 20px;
  }
  .c-link-block-inner {
    padding: 10px 0 10px 20px;
  }
  .c-link-block-inner-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .c-link-block-inner-btn {
    padding-right: 56px;
    font-size: 14px;
    display: inline-block;
    margin-right: 0;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c-link-block-inner-btn::before {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    top: 54%;
    right: 0;
  }
  .c-link-block-inner-btn::after {
    width: 10px;
    height: 10px;
    top: 54%;
    right: 15px;
  }
}
/*FAQ*/
.c-faq__container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.c-faq__container .c-faq__item {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 40px;
  cursor: pointer;
}

.c-faq__item__q {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  position: relative;
  display: block;
  padding: 30px 50px 30px 90px;
  transition: all 0.3s;
  color: #061a2c;
  border-radius: 50px;
}
.c-faq__item__q::before {
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  background-color: #061a2c;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all ease 0.3s;
}
.c-faq__item__q::after {
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  background-color: #061a2c;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}
.c-faq__item__q span::before {
  content: url(./image/faq-q.png);
  font-size: 24px;
  position: absolute;
  left: 40px;
  top: 52%;
  transform: translateY(-50%) scale(0.7);
  font-weight: 600;
  padding-top: 7px;
}
.c-faq__item__q:hover {
  color: #092f51;
}

.c-faq__item__a {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  border-radius: 0 0 10px 10px;
}
.c-faq__item__a .c-faq__item__a_container {
  line-height: 1.6;
  position: relative;
  padding: 32px 50px 30px 90px;
}
.c-faq__item__a .c-faq__item__a_container p {
  line-height: 1.6;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  color: #061a2c;
}
.c-faq__item__a .c-faq__item__a_container::before {
  content: url(./image/faq-a.png);
  transform: scale(0.7);
  font-size: 20px;
  position: absolute;
  left: 40px;
  top: 30px;
  font-weight: 600;
}
.c-faq__item__a .c-faq__item__a_container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 93%;
  height: 3px;
  background-image: repeating-linear-gradient(to right, #061a2c 0 4px, transparent 4px 8px);
  z-index: 1;
}

.c-faq__item .c-faq__item__q.j_accordion::before {
  transform: rotate(180deg);
}
.c-faq__item .c-faq__item__q.j_accordion::after {
  display: none;
}
.c-faq__item .c-faq__item__q.j_accordion {
  color: #092f51;
}
.c-faq__item .c-faq__item__a.j_accordion {
  transition: all 0.3s;
}

.txt-link {
  text-decoration: underline;
  color: #125a99;
  display: inline-block;
  padding: 0 3px;
}

@media (max-width: 560px) {
  .c-faq__container .c-faq__item {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .c-faq__item__q {
    font-size: 14px;
    padding: 15px 30px 15px 40px;
  }
  .c-faq__item__q::before {
    width: 14px;
    height: 2px;
    right: 12px;
  }
  .c-faq__item__q::after {
    width: 14px;
    height: 2px;
    right: 12px;
  }
  .c-faq__item__q span::before {
    left: 8px;
    top: 28px;
    transform: translateY(-50%) scale(0.4);
    padding-top: 7px;
  }
  .c-faq__item__a {
    border-radius: 0 0 10px 10px;
  }
  .c-faq__item__a .c-faq__item__a_container {
    padding: 15px 30px 15px 40px;
  }
  .c-faq__item__a .c-faq__item__a_container p {
    font-size: 14px;
  }
  .c-faq__item__a .c-faq__item__a_container::before {
    transform: scale(0.4);
    left: 8px;
    top: 8px;
  }
  .c-faq__item__a .c-faq__item__a_container::after {
    width: 90%;
    height: 2px;
    z-index: 1;
  }
}
/*社用タグ*/
.c-tag-your {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
  background-color: #061a2c;
  padding: 4px 12px;
  border-radius: 4px;
}
.c-tag-your p {
  color: #fff !important;
  letter-spacing: 1px;
  font-size: 14px;
}

.c-tag-our {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
  background-color: #868688;
  padding: 4px 12px;
  border-radius: 4px;
}
.c-tag-our p {
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
}

@media (max-width: 780px) {
  .c-tag-your {
    margin-right: 10px;
  }
  .c-tag-our {
    margin-right: 10px;
  }
}
#box-loading {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  transition: all 0.3s;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #061a2c;
}

#box-loading {
  transition: opacity 0.5s ease;
}

#box-loading.hide {
  opacity: 0;
  pointer-events: none;
}

.wave-gradient {
  width: 200px;
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.wave-gradient::before {
  content: "";
  position: absolute;
  width: 400%;
  height: 400%;
  background: conic-gradient(from 0deg, transparent 0deg, #667eea 90deg, #764ba2 180deg, #f093fb 270deg, transparent 360deg);
  animation: wave-rotate 4s linear infinite;
}

.wave-gradient::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: #1a1a2e;
  border-radius: 36px;
}

@keyframes wave-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-page-404 {
  padding: 180px 0 100px;
  width: 90%;
  max-width: calc(100% - 100px);
  margin: -80px auto 0;
}
.p-page-404-inner {
  width: 100%;
}
.p-page-404-inner p {
  font-size: 16px;
}
.p-page-404-inner-btn {
  margin: 60px 0;
}

@media (max-width: 560px) {
  .p-page-404 {
    padding: 40px 0 40px;
    width: 95%;
    max-width: calc(100% - 40px);
    margin: -50px auto 0px;
  }
  .p-page-404-inner {
    width: 100%;
  }
  .p-page-404-inner p {
    font-size: 16px;
  }
  .p-page-404-inner-btn {
    margin: 60px 0;
  }
}
.p-page-thank {
  padding: 180px 0 100px;
  width: 90%;
  max-width: calc(100% - 100px);
  margin: -80px auto 0;
}
.p-page-thank-inner {
  width: 100%;
}
.p-page-thank-inner p {
  font-size: 16px;
}
.p-page-thank-inner-btn {
  margin: 60px 0;
}

@media (max-width: 560px) {
  .p-page-thank {
    padding: 40px 0 40px;
    width: 95%;
    max-width: calc(100% - 40px);
    margin: -50px auto 0px;
  }
  .p-page-thank-inner {
    width: 100%;
  }
  .p-page-thank-inner p {
    font-size: 16px;
  }
  .p-page-thank-inner-btn {
    margin: 60px 0;
  }
}
/*==========
高内科TOPページ
==========*/
.br-sp {
  display: none;
}

/*====
NEWSエリア
====*/
.p-news-section {
  width: 90%;
  background-color: #F5F6E7;
  border-radius: 172px;
  margin: 0 auto 100px;
  padding: 72px 100px 36px;
}
.p-news-section-inner {
  position: relative;
  width: 100%;
  padding-left: 70px;
}
.p-news-section-inner-head {
  position: absolute;
  top: 10px;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.p-news-section-inner-head-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 25px;
  letter-spacing: 2.5px;
  font-weight: 600;
  color: #47917F;
}
.p-news-section-inner-head::after {
  content: "";
  position: absolute;
  top: 106%;
  left: 4px;
  width: 1px;
  height: 99px;
  background-color: #47917F;
  z-index: 1;
}
.p-news-section-inner-box {
  display: block;
}
.p-news-section-inner-box-list {
  margin-bottom: 25px;
}
.p-news-section-inner-box-list-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #47917F;
}
.p-news-section-inner-box-list-link .article-date {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #47917F;
  margin-right: 30px;
}
.p-news-section-inner-box-list-link .article-title {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #47917F;
}
.p-news-section-inner-btn {
  text-align: right;
}
.p-news-section-inner-btn a {
  color: #47917F;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  display: block;
  margin: 0 60px 0 auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
}
.p-news-section-inner-btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #47917F;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.p-news-section-inner-btn a:hover::after {
  transform: scaleX(1);
}

/*====
MEDICAL CAREエリア
====*/
.p-medical-care-section {
  width: 100%;
  background-image: url(./image/top/top-medicalcare.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 40px 0 96px;
  position: relative;
  margin-bottom: 100px;
}
.p-medical-care-section-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.p-medical-care-section-inner .section-head {
  margin-bottom: 320px;
  display: flex;
  justify-content: flex-start;
  align-items: end;
}
.p-medical-care-section-inner .section-head .section-head-text {
  width: 494px;
  margin-right: 35px;
}
.p-medical-care-section-inner .section-head p {
  font-size: 20px;
  letter-spacing: 2px;
  color: #47917F;
}
.p-medical-care-section-inner-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.p-medical-care-section-inner-box-item {
  width: 22.4%;
  margin: 0 1.3%;
  background-color: #47917F;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.p-medical-care-section-inner-box-item_head {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2.2px;
  text-align: center;
  margin-bottom: 10px;
}
.p-medical-care-section-inner-box-item img {
  width: 63px;
  display: block;
  margin: 0 auto 10px;
}
.p-medical-care-section-inner-box-item .s-img {
  width: 48px;
}
.p-medical-care-section-inner-box-item p {
  font-size: 17px;
  font-weight: 400;
  margin-top: auto;
  color: #fff;
}
.p-medical-care-section-inner-box-item:hover {
  transform: translateY(-10px);
  opacity: 0.9;
}

/*====
FEATURESエリア
====*/
.p-features-section {
  width: 100%;
  background-image: url(./image/top/features-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  position: relative;
  padding: 100px 0;
}
.p-features-section-inner {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}
.p-features-section-inner .section-head {
  text-align: center;
  margin: 0 auto 150px;
}
.p-features-section-inner .section-head .section-head-text {
  width: 355px;
  margin: 0 auto 30px;
}
.p-features-section-inner .section-head p {
  font-size: 20px;
  letter-spacing: 2px;
  color: #47917F;
  font-weight: 700;
}
.p-features-section-inner-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.p-features-section-inner-box-item {
  width: 47.15%;
  background-color: #fff;
  border-radius: 19px;
  padding: 75px 44px 33px;
  position: relative;
  margin-bottom: 140px;
}
.p-features-section-inner-box-item-number {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  z-index: 1;
}
.p-features-section-inner-box-item-number img {
  width: 100%;
}
.p-features-section-inner-box-item-number-txt {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.p-features-section-inner-box-item-number-txt p {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 46px;
  letter-spacing: 2px;
  color: #fff;
	font-weight: 700;
}
.p-features-section-inner-box-item-head {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #47917F;
  margin: 0 auto 20px;
}
.p-features-section-inner-box-item-image {
  width: 100%;
  margin-bottom: 12px;
}
.p-features-section-inner-box-item-text {
  width: 100%;
}
.p-features-section-inner-box-item-text p {
  font-size: 17px;
  letter-spacing: 0.85px;
  line-height: 1.85;
}
.p-features-section-inner-box-item:nth-of-type(3) {
  margin-bottom: 20px;
}
.p-features-section-inner-box-item:nth-of-type(4) {
  margin-bottom: 20px;
}

/*====
MEDICAL HOURエリア
====*/
.p-medical-hour-section {
  width: 100%;
  padding: 100px 0;
}
.p-medical-hour-section-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-medical-hour-section-inner .section-head {
  margin-bottom: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: end;
}
.p-medical-hour-section-inner .section-head .section-head-text {
  width: 264px;
  margin-right: 35px;
}
.p-medical-hour-section-inner .section-head p {
  font-size: 20px;
  letter-spacing: 2px;
  color: #47917F;
  line-height: 1;
}
.p-medical-hour-section-inner-table {
  width: 100%;
  margin-bottom: 20px;
}
.p-medical-hour-section-inner-table .schedule-table {
  width: 100%;
  border-collapse: collapse;
}
.p-medical-hour-section-inner-table .schedule-table thead tr th {
  border: 1px solid #707070;
  padding: 10px 0;
}
.p-medical-hour-section-inner-table .schedule-table thead tr .first-th {
  width: 206px;
}
.p-medical-hour-section-inner-table .schedule-table tbody tr th {
  border: 1px solid #707070;
  width: 206px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.p-medical-hour-section-inner-table .schedule-table tbody tr td {
  border: 1px solid #707070;
  text-align: center;
  padding: 30px 0;
}
.p-medical-hour-section-inner-table .schedule-table tbody tr td .circle {
  width: 33px;
  height: 33px;
  border-radius: 16.5px;
  display: block;
  margin: 0 auto;
}
.p-medical-hour-section-inner-table .schedule-table tbody tr td .circle.green {
  background-color: #A6D1AC;
}
.p-medical-hour-section-inner-table .schedule-table tbody tr td .circle.yellow {
  background-color: #DCE19C;
}
.p-medical-hour-section-inner-table .schedule-table tbody tr td .line {
  width: 33px;
  height: 1px;
  background-color: #707070;
  display: block;
  margin: 0 auto;
}
.p-medical-hour-section-inner-info {
  margin-bottom: 40px;
}
.p-medical-hour-section-inner-info-text {
  position: relative;
  padding-left: 35px;
  display: block;
  font-size: 17px;
  color: #707070;
  margin-bottom: 10px;
}
.p-medical-hour-section-inner-info-text.yellow-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #DCE19C;
}
.p-medical-hour-section-inner-info-text.green-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #A6D1AC;
}
.p-medical-hour-section-inner-open {
  width: 100%;
}
.p-medical-hour-section-inner-open-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.p-medical-hour-section-inner-open-item-head {
  width: 122px;
  height: 46px;
  margin-right: 30px;
  background-color: #47917F;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-medical-hour-section-inner-open-item-head p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.p-medical-hour-section-inner-open-item-text {
  font-size: 18px;
  font-weight: 400;
}

/*==========
スライダーエリア
==========*/
.p-slider-section {
  width: 100%;
  padding: 0 0 40px;
  position: relative;
}
.p-slider-section-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
.p-slider-section-inner-item {
  margin: 0 15px 50px;
}
.p-slider-section-inner-item:nth-of-type(2n) {
  margin: 50px 15px 0;
}
.p-slider-section-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.p-slider-section-bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

/*==========
初診の方へ
==========*/
.p-firsttime-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
.p-firsttime-section-top {
  padding: 70px 20px 60px;
  text-align: center;
}
.p-firsttime-section-top img {
  width: 159px;
  display: block;
  margin: 0 auto 30px;
}
.p-firsttime-section-top p {
  font-size: 17px;
  line-height: 2;
}
.p-firsttime-section-flow {
  width: 100%;
  padding: 60px 20px 90px;
  background-color: #EEF8EB;
	position: relative;
}
.p-firsttime-section-flow-head {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 45px;
  position: relative;
  background-color: #58B8A0;
  padding: 15px 0;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2.2px;
  border-radius: 5px;
  color: #fff;
}
.p-firsttime-section-flow-head::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #58B8A0;
  border-bottom: 0;
}
.p-firsttime-section-flow-box {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.p-firsttime-section-flow-box-item {
  width: 100%;
  background-color: #fff;
  border: 1px solid #1E876D;
  border-radius: 5px;
  padding: 35px 40px;
  margin-bottom: 30px;
}
.p-firsttime-section-flow-box-item-head {
  font-size: 20px;
  font-weight: 400;
  color: #1E876D;
  letter-spacing: 1px;
  padding-bottom: 15px;
}
.p-firsttime-section-flow-box-item p {
  font-size: 17px;
  font-weight: 400;
  color: #473E3E;
}
.p-firsttime-section-flow-bird {
  position: absolute;
  top: 16%;
  left: 6%;
  width: 164px;
  z-index: 1;
}
.p-firsttime-section-flow-bird img {
  width: 100%;
}
.p-firsttime-section-flow-green1 {
  position: absolute;
  top: 27%;
  left: 81%;
  width: 98px;
  z-index: 1;
}
.p-firsttime-section-flow-green1 img {
  width: 100%;
}
.p-firsttime-section-bring {
  width: 100%;
  position: relative;
  padding: 100px 0;
}
.p-firsttime-section-bring-head {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  position: relative;
  z-index: 5;
}
.p-firsttime-section-bring-head-image {
  width: 485px;
  margin: 0 auto 35px;
}
.p-firsttime-section-bring-head p {
  font-size: 22px;
  color: #1E876D;
  font-weight: 400;
  text-align: center;
}
.p-firsttime-section-bring-head-left {
  position: absolute;
  top: 18%;
  transform: translateY(-50%);
  left: -52%;
  width: 182px;
  z-index: 1;
}
.p-firsttime-section-bring-head-left img {
  width: 100%;
}
.p-firsttime-section-bring-head-right {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  left: 114%;
  width: 177px;
  z-index: 1;
}
.p-firsttime-section-bring-head-right img {
  width: 100%;
}
.p-firsttime-section-bring-box {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
.p-firsttime-section-bring-box-item {
  width: 187px;
  padding: 22px 8px;
  margin-bottom: 24px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
}
.p-firsttime-section-bring-box-item-image {
  width: 100%;
  margin-bottom: 10px;
}
.p-firsttime-section-bring-box-item-image .note {
  width: 82px;
  display: block;
  margin: 0 auto 30px;
}
.p-firsttime-section-bring-box-item p {
  font-size: 17px;
  text-align: center;
}
.p-firsttime-section-bring-text {
  text-align: center;
  position: relative;
  z-index: 5;
}
.p-firsttime-section-bring-text p {
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
}
.p-firsttime-section-bring-green2 {
  position: absolute;
  top: 79%;
  left: 11%;
  width: 153px;
  z-index: 1;
}
.p-firsttime-section-bring-green3 {
  position: absolute;
  top: 35%;
  left: 75%;
  width: 168px;
  z-index: 1;
}
.p-firsttime-section-bring-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.p-firsttime-section-bring-bg img {
  width: 100%;
}

/*==========
固定ページ共有
==========*/
.p-page-header {
  width: 100%;
  height: 185px;
  background-image: url(./image/common/page-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-page-header-head {
  color: #47917F;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2.5px;
}

.p-page-head {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: 1px solid #1E876D;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.p-page-head p {
  font-size: 22px;
  color: #1E876D;
  font-weight: 400;
  letter-spacing: 2.2px;
  line-height: 1.4;
}

.p-page-section {
  width: 100%;
  background-color: #FBF9EB;
  padding: 90px 20px 80px;
  position: relative;
}
.p-page-section-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.p-page-section-inner-image {
  width: 40%;
  max-width: 397px;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
.p-page-section-inner-image img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.p-page-section-inner-image::before {
  content: "";
  position: absolute;
  top: -35px;
  left: -30px;
  width: 100%;
  height: 100%;
  background-color: #EDEFD1;
  border-radius: 10px;
  z-index: 0;
}
.p-page-section-inner-image::after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: -30px;
  width: 100%;
  height: 100%;
  background-color: #AFD2C9;
  border-radius: 10px;
  z-index: 0;
}
.p-page-section-inner-inter {
  position: absolute;
  top: 62%;
  left: 0;
  max-width: 720px;
  width: 90%;
  z-index: 5;
}
.p-page-section-inner-inter .sp-img {
  display: none;
}
.p-page-section-inner-vaccine {
  position: absolute;
  top: 70%;
  left: 0;
  width: 89%;
  max-width: 306px;
  z-index: 5;
}
.p-page-section-inner-vaccine img {
  width: 100%;
}
.p-page-section-inner-cardiology {
  position: absolute;
  top: 14%;
  left: 0;
  width: 89%;
  max-width: 443px;
  z-index: 5;
}
.p-page-section-inner-cardiology img {
  width: 100%;
}
.p-page-section-inner-health {
  position: absolute;
  top: 14%;
  left: 0;
  width: 89%;
  max-width: 497px;
  z-index: 5;
}
.p-page-section-inner-health img {
  width: 100%;
}
.p-page-section-treat1 {
  position: absolute;
  top: 60px;
  left: 1%;
  width: 398px;
  z-index: 1;
}
.p-page-section-treat2 {
  position: absolute;
  top: 48%;
  left: 1%;
  width: 353px;
  z-index: 1;
}

/*==========
当院について
==========*/
.p-about-section {
  width: 100%;
  position: relative;
}
.p-about-section-inner {
  width: 100%;
  padding: 80px 20px 54px;
  background-image: url(./image/about/intro-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
.p-about-section-inner-doctor {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.p-about-section-inner-doctor .p-page-head-image {
  width: 406px;
  margin-right: 28px;
}
.p-about-section-inner-doctor-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto 40px;
}
.p-about-section-inner-doctor-box-image {
  width: 33%;
  padding-right: 60px;
  padding-top: 20px;
}
.p-about-section-inner-doctor-box-image p {
  font-size: 23px;
  color: #1E876D;
  letter-spacing: 2.3px;
  line-height: 1.5;
  padding-bottom: 10px;
}
.p-about-section-inner-doctor-box-image img {
  width: 100%;
  margin-bottom: 10px;
	border-radius: 20px;
}
.p-about-section-inner-doctor-box-image-name {
  width: 100%;
  background-color: #47917F;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.p-about-section-inner-doctor-box-image-name p {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 2.3px;
  padding-bottom: 0;
}
.p-about-section-inner-doctor-box-text {
  width: 67%;
}
.p-about-section-inner-doctor-box-text p {
  font-size: 17px;
  line-height: 2;
}
.p-about-section-inner-doctor-career {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
  padding: 40px 70px;
  position: relative;
}
.p-about-section-inner-doctor-career-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.p-about-section-inner-doctor-career-inner-item {
  width: 42%;
}
.p-about-section-inner-doctor-career-inner-item h3 {
  font-size: 17px;
  color: #1E876D;
  line-height: 2;
  padding-bottom: 7px;
  border-bottom: 1px solid #1E876D;
  margin-bottom: 15px;
}
.p-about-section-inner-doctor-career-inner-item-box {
  display: block;
}
.p-about-section-inner-doctor-career-inner-item-box-list {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.p-about-section-inner-doctor-career-bird {
  position: absolute;
  top: 50%;
  right: -168px;
  width: 168px;
  z-index: 1;
}
.p-about-section-inner-bg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 50%;
}
.p-about-section-inner-bg img {
  width: 100%;
}
.p-about-section-inner-bg-sub {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 50%;
}
.p-about-section-inner-bg-sub img {
  width: 100%;
}

.p-page-equipment {
  width: 100%;
  padding: 60px 0 90px;
}
.p-page-equipment-image {
  width: 95%;
  max-width: 1066px;
  margin: 0 auto 30px;
}
.p-page-equipment-image .sp-img {
  display: none;
}
.p-page-equipment-btn {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-page-equipment-btn-inner {
  width: 365px;
  height: 70px;
  border-radius: 35px;
  border: 1px solid #1E876D;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #1E876D;
  font-weight: 400;
  margin-right: auto;
}
.p-page-equipment-btn-inner:hover {
  background-color: #1E876D;
  color: #fff;
}

.p-profile-section {
  width: 100%;
  position: relative;
  padding-bottom: 90px;
}
.p-profile-section-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-profile-section-inner .p-page-head-image {
  width: 276px;
  margin-right: 28px;
}
.p-profile-section-inner-box {
  max-width: 735px;
  width: 100%;
  margin: 0 auto;
  padding-top: 25px;
}
.p-profile-section-inner-box-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #F5F6E7;
  padding: 30px 50px;
  line-height: 1;
  margin-bottom: 8px;
}
.p-profile-section-inner-box-list-lead {
  display: inline-block;
  width: 118px;
}
.p-profile-section-inner-box-list-text {
  display: inline-block;
	color: #707070;
}

/*==========
診療固定ページ
==========*/
.p-page-content {
  padding: 80px 20px 40px;
  width: 100%;
}
.p-page-content-top {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
}
.p-page-content-top-message {
  padding: 20px 40px;
  border-radius: 36px;
  background-color: #E3F3EF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto 50px;
}
.p-page-content-top-message h2 {
  font-size: 22px;
  letter-spacing: 2.2px;
  color: #344133;
  line-height: 1.5;
	margin: 0;
	font-weight: 400;
}
.p-page-content-top-message::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-top: 32px solid #E3F3EF;
  border-bottom: 0;
}
.p-page-content-top-man {
  width: 78px;
  margin: 0 auto 30px;
}
.p-page-content-top-text {
  width: 100%;
  text-align: left;
}
.p-page-content-top-text-lead {
  font-size: 22px;
  letter-spacing: 2.2px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 10px;
}
.p-page-content-top-text-txt {
  font-size: 17px;
  letter-spacing: 0.85px;
  line-height: 2;
}
.p-page-content-top-text-center {
  width: 100%;
  text-align: center;
}
.p-page-content-top-text-center p {
  font-size: 17px;
  line-height: 2;
}
.p-page-content-green-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 25px;
  background-color: #E3F3EF;
  border-radius: 5px;
  padding: 30px 50px;
}
.p-page-content-green-box h3 {
  font-size: 20px;
  color: #1E876D;
  line-height: 1.5;
  margin-bottom: 20px;
}
.p-page-content-green-box-list {
  width: 100%;
}
.p-page-content-green-box-list p {
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
  font-size: 17px;
  margin-bottom: 5px;
}
.p-page-content-green-box-list p::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #707070;
  z-index: 1;
}
.p-page-content-green-text {
  margin: 0 auto 60px;
  width: 100%;
  max-width: 1000px;
}
.p-page-content-green-text p {
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
  color: #83855F;
}
.p-page-content-flex {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
  border: 1px solid #47917F;
  border-radius: 10px;
  padding: 35px 20px 35px 0;
}
.p-page-content-flex-inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.p-page-content-flex-inner-lead {
  width: 158px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-page-content-flex-inner-lead::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 80px;
  background-color: #47917F;
}
.p-page-content-flex-inner-lead p {
  font-size: 20px;
  color: #47917F;
  letter-spacing: 1px;
  line-height: 1.5;
}
.p-page-content-flex-inner-text {
  width: calc(100% - 158px);
  padding-left: 40px;
}
.p-page-content-flex-inner-text p {
  font-size: 17px;
  line-height: 2;
}
.p-page-content-bottom {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
}
.p-page-content-bottom-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.p-page-content-bottom-head img {
  width: 34px;
  margin-right: 10px;
  display: inline-block;
}
.p-page-content-bottom-head p {
  font-size: 20px;
  letter-spacing: 1px;
}
.p-page-content-bottom-check {
  width: 100%;
}
.p-page-content-bottom-check li {
  color: #707070;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.85px;
  padding-bottom: 5px;
}
.p-page-content-bottom-check-list {
  position: relative;
  padding-left: 20px;
}
.p-page-content-bottom-check-list::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #707070;
  z-index: 1;
}
.p-page-content-bottom-check-attention {
  padding-top: 20px;
}
.p-page-content-block-01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 40px 20px;
  background-image: url(./image/naika/block-bg-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.p-page-content-block-01-head {
  font-size: 20px;
  color: #47917F;
  letter-spacing: 2px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 20px;
}
.p-page-content-block-01-text {
  width: 100%;
  max-width: 745px;
  margin: 0 auto;
}
.p-page-content-block-01-text p {
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0;
}
.p-page-content-block-02 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 40px 120px;
  background-image: url(./image/naika/block-bg-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.p-page-content-block-02 h3 {
  text-align: center;
  margin: 0 auto 10px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #1E876D;
  font-weight: 400;
}
.p-page-content-block-02-inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-page-content-block-02-inner li {
  width: 50%;
  font-size: 17px;
  line-height: 1.6;
  padding-top: 20px;
  height: 55px;
}
.p-page-content-block-03 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 30px 50px;
  background-color: #E3F3EF;
}
.p-page-content-block-03 h3 {
  text-align: center;
  margin: 0 auto 20px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #1E876D;
  font-weight: 400;
}
.p-page-content-block-03-inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-page-content-block-03-inner li {
  width: 45%;
  max-width: 380px;
  font-size: 17px;
  line-height: 1.6;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  color: #473E3E;
  padding-left: 14px;
}
.p-page-content-block-03-inner li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #473E3E;
}
.p-page-content-block-03-inner li:nth-of-type(2n-1) {
  margin-right: 70px;
}
.p-page-content-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.p-page-content-box-head {
  font-size: 22px;
  letter-spacing: 2.2px;
  color: #479B87;
  line-height: 1.5;
  border-bottom: 1px solid #47917F;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.p-page-content-box-head.yellow-type {
  border-bottom: 1px solid #7C8227;
  color: #7C8227;
}
.p-page-content-box-inner {
  width: 100%;
  margin: 0 auto;
}
.p-page-content-box-inner-item {
  width: 100%;
  background-color: #E3F3EF;
  border-radius: 5px;
  padding: 32px 54px;
  margin-bottom: 30px;
}
.p-page-content-box-inner-item h3 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 10px;
}
.p-page-content-box-inner-item p {
  font-size: 17px;
  line-height: 1.6;
}
.p-page-content-box-inner-item.yellow-type {
  background-color: #F3F5E0;
}

/*==========
アクセス
==========*/
.p-access-section {
  width: 100%;
  position: relative;
}
.p-access-section-top {
  padding: 80px 20px 100px;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}
.p-access-section-top-map {
  width: 100%;
  display: block;
  margin: 0 auto 24px;
  height: 375px;
}
.p-access-section-top-map iframe {
  width: 100%;
  height: 100%;
}
.p-access-section-top-text {
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #707070;
}
.p-access-section-bottom {
  width: 100%;
  background-color: #F2F8EC;
  padding: 60px 20px;
}
.p-access-section-bottom-block {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto 100px;
}
.p-access-section-bottom-block-head {
  width: 100%;
  padding-bottom: 10px;
  margin: 0 0 30px;
  border-bottom: 1px solid #47917F;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-access-section-bottom-block-head img {
  width: 34px;
  display: block;
  margin-right: 7px;
}
.p-access-section-bottom-block-head h2 {
  font-size: 22px;
  letter-spacing: 2.2px;
  color: #47917F;
  display: inline-block;
}
.p-access-section-bottom-block-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;
}
.p-access-section-bottom-block-box-text {
  width: 50%;
}
.p-access-section-bottom-block-box-text-type {
  margin-bottom: 35px;
}
.p-access-section-bottom-block-box-text-type-lead {
  width: 109px;
  height: 33px;
  background-color: #1E876D;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.p-access-section-bottom-block-box-text-type-lead p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.8px;
}
.p-access-section-bottom-block-box-text-type-txt {
  line-height: 1.8;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #707070;
}
.p-access-section-bottom-block-box-image {
  width: 50%;
  position: relative;
}
.p-access-section-bottom-block-box-image img {
  border-radius: 11px;
}
.p-access-section-bottom-block-box-image-treat {
  position: absolute;
  width: 186px;
  top: 54%;
  right: -43px;
  z-index: 1;
}
.p-access-section-bottom-block-text {
  width: 100%;
  margin-bottom: 40px;
}
.p-access-section-bottom-block-text p {
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 2;
}
.p-access-section-bottom-block-text p span {
  color: #344133;
}
.p-access-section-bottom-block-flex {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.p-access-section-bottom-block-flex-map {
  width: 32%;
  margin-right: 50px;
}
.p-access-section-bottom-block-flex-access {
  width: 51%;
  position: relative;
}
.p-access-section-bottom-block-flex-access img {
  width: auto;
  height: 294px;
  border-radius: 14px;
}
.p-access-section-bottom-block-flex-access-treat {
  position: absolute;
  width: 263px;
  top: 41%;
  right: 8px;
  z-index: 1;
}
.p-access-section-bottom-block-flex-access-treat img {
  width: 100%;
  height: auto;
}

/*==========
診療案内
==========*/
.p-guidance-section {
  width: 100%;
  position: relative;
  background-image: url(./image/medicalcare/medicalcare-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 20px;
}
.p-guidance-section-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-guidance-section-inner-item {
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-guidance-section-inner-item-link {
  width: 224px;
  height: 171px;
  background-color: #47917F;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  padding: 15px 15px 10px;
}
.p-guidance-section-inner-item-link-head {
  font-size: 22px;
  letter-spacing: 2.2px;
  margin: 0 auto 10px;
  color: #fff;
  width: 100%;
  font-weight: 400;
}
.p-guidance-section-inner-item-link img {
  display: block;
  margin: 0 auto 6px;
  width: 62px;
}
.p-guidance-section-inner-item-link .vaccine-img {
  width: 47px;
}
.p-guidance-section-inner-item-link-more {
  font-size: 17px;
  width: 100%;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1.7px;
  font-weight: 400;
}
.p-guidance-section-inner-item-link:hover {
  transform: translateY(-7px);
}
.p-guidance-section-inner-item-text {
  padding-left: 80px;
  width: calc(100% - 224px);
}
.p-guidance-section-inner-item-text-head {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #47917F;
  padding-bottom: 10px;
  border-bottom: 1px solid #1E876D;
  margin-bottom: 10px;
}
.p-guidance-section-inner-item-text p {
  font-size: 17px;
  line-height: 1.8;
}

/*==========
設備機器
==========*/
.p-equipment-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-equipment-section-inner {
  width: 100%;
  padding: 80px 20px;
}
.p-equipment-section-inner-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
  position: relative;
}
.p-equipment-section-inner-box-head {
  width: 100%;
  border-bottom: 1px solid #47917F;
  padding: 0 0 10px;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2.2px;
  line-height: 1.5;
  color: #47917F;
}
.p-equipment-section-inner-box-image {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  z-index: 2;
}
.p-equipment-section-inner-box-image-item {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 30px 60px;
}
.p-equipment-section-inner-box-image-item img {
  max-width: 397px;
  margin: 0 auto 25px;
  border-radius: 10px;
}
.p-equipment-section-inner-box-image-item p {
  font-size: 17px;
  letter-spacing: 1.7px;
}
.p-equipment-section-inner-box-treat1 {
  position: absolute;
  width: 529px;
  top: 35%;
  left: 66%;
  z-index: 1;
}
.p-equipment-section-inner-box-treat2 {
  position: absolute;
  width: 826px;
  top: 12%;
  left: -15%;
  z-index: 1;
}
.p-equipment-section-inner-box:nth-of-type(2) {
  margin: 0 auto;
}

/*==========
お知らせ一覧
==========*/
.p-news-table {
  width: 100%;
  padding: 65px 20px;
}
.p-news-table-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-news-table-inner-list {
  width: 100%;
}
.p-news-table-inner-list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
.p-news-table-inner-list a p {
  display: block;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #707070;
}
.p-news-table-inner-list a .article-date {
  width: 150px;
}

/*==========
お知らせ詳細
==========*/
.p-single-section {
  width: 100%;
  padding: 65px 20px;
}
.p-single-section-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-single-section-inner-type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 0 30px;
}
.p-single-section-inner-type-news {
  width: 110px;
  height: 33px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1E876D;
}
.p-single-section-inner-type-news p {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 1.8px;
}
.p-single-section-inner-type-date {
  display: inline-block;
  font-style: 18px;
  letter-spacing: 1.8px;
}
.p-single-section-inner-head {
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #47917F;
  margin: 0 auto 30px;
}
.p-single-section-inner-text {
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 2;
}
.p-single-section-inner-link {
  margin-top: 60px;
  width: 300px;
  height: 70px;
  background-color: #47917F;
  border-radius: 35px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-single-section-inner-link:hover {
  transform: translateY(-5px);
  opacity: 0.9;
}

/*==========
採用情報
==========*/
.p-recruit-section {
  padding: 80px 20px;
  text-align: center;
}
.p-recruit-section p {
  color: #707070;
  font-size: 18px;
  letter-spacing: 1.8p;
}

/*==========
プライバシーポリシー
==========*/
.p-policy-section {
  width: 100%;
  padding: 80px 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.p-policy-section p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.8px;
}
.p-policy-section-block {
  padding-top: 60px;
}
.p-policy-section-block-head {
  font-size: 19px;
  padding-bottom: 15px;
}
.p-policy-section-block-tel {
  padding-top: 10px;
}

@media (max-width: 1370px) {
  /*==========
  スライダーエリア
  ==========*/
  .p-slider-section-bg {
    width: 100%;
    height: 180px;
  }
  .p-slider-section-bg img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1080px) {
  .p-page-header {
    margin-top: 89.15px;
  }
  /*==========
  設備機器
  ==========*/
  .p-equipment-section-inner-box-image-item {
    margin: 0 auto 40px;
  }
  .p-equipment-section-inner-box-image-item img {
    width: 100%;
    max-width: 397px;
    margin: 0 auto 25px;
  }
  /*==========
  診療固定ページ
  ==========*/
  .p-page-content-block-02 {
    padding: 40px 20px;
  }
	.p-page-content-block-03 {
    padding: 40px 20px;
  }
}
@media (max-width: 700px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  /*====
  NEWSエリア
  ====*/
  .p-news-section {
    width: 90%;
    border-radius: 187px;
    margin: 100px auto 100px;
    padding: 120px 28px 70px;
  }
  .p-news-section-inner {
    padding-left: 0px;
  }
  .p-news-section-inner-head {
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
  }
  .p-news-section-inner-head-text {
    writing-mode: horizontal-tb;
    font-size: 25px;
    letter-spacing: 2.5px;
    font-weight: 600;
    color: #47917F;
  }
  .p-news-section-inner-head::after {
    display: none;
  }
  .p-news-section-inner-box {
    display: block;
  }
  .p-news-section-inner-box-list {
    margin-bottom: 30px;
  }
  .p-news-section-inner-box-list-link {
    display: block;
    padding: 0 0 12px;
  }
  .p-news-section-inner-box-list-link .article-date {
    margin-right: auto;
    margin-bottom: 7px;
  }
  .p-news-section-inner-box-list-link:hover {
    opacity: 0.8;
  }
  .p-news-section-inner-btn {
    text-align: right;
  }
  .p-news-section-inner-btn a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .p-news-section-inner-btn a:hover {
    opacity: 0.8;
  }
  /*====
  MEDICAL CAREエリア
  ====*/
  .p-medical-care-section {
    width: 100%;
    background-image: url(./image/top/sp-top-medicalcare.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    padding: 0;
  }
  .p-medical-care-section-inner {
    width: 100%;
    padding: 0 20px;
  }
  .p-medical-care-section-inner .section-head {
    margin-bottom: 100px;
    display: block;
    transform: translateY(-10px);
  }
  .p-medical-care-section-inner .section-head .section-head-text {
    width: 70%;
    max-width: 494px;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .p-medical-care-section-inner-box {
    width: 100%;
  }
  .p-medical-care-section-inner-box-item {
    width: 224px;
    margin: 0 auto 25px;
    background-color: #47917F;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  /*====
  FEATURESエリア
  ====*/
  .p-features-section {
    background-image: url(./image/top/features-bg.png);
    background-size: cover;
    padding: 60px 0;
  }
  .p-features-section-inner {
    width: 100%;
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .p-features-section-inner .section-head {
    text-align: center;
    margin: 0 auto 100px;
  }
  .p-features-section-inner .section-head .section-head-text {
    width: 50%;
    margin: 0 auto 10px;
  }
  .p-features-section-inner .section-head p {
    font-size: 20px;
    letter-spacing: 2px;
    color: #47917F;
    font-weight: 700;
  }
  .p-features-section-inner-box {
    width: 100%;
  }
  .p-features-section-inner-box-item {
    width: 100%;
    padding: 75px 24px 33px;
    margin-bottom: 100px;
  }
  .p-features-section-inner-box-item-number {
    top: -81px;
    width: 162px;
    height: 162px;
  }
  .p-features-section-inner-box-item-number-txt {
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
  }
  .p-features-section-inner-box-item-number-txt p {
    font-size: 40px;
  }
  .p-features-section-inner-box-item-head {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #47917F;
    margin: 0 auto 20px;
  }
  .p-features-section-inner-box-item-image {
    width: 100%;
    margin-bottom: 12px;
  }
  .p-features-section-inner-box-item-text {
    width: 100%;
  }
  .p-features-section-inner-box-item-text p {
    font-size: 17px;
    letter-spacing: 0.85px;
    line-height: 1.85;
  }
  .p-features-section-inner-box-item:nth-of-type(3) {
    margin-bottom: 100px;
  }
  .p-features-section-inner-box-item:nth-of-type(4) {
    margin-bottom: 0;
  }
  /*====
  MEDICAL HOURエリア
  ====*/
  .p-medical-hour-section {
    padding: 100px 20px 95px;
  }
  .p-medical-hour-section-inner {
    width: 100%;
  }
  .p-medical-hour-section-inner .section-head {
    margin-bottom: 20px;
    display: block;
  }
  .p-medical-hour-section-inner .section-head .section-head-text {
    width: 288px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .p-medical-hour-section-inner-table {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-medical-hour-section-inner-table .schedule-table {
    width: 100%;
    border-collapse: collapse;
  }
  .p-medical-hour-section-inner-table .schedule-table thead tr th {
    padding: 10px 0;
  }
  .p-medical-hour-section-inner-table .schedule-table thead tr .first-th {
    width: 94px;
  }
  .p-medical-hour-section-inner-table .schedule-table tbody tr th {
    width: 94px;
    font-size: 16px;
  }
  .p-medical-hour-section-inner-table .schedule-table tbody tr td {
    padding: 30px 0;
  }
  .p-medical-hour-section-inner-table .schedule-table tbody tr td .circle {
    width: 25px;
    height: 25px;
    border-radius: 12.5px;
    display: block;
    margin: 0 auto;
  }
  .p-medical-hour-section-inner-table .schedule-table tbody tr td .line {
    width: 25px;
  }
  .p-medical-hour-section-inner-info {
    margin-bottom: 40px;
  }
  .p-medical-hour-section-inner-info-text {
    position: relative;
    padding-left: 35px;
    display: block;
    font-size: 17px;
    color: #707070;
    margin-bottom: 10px;
  }
  .p-medical-hour-section-inner-info-text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    width: 24px;
    height: 24px;
    border-radius: 12px;
  }
  .p-medical-hour-section-inner-info-text.yellow-item::before {
    background-color: #DCE19C;
  }
  .p-medical-hour-section-inner-info-text.green-item::before {
    background-color: #A6D1AC;
  }
  .p-medical-hour-section-inner-open {
    width: 100%;
  }
  .p-medical-hour-section-inner-open-item {
    display: block;
    margin-bottom: 20px;
  }
  .p-medical-hour-section-inner-open-item-head {
    width: 122px;
    height: 46px;
    margin-right: auto;
    background-color: #47917F;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .p-medical-hour-section-inner-open-item-head p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
  }
  .p-medical-hour-section-inner-open-item-text {
    font-size: 17px;
    line-height: 2;
  }
  /*==========
  スライダーエリア
  ==========*/
  .p-slider-section {
    width: 100%;
    padding: 0 0 0;
    margin-bottom: -80px;
    position: relative;
    overflow: hidden;
  }
  .p-slider-section-inner-item {
    margin: 0 15px 30px;
  }
  .p-slider-section-inner-item:nth-of-type(2n) {
    margin: 30px 15px 0;
  }
  .p-slider-section-bg {
    display: none;
  }
  /*==========
  固定ページ共有部分
  ==========*/
  .p-page-header {
    height: 121px;
  }
  .p-page-header-head {
    font-size: 23px;
    font-weight: 700;
  }
  .p-page-head {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .p-page-section {
    padding: 190px 45px 150px;
  }
  .p-page-section-inner-image {
    width: 100%;
    margin: 0 auto;
  }
  .p-page-section-inner-image::before {
    top: -25px;
    left: -25px;
  }
  .p-page-section-inner-image::after {
    bottom: -25px;
    right: -25px;
  }
  .p-page-section-inner-inter {
    position: absolute;
    top: 124%;
    left: auto;
    right: -20px;
    width: 89%;
    z-index: 5;
  }
  .p-page-section-inner-inter .sp-img {
    display: block;
  }
  .p-page-section-inner-inter .pc-img {
    display: none;
  }
  .p-page-section-inner-vaccine {
    top: 130%;
    left: 0;
    right: auto;
    width: 90%;
    max-width: 306px;
  }
  .p-page-section-inner-cardiology {
    top: 135%;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
  }
  .p-page-section-inner-health {
    top: 135%;
    left: 2.5%;
    width: 95%;
  }
  .p-page-section-treat1 {
    top: 3%;
    left: 0;
    width: 70%;
  }
  .p-page-section-treat2 {
    top: 3%;
    left: 0;
    min-width: 259px;
    max-width: 353px;
    width: 60%;
    z-index: 1;
  }
  /*==========
  初診の方へ
  ==========*/
  .p-firsttime-section {
    padding-bottom: 120px;
  }
  .p-firsttime-section-top {
    padding: 35px 20px 35px;
  }
	.p-firsttime-section-top p {
		text-align: left;
	}
  .p-firsttime-section-flow {
    padding: 75px 20px 65px;
  }
  .p-firsttime-section-flow-head {
    margin: 0 auto 70px;
  }
  .p-firsttime-section-flow-box-item {
    width: 100%;
    padding: 24px;
  }
  .p-firsttime-section-flow-bird {
    position: absolute;
    top: 24.3%;
    left: 0%;
    width: 115px;
    z-index: 1;
  }
  .p-firsttime-section-flow-bird img {
    width: 100%;
  }
  .p-firsttime-section-flow-green1 {
    position: absolute;
    top: 27%;
    left: 81%;
    width: 98px;
    z-index: 1;
  }
  .p-firsttime-section-flow-green1 img {
    width: 100%;
  }
  .p-firsttime-section-bring {
    padding: 100px 20px 60px;
  }
  .p-firsttime-section-bring-head {
    width: 100%;
    margin: 0 auto 25px;
  }
  .p-firsttime-section-bring-head-image {
    width: 100%;
    margin: 0 auto 35px;
  }
  .p-firsttime-section-bring-head-left {
    top: 65%;
    left: 2px;
    width: 90px;
  }
  .p-firsttime-section-bring-head-right {
    top: -60px;
    left: 75%;
    width: 90px;
    transform: rotate(-155deg);
  }
  .p-firsttime-section-bring-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
  }
  .p-firsttime-section-bring-box-item {
    width: 48%;
    padding: 22px 8px;
    margin-bottom: 12px;
  }
  .p-firsttime-section-bring-box-item-image .note {
    width: 70px;
    margin: 0 auto 30px;
  }
  .p-firsttime-section-bring-text {
    text-align: left;
  }
  .p-firsttime-section-bring-text p {
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
  }
  .p-firsttime-section-bring-green2 {
    position: absolute;
    top: auto;
    left: 0;
    bottom: -70px;
    width: 153px;
    z-index: 1;
  }
  .p-firsttime-section-bring-green3 {
    top: 43%;
    left: auto;
    right: 0;
  }
  .p-firsttime-section-bring-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 800px;
    z-index: 0;
    overflow: hidden;
  }
  .p-firsttime-section-bring-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /*==========
  当院について
  ==========*/
  .p-about-section-inner {
    width: 100%;
    padding: 60px 20px 40px;
  }
  .p-about-section-inner-doctor .p-page-head-image {
    width: 313px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-about-section-inner-doctor-box {
    flex-wrap: wrap;
    margin: 0 auto 60px;
  }
  .p-about-section-inner-doctor-box-image {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    padding: 0 0 50px;
  }
  .p-about-section-inner-doctor-box-image img {
    width: 100%;
    max-width: 270px;
    border-radius: 10px;
    margin: 0 auto 10px;
    display: block;
  }
  .p-about-section-inner-doctor-box-image-name {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
  .p-about-section-inner-doctor-box-text {
    width: 100%;
  }
  .p-about-section-inner-doctor-career {
    padding: 24px 20px;
  }
  .p-about-section-inner-doctor-career-inner {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .p-about-section-inner-doctor-career-inner-item {
    width: 100%;
  }
  .p-about-section-inner-doctor-career-inner-item:nth-of-type(1) {
    margin-bottom: 40px;
  }
  .p-about-section-inner-doctor-career-bird {
    top: -60px;
    right: 0;
    width: 84px;
  }
  .p-about-section-inner-bg {
    width: 100%;
  }
  .p-about-section-inner-bg-sub {
    width: 100%;
  }
  .p-page-equipment {
    padding: 70px 20px 130px;
  }
  .p-page-equipment-image {
    width: 100%;
    margin: 0 auto 20px;
  }
  .p-page-equipment-image .sp-img {
    display: block;
  }
  .p-page-equipment-image .pc-img {
    display: none;
  }
  .p-page-equipment-btn {
    width: 100%;
  }
  .p-page-equipment-btn-inner {
    width: 287px;
    margin: 0 auto;
  }
  .p-profile-section {
    padding: 0 20px 70px;
  }
  .p-profile-section-inner {
    width: 100%;
  }
  .p-profile-section-inner .p-page-head-image {
    width: 244px;
    margin-right: 0;
  }
  .p-profile-section-inner-box {
    width: 100%;
    padding-top: 40px;
  }
  .p-profile-section-inner-box-list {
    padding: 15px 25px;
    line-height: 1.5;
    margin-bottom: 8px;
    display: block;
  }
  .p-profile-section-inner-box-list-lead {
    display: inline-block;
    width: 118px;
  }
  .p-profile-section-inner-box-list-text {
    display: block;
  }
  /*==========
  診療固定ページ
  ==========*/
  .p-page-content {
    padding: 100px 20px 20px;
  }
  .p-page-content-top {
    margin: 0 auto 25px;
  }
  .p-page-content-top-message {
    padding: 15px 0;
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
  }
  .p-page-content-top-message p {
    color: #47917F;
  }
  .p-page-content-top-man {
    margin: 0 auto 30px;
  }
	.p-page-content-top-text-center p {
		text-align: left;
	}
  .p-page-content-top-text-lead {
    margin-bottom: 20px;
  }
  .p-page-content-block-01 {
    margin: 0 auto 80px;
    padding: 50px 20px 70px;
  }
  .p-page-content-block-01-head {
    margin: 0 auto 25px;
  }
  .p-page-content-block-02 {
    padding: 40px 20px;
  }
  .p-page-content-block-02 h3 {
    margin: 0 auto 20px;
  }
  .p-page-content-block-02-inner li {
    width: 100%;
    height: auto;
    padding-top: 10px;
  }
	.p-page-content-block-03 {
    padding: 40px 20px;
  }
  .p-page-content-block-03 h3 {
    margin: 0 auto 20px;
  }
  .p-page-content-block-03-inner li {
    width: 100%;
    height: auto;
	margin: 0;
  }
	.p-page-content-block-03-inner li:nth-of-type(2n-1){
		margin: 0;
	}
  .p-page-content-box {
    padding-bottom: 30px;
  }
  .p-page-content-box-inner-item {
    padding: 32px 24px;
    margin-bottom: 40px;
  }
  .p-page-content-green-box {
    padding: 50px 20px;
  }
  .p-page-content-green-box-list p {
    padding-left: 12px;
  }
  .p-page-content-green-box-list p::before {
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
  }
  .p-page-content-green-text {
    margin: 0 auto 40px;
  }
  .p-page-content-flex {
    margin: 0 auto 80px;
    padding: 35px 20px;
  }
  .p-page-content-flex-inner-lead {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 35px;
  }
  .p-page-content-flex-inner-lead::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    transform: translateY(0);
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .p-page-content-flex-inner-lead p {
    font-size: 20px;
  }
  .p-page-content-flex-inner-text {
    width: 100%;
    padding: 0;
  }
  .p-page-content-flex-inner-text p {
    font-size: 17px;
    line-height: 2;
  }
  .p-page-content-bottom {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 60px;
  }
  .p-page-content-bottom-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .p-page-content-bottom-head img {
    width: 34px;
    margin-right: 10px;
    display: inline-block;
  }
  .p-page-content-bottom-head p {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .p-page-content-bottom-check {
    width: 100%;
  }
  .p-page-content-bottom-check li {
    color: #707070;
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0.85px;
    padding-bottom: 5px;
  }
  .p-page-content-bottom-check-list {
    padding-left: 12px;
  }
  .p-page-content-bottom-check-list::before {
    top: 14px;
    left: 0;
  }
  .p-page-content-bottom-check-attention {
    padding-top: 20px;
  }
  /*==========
  アクセス
  ==========*/
  .p-access-section-top {
    padding: 60px 20px 60px;
  }
  .p-access-section-top-map {
    margin: 0 auto 20px;
    height: 250px;
  }
  .p-access-section-bottom {
    padding: 60px 20px;
  }
  .p-access-section-bottom-block {
    width: 100%;
    margin: 0 auto 60px;
  }
  .p-access-section-bottom-block-head {
    margin: 0 0 10px;
  }
  .p-access-section-bottom-block-head img {
    width: 21px;
  }
  .p-access-section-bottom-block-head h2 {
    font-size: 20px;
  }
  .p-access-section-bottom-block-box {
    justify-content: center;
    padding-top: 20px;
  }
  .p-access-section-bottom-block-box-text {
    width: 100%;
    order: 2;
  }
  .p-access-section-bottom-block-box-text-type {
    margin-bottom: 30px;
  }
  .p-access-section-bottom-block-box-image {
    width: 100%;
    margin: 0 0 20px;
    order: 1;
  }
  .p-access-section-bottom-block-box-image-treat {
    width: 140px;
    top: 52%;
    right: -23px;
  }
  .p-access-section-bottom-block-text {
    margin-bottom: 30px;
  }
  .p-access-section-bottom-block-flex {
    flex-wrap: wrap;
  }
  .p-access-section-bottom-block-flex-map {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .p-access-section-bottom-block-flex-access {
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
    position: relative;
  }
  .p-access-section-bottom-block-flex-access img {
    width: 100%;
    height: auto;
  }
  .p-access-section-bottom-block-flex-access-treat {
    width: 197px;
    top: 57%;
    right: -17px;
  }
  /*==========
  診療案内
  ==========*/
  .p-guidance-section {
    padding: 80px 20px;
  }
  .p-guidance-section-inner-item {
    margin-bottom: 70px;
    justify-content: center;
  }
  .p-guidance-section-inner-item-link {
    margin: 0 auto 20px;
  }
  .p-guidance-section-inner-item-text {
    padding-left: 0px;
    width: 100%;
  }
  /*==========
  設備機器
  ==========*/
  .p-equipment-section-inner-box-image-item {
    margin: 0 auto 40px;
  }
  .p-equipment-section-inner-box-image-item img {
    margin: 0 auto 25px;
  }
  .p-equipment-section-inner-box-treat1 {
    width: 320px;
    top: 47%;
    left: 30%;
  }
  .p-equipment-section-inner-box-treat2 {
    width: 360px;
    top: 43%;
    left: -5%;
  }
  /*==========
  お知らせ詳細
  ==========*/
  .p-single-section-inner-text {
    font-size: 17px;
  }
  .p-single-section-inner-link {
    margin: 60px auto 0;
  }
}

/*==========
ページネーション
==========*/
.p-pagination {
	width: 100%;
	max-width: 1000px;
	margin: 30px auto 0;
}
.next.page-numbers {
	display: none;
}
.prev.page-numbers {
	display: none;
}
.nav-links {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.page-numbers {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	color: #fff;
	background-color: #47917F;
	transition: all ease .3s;
}
.page-numbers:hover{
	opacity: .8;
}
.page-numbers.current {
	background-color: #707070;
}
.page-numbers.current:hover {
	opacity: 1;
}
.p-single-section li {
	list-style: initial;
}
.p-single-section ul {
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.p-single-section h3 {
	padding-bottom: 10px;
	font-weight: 700;
	color: #47917F;
}

/*==========
SP用追従ボタン
==========*/
.p-sp-tel {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  justify-content: center;
  align-items: center;
  background-color: #47917F;
  border-radius: 12px;
  padding: 15px 0;
  opacity: 0.95;
	z-index: 99;
}
.p-sp-tel img {
  display: block;
  width: 22px;
  margin-right: 7px;
}
.p-sp-tel p {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
}

@media (max-width: 1080px) {
  .p-sp-tel {
    display: flex;
  }
}