@charset "UTF-8";
/* CSS Document */

.webfont {
  transform: rotate(0.001deg);
}

.over {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.aspect {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.imgLarge img {
  aspect-ratio: 6 / 4;
  object-fit: cover;
}

.Head {
  background: #FFF4F7;
  background-size: 30vw auto;
  padding: 80px 0;
}

.Head .en {
  font-family: "M PLUS 1p", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.6rem, 5.6vw, 5.6rem);
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 1.1em;
}

.Head h1,
.fAddress h2,
.title1,
.ul4>li h4 {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 2.0em;
  font-weight: 700;
  display: flex;
  align-items: center;
  grid-gap: 8px;
}

.Head h1::before,
.fAddress h2::before,
.title1::before,
.ul4>li h4::before {
  content: '■';
  color: #0067CE;
  display: block;
}

.subHead {
  margin-bottom: 32px;
}

.home .subHead {
  margin-bottom: 48px;
}

.sdg-section .subHead {
  margin-bottom: 48px;
}

.charm-container .subHead {
  margin-bottom: 48px;
}

.interview-section .subHead {
  margin-bottom: 48px;
}

.Contact .subHead {
  margin-bottom: 48px;
}

@media print,
screen and (min-width: 768px) {
  .home .subHead {
    margin-bottom: 64px;
  }

  .sdg-section .subHead {
    margin-bottom: 64px;
  }

  .charm-container .subHead {
    margin-bottom: 64px;
  }

  .interview-section .subHead {
    margin-bottom: 64px;
  }

  .Contact .subHead {
    margin-bottom: 64px;
  }
}

.subHead>*:not(:last-child) {
  margin-bottom: 8px;
}

.subHead h2 {
  font-size: clamp(2.0rem, 2.4vw, 2.4rem);
  line-height: 1.3em;
  font-weight: 700;
}

.subHead .en {
  color: #0067CE;
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1.1em;
}

h3 {
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 1.5em;
  font-weight: 500;
}

.lead {
  font-size: clamp(1.6rem, 1.6vw, 1.6rem);
  line-height: 1.9em;
  font-weight: 500;
  text-align: center;
}

.num {
  font-family: "M PLUS 1p", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.textR {
  text-align: right;
}

.width1 {
  max-width: 924px;
}

/* flex */
.flex,
.column2,
.column3,
.column4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.column2 {
  grid-gap: 24px 80px;
}

.column3 {
  grid-gap: 24px 32px;
}

.column4 {
  grid-gap: 12px 40px;
}

.column2>*,
.column3>*,
.column4>* {
  width: 100%;
}

/* COLOR */
.col1 {
  color: #0067CE;
}

/* BG */
.bg1 {
  background: #0067CE;
}

.bg1 * {
  color: #FFFFFF !important;
}

.bg2 {
  background: #faf9f7;
}

.bg3 {
  background: #FFF4F7;
}

.bg4 {
  border-top: #804E21 1px solid;
  border-bottom: #804E21 1px solid;
}

.bgW {
  background: #FFFFFF;
}

/* TRIANGLE */
.triangle {
  background: #000000;
  width: 60px;
  height: calc(tan(60deg) * 60px / 2);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.tUp {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.tRight {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.tDown {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tLeft {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

/* BTN */
.btn {
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.btn>* {
  background: #EC79A0;
  color: #FFFFFF;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  display: block;
}

.bg1 .btn>* {
  background: #FFFFFF;
  color: #EC79A0 !important;
}

/*.btn > *::after {
  border-top: #FFFFFF 2px solid;
  border-right: #FFFFFF 2px solid;
  content: "";
  width: 0.4em;
  height: 0.4em;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: -0.1em;
  transform: rotate(45deg);
}*/
.home .btn>* {
  background: #EC79A0;
  color: #FFFFFF;
  width: 100%;
  max-width: 172px;
  height: 47px;
  padding: 0 16px;
  line-height: 47px;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.home .introduction .btn>*,
.recruit-info-content .btn>*,
#Content>section:nth-child(7)>div>div>div>div.btn {
  margin-left: 0;
  margin-right: 0;
}

.Service-section {
  padding-top: 0 !important;
  padding-bottom: 35px !important;
}

.Service-section .btn>* {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .Service-section .btn>* {
    margin-top: 32px;
  }
}

.pNav .btn>* {
  background: #FFFFFF;
  color: #EC79A0;
  border: #EC79A0 1px solid;
  max-width: 263px;
  height: 47px;
  padding: 0 16px;
  line-height: 47px;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pNav .btn>*:hover {
  color: #FFFFFF;
  background: #EC79A0;
}

.pNav .btn>*::after {
  content: "";
  border-top: #EC79A0 2px solid;
  border-right: #EC79A0 2px solid;
  width: 0.4em;
  height: 0.4em;
  margin-left: 100px;
  display: block;
  position: absolute;
  left: calc(50% - 0.9em);
  top: calc(50% - 0.4em);
  transform: rotate(135deg);
}

.pNav .btn>*:hover::after {
  content: "";
  border-top: #FFFFFF 2px solid;
  border-right: #FFFFFF 2px solid;
  width: 0.4em;
  height: 0.4em;
  margin-left: 100px;
  display: block;
  position: absolute;
  left: calc(50% - 0.9em);
  top: calc(50% - 0.4em);
  transform: rotate(135deg);
}

.pdf-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FFFFFF;
  color: #EC79A0;
  border: 1px solid #EC79A0;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.pdf-button:hover {
  color: #804E21;
  border: 1px solid #804E21;

}

.contactWrap {
  background: #faf9f8;
  padding: 24px 5.33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contactWrap .inner>*:not(:last-child) {
  margin-bottom: 48px;
  /* margin-bottom: 32px; */
}

.contactWrap .textWrap h2 {
  font-size: clamp(2.0rem, 2.4vw, 2.4rem);
  line-height: 1.5em;
  font-weight: 500;
}

.contactWrap .textWrap .en {
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.6rem, 2.0vw, 2.0rem);
  line-height: 1.5em;
}

.contactWrap .lead {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.8em;
}

.contact-info {
  display: flex;
  gap: 62px;
  align-items: center;
  margin-bottom: 20px;
}

.contact-info-wrap {
  border-top: #804E21 1px solid;
  border-bottom: #804E21 1px solid;
  padding: 38px 48px;
}

.contact-info-wrap p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .contact-info {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}

.contactWrap .btn>* {
  background: #EC79A0;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 212px;
  height: 52px;
  padding: 0 16px;
  line-height: 52px;
}

.home .contactWrap .inner>*:not(:last-child) {
  margin-bottom: 24px;
}

/* UL */
main ul:not([class])>li,
main ul.space>li {
  padding-left: 1.6em;
  text-align: justify;
}

main ul:not([class])>li::before,
main ul.space>li::before {
  content: '・';
  display: block;
  position: absolute;
  left: 0.3em;
  top: 0;
}

#dayservice3 ul>li::before {
  display: none;
}

main ul.space>li:not(:last-child) {
  margin-bottom: 16px;
}

.ul1>li:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.ul1>li:not(:last-child)::after {
  content: '';
  border-bottom: #FFFFFF 1px solid;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ul1>li>*:not(:last-child) {
  margin-bottom: 24px;
}

.ul1 h3 {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: 700;
}

.ul1 p {
  text-align: justify;
}

.ul2>li {
  background: #FFFFFF;
  padding: 32px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 24px;
}

.ul2>li:not(:last-child) {
  margin-bottom: 24px;
}

.ul2>li .note>*:not(:last-child) {
  margin-bottom: 16px;
}

.ul2>li .mapWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 32px 24px;
}

.ul2>li .mapWrap .embed {
  padding-top: 76.25%;
}

.ul2>li .imgWrap {
  border-top: #C8C8C8 1px solid;
  padding-top: 32px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 16px 24px;
}

.ul2>li .imgWrap figure img {
  margin-bottom: 8px;
}

.ul2>li .imgWrap figcaption {
  font-weight: 700;
}

.ul3>li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 24px 60px;
}

.ul3>li:not(:last-child) {
  margin-bottom: 32px;
}

.ul3>li .note>*:not(:last-child) {
  margin-bottom: 24px;
}

.ul4>li {
  background: #E8F1FA;
  padding: 24px 16px;
}

.ul4>li:not(:last-child) {
  margin-bottom: 16px;
}

.ul5>li {
  border-bottom: #FFFFFF 1px solid;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  grid-gap: 16px;
}

.ul5>li:not(:last-child) {
  margin-bottom: 12px;
}

.ul6 {}

.ul6>li {
  border: #C8C8C8 1px solid;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ul6>li h4 {
  font-size: clamp(1.7rem, 2.0vw, 2.0rem);
  line-height: 1.5em;
}

.ul6>li .en {
  color: #969696;
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.0rem, 1.2vw, 1.2rem);
  line-height: 1.5em;
}

.ul7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 24px 30px;
}

.ul7>li {
  background: #FFFFFF;
  border-radius: 10px;
  width: 100%;
  padding: 0;
}

.ul7>li>*:not(:last-child):not(.num) {
  margin-bottom: 16px;
}

.ol1 {
  counter-reset: item;
}

.ol1>li:not(:last-child) {
  margin-bottom: 40px;
}

.ol1>li>*:not(:last-child) {
  margin-bottom: 24px;
}

.ol1>li>h3 {
  padding-left: 1.8em;
}

.ol1>li>h3::before {
  font-family: "Inter", system-ui;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.9rem, 3.4vw, 3.4rem);
  line-height: 1.5em;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ol1 .ul3>li {
  border: #C8C8C8 1px solid;
  padding: 32px 16px;
  grid-gap: 24px 48px;
}

.ol1 .ul3>li .note h3 {
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
}

.ol1 .ul3>li .note>*:not(:last-child) {
  margin-bottom: 16px;
}

.annotation {}

.annotation>* {
  padding-left: 1.5em;
}

.annotation>*::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* DL */
dl:not([class]) {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5em 2.0em;
}

.dl1 {}

.dl1>* {
  border-bottom: #804E21 1px solid;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 16px;
}

.dl1 dt {
  width: 26%;
  font-weight: 700;
}

.dl1 dd {
  flex: 1;
}

.dl1 dd>*:not(:last-child) {
  margin-bottom: 16px;
}

/* iframe */
.embed {
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.embed iframe,
.embed object,
.embed embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Top */
.slider {
  margin-inline: auto;
  overflow: hidden;
}

.slick-img img {
  width: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.Main .inner {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .Main .inner {
    padding: 0 5.33%;
  }
}

.Main .over {}

.Main .over img {
  width: 100vw;
}

.Main .hero-content {
  position: absolute;
  left: 0;
  top: 40vw;
}

@media screen and (max-width: 767px) {
  .Main .hero-content {
    position: absolute;
    left: 5%;
    top: 80vw;
  }
}

.Main h1 span {
  color: #FFFFFF;
  margin-bottom: 5px;
  font-size: clamp(2.0rem, 5.6vw, 5.6rem);
  line-height: 1.1em;
  font-weight: 500;
  display: block;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}

.Main .hero-content p {
  color: #FFFFFF;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1.1em;
  font-weight: 700;
  display: block;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}

.home .Company .contWrap .note .en,
.home .Service .contWrap .note .en {
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(6.0rem, 10.0vw, 10.0rem);
  line-height: 1.1em;
  position: absolute;
}

.home .Company .contWrap .note>*:not(:last-child):not(h2),
.home .Service .contWrap .note>*:not(:last-child):not(h2) {
  margin-bottom: 32px;
}

.home .Company .contWrap .note>h2,
.home .Service .contWrap .note>h2 {
  margin-bottom: 24px;
}

.home .Company .itemWrap {}

.home .Company .itemWrap {
  margin-bottom: 64px;
}

.home .Company .itemWrap>*:not(:last-child) {
  margin-bottom: 32px;
}

.home .Company .itemWrap h3 span {
  color: #EC79A0;
}

.home .Company .itemWrap .ul6 {
  display: flex;
  flex-wrap: wrap;
}

.home .Company .contWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 32px 100px;
}

.home .Company .contWrap .note .en {
  color: #F0F0F0;
}

.home .Company .contWrap .note p {
  text-align: justify;
}

.home .Company .itemWrap .btn {
  width: 100%;
  max-width: 270px;
  margin-left: 0;
  margin-right: 0;
}

.home .Service {
  background-image: url("../images/top/bg2.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100vw auto;
}

.home .Service .contWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 56px 0;
}

.home .Service .contWrap .note .en {
  color: rgba(0, 0, 0, 0.1) !important;
  mix-blend-mode: multiply;
}

.home .Service .contWrap .note .title1::before {
  color: #FFFFFF;
}

.home .Service-section h3 {
  font-size: clamp(2.0rem, 2.4vw, 2.4rem);
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 20px;
}

.content-wrap {
  padding: 32px 25px;
}

.top-news-section {
  background-color: #FFF4F7;
  position: relative;
}

@media print,
screen and (min-width: 768px) {
  .top-news-section {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .top-news-section {
    padding: 45px 0;
  }
}

.top-news-section .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top-news-section .inner {
    display: block;
  }
}

.top-news-section .inner .headline {
  width: 300px;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.05;
  font-family: "Barlow", sans-serif;
  color: #004097;
}

@media screen and (max-width: 767px) {
  .top-news-section .inner .headline {
    margin-bottom: 15px;
    width: auto;
    font-size: 32px;
  }
}

.top-news-section .headline .ja {
  display: block;
  line-height: 1.75;
  padding-top: 7px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E3A39;
}

.top-news-block {
  width: 100%;
  height: 235px;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .top-news-block {
    width: 100%;
    height: 135px;
  }
}

.top-news-block::-webkit-scrollbar {
  width: 6px;
}

.top-news-block::-webkit-scrollbar-track {
  background-color: none;
}

.top-news-block::-webkit-scrollbar-thumb {
  background-color: #B1B1B1;
  border-radius: 6px;
}

.top-news-content {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 45px 45px;
  margin-bottom: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .top-news-content {
    display: block;
    padding: 12.5px 12.5px;
  }
}

.top-news-content .date {
  display: block;
  width: 120px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #EC79A0;
  letter-spacing: 0.05em;
}

.top-news-content .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.top-news-content .text-block {
  width: calc(100% - 120px);
}

@media screen and (max-width: 767px) {
  .top-news-content .date {
    display: block;
    width: 100%;
  }

  .top-news-content .title {
    margin-bottom: 15px;
  }

  .top-news-content .text-block {
    width: 100%;
  }
}

.gallery-inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 26px;
}

.gallery-container {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.left-image {
  width: 62.25%;
  height: 100%;
  position: relative;
  margin-right: 10px;
}

.right-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: 10px;
}

.bottom-image {
  width: 100%;
  height: 100%;
  margin-top: 10px;
}

.top-images {
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.top-image {
  width: 100%;
  height: 100%;
}

.top-image:first-child {
  margin-right: 10px;
}

.top-image:last-child {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .gallery-inner {
    padding: 0 13px;
  }

  .gallery-container {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .left-image {
    width: 62.25%;
    height: 100%;
    position: relative;
    margin-right: 5px;
  }

  .right-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    margin-left: 5px;
  }

  .bottom-image {
    width: 100%;
    height: 100%;
    margin-top: 5px;
  }

  .top-images {
    display: flex;
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
  }

  .top-image {
    width: 100%;
    height: 100%;
  }

  .top-image:first-child {
    margin-right: 5px;
  }

  .top-image:last-child {
    margin-left: 5px;
  }
}

.recruit-info-container {
  background-image: url("../images/top/recruit_image.png");
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.recruit-info-content {
  width: 50%;
  padding-right: 20px;
}

.recruit-info-highlight {
  font-weight: bold;
}

.recruit-info-link-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .recruit-info-container {
    align-items: center;
  }

  .recruit-info-content {
    width: 40%;
    padding-right: 40px;
  }

  .recruit-info-content p {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-info-container {
    background-image: url("../images/top/recruit_image_sp.png");
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
  }

  .recruit-info-content {
    width: 100%;
    padding-right: 0;
  }

  .recruit-info-content p {
    margin-bottom: 32px;
  }
}

/* Page */
.Page .cont>*:not(:last-child) {
  margin-bottom: 48px;
}

.Page .contWrap {
  display: flex;
  justify-content: space-between;
  grid-gap: 32px 72px;
}

.Page .contWrap .note>*:not(:last-child) {
  margin-bottom: 32px;
}

.Page .contWrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* About */
@media print,
screen and (min-width: 768px) {
  .greeting-wrapper {
    padding-bottom: 136px !important;
  }

  .greeting-section {
    margin-bottom: 136px !important;
  }
}

@media screen and (max-width: 767px) {
  .greeting-wrapper figure {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}

.signature {
  text-align: right;
}

.information-section {
  background: #F7F7F7;
  padding: 38px;
  margin-bottom: 20px;
  display: block;
  border-radius: 10px;
  border-bottom: none;
}

.label {
  font-size: 24px;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 29px;
}

.text {
  display: inline-block;
}

.highlight {
  font-weight: bold;
}

.highlight a {
  text-decoration: underline !important;
}

.separate-image {
  vertical-align: bottom;
}

#Content>section.Company.Page.greeting-wrapper>div>div.contWrap.greeting-section>div {
  width: 100%;
}

/* Service */
main section:not(.Head):not(.full).Service.Page {
  padding-bottom: 0;
}

.serviceWrap .inner .bgW {
  padding: 0 16px;
}

.serviceWrap .inner .bgW>section:not(:last-child):not(.Link)::after {
  content: '';
  background: #0067CE;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
}

.serviceWrap .inner p {
  text-align: center;
}

.serviceWrap .pNav {
  /* padding-top: 32px; */
  font-weight: 700;
  display: flex;
}

.serviceWrap .pNav a {
  align-items: center;
  grid-gap: 10px;
}

.serviceWrap .pNav a i {
  background: #0067CE;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
}

.serviceWrap .pNav a i::after {
  content: "";
  border-top: #FFFFFF 2px solid;
  border-right: #FFFFFF 2px solid;
  width: 0.4em;
  height: 0.4em;
  margin-left: 10px;
  display: block;
  position: absolute;
  left: calc(50% - 0.9em);
  top: calc(50% - 0.4em);
  transform: rotate(135deg);
}

.License h3 {
  text-align: center;
}

.emphasized {
  margin-top: 38px;
}

.position {
  color: #EC79A0;
  font-size: 12px;
}

.name {
  font-size: 20px;
  font-weight: 700;
}

.policy-container {
  margin: 20px auto;
  border: 1px solid #EC79A0;
  border-radius: 10px;
  padding: 70px;
}

.policy-header {
  text-align: center;
  margin-bottom: 20px;
}

.policy-logo {}

.policy-content-flex {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .policy-container {
    padding: 35px;
  }

  .policy-content-flex {
    flex-direction: column;
    gap: 20px;
  }

  .policy-content-flex img {
    width: 80%;
    margin: 0 auto;
  }
}

.policy-content {
  display: flex;
  flex-direction: column;
}

.item {
  margin-bottom: 25px;
}

.item-number {
  font-size: 18px;
  font-weight: 700;
  margin-right: 12.5px;
  color: #FFFFFF;
  background-color: #EC79A0;
  border-radius: 50%;
  padding: 5px 12.5px;
}

.equipment-name {
  display: flex;
  align-items: center;
}

.equipment-name::before {
  content: '⚫︎';
  color: #EC79A0;
  display: block;
  font-size: 0.6em;
  margin-right: 10px;
}

/* About */
.Overview .partnerWrap {
  padding: 32px 16px;
}

.Overview .partnerWrap>*:not(:last-child) {
  margin-bottom: 8px;
}

.Overview .partnerWrap .column3 {
  grid-gap: 8px 32px;
}

.History {}

/* Recruit */
.business {
  padding: 100px 0;
}

.headline {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  background: #FFFFFF;
  border-radius: 5px;
  padding: 6px 16.5px;
}

@media screen and (max-width: 767px) {
  .business {
    padding: 65px 0;
  }
}

.business .reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .business .reverse {
    flex-direction: column;
  }
}

.business .reverse .bus-content-txt {
  padding: 0 0 0 7.4%;
}

@media screen and (max-width: 767px) {
  .business .reverse .bus-content-txt {
    padding: 0;
  }
}

.bus-content-wrap {
  display: flex;
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: #CCCCCC 1px solid;
}

.bus-content-wrap:last-of-type {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .bus-content-wrap {
    flex-direction: column;
    padding-bottom: 42.5px;
    margin-bottom: 35px;
  }
}

.bus-content-wrap:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.bus-content-wrap .content-image {}

@media screen and (max-width: 767px) {
  .bus-content-wrap .content-image {
    width: 100%;
  }
}

.bus-content-txt {
  padding-right: 7.03%;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .bus-content-txt {
    padding: 0;
    margin-bottom: 35px;
  }
}

.bus-content-txt .content-name {
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .bus-content-txt .content-name {
    margin-bottom: 32px;
  }
}

.bus-content-txt .content-name img {
  max-width: 80px;
  max-height: 80px;
  height: 100%;
  margin-left: 14%;
}

@media screen and (max-width: 767px) {
  .bus-content-txt .content-name img {
    max-width: 75px;
    max-height: 75px;
    margin-left: 7%;
  }
}

.question {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.answer {
  margin-bottom: 20px;
}

@media print,
screen and (min-width: 768px) {
  .charm-section {}
}

.charm-container {
  margin: 0 auto;
}

.charm-container .subHead h2 {
  text-align: center;
}

.charm-header {
  text-align: center;
  margin-bottom: 62px;
}

.charm-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.box {
  width: 30%;
  padding: 20px;
  border: 1px solid #EC79A0;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 768px) {
  .charm-content {
    justify-content: center;
    gap: 20px;
  }

  .box {
    width: 100%;
  }
}

.box .item-number {
  margin-right: 0;
}

.box h3 {
  font-size: clamp(1.8rem, 2.0vw, 2.0rem);
  font-weight: 700;
  margin-top: 14.5px;
}

.box p {
  margin-top: 20.5px;
  text-align: left;
}

.pNav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.pNav a {
  align-items: center;
  gap: 10px;
  width: 263px;
}

@media (max-width: 768px) {
  .pNav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }
}

.table-spacing {
  margin-bottom: 90px;
}

/* Contact */
.Contact.Page .telWrap {
  max-width: 658.5px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 16px;
}

.Contact.Page .formWrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 16px;
}

.Contact.Page .telWrap h3,
.Contact.Page .formWrap h3 {
  font-size: clamp(1.6rem, 1.6vw, 1.6rem);
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 20px;
}

.telWrap {
  text-align: center;
}

.telWrap>*:not(:last-child) {
  margin-bottom: 10px;
}

.telWrap .num * {
  color: #804E21;
}

.telWrap .num>*:not(:last-child) {
  margin-right: 10px;
}

.telWrap .num span {
  font-size: clamp(2.4rem, 3.8vw, 3.8rem);
  line-height: 1.2em;
}

.telWrap .num a {
  font-size: clamp(3.2rem, 3.6vw, 3.6rem);
  line-height: 1.2em;
}

.telWrap .hour {
  font-size: clamp(1.6rem, 1.6vw, 1.6rem);
  line-height: 1.2em;
}

.formWrap {
  text-align: center;
}


/*SP
-------------------------------------------------------*/
@media screen and (max-width: 767px) {

  /* flex */
  .flex:not(.flexFix) {
    flex-direction: column;
  }

  /* iframe */

  /* BTN*/

  /* UL */

  /* DL */

  /* Top */
  .home .Company,
  .home .Service {
    overflow: hidden;
  }

  .home .Company .itemWrap .sub>*:not(:first-child) {
    margin-bottom: -1.0vw;
  }

  .home .Company .itemWrap .sub .ul6>*:not(:last-child) {
    margin-bottom: -1.0vw;
  }

  .home .Company .itemWrap .ul6>li {
    width: 23%;
  }

  .home .Company .itemWrap .ul6>li:not(:first-child) {
    margin-left: -2%;
  }

  .home .Company .itemWrap .ul6>li:not(:first-child):nth-child(5) {
    margin-left: 10.5%;
  }

  .home .Company .contWrap .note .en,
  .home .Service .contWrap .note .en {
    left: -3.0rem;
    top: -36px;
  }

  .home .Service .contWrap .note h3 {
    margin-bottom: 0 !important;
  }

  /* Page */
  .Page .contWrap {
    flex-wrap: wrap;
  }

  .Page .contWrap .img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: -56px;
  }

  /* Recruit */
  .Requirements.Page .column2 {
    grid-gap: 0;

  }

  .Requirements.Page .column2>*:not(:last-child).dl1 {
    border-bottom: none;
  }

  /* Contact */
  .formWrap iframe {
    height: 860px !important;
  }

}


/*PC
-------------------------------------------------------*/
@media print,
screen and (min-width: 768px) {

  .imgLarge img {
    aspect-ratio: 4 / 1;
  }

  .Head {
    padding: 13.5% 0;
  }

  .Head h1 {}

  .subHead {}

  /* flex */
  .flex.sb {
    justify-content: space-between;
  }

  .flex.center {
    justify-content: center;
  }

  .flex.vcenter {
    align-items: center;
  }

  .column2>* {
    width: calc((100% - 80px) / 2);
    height: auto;
  }

  .column3>* {
    width: calc((100% - (32px * 2)) / 3);
    height: auto;
  }

  .column4>* {
    width: calc((100% - (40px * 3)) / 4);
    height: auto;
  }

  /* BG */

  /* BTN */
  .btn {}

  .btn>* {
    width: 100%;
    height: 64px;
    padding: 0 16px;
    line-height: 64px;
  }

  .btn.pc {
    display: block;
  }

  .btn>*:hover {
    background: #804e21;
    color: #FFFFFF;
  }

  .bg1 .btn>*:hover {
    background: #804e21;
    color: #FFFFFF !important;
  }

  .contactWrap {
    height: 380px;
    padding: 40px;
  }

  .contactWrap .inner>*:not(:last-child) {
    margin-bottom: 64px;
  }

  .home .contactWrap {
    padding: 64px 40px;
  }

  .home .contactWrap .inner>*:not(:last-child) {
    margin-bottom: 32px;
  }

  .home .contactWrap .btn>*:hover {
    color: #FFFFFF;
  }

  /* UL */
  .ul1>li:not(:last-child) {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }

  .ul2>li {
    padding: 40px 48px;
    grid-gap: 48px 24px;
  }

  .ul2>li:not(:last-child) {
    margin-bottom: 48px;
  }

  .ul2>li .note {
    width: 27%;
    max-width: 288px;
  }

  .ul2>li .img,
  .ul2>li .mapWrap {
    flex: 1;
  }

  .ul2>li .mapWrap>* {
    width: calc((100% - 24px) / 2);
  }

  .ul2>li .mapWrap .embed {
    padding-top: 32.25%;
  }

  .ul2>li .imgWrap {
    padding-top: 48px;
  }

  .ul2>li .imgWrap>* {
    width: calc((100% - 48px) / 3);
  }

  .ul3>li:not(:last-child) {
    margin-bottom: 56px;
  }

  .ul3>li .note {
    flex: 1;
  }

  .ul3>li .note>*:not(:last-child) {
    margin-bottom: 32px;
  }

  .ul3>li .img {
    width: 40%;
    max-width: 400px;
  }

  .ul4>li {
    padding: 32px 40px;
  }

  .ul4>li:not(:last-child) {
    margin-bottom: 24px;
  }

  .ul7>li {
    width: calc((100% - 30px) / 2);
    padding: 0;
  }

  .ol1>li:not(:last-child) {
    margin-bottom: 100px;
  }

  .ol1>li>*:not(:last-child) {
    margin-bottom: 32px;
  }

  .ol1 .ul3>li {
    padding: 48px;
  }

  .ol1 .ul3>li .note>*:not(:last-child) {
    margin-bottom: 24px;
  }

  /* DL */
  dl:not([class]),
  .dl1 {
    grid-gap: 1.5em 2.0em;
  }

  .dl1 dt {
    max-width: 200px;
  }

  /* Top */
  main.home section:not(.Head):not(.full) {
    padding: 136px 0;
  }

  .Main .over img {}

  .home .Company .contWrap .note .en,
  .home .Service .contWrap .note .en {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: -11.0rem;
    top: 0;
  }

  .home .Company .contWrap .note,
  .home .Service .contWrap .note {
    flex: 1;
  }

  .home .Company .contWrap .note>*:not(:last-child):not(h2),
  .home .Service .contWrap .note>*:not(:last-child):not(h2) {
    margin-bottom: 48px;
  }

  .home .Company .contWrap .note .btn,
  .home .Service .contWrap .note .btn {
    margin-left: 0;
  }

  .home .Company .itemWrap {
    margin-bottom: 136px;
  }

  .home .Company .itemWrap>*:not(:last-child) {
    margin-bottom: 40px;
  }

  .home .Company .itemWrap .sub {
    padding: 0 26px;
  }

  .home .Company .itemWrap .sub>*:not(:first-child) {
    margin-top: -10px;
  }

  .home .Company .itemWrap .sub>*:nth-child(2n + 2) {
    justify-content: flex-end;
  }

  .home .Company .itemWrap .ul6>li {
    width: 12.65%;
  }

  .home .Company .itemWrap .ul6>li:not(:first-child) {
    margin-left: -1%;
  }

  .home .Company .contWrap .img {
    width: 54%;
    max-width: 648px;
  }

  .home .Company .contWrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home .Service .contWrap>* {
    width: 50%;
  }

  .home .Service::before {
    content: '';
    border-left: #FFFFFF 1px solid;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
  }

  .home .Service .contWrap {
    align-items: flex-start;
  }

  .home .Service .contWrap>.note {
    padding-right: 80px;
    position: sticky;
    left: 0;
    top: 40px;
  }

  .home .Service .contWrap>.sub .ul1>li {
    padding-left: 80px;
  }

  .home .Service .contWrap>.sub .ul1>li:not(:last-child)::after {
    width: 50vw;
  }

  /* Page */
  .Page .cont>*:not(:last-child) {
    margin-bottom: 64px;
  }

  .Page .contWrap {}

  .Page .contWrap>* {
    width: calc((100% - 72px) / 2);
  }

  .Page .contWrap .note>*:not(:last-child) {
    margin-bottom: 40px;
  }

  .Page .contWrap .img {
    width: 50vw;
    margin-right: calc(50% - 50vw);
    margin-top: -136px;
    margin-bottom: -136px;
  }

  .gridWrap {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 48px 64px;
  }

  /* Service */
  .serviceWrap .inner .bgW {
    padding: 0 100px;
  }

  .serviceWrap .pNav {
    /* padding-top: 56px; */
  }

  /* About */
  .Overview .partnerWrap {
    padding: 40px;
  }

  .History .inner {
    display: flex;
    justify-content: space-between;
    grid-gap: 40px;
  }

  .History .inner .subHead {
    width: 26%;
  }

  .History .inner .dl1 {
    flex: 1;
  }

  /* Recruit */
  .Requirements.Page .column2 {
    align-items: flex-start;
  }

  /* Contact */
  .Contact.Page .telWrap,
  .Contact.Page .formWrap {
    padding: 38px 48px;
    /* padding: 56px 48px; */
  }

}

/* slider */
.ppl-slick-slider {
  padding-bottom: 50px;
}

.ppl-slider-item {
  padding: 35px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto !important;
}

@media screen and (max-width: 1079px) {
  .ppl-slider-item {
    padding: 17.5px 15px;
  }
}

.ppl-image-box {
  text-align: left;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}

.ppl-image-box img {
  transition-duration: 0.5s;
}

.ppl-image-box a {
  display: block;
}

.ppl-image-box a:hover img {
  transform: scale(1.1, 1.1);
}

.ppl-image-box .name {
  background-color: #189688;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: clamp(1.6rem, 1.6vw, 2.0rem);
  font-weight: 700;
  line-height: 1.5;
  padding: 11px 40px 11px 7%;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
}

@media screen and (max-width: 1079px) {
  .ppl-image-box .name {}
}

@media screen and (max-width: 575px) {
  .ppl-image-box .name {
    font-size: 15px;
  }
}

.ppl-image-box .name::before {
  right: 11%;
  background: #000;
}

.ppl-image-box .name::after {}

.ppl-image-box .part {
  display: block;
  font-weight: 500;
  font-size: 14px;
}

.prev {
  position: relative;
  display: block;
  cursor: pointer;
  outline: none;
  height: 50px;
  width: 50px;
  background-color: #EC79A0;
  border-radius: 50%;
}

.prev::after {
  content: "";
  width: 20px;
  height: 30px;
  background-image: url('../images/common/prev.svg');
  background-repeat: no-repeat;
  transform-origin: top right;
  position: absolute;
  top: 22.5%;
  left: 30%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .prev {
    position: relative;
    display: block;
    cursor: pointer;
    outline: none;
    height: 50px;
    width: 50px;
    background-color: #EC79A0;
    border-radius: 50%;
  }

  .prev::after {
    content: "";
    width: 20px;
    height: 30px;
    background-image: url('../images/common/prev.svg');
    background-repeat: no-repeat;
    transform-origin: top right;
    position: absolute;
    top: 25%;
    left: 28%;
    box-sizing: border-box;
  }
}

.prev:hover {
  background-color: #804E21;
}

.prev:hover::after {}

.prev:hover::before {
  background-color: #fff;
}

.prev {
  position: absolute;
  transition: all 0.3s;
  left: 33.5%;
  top: initial;
  bottom: 50%;
  z-index: 2;
}

@media screen and (max-width: 1079px) {
  .prev {
    /* left: 4%; */
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .prev {
    /* left: 4%; */
  }
}

@media screen and (max-width: 575px) {
  .prev {
    left: 4%;
  }
}

.next {
  position: relative;
  display: block;
  cursor: pointer;
  outline: none;
  height: 50px;
  width: 50px;
  background-color: #EC79A0;
  border-radius: 50%;
}

.next::after {
  content: "";
  width: 20px;
  height: 30px;
  background-image: url('../images/common/next.svg');
  background-repeat: no-repeat;
  transform-origin: top right;
  position: absolute;
  top: 22.5%;
  right: 22.5%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .next {
    position: relative;
    display: block;
    cursor: pointer;
    outline: none;
    height: 50px;
    width: 50px;
    background-color: #EC79A0;
    border-radius: 50%;
  }

  .next::after {
    content: "";
    width: 20px;
    height: 30px;
    background-image: url('../images/common/next.svg');
    background-repeat: no-repeat;
    transform-origin: top right;
    position: absolute;
    top: 25%;
    right: 25%;
    box-sizing: border-box;
  }
}

.next:hover {
  background-color: #804E21;
}

.next:hover::after {}

.next:hover::before {
  background-color: #fff;
}

.next {
  position: absolute;
  transition: all 0.3s;
  right: 33.5%;
  top: initial;
  bottom: 50%;
  z-index: 2;
}

@media screen and (max-width: 1079px) {
  .next {
    /* right: 4%; */
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .next {
    /* right: 4%; */
  }
}

@media screen and (max-width: 575px) {
  .next {
    right: 4%;
  }
}

.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots li {
  display: inline-block;
}

.slick-dots button {
  padding: 0;
  color: transparent;
  outline: none;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #ccc;
}

.slick-dots .slick-active button {
  background: #000;
  border-color: #000;
}

#slick-slide-control10,
#slick-slide-control11 {
  margin: 0 15px;
}

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

  #slick-slide-control10,
  #slick-slide-control11 {
    margin: 0 3px;
  }
}

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

  #slick-slide-control12,
  #slick-slide-control13,
  #slick-slide-control14,
  #slick-slide-control15 {
    display: none;
    margin: 0;
  }
}

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

  #slick-slide-control12,
  #slick-slide-control13,
  #slick-slide-control14,
  #slick-slide-control15 {
    display: block;
    margin: 0 3px;
  }
}

