@charset "UTF-8";

/* ////////////////////////////////////////////////
//  共通
//////////////////////////////////////////////// */
html,
body {
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: contain;
  -o-object-fit: contain;
}

p {
  font-size: 1.8rem;
  line-height: 1.8;
}

ul {
  padding: 0;
  list-style: none;
}

/* brタグ */
.sp-break-w767 {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-break-w767 {
    display: block;
  }
}

.sp-break-w1024 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sp-break-w1024 {
    display: block;
  }
}

.sp-hidden {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

.pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.pc-only-inline {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .pc-only-inline {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

/* マーカー */
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF100));
  background: linear-gradient(transparent 50%, #FFF100 50%);
}

/* 見出し（黄色い帯） */
.title-yelloww100-wrap {
  padding-block: 20px;
  background: #FFF100;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

.title-yelloww100 {
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
  text-align: left;
  letter-spacing: 1px;
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .title-yelloww100 {
    text-align: center;
    font-size: clamp(1.9rem, 3.1vw, 2.4rem);
    line-height: 1.6;
  }
}

/* CTAメインタイトル */
.c-cta-capt {
  color: #1AABA4;
  font-size: clamp(1.4rem, 1.7vw, 2rem);
  font-weight: 900;
  font-style: normal;
  line-height: 1.4;
}

.c-cta-title {
  margin-top: 20px;
  letter-spacing: 2px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(3rem, 3.1vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .c-cta-title {
    font-size: clamp(3rem, 6.5vw, 5rem);
  }
}

.c-cta-title .color-deco {
  letter-spacing: 3px;
  color: #00A29A;
  font-size: clamp(4rem, 3.9vw, 5rem);
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-cta-title .color-deco {
    font-size: clamp(2.5rem, 5.9vw, 4.5rem);
  }
}

.c-cta-title .number-big {
  margin-left: 8px;
  letter-spacing: 6px;
  font-size: clamp(7rem, 6.25vw, 8rem);
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-cta-title .number-big {
    letter-spacing: 4px;
    font-size: clamp(5rem, 10vw, 8rem);
  }
}

/* ボタン-もっとみる */
.btn-info {
  display: inline-block;
  padding: 16px 24px;
  text-align: center;
  letter-spacing: 1.8px;
  color: #FFF;
  border-radius: 10px;
  background: #E4007F;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .btn-info {
    width: 100%;
    max-width: 460px;
  }
}

/* ////////////////////////////////////////////////
//  セクション
//////////////////////////////////////////////// */
.ayumi-kaigo-45-hinto {
  /* ヘッダーリンク（右上） ------------------------------ */
  /* ヘッダーリンク（右上）ここまで ------------------------------ */
  /* SP-フッター固定ボタン ------------------------------ */
  /* SP-フッター固定ボタンここまで ------------------------------ */
  /* メインビジュアル ------------------------------ */
  /* MV下の帯 ------------------------------------- */
  /* 出版記念セミナー開催! ------------------------------------- */
  /* その悩み、介護者 “あるある” !? ----------------- */
  /* CTA ---------------------------------------- */
  /* すぐに活かせる！介護実践の15のヒント ------------- */
  /* 利用者さんの“ありのまま”を理解する14のヒント ------ */
  /* 大堀先生と考える“そのひとらしさ”ってなに？ -------- */
  /* アイコンでイメージしやすくなりました ------------- */
  /* CTA-02 ------------------------------------- */
  /* フッター ------------------------------------- */
}

.ayumi-kaigo-45-hinto .header-links {
  position: absolute;
  z-index: 20;
  top: 4rem;
  right: 3rem;
  font-size: 1rem;
}

@media screen and (max-width: 999px) {
  .ayumi-kaigo-45-hinto .header-links {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .header-links {
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.ayumi-kaigo-45-hinto .header-links-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.573rem;
  column-gap: 1.573rem;
  -moz-column-gap: 1.573rem;
}

@media screen and (max-width: 999px) {
  .ayumi-kaigo-45-hinto .header-links-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 95%;
    height: 8rem;
    margin: 0 auto;
  }
}

.ayumi-kaigo-45-hinto .header-links-logo-mcs {
  width: 9.327rem;
}

@media screen and (max-width: 1248px) {
  .ayumi-kaigo-45-hinto .header-links-logo-mcs {
    padding-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .header-links-logo-mcs {
    width: 8rem;
  }
}

@media screen and (max-width: 469px) {
  .ayumi-kaigo-45-hinto .header-links-logo-mcs {
    width: 6.4747rem;
  }
}

.ayumi-kaigo-45-hinto .header-links-logo-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 469px) {
  .ayumi-kaigo-45-hinto .header-links-logo-share {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.ayumi-kaigo-45-hinto .header-links-logo-share span {
  margin-bottom: 0.5rem;
  letter-spacing: 0.08rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.ayumi-kaigo-45-hinto .header-links-logo-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1.3rem;
  -moz-column-gap: 1.3rem;
  -webkit-column-gap: 1.3rem;
}

.ayumi-kaigo-45-hinto .header-links-logo-share ul li a:hover img, .ayumi-kaigo-45-hinto .header-links-logo-share ul li a:active img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.8;
}

.ayumi-kaigo-45-hinto .header-links-logo-share ul li a img {
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 469px) {
  .ayumi-kaigo-45-hinto .header-links-logo-share span {
    font-size: 1.2rem;
  }
}

.ayumi-kaigo-45-hinto .header-links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.5rem;
  margin-top: 2rem;
}

@media screen and (max-width: 999px) {
  .ayumi-kaigo-45-hinto .header-links-list {
    display: none;
  }
}

.ayumi-kaigo-45-hinto .header-links-list li {
  width: 100%;
}

.ayumi-kaigo-45-hinto .header-links-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  letter-spacing: 1px;
  color: #FFF;
  border-radius: 0.5rem;
  background-color: #123f6f;
  -webkit-box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
  font-size: 2rem;
  font-weight: 700;
}

.ayumi-kaigo-45-hinto .header-links-list li a:hover, .ayumi-kaigo-45-hinto .header-links-list li a:active {
  background-color: rgba(18, 63, 111, 0.9);
}

.ayumi-kaigo-45-hinto .header-contact {
  position: fixed;
  z-index: 20;
  right: 0;
  width: 26rem;
  height: 26rem;
  margin-top: 3.5rem;
  padding-top: 4rem;
  padding-left: 2rem;
  text-align: center;
  border-radius: 2rem 0 0 2rem;
  background: url("../../img/ayumi-kaigo-45-hinto/bnr-header-contact.jpg") no-repeat center center;
  background-size: cover;
  -webkit-box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 999px) {
  .ayumi-kaigo-45-hinto .header-contact {
    bottom: 14rem;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .header-contact {
    right: 50%;
    bottom: 0;
    display: block;
    width: 100%;
    max-width: 33.5rem;
    padding-top: 34px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    border-radius: 2rem 2rem 0 0;
  }
}

.ayumi-kaigo-45-hinto .header-contact.hide {
  -webkit-animation: hide 0.5s ease-in-out forwards;
  animation: hide 0.5s ease-in-out forwards;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .header-contact.hide {
    -webkit-animation: hide-sp 0.5s ease-in-out forwards;
    animation: hide-sp 0.5s ease-in-out forwards;
  }
}

.ayumi-kaigo-45-hinto .header-contact-close {
  position: absolute;
  top: 1rem;
  left: 1rem;
  cursor: pointer;
  color: #fff;
  font-size: 2.5rem;
}

.ayumi-kaigo-45-hinto .header-contact-img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .header-contact-img {
    margin-left: -10px;
  }
}

.ayumi-kaigo-45-hinto .header-contact-title {
  margin-top: 20px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .header-contact-title {
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
}

.ayumi-kaigo-45-hinto .header-contact-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .header-contact-contents {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 1.5rem;
    column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
  }
}

.ayumi-kaigo-45-hinto .header-contact-contents a {
  display: block;
  margin-top: 2rem;
  padding: 1rem 4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  letter-spacing: 1.8px;
  color: #fff;
  border-radius: 10px;
  background: #E4007F;
  -webkit-box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
  font-size: 1.8rem;
  font-weight: 700;
}

.ayumi-kaigo-45-hinto .header-contact-contents a:hover, .ayumi-kaigo-45-hinto .header-contact-contents a:active {
  background-color: rgba(18, 63, 111, 0.9);
}

@-webkit-keyframes hide {
  to {
    -webkit-transform: translateX(26rem);
    transform: translateX(26rem);
    opacity: 0;
  }
}

@keyframes hide {
  to {
    -webkit-transform: translateX(26rem);
    transform: translateX(26rem);
    opacity: 0;
  }
}

@-webkit-keyframes hide-sp {
  to {
    -webkit-transform: translate(50%, 26rem);
    transform: translate(50%, 26rem);
    opacity: 0;
  }
}

@keyframes hide-sp {
  to {
    -webkit-transform: translate(50%, 26rem);
    transform: translate(50%, 26rem);
    opacity: 0;
  }
}

.ayumi-kaigo-45-hinto .sp-btn {
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  padding: 2rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  -webkit-box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
}

.ayumi-kaigo-45-hinto .sp-btn.show {
  bottom: 0;
}

@media screen and (max-width: 999px) {
  .ayumi-kaigo-45-hinto .sp-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .sp-btn {
    bottom: -100%;
  }
}

@media screen and (max-width: 469px) {
  .ayumi-kaigo-45-hinto .sp-btn {
    padding: 1.8rem 0;
  }
}

.ayumi-kaigo-45-hinto .sp-btn a {
  display: block;
  padding: 1.5rem 8rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  border: none;
  border-radius: 1rem;
  background-color: #E4007F;
  -webkit-box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
  font-size: 1.8rem;
}

@media screen and (max-width: 469px) {
  .ayumi-kaigo-45-hinto .sp-btn a {
    padding: 1.3rem 6rem;
  }
}

.ayumi-kaigo-45-hinto .sp-btn a:hover, .ayumi-kaigo-45-hinto .sp-btn a:active {
  opacity: 0.8;
}

.ayumi-kaigo-45-hinto .mv {
  margin-top: 60px;
}

@media screen and (max-width: 999px) {
  .ayumi-kaigo-45-hinto .mv {
    margin-top: 100px;
  }
}

.ayumi-kaigo-45-hinto .mv .mv__inner {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1080px;
  min-height: 580px;
  margin-inline: auto;
}

@media screen and (max-width: 999px) {
  .ayumi-kaigo-45-hinto .mv .mv__inner {
    min-height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .mv .mv__inner {
    min-height: 95vw;
  }
}

.ayumi-kaigo-45-hinto .mv .mv__capt {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .mv .mv__capt {
    margin-top: 24px;
    text-align: center;
    font-size: clamp(1.4rem, 2.9vw, 2.2rem);
    line-height: 19.684px;
  }
}

.ayumi-kaigo-45-hinto .mv .mv__text-01 {
  margin-top: 60px;
  letter-spacing: 2px;
  color: #E4007F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(3.6rem, 3.1vw, 4rem);
  font-weight: 700;
  line-height: 80px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .mv .mv__text-01 {
    text-align: center;
    letter-spacing: 3px;
    font-size: clamp(2rem, 4.7vw, 3.6rem);
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .mv .mv__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .mv .mv__title {
    display: inline-block;
  }
}

.ayumi-kaigo-45-hinto .profile {
  position: relative;
  padding-block: 20px;
  color: #fff;
  background-color: #28ACA5;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .profile {
    margin-top: 40%;
    padding-bottom: 18vw;
  }
}

.ayumi-kaigo-45-hinto .profile .profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
}

@media screen and (max-width: 950px) {
  .ayumi-kaigo-45-hinto .profile .profile__inner {
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .profile .profile__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.ayumi-kaigo-45-hinto .profile .profile__name {
  letter-spacing: 1.5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 30px;
}

@media screen and (max-width: 950px) {
  .ayumi-kaigo-45-hinto .profile .profile__name {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .profile .profile__name {
    letter-spacing: 0.8px;
    font-size: 1.6rem;
    line-height: 15.484px;
  }
}

.ayumi-kaigo-45-hinto .profile .profile__text {
  margin-top: 20px;
  letter-spacing: 1px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 950px) {
  .ayumi-kaigo-45-hinto .profile .profile__text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .profile .profile__text {
    margin-top: 8px;
  }
}

.ayumi-kaigo-45-hinto .profile .profile__img {
  max-width: 150px;
}

@media screen and (max-width: 950px) {
  .ayumi-kaigo-45-hinto .profile .profile__img {
    max-width: 110px;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .profile .profile__img {
    position: relative;
    z-index: 5;
    margin-top: -60px;
  }
}

.ayumi-kaigo-45-hinto .profile .mv__date {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px 80px 20px 137px;
  text-align: right;
  letter-spacing: 4px;
  color: #454447;
  background-color: #FFF100;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 1200px) {
  .ayumi-kaigo-45-hinto .profile .mv__date {
    padding: 16px 40px 16px 78px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .profile .mv__date {
    display: inline-block;
    width: 100%;
    padding: 0.8em 0 0.8em 40px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 6vw;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

.ayumi-kaigo-45-hinto .profile .profile__img-02 {
  position: absolute;
  bottom: 75%;
  left: 48%;
  width: 90％;
  max-width: 1080px;
  height: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .profile .profile__img-02 {
    width: 120%;
  }
}

.ayumi-kaigo-45-hinto .seminar {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .seminar {
    margin-top: 80px;
  }
}

.ayumi-kaigo-45-hinto .seminar .seminar__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
  padding: 0 40px 40px;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 950px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__inner {
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding: 30px 15px 20px;
  }
}

.ayumi-kaigo-45-hinto .seminar .seminar__title {
  position: absolute;
  top: 40px;
  left: -50px;
  height: 75px;
  padding: 22px 27px 17px 100px;
  letter-spacing: 3px;
  color: #FFF;
  background: #23B8BC;
  font-family: Noto Sans JP;
  font-size: 30px;
  font-weight: 500;
}

@media screen and (max-width: 950px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__title {
    padding: 22px 27px 17px 50px;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__title {
    left: -6%;
    height: auto;
    padding: 10px 18px 10px 35px;
    letter-spacing: 1.9px;
    font-size: 19px;
  }
}

.ayumi-kaigo-45-hinto .seminar .seminar__text-wrap {
  width: 48%;
  padding-top: 145px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__text-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding-top: 0;
  }
}

.ayumi-kaigo-45-hinto .seminar .seminar__text {
  font-family: Noto Sans JP;
  font-weight: 400;
}

@media screen and (max-width: 950px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__text {
    font-size: 14px;
  }
}

.ayumi-kaigo-45-hinto .seminar .seminar__info {
  margin-top: 30px;
  font-weight: 500;
}

.ayumi-kaigo-45-hinto .seminar .seminar__info-date {
  letter-spacing: 1.3px;
  color: #E60013;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__info-date {
    text-align: center;
    font-size: 20px;
  }
}

.ayumi-kaigo-45-hinto .seminar .seminar__info-date span {
  position: relative;
  top: -1px;
  letter-spacing: 1px;
  color: #E60013;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__info-date span {
    font-size: 16px;
  }
}

.ayumi-kaigo-45-hinto .seminar .seminar__list {
  margin-top: 10px;
  color: #E60013;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__list {
    margin-top: 20px;
    font-size: 14px;
  }
}

.ayumi-kaigo-45-hinto .seminar .seminar__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ayumi-kaigo-45-hinto .seminar .seminar__list-item span {
  display: block;
  min-width: 5em;
}

.ayumi-kaigo-45-hinto .seminar .seminar__list-item .br {
  display: none;
}

@media screen and (min-width: 1060px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__list-item .br {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__list-item .br {
    display: block;
  }
}

.ayumi-kaigo-45-hinto .seminar .seminar__flow {
  width: 421px;
  margin-top: 55px;
}

@media screen and (max-width: 950px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__flow {
    width: 365px;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__flow {
    display: contents;
    width: 100%;
  }
}

.ayumi-kaigo-45-hinto .seminar .seminar__flow ul {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__flow ul {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__flow-img-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__flow-item-wrap-02 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__flow-img {
    padding-top: 100px;
  }
}

.ayumi-kaigo-45-hinto .seminar .seminar__flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 1px;
  color: #FFF;
  border-radius: 10px;
  background: #123F6F;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 950px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__flow-item {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__flow-item {
    height: 70px;
    font-size: 13px;
  }
}

.ayumi-kaigo-45-hinto .seminar .seminar__flow-item .link {
  display: inline;
  text-decoration: underline;
  color: #FED700;
}

.ayumi-kaigo-45-hinto .seminar .seminar__flow-item:nth-child(1) {
  position: relative;
}

.ayumi-kaigo-45-hinto .seminar .seminar__flow-item:nth-child(1)::after {
  position: absolute;
  bottom: -25px;
  left: 50%;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../../img/ayumi-kaigo-45-hinto/icon-arrow-bottom.svg") no-repeat center center;
  background-size: contain;
}

.ayumi-kaigo-45-hinto .seminar .seminar__flow-item:nth-child(2) {
  position: relative;
}

.ayumi-kaigo-45-hinto .seminar .seminar__flow-item:nth-child(2)::after {
  position: absolute;
  bottom: -25px;
  left: 50%;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../../img/ayumi-kaigo-45-hinto/icon-arrow-bottom.svg") no-repeat center center;
  background-size: contain;
}

.ayumi-kaigo-45-hinto .seminar .seminar__flow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 300px;
  margin-top: 40px;
  text-align: center;
  letter-spacing: 2.4px;
  color: #FFF;
  border-radius: 10px;
  background: gray;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__flow-btn {
    max-width: none;
    margin-top: 0;
    font-size: 20px;
  }
}

.ayumi-kaigo-45-hinto .seminar .seminar__flow-btn a {
  padding: 12px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .seminar .seminar__flow-btn a {
    width: 100%;
    padding: 16px;
  }
}

.ayumi-kaigo-45-hinto .worries {
  margin-top: 100px;
}

.ayumi-kaigo-45-hinto .worries .worries__inner {
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
  text-align: center;
}

.ayumi-kaigo-45-hinto .worries .worries__title {
  color: #E4007F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .worries .worries__title {
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(2rem, 3.9vw, 3rem);
    font-weight: 700;
  }
}

.ayumi-kaigo-45-hinto .worries .worries__img-wrap {
  display: block;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .worries .worries__img-wrap {
    margin-top: 40px;
  }
}

.ayumi-kaigo-45-hinto .worries .worries__img {
  width: 94%;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .worries .worries__img {
    width: 100%;
  }
}

.ayumi-kaigo-45-hinto .cta {
  position: relative;
  background: #D9F3F2;
}

.ayumi-kaigo-45-hinto .cta .cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
  padding-block: 50px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .cta .cta__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.ayumi-kaigo-45-hinto .cta .cta__text-wrap {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .cta .cta__text-wrap {
    padding-top: 0;
  }
}

.ayumi-kaigo-45-hinto .cta .cta__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .cta .cta__btn-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ayumi-kaigo-45-hinto .cta .cta__btn {
  display: inline-block;
  margin-top: 32px;
  padding: 12px 40px;
  text-align: center;
  letter-spacing: 1.8px;
  color: #FFF;
  border-radius: 10px;
  background: #E4007F;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .cta .cta__btn {
    margin-top: 20px;
  }
}

.ayumi-kaigo-45-hinto .cta .cta__img-wrap {
  position: relative;
  width: 27%;
  /* 吹き出しpcのみ */
  /* イラストpcのみ */
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .cta .cta__img-wrap {
    width: 80%;
  }
}

.ayumi-kaigo-45-hinto .cta .cta__img-wrap::before {
  position: absolute;
  right: 105%;
  bottom: 75%;
  content: "";
  display: block;
  width: 110%;
  height: 105px;
  background: url("../../img/ayumi-kaigo-45-hinto/cta-message.png") no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 800px) {
  .ayumi-kaigo-45-hinto .cta .cta__img-wrap::before {
    bottom: 80%;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .cta .cta__img-wrap::before {
    display: none;
  }
}

.ayumi-kaigo-45-hinto .cta .cta__img-wrap::after {
  position: absolute;
  right: 90%;
  bottom: 0%;
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  background: url("../../img/ayumi-kaigo-45-hinto/cta-img.png") no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 950px) {
  .ayumi-kaigo-45-hinto .cta .cta__img-wrap::after {
    right: 85%;
    height: 200px;
  }
}

@media screen and (max-width: 850px) {
  .ayumi-kaigo-45-hinto .cta .cta__img-wrap::after {
    right: 85%;
    height: 170px;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .cta .cta__img-wrap::after {
    display: none;
  }
}

.ayumi-kaigo-45-hinto .hint-15 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-15 {
    margin-top: 80px;
  }
}

.ayumi-kaigo-45-hinto .hint-15 .hint-15__content-wrap {
  width: 90%;
  max-width: 1080px;
  margin-top: 60px;
  margin-inline: auto;
  text-align: center;
}

.ayumi-kaigo-45-hinto .hint-15 .hint-15__content-wrap .hint-15__content-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.ayumi-kaigo-45-hinto .hint-15 .hint-15__content-wrap .hint-15__content-text .bold {
  font-weight: 700;
}

.ayumi-kaigo-45-hinto .hint-15 .hint-15__img-01 {
  width: 50%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-15 .hint-15__img-01 {
    width: 80%;
  }
}

.ayumi-kaigo-45-hinto .hint-15 .hint-15__text-01 {
  margin-top: 20px;
  letter-spacing: 1.5px;
  color: #E4007F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-15 .hint-15__text-01 {
    font-size: clamp(2rem, 3.9vw, 3rem);
  }
}

.ayumi-kaigo-45-hinto .hint-15 .hint-15__text-02 {
  display: inline-block;
  margin-top: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-15 .hint-15__text-02 {
    font-size: 1.6rem;
  }
}

.ayumi-kaigo-45-hinto .hint-15 .hint-15__text-03 {
  position: relative;
  display: block;
  margin-top: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-15 .hint-15__text-03 {
    font-size: 1.6rem;
  }
}

.ayumi-kaigo-45-hinto .hint-15 .hint-15__text-03::after {
  position: absolute;
  right: 5%;
  bottom: 0;
  content: "";
  display: block;
  width: 12%;
  height: 280%;
  background: url("../../img/ayumi-kaigo-45-hinto/hint15-question.png") no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 1000px) {
  .ayumi-kaigo-45-hinto .hint-15 .hint-15__text-03::after {
    right: 15%;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-15 .hint-15__text-03::after {
    right: 2%;
    bottom: 50px;
    width: 10%;
  }
}

@media screen and (max-width: 590px) {
  .ayumi-kaigo-45-hinto .hint-15 .hint-15__text-03::after {
    right: 0%;
    bottom: 30px;
    width: 11%;
  }
}

@media screen and (max-width: 480px) {
  .ayumi-kaigo-45-hinto .hint-15 .hint-15__text-03::after {
    right: -4%;
    width: 14%;
  }
}

.ayumi-kaigo-45-hinto .hint-15 .hint-15__box-outer {
  margin-top: 40px;
  padding: 50px 40px;
  text-align: left;
  border-radius: 20px;
  background: #ffdced;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-15 .hint-15__box-outer {
    padding: 30px 15px;
  }
}

.ayumi-kaigo-45-hinto .hint-15 .hint-15__box-title {
  position: relative;
}

.ayumi-kaigo-45-hinto .hint-15 .hint-15__box-title .item-01,
.ayumi-kaigo-45-hinto .hint-15 .hint-15__box-title .item-02 {
  position: relative;
  z-index: 1;
  padding-right: 20px;
  letter-spacing: 1.1px;
  background-color: #ffdced;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 30px;
}

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

  .ayumi-kaigo-45-hinto .hint-15 .hint-15__box-title .item-01,
  .ayumi-kaigo-45-hinto .hint-15 .hint-15__box-title .item-02 {
    display: inline-block;
    font-size: 1.6rem;
  }
}

.ayumi-kaigo-45-hinto .hint-15 .hint-15__box-title:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 8px);
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-15 .hint-15__box-title:after {
    top: 30%;
    height: 1px;
  }
}