.sdg-item {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
}

.sdg-item h3 {
  font-size: clamp(1.6rem, 2.0vw, 2.0rem);
  line-height: 1.9em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 38px;
}

.sdg-icon {
  text-align: center;
  margin-bottom: 44px;
}

.sdg-icon img {}

.ppl-slider-item li::before {
  content: '⚫︎' !important;
  color: #CEB6A1;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0.3em;
  top: 0;
}

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

  #\30 1>div>div>figure,
  #\30 2>div>div>figure {
    width: 70%;
  }
}

/* tabaruCont */
section.tabaruCont {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 850px) {
  section.tabaruCont {
    justify-content: flex-start;
    flex-flow: column;
  }
}

section.tabaruCont h2 {
  margin: 0 auto 60px;
}

@media screen and (max-width: 850px) {
  section.tabaruCont h2 {
    margin: 0 auto 30px;
    line-height: 4rem;
  }
}

section.tabaruCont .mb10 {
  margin: 0 auto 10px;
}

section.tabaruCont .mb20 {
  margin: 0 auto 20px;
}

section.tabaruCont .mb30 {
  margin: 0 auto 30px;
}

section.tabaruCont .mb60 {
  margin: 0 auto 60px;
}

section.tabaruCont .f-blue {
  color: #EC79A0;
  font-weight: 500;
  border-bottom: #EC79A0 1px solid;
}

section.tabaruCont .f-weight {
  font-weight: bold;
}

/* flex */
section.tabaruCont .flex-2-1,
section.tabaruCont .flex-2,
section.tabaruCont .flex-3,
section.tabaruCont .flex-5 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

section.tabaruCont .flex-2-1 .flex-l {
  width: 65%;
}

section.tabaruCont .flex-2-1 .flex-r {
  width: 30%;
}

section.tabaruCont .flex-2>* {
  width: 48%;
}

section.tabaruCont .flex-3>* {
  width: 31%;
}

section.tabaruCont .flex-5>* {
  width: 18%;
}

section.tabaruCont .flex-5 dl {
  background: #F7F9FA;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

section.tabaruCont .flex-5 dt {
  width: 80px;
  margin: 0 auto 10px;
}

section.tabaruCont .flex-5 dd {
  font-size: 13px;
  font-weight: bold;
}

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

  section.tabaruCont .flex-2-1,
  section.tabaruCont .flex-2 {
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
    gap: 30px;
  }

  section.tabaruCont .flex-3,
  section.tabaruCont .flex-5 {
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
    gap: 10px;
  }

  section.tabaruCont .flex-2-1 .flex-l {
    width: 100%;
  }

  section.tabaruCont .flex-2-1 .flex-r {
    width: 100%;
  }

  section.tabaruCont .flex-2>* {
    width: 100%;
  }

  section.tabaruCont .flex-3>* {
    width: 48%;
  }

  section.tabaruCont .flex-5>* {
    width: 18%;
  }

  section.tabaruCont .flex-5 dl {
    padding: 10px;
    width: 31%;
  }

  section.tabaruCont .flex-5 dt {
    width: 70%;
  }

  section.tabaruCont .flex-5 dd {
    line-height: 2rem;
  }
}