.ayumi-kaigo-45-hinto .hint-15 .hint-15__box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-15 .hint-15__box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}

.ayumi-kaigo-45-hinto .hint-15 .hint-15__box-text-wrap {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-15 .hint-15__box-text-wrap {
    width: 100%;
  }
}

.ayumi-kaigo-45-hinto .hint-15 .hint-15__box-text {
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-15 .hint-15__box-text {
    font-size: 1.4rem;
  }
}

.ayumi-kaigo-45-hinto .hint-15 .hint-15__box-img-02 {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-15 .hint-15__box-img-02 {
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-inline: auto;
  }
}

.ayumi-kaigo-45-hinto .hint-15 .hint-15__btn-wrap {
  margin-top: 40px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-15 .hint-15__btn-wrap {
    margin-top: 20px;
    text-align: center;
  }
}

.ayumi-kaigo-45-hinto .hint-14 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-14 {
    margin-top: 80px;
  }
}

.ayumi-kaigo-45-hinto .hint-14 .hint-14__content-wrap {
  width: 90%;
  max-width: 1080px;
  margin-top: 60px;
  margin-inline: auto;
  text-align: center;
}

.ayumi-kaigo-45-hinto .hint-14 .hint-14__content-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.ayumi-kaigo-45-hinto .hint-14 .hint-14__content-text .bold {
  font-weight: 700;
}