section.tabaruCont a.pdf-btn {
  /* background: #1587cd; */
  color: #fff;
  font-weight: bold;
  padding: 20px 50px;
  border-radius: 50px;
}

@media screen and (max-width: 850px) {
  section.tabaruCont a.pdf-btn {
    padding: 15px 30px;
    width: 80%;
    text-align: center;
  }
}

section.tabaruCont img {}

section.tabaruCont .list-com li,
section.tabaruCont .list-disc li {
  list-style: none;
  padding: 0 0 0 15px;
  position: relative;
  margin: 0 auto 10px;
  line-height: 3rem;
}

section.tabaruCont .list-com li:last-child,
section.tabaruCont .list-disc li:last-child {
  margin: 0;
}

section.tabaruCont .list-com li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

section.tabaruCont .list-disc li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* list-disc-b */
section.tabaruCont .list-disc-b li {
  list-style: none;
  padding: 0 0 0 15px;
  position: relative;
  line-height: 20px;
  font-weight: bold;
}

section.tabaruCont .list-disc-b li:last-child {
  margin: 0;
}

section.tabaruCont .list-disc-b li .small {
  font-size: 12px;
  display: block;
  font-weight: normal;
  margin: 5px 0 0;
}

@media screen and (max-width: 850px) {
  section.tabaruCont .list-disc-b li {
    width: 100%;
  }
}