.ayumi-kaigo-45-hinto .hint-14 .hint-14__text-01 {
  margin-top: 20px;
  letter-spacing: 1.5px;
  color: #E4007F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-14 .hint-14__text-01 {
    font-size: clamp(2rem, 3.9vw, 3rem);
  }
}

.ayumi-kaigo-45-hinto .hint-14 .hint-14__box-outer {
  margin-top: 40px;
  padding: 50px 40px;
  text-align: left;
  border-radius: 20px;
  background: #ffdced;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-14 .hint-14__box-outer {
    padding: 30px 15px;
  }
}

.ayumi-kaigo-45-hinto .hint-14 .hint-14__box-title {
  position: relative;
}

.ayumi-kaigo-45-hinto .hint-14 .hint-14__box-title .item-01,
.ayumi-kaigo-45-hinto .hint-14 .hint-14__box-title .item-02 {
  position: relative;
  z-index: 1;
  padding-right: 20px;
  letter-spacing: 1.1px;
  background-color: #ffdced;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 30px;
}

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

  .ayumi-kaigo-45-hinto .hint-14 .hint-14__box-title .item-01,
  .ayumi-kaigo-45-hinto .hint-14 .hint-14__box-title .item-02 {
    display: inline-block;
    font-size: 1.6rem;
  }
}

.ayumi-kaigo-45-hinto .hint-14 .hint-14__box-title:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 8px);
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-14 .hint-14__box-title:after {
    top: 30%;
    height: 1px;
  }
}

.ayumi-kaigo-45-hinto .hint-14 .hint-14__box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-14 .hint-14__box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}

.ayumi-kaigo-45-hinto .hint-14 .hint-14__img-wrap {
  display: block;
  width: 80%;
  margin-top: 40px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-14 .hint-14__img-wrap {
    width: 90%;
    margin-top: 20px;
  }
}

.ayumi-kaigo-45-hinto .hint-14 .hint-14__box-text {
  width: 50%;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-14 .hint-14__box-text {
    width: 100%;
    font-size: 1.4rem;
  }
}

.ayumi-kaigo-45-hinto .hint-14 .hint-14__box-img-wrap {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-14 .hint-14__box-img-wrap {
    width: 80%;
    margin-top: 40px;
  }
}

.ayumi-kaigo-45-hinto .hint-14 .hint-14__btn-wrap {
  margin-top: 40px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .hint-14 .hint-14__btn-wrap {
    margin-top: 20px;
    text-align: center;
  }
}

.ayumi-kaigo-45-hinto .personality {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .personality {
    margin-top: 80px;
  }
}

.ayumi-kaigo-45-hinto .personality .personality__content-wrap {
  width: 90%;
  max-width: 1080px;
  margin-top: 60px;
  margin-inline: auto;
  text-align: center;
}