/* tabaruContMenu */
section.tabaruCont .tabaruContMenu {
  width: 20%;
  border-right: 1px solid #C8C8C8;
}

section.tabaruCont .tabaruContMenu ul {
  position: sticky;
  top: 70px;
}

section.tabaruCont .tabaruContMenu>ul li {
  margin: 0 auto 20px;
  padding: 0 0 0 28px;
}

section.tabaruCont .tabaruContMenu>ul li:last-child {
  margin: 0;
}

@media screen and (max-width: 850px) {
  section.tabaruCont .tabaruContMenu {
    width: 100%;
    border-right: none;
    margin: 0 auto 50px;
  }

  section.tabaruCont .tabaruContMenu ul {
    position: relative;
    top: auto;
    display: flex;
    flex-flow: wrap;
    gap: 5px 20px;
  }

  section.tabaruCont .tabaruContMenu>ul li {
    margin: 0;
    padding: 0 0 0 20px;
  }

  section.tabaruCont .tabaruContMenu>ul li:last-child {
    margin: 0;
  }

  section.tabaruCont .tabaruContMenu>ul li:before {
    width: 10px;
    height: 10px;
  }
}

.facility {
  padding-bottom: 0 !important;
}

/* tabaruContArea */
section.tabaruCont .tabaruContArea {
  width: 75%;
}