.ayumi-kaigo-45-hinto .personality .personality__img-wrap {
  display: block;
  width: 80%;
  margin-top: 60px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .personality .personality__img-wrap {
    width: 100%;
    margin-top: 30px;
  }
}

.ayumi-kaigo-45-hinto .personality .personality__text-01 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.ayumi-kaigo-45-hinto .personality .personality__text-01:not(:first-child) {
  margin-top: 60px;
}

.ayumi-kaigo-45-hinto .personality .personality__text-01 .bold {
  font-weight: 700;
}

.ayumi-kaigo-45-hinto .personality .personality__text-01 .red {
  letter-spacing: 1.5px;
  color: #E4007F;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .personality .personality__text-01 .red {
    font-size: clamp(2rem, 3.9vw, 3rem);
  }
}

.ayumi-kaigo-45-hinto .personality .personality__profile-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
  padding: 50px 40px;
  text-align: left;
  border-radius: 20px;
  background: #ffdced;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .personality .personality__profile-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 15px;
  }
}

.ayumi-kaigo-45-hinto .personality .personality__name-wrap {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .personality .personality__name-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .personality .personality__name-img {
    display: block;
    max-width: 480px;
    margin-inline: auto;
  }
}

.ayumi-kaigo-45-hinto .personality .personality__text-wrap {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .personality .personality__text-wrap {
    width: 100%;
    margin-top: 20px;
  }
}