@media screen and (max-width: 850px) {
  section.tabaruCont .tabaruContArea {
    width: 100%;
  }
}

/* tabaruContBox */
section.tabaruCont .tabaruContBox {
  margin: 35px auto 0;
  padding: 35px 0 0;
}

@media screen and (max-width: 850px) {
  section.tabaruCont .tabaruContBox {
    margin: 35px auto 0;
    padding: 35px 0 0;
  }
}

section.tabaruCont .tabaruContBox:first-of-type {
  margin: 0;
  border: none;
  padding: 0;
}

/* table */
section.tabaruCont .table-border {
  border: 1px solid #1587cd;
  border-radius: 20px;
}

section.tabaruCont table span {
  display: block;
  line-height: 2rem;
  font-weight: normal;
  color: #505050;
}

section.tabaruCont table .guideHeader th {
  background: #1587cd;
  border-radius: 15px 0 0;
  padding: 5px 0 5px 40px;
  width: 20%;
  text-align: start;
  font-size: 20px;
  font-weight: 400;
}

section.tabaruCont table .guideHeader {
  color: #fff;
}

section.tabaruCont table .guideHeader td {
  background: #1587cd;
  text-align: center;
  width: 10%;
  font-weight: bold;
}

section.tabaruCont table .guideHeader td:last-child {
  border-radius: 0 15px 0 0;
}

section.tabaruCont table .guideTime {
  font-weight: bold;
  padding: 0 0 0 30px;
  width: 20%;
}

section.tabaruCont table td.guideOn,
section.tabaruCont table td.guideOff {
  text-align: center;
  width: 10%;
  padding: 20px 0;
}

section.tabaruCont table td.guideOn {
  color: #1587cd;
}