.ayumi-kaigo-45-hinto .personality .personality__text {
  letter-spacing: 0.9px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .personality .personality__text {
    font-size: 1.4rem;
  }
}

.ayumi-kaigo-45-hinto .personality .personality__text span {
  letter-spacing: 0.9px;
  font-weight: 700;
  line-height: 1.8;
}

.ayumi-kaigo-45-hinto .personality .personality__text:nth-child(2) {
  margin-top: 40px;
}

.ayumi-kaigo-45-hinto .easy-to-read-with-icons {
  margin-top: 100px;
  background-color: #D9F3F2;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .easy-to-read-with-icons {
    margin-top: 80px;
  }
}

.ayumi-kaigo-45-hinto .easy-to-read-with-icons .easy-to-read-with-icons__inner {
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
  padding-block: 60px;
}

.ayumi-kaigo-45-hinto .easy-to-read-with-icons .easy-to-read-with-icons__img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .easy-to-read-with-icons .easy-to-read-with-icons__img-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.ayumi-kaigo-45-hinto .easy-to-read-with-icons .easy-to-read-with-icons__img-01 {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .easy-to-read-with-icons .easy-to-read-with-icons__img-01 {
    width: 90%;
  }
}

.ayumi-kaigo-45-hinto .easy-to-read-with-icons .easy-to-read-with-icons__img-02 {
  width: 80%;
  margin-top: 30px;
}