section.tabaruCont table span.time {
  font-size: 12px;
  color: #B5B5B5;
}

section.tabaruCont table .guideOther td.guideOn,
section.tabaruCont table .guideOther td.guideOff {
  border-top: 1px solid #C8C8C8;
  padding: 30px 0 30px;
}

section.tabaruCont table .guideOther td.guideTime {
  border-top: 1px solid #C8C8C8;
  padding: 30px 0 30px 20px;
}

@media screen and (max-width: 850px) {
  section.tabaruCont .table-border {
    border-radius: 10px;
    overflow-x: scroll;
    position: relative;

  }

  section.tabaruCont table .guideHeader th {
    border-radius: 10px 0 0;
    padding: 5px 10px;
    font-size: 14px;
  }

  section.tabaruCont table .guideHeader td {
    padding: 0 10px;
  }

  section.tabaruCont table .guideHeader td:last-child {
    border-radius: 0 10px 0 0;
  }

  section.tabaruCont table .guideTime {
    padding: 0 0 0 5px;
  }

  section.tabaruCont table td.guideOn,
  section.tabaruCont table td.guideOff {
    padding: 10px 0;
  }

  section.tabaruCont table .guideOther td.guideOn,
  section.tabaruCont table .guideOther td.guideOff {
    padding: 20px 0;
  }

  section.tabaruCont table .guideOther td.guideTime {
    padding: 0 10px;
  }
}

section.tabaruCont ul.list-disc-b.flex-3 {
  gap: 20px;
}

section.tabaruCont .list-disc-b li span {
  display: block;
  font-weight: normal;
  margin: 10px 0 0;
  line-height: 3rem;
}

section.tabaruCont .list-disc-b li span.req {
  background: #FF3B62;
  color: #fff;
  border-radius: 20px;
  font-weight: normal;
  font-size: 12px;
  padding: 4px 9px;
  line-height: 1;
  margin: 0 0 0 10px;
  display: inline-block;
}

section.tabaruCont h4 span {
  font-size: 16px;
}

@media screen and (max-width: 850px) {
  section.tabaruCont h4 span {
    font-size: 12px;
    display: block;
  }
}

section.tabaruCont .bg-g {}

@media screen and (max-width: 850px) {
  section.tabaruCont .bg-g {
    padding: 20px;
  }
}

section.tabaruCont .flex-2 {
  gap: 20px;
}

/*doctor*/
section.tabaruCont .doctor {
  display: flex;
  gap: 50px;
  justify-content: center;
}

section.tabaruCont .doctor .doctor-l {
  width: 30%;
}

section.tabaruCont .doctor .doctor-r h5 {
  font-weight: bold;
}

section.tabaruCont .doctor .doctor-r dl {
  display: flex;
  gap: 30px;
  margin: 0 0 10px;
}

section.tabaruCont .doctor .doctor-r dl dt {
  width: 15%;
}

section.tabaruCont .doctor .doctor-r {
  width: 63%;
}

section.tabaruCont .doctor .doctor-r dl dd {
  width: 70%;
}

@media screen and (max-width: 850px) {
  section.tabaruCont .doctor {
    gap: 20px;
    justify-content: flex-start;
    flex-flow: column;
  }

  section.tabaruCont .doctor .doctor-l {
    width: 60%;
  }

  section.tabaruCont .doctor .doctor-r h5 {
    font-weight: bold;
    font-size: 20px;
  }

  section.tabaruCont .doctor .doctor-r dl {
    display: flex;
    gap: 10px;
    margin: 0 0 10px;
  }

  section.tabaruCont .doctor .doctor-r dl:last-child {
    margin: 0;
  }

  section.tabaruCont .doctor .doctor-r dl dt {
    width: 30%;
  }

  section.tabaruCont .doctor .doctor-r {
    width: 100%;
  }
}

section.tabaruCont .tabaruContSc {
  display: flex;
  gap: 10px;
  flex-flow: column;
}

section.tabaruCont .tabaruContSc dl {
  display: flex;
  flex-flow: nowrap;
}

section.tabaruCont .tabaruContSc dl dt {
  font-weight: bold;
  width: 15%;
}

section.tabaruCont .tabaruContRoukenDate {
  gap: 20px;
}

@media screen and (max-width: 850px) {
  section.tabaruCont .tabaruContSc dl dt {
    font-weight: bold;
    width: 30%;
  }

  section.tabaruCont .tabaruContRoukenDate {
    gap: 10px;
    flex-flow: wrap;
  }

  section.tabaruCont .tabaruContRoukenTxt>* {
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  section.tabaruCont .tabaruContDay dl {
    display: flex;
    gap: 20px;
  }

  section.tabaruCont .tabaruContDay dl dt {
    width: 13%;
  }

  section.tabaruCont .tabaruContDay {
    margin: 10px auto 0;
  }
}

.top-info-caption {
  padding: 10px 0;
  font-size: 32px;
  color: #fff;
  text-align: center;
  background: #1583cd;
  border-radius: 20px 20px 0 0;
}

.top-info-caption .year {
  display: inline-block;
  margin-right: 1em;
  font-size: 16px;
}

.top-info-table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 850px) {
  .top-info-caption {
    border-radius: 10px 10px 0 0;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  .top-info-table {
    width: 100%;
    min-width: 1000px;
    border-collapse: collapse;
  }
}

.top-info-table tr {
  border-top: solid 1px #1583cd;
}

.top-info-table th {
  height: 40px;
  font-weight: normal;
  color: #1583cd;
  border-right: 1px solid;
}

.top-info-table th:last-child {
  border-right: none;
}

.top-info-table td {
  width: 12.28%;
  position: relative;
  padding: 30px 10px 10px;
  padding-bottom: 8px;
  height: 176px;
}

.top-info-table td:not(:first-of-type) {
  border-left: solid 1px #1587cd;
}

.top-info-table td .day {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 34px;
  background: #F7F9FA;
  font-weight: 700;
  text-align: center;
}

.top-info-table td .detail-item {
  display: flex;
  width: 100%;
  max-width: 120px;
  margin: auto;
  font-size: 14px;
}

.top-info-table td .detail-item:not(:first-of-type) {
  border-top: dashed 1px #CBCBCB;
}

.top-info-table td .detail-item>dt {
  min-width: 54px;
  width: 54px;
  font-size: 12px;
}

.top-info-table td .detail-item>dd {
  width: 100%;
  text-align: right;
  font-size: 12px;
}

.top-info-table td .detail-item>dd .male {
  color: #0077B5;
}

.top-info-table td .detail-item>dd .female {
  color: #ED739F;
}

.status-table-wrap {
  padding-top: 65px;
  padding-bottom: 45px;
}

.status-table-wrap .headline3 {
  margin-bottom: 10px;
}

.status-table-box {
  overflow-x: scroll;
  margin-bottom: 30px;
}

.status-table-box table {
  width: 100%;
  border-bottom: none !important;
}

.status-table-box table th {
  height: 40px;
  background: #1587cd;
  font-weight: 400;
  color: #fff;
}

.status-table-box table th:first-child {
  border-radius: 20px 0 0 0;
}

.status-table-box table th:last-child {
  border-radius: 0 20px 0 0;
}

.status-table-box table td {
  width: 25%;
  height: 50px;
  background: #fff;
  text-align: center;
  border-bottom: solid 1px #1587cd;
}

.status-table-box table td.room {
  background: #F7F9FA;
}

.status-table-box table td:not(:last-child) {
  border-right: solid 1px #1587cd;
}

.status-table-box .border-r {
  border-right: solid 1px #1587cd;
}

.status-table-box table td.male {
  color: #0077B5;
}

.status-table-box table td.female {
  color: #ED739F;
}

@media screen and (max-width: 850px) {
  .status-table-box table th:first-child {
    border-radius: 10px 0 0 0;
  }

  .status-table-box table th:last-child {
    border-radius: 0 10px 0 0;
  }

  .status-table-box table td {
    padding: 5px;
  }
}

#clinic6 .infotitle {
  width: 100%;
}