.ayumi-kaigo-45-hinto .easy-to-read-with-icons .easy-to-read-with-icons__right-box {
  width: 48%;
  letter-spacing: 2px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .easy-to-read-with-icons .easy-to-read-with-icons__right-box {
    width: 100%;
    text-align: center;
  }
}

.ayumi-kaigo-45-hinto .easy-to-read-with-icons .easy-to-read-with-icons__title {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .easy-to-read-with-icons .easy-to-read-with-icons__title {
    font-size: clamp(1.5rem, 2.6vw, 2rem);
  }
}

@media screen and (min-width: 768px) and (max-width: 1028px) {
  .ayumi-kaigo-45-hinto .easy-to-read-with-icons .easy-to-read-with-icons__title .tab-hidden {
    display: none;
  }
}

.ayumi-kaigo-45-hinto .easy-to-read-with-icons .easy-to-read-with-icons__text {
  margin-top: 40px;
  text-align: center;
  letter-spacing: 1.5px;
  color: #E4007F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .easy-to-read-with-icons .easy-to-read-with-icons__text {
    font-size: clamp(2rem, 3.9vw, 3rem);
  }
}

.ayumi-kaigo-45-hinto .cta-02 {
  position: relative;
  padding-block: 100px 60px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .cta-02 {
    padding-block: 80px 60px;
  }
}

.ayumi-kaigo-45-hinto .cta-02 .cta-02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 120px;
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
}

.ayumi-kaigo-45-hinto .cta-02 .cta-02__main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .cta-02 .cta-02__main-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.ayumi-kaigo-45-hinto .cta-02 .cta-02__img-wrap {
  width: 28%;
  min-width: 320px;
}

@media screen and (max-width: 1024px) {
  .ayumi-kaigo-45-hinto .cta-02 .cta-02__img-wrap {
    min-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .cta-02 .cta-02__img-wrap {
    width: 70%;
  }
}

.ayumi-kaigo-45-hinto .cta-02 .cta-02__btn {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 40px;
  text-align: center;
  letter-spacing: 1.8px;
  color: #FFF;
  border-radius: 10px;
  background: #E4007F;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .cta-02 .cta-02__btn {
    display: none;
  }
}

.ayumi-kaigo-45-hinto .cta-02 .cta-02__book-data {
  margin-top: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .cta-02 .cta-02__book-data {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 500;
  }
}

.ayumi-kaigo-45-hinto .cta-02 .cta-02__text {
  position: relative;
  letter-spacing: 2.4px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .cta-02 .cta-02__text {
    letter-spacing: 1.5px;
    font-size: clamp(1.6rem, 3.1vw, 2.4rem);
  }
}

.ayumi-kaigo-45-hinto .cta-02 .cta-02__text::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -10%;
  content: "";
  display: block;
  width: 70%;
  height: 120%;
  background: url("../../img/ayumi-kaigo-45-hinto/cta-img-02.png") no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .cta-02 .cta-02__text::after {
    top: auto;
    right: 0;
    bottom: -55%;
    width: 56%;
  }
}

.ayumi-kaigo-45-hinto .footer {
  position: relative;
  z-index: -3;
  background-color: #D9F3F2;
}

@media screen and (max-width: 999px) {
  .ayumi-kaigo-45-hinto .footer {
    margin-bottom: 82px;
  }
}

.ayumi-kaigo-45-hinto .footer .footer__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
  padding-block: 20px;
}

.ayumi-kaigo-45-hinto .footer .footer__inner::after {
  position: absolute;
  right: -5%;
  bottom: 70%;
  content: "";
  display: block;
  width: 40%;
  height: 330%;
  background: url("../../img/ayumi-kaigo-45-hinto/cta-img.png") no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 1000px) {
  .ayumi-kaigo-45-hinto .footer .footer__inner::after {
    width: 30%;
    height: 270%;
  }
}

@media screen and (max-width: 767px) {
  .ayumi-kaigo-45-hinto .footer .footer__inner::after {
    bottom: 130%;
    width: 40%;
    height: 260%;
  }
}

@media screen and (max-width: 450px) {
  .ayumi-kaigo-45-hinto .footer .footer__inner::after {
    right: -1%;
    bottom: 120%;
    height: 260%;
  }
}

.ayumi-kaigo-45-hinto .footer .footer__copyright {
  font-size: 1.4rem;
  font-weight: 400;
}

/*# sourceMappingURL=ayumi-kaigo-45-hinto.css.map */