#clinic6 .datename {
  margin-top: 8%;
}

#clinic6 p {
  text-align: right;
}

.tabaruContRoukenDate ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 2%;
}

.tabaruContRoukenDate ul li {
  list-style: none;
  width: 32%;
  margin-top: 10px;
}

.tabaruContRoukenDate ul li a {
  width: 100%;
  max-width: 290px;
  text-align: center;
}

@media screen and (max-width: 1047px) {
  .tabaruContRoukenDate ul li {
    width: 48%;
  }
}

@media screen and (max-width: 500px) {
  .tabaruContRoukenDate ul li {
    width: 100%;
  }
}

.flex-box img {
  width: 100%;
  height: auto;
}

.trial-use-container {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  border: #EC79A0 1px solid;
  text-align: center;
}

.trial-use-container .btn>* {
  background: #EC79A0;
  color: #FFFFFF;
  width: 100%;
  max-width: 222px;
  height: 47px;
  padding: 0 16px;
  line-height: 47px;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.trial-use-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.trial-use-content {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.trial-use-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #e91e63;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

.trial-use-button:hover {
  background-color: #c2185b;
}

.equipment-introduction-container {}

.equipment-introduction-section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  border-radius: 10px;
}

.section-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.image-wrapper {
  text-align: center;
}

.image-wrapper img {
  max-width: 100%;
  height: auto;
}

.text-content {
  background: #FFFFFF;
  width: 60%;
  text-align: justify;
  padding: 28px 32px;
  border: #CCCCCC 1px solid;
  border-right: none;
  border-radius: 10px 0 0 10px;
}

@media (max-width: 1043px) {
  .equipment-introduction-section {
    flex-direction: column;
    align-items: center;
  }

  .image-wrapper img {
    border-radius: 10px;
  }

  .text-content {
    background: #FFFFFF;
    max-width: 344px;
    width: 100%;
    text-align: justify;
    padding: 28px 32px;
    border: #CCCCCC 1px solid;
    border-top: none;
    border-radius: 0 0 10px 10px;
  }

  .item-01 {
    order: 1;
  }

  .item-02 {
    order: 2;
  }
}

#dayservice1 p,
#nursing1 p {
  margin-bottom: 28px;
}

.instructions-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: stretch;
}

.instructions-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 32px;
  border: #CCCCCC 1px solid;
}

.instructions-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.instructions-content {
  font-size: 1em;
}

@media (max-width: 768px) {
  .instructions-container {
    flex-direction: column;
    align-items: center;
  }

  .instructions-box {
    width: 90%;
    margin: 10px 0;
  }
}

.subHead h2 {
  position: relative;
}

.subHead h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 70px;
  border-bottom: 2px dotted #ec79a0;
  border-width: 3px 0 0;
  padding-bottom: 7px;
  background-image: radial-gradient(circle, #ec79a0 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  background-repeat: repeat-x;
}

.tabaruCont h2 {
  position: relative;
}

.tabaruCont h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 70px;
  border-bottom: 2px dotted #ec79a0;
  border-width: 3px 0 0;
  padding-bottom: 7px;
  background-image: radial-gradient(circle, #ec79a0 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  background-repeat: repeat-x;
}

.policy-header .subHead h2,
.charm-container .subHead h2,
.trial-use-container h2,
.formWrap .subHead h2,
.contactWrap .textWrap h2 {
  position: relative;
  display: flex;
  justify-content: center;
}

.policy-header .subHead h2::after,
.charm-container .subHead h2::after,
.trial-use-container h2::after,
.formWrap .subHead h2::after,
.contactWrap .textWrap h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  border-bottom: 2px dotted #ec79a0;
  border-width: 3px 0 0;
  padding-bottom: 7px;
  background-image: radial-gradient(circle, #ec79a0 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  background-repeat: repeat-x;
}

.about_page .Head::after {
  content: '';
  background: url(../images/about/about_head_bg.png) center center no-repeat;
  background-size: contain;
  width: 100vw;
  height: 100vw;
  display: block;
  position: absolute;
  left: 0;
  bottom: -35vw;
}

.about_page .Head::after {
  content: '';
  background: url(../images/about/about_head_bg.png) center center no-repeat;
  background-size: contain;
  width: 100vw;
  height: 100vw;
  display: block;
  position: absolute;
  left: 0;
  bottom: -35vw;
}

.service_page .Head::after {
  content: '';
  background: url(../images/service/service_head_bg.png) center center no-repeat;
  background-size: contain;
  width: 100vw;
  height: 100vw;
  display: block;
  position: absolute;
  left: 0;
  bottom: -35vw;
}

.recruit_page .Head::after {
  content: '';
  background: url(../images/recruit/recruit_head_bg.png) center center no-repeat;
  background-size: contain;
  width: 100vw;
  height: 100vw;
  display: block;
  position: absolute;
  left: 0;
  bottom: -35vw;
}

.contact_page .Head::after {
  content: '';
  background: url(../images/contact/contact_head_bg.png) center center no-repeat;
  background-size: contain;
  width: 100vw;
  height: 100vw;
  display: block;
  position: absolute;
  left: 0;
  bottom: -35vw;
}

.custom_inner {
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.custom_inner .pdf-button {
  margin-top: 20px;
}

.home .introduction {
  margin-bottom: -260px;
}

@media (max-width: 768px) {
  .home .introduction {
    margin-bottom: 0;
  }
}

/* 250311追加分 */
.icon-instagram {
  background-color: #FAF9F7;
  width: 36px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1213px) {
  #NavWrap nav.flex .header-btn-flex a.icon-instagram {
    display: none;
  }
}

.text-instagram {
  border-bottom: 1px #804E21 solid;
  display: inline-block;
}

.text-instagram a {
  display: flex;
  align-items: center;
}

.text-instagram span {
  padding-left: 10px;
}

@media screen and (max-width: 1213px) {
  #Navwrap nav.flex .text-instagram {
    display: inline-block;
  }
}

@media screen and (max-width: 1213px) {
  #Footer .logoWrap>ul:not(.fNav) {
    margin-bottom: 0;
  }
}

.hamburger-insta {
  display: none;
}

@media screen and (max-width: 1213px) {
  .hamburger-insta {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}

.circle {
  padding-left: 1.6em;
  text-align: justify;
}

.circle::before {
  content: '・';
  display: block;
  position: absolute;
  left: 0.3em;
  top: 0;
}

/* 250314追加分 */

.state-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 100px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .state-block {
    gap: 20px;
  }
}

.state-block>.state-contents {
  width: calc((100% - 60px) / 3);
}

@media (max-width: 768px) {
  .state-block>.state-contents {
    width: calc((100% - 20px) / 2);
  }
}

.state-contents img {
  border-radius: 20px;
  height: auto;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}