@charset "UTF-8";
/*---
mv
---*/
.mv {
  height: calc(100vh - 258px);
  min-height: 580px;
}
@media screen and (max-width: 1540px) {
  .mv {
    min-height: 480px;
    height: calc(100vh - 258x);
  }
}
@media screen and (max-width: 1439px) {
  .mv {
    height: calc(100vh - 236px);
  }
}
@media screen and (max-width: 1000px) {
  .mv {
    min-height: 440px;
  }
}
@media screen and (max-width: 500px) {
  .mv {
    height: calc(100vh - 218px);
  }
}
.mv .inner {
  height: 100%;
  position: relative;
  padding: 0 60px;
}
@media screen and (max-width: 900px) {
  .mv .inner {
    padding: 0 20px;
  }
}
.mv__contents {
  height: 100%;
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 20px;
  align-items: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .mv__contents {
    grid-template-columns: 1fr;
    max-width: 400px;
    gap: 0;
    height: fit-content;
    max-height: 100%;
    justify-content: center;
  }
}
.mv__contents__left__point {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1240px) {
  .mv__contents__left__point {
    width: 100%;
  }
}
.mv__contents__left__point li {
  width: 150px;
  height: 150px;
  background-color: #EFFFDC;
  border-radius: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  .mv__contents__left__point li {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 1140px) {
  .mv__contents__left__point li {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 900px) {
  .mv__contents__left__point li {
    width: 80px;
    height: 80px;
  }
}
.mv__contents__left__point li:not(:last-child) {
  margin-right: 2%;
}
.mv__contents__left__point li p {
  text-align: center;
  line-height: 1.5;
  font-size: 2.4rem;
  width: max-content;
}
@media screen and (max-width: 1240px) {
  .mv__contents__left__point li p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1140px) {
  .mv__contents__left__point li p {
    font-size: 1.4rem;
  }
}
.mv__contents__left__point li p span {
  font-size: 3rem;
}
@media screen and (max-width: 1240px) {
  .mv__contents__left__point li p span {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 900px) {
  .mv__contents__left__point li p span {
    font-size: 2rem;
  }
}
.mv__contents__left img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
  display: block;
  margin: auto;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .mv__contents__left img {
    width: 75%;
    max-height: 153px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
.mv__contents__right {
  display: grid;
  gap: 16px;
  align-content: center;
}
@media screen and (max-width: 900px) {
  .mv__contents__right {
    gap: 6px;
  }
}
.mv__contents__right__logo {
  max-width: 300px;
}
@media screen and (max-width: 900px) {
  .mv__contents__right__logo {
    display: none;
  }
}
.mv__contents__right h2 {
  font-size: 4.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1240px) {
  .mv__contents__right h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1100px) {
  .mv__contents__right h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 900px) {
  .mv__contents__right h2 {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.mv__contents__right__text {
  font-size: 1.3rem;
  line-height: 1.3;
}
.mv__contents__right .pc-none {
  display: none;
}
@media screen and (max-width: 900px) {
  .mv__contents__right .pc-none {
    display: block;
  }
}
.mv__contents__right__download-btn {
  display: inline-block;
  padding: 0.5rem;
  border-radius: 20px;
  background: linear-gradient(to bottom, #47AD33, #0A741B);
  width: fit-content;
  height: fit-content;
  position: relative;
}
@media screen and (max-width: 900px) {
  .mv__contents__right__download-btn {
    padding: 0.3rem;
    margin: auto;
    width: 90%;
    margin-left: 10px;
  }
}
.mv__contents__right__download-btn a {
  padding: 1rem 4rem;
  border-radius: 20px;
  background: #e3eaed;
  background: linear-gradient(to bottom, #0A741B, #47AD33);
}
@media screen and (max-width: 900px) {
  .mv__contents__right__download-btn a {
    padding: 0.5rem;
    width: 88%;
  }
}
.mv__contents__right__download-btn a p {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .mv__contents__right__download-btn a p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .mv__contents__right__download-btn a p {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
}
.mv__contents__right__download-btn a p span {
  font-size: 85%;
}
.mv__contents__right__download-btn .download-img {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background-color: #C3AF75;
  display: flex;
}
@media screen and (max-width: 900px) {
  .mv__contents__right__download-btn .download-img {
    right: -10px;
    width: 40px;
    height: 40px;
  }
}
.mv__contents__right__download-btn .download-img img {
  width: 40%;
  margin: auto;
}
.mv__contents__right__contact {
  font-weight: 600;
  font-size: 2rem;
  display: flex;
  align-items: center;
  border: solid 1px #333;
  width: fit-content;
  padding: 4px 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 900px) {
  .mv__contents__right__contact {
    font-size: 1.4rem;
    margin: auto;
    margin-top: 2px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    padding: 2px 20px;
  }
}
.mv__contents__right__contact img {
  width: 20px;
  margin-left: 12px;
}
@media screen and (max-width: 900px) {
  .mv__contents__right__contact img {
    width: 14px;
  }
}

/*---
ロゴスライダー
---*/
#logo {
  padding: 12px 0;
}
#logo .slider {
  display: none;
}
#logo .slider.slick-initialized {
  display: block;
  /*slick-initializedクラスが付与されたら*/
}
#logo .slider1 {
  margin-bottom: 8px;
}
#logo .slider2 {
  margin-top: 8px;
}
#logo .slick-slide {
  width: 10vw;
  flex-basis: var(--logo-width, 20%);
  height: 50px !important;
  margin: 0 25px;
}
@media screen and (max-width: 768px) {
  #logo .slick-slide {
    width: 16vw;
    margin: -3px 15px;
  }
}
@media screen and (max-width: 500px) {
  #logo .slick-slide {
    margin: 0px 5px;
  }
}
#logo .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 500px) {
  #logo .slider_logo-img {
    width: 170px;
    height: auto;
    max-height: 40px;
  }
}
#logo .logo__copy {
  background-color: #FF8022;
}
#logo .logo__copy p {
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
}
#logo .logo__copy p span {
  font-size: 1.4em;
  margin-right: 0.1em;
}

/*---
こんなお悩みありませんか
---*/
.about__sec_title p {
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .about__sec_title p {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .about__sec_title p {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 500px) {
  .about__sec_title p {
    font-size: 1.8rem;
  }
}
.about__sec_title p span {
  font-size: 1.2em;
}
@media screen and (max-width: 500px) {
  .about__sec_title p span {
    font-size: 1.15em;
  }
}
.about__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .about__contents {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 500px) {
  .about__contents {
    gap: 30px;
  }
}
.about__content {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 24px;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about__content {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 500px) {
  .about__content {
    border-radius: 10px;
    padding: 20px;
  }
}
.about__content2 {
  display: block;
  padding: 16px 24px 20px;
  align-items: center;
}
.about__content2 img {
  width: 70%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .about__content2 img {
    width: 48%;
  }
}
.about__content-bg {
  position: relative;
}
.about__content-bg::before {
  content: "";
  background-image: url("../images/top/about_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 80%;
  height: 90%;
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about__text {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .about__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  .about__text {
    font-size: 1.4rem;
  }
}
.about__text-l {
  text-align: center;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.5;
  width: fit-content;
  margin: 4px auto;
}
@media screen and (max-width: 1200px) {
  .about__text-l {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 500px) {
  .about__text-l {
    font-size: 1.8rem;
  }
}
.about__marker {
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 50%;
  text-decoration-color: #07C755;
  text-underline-offset: -40%;
}
.about__copy {
  background-color: #EFFFDC;
}

/*---
Doctor-HR主な機能
---*/
.feature ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 50px;
  row-gap: 56px;
}
@media screen and (max-width: 1200px) {
  .feature ul {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .feature ul {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
@media screen and (max-width: 500px) {
  .feature ul {
    row-gap: 30px;
  }
}
.feature ul li {
  border: solid 6px #057019;
  border-radius: 40px;
  background-color: #EFFFDC;
  padding: 20px;
}
@media screen and (max-width: 500px) {
  .feature ul li {
    border: solid 4px #057019;
    border-radius: 20px;
  }
}
.feature ul li h4 {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .feature ul li h4 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .feature ul li h4 {
    margin-top: 10px;
  }
}
.feature ul li img {
  display: block;
  width: 60%;
  max-width: 120px;
  margin: 2em auto 1.6em;
}
@media screen and (max-width: 500px) {
  .feature ul li img {
    width: 28%;
  }
}
.feature ul li hr {
  border: #333;
  margin-bottom: 1.6em;
}
.feature__point {
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  color: #057019;
}
@media screen and (max-width: 768px) {
  .feature__point {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 500px) {
  .feature__point {
    font-size: 2rem;
  }
}
.feature__point .pc-none {
  display: none;
}
@media screen and (max-width: 500px) {
  .feature__point .pc-none {
    display: block;
  }
}

/*---
人事評価制度自体がない医院さんも ご安心ください
---*/
.support h3 {
  color: #057019;
  background-color: #EFFFDC;
  padding: 16px 36px;
  text-align: center;
  border-radius: 100px;
  width: fit-content;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .support h3 {
    padding: 16px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
}
.support h3 img {
  width: 40px;
  margin-right: 4px;
}
@media screen and (max-width: 500px) {
  .support h3 img {
    width: 28px;
  }
}
.support__description {
  font-size: 2rem;
  color: #fff;
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .support__description {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  .support__description {
    font-size: 1.6rem;
  }
}
.support__copy {
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .support__copy {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .support__copy {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.support__member-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .support__member-wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  .support__member-wrapper {
    gap: 30px;
  }
}
.support__member {
  background-color: rgba(217, 217, 217, 0.6);
}
.support__member__title {
  font-size: 1.8rem;
  background-color: rgba(255, 255, 255, 0.54);
  text-align: center;
  border: solid 1px #000;
  font-weight: 600;
  width: 274px;
  margin: auto;
}
.support__member ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  padding: 16px 10% 16px;
}
@media screen and (max-width: 540px) {
  .support__member ul {
    grid-template-columns: 1fr 1fr;
  }
}
.support__member ul li {
  max-width: 115px;
  margin: auto;
  text-align: center;
}
.support__member__img {
  width: 100%;
}
.support__member__name {
  font-size: 1rem;
  text-align: center;
}

/*---
Doctor-HRで実現できること
---*/
.achieve__contents {
  display: grid;
  gap: 52px;
}
@media screen and (max-width: 500px) {
  .achieve__contents {
    gap: 30px;
  }
}
.achieve__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: auto;
  align-items: end;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .achieve__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.achieve__content li {
  height: 100%;
  display: grid;
  min-height: 260px;
}
@media screen and (max-width: 768px) {
  .achieve__content li {
    min-height: inherit;
  }
}
.achieve__content li img {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: auto;
  height: 100%;
  object-fit: contain;
}
.achieve__content-order {
  order: 2;
}
@media screen and (max-width: 768px) {
  .achieve__content-order {
    order: inherit;
  }
}
.achieve__box {
  padding: 30px 20px 20px;
  background-color: #EFFFDC;
  border-radius: 20px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .achieve__box {
    padding: 20px;
  }
}
.achieve__box:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  height: 50%;
  width: 50%;
  clip-path: polygon(100% 0, 100% 100%, 0 0%);
  border-radius: 0 20px 0;
}
.achieve__box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  height: 50%;
  width: 50%;
  clip-path: polygon(0% 0, 100% 100%, 0 100%);
  border-radius: 0 20px 0;
}
.achieve__text-box {
  position: relative;
  z-index: 1;
  height: 100%;
}
.achieve__number {
  font-size: 4.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: -40px;
  position: absolute;
  left: 16px;
  top: -40px;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .achieve__number {
    font-size: 3.2rem;
    top: -28px;
  }
}
.achieve__title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 12px;
  text-decoration: underline;
  text-decoration-thickness: 50%;
  text-decoration-color: rgba(255, 128, 34, 0.55);
  text-underline-offset: -40%;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 500px) {
  .achieve__title {
    font-size: 1.8rem;
  }
}
.achieve__point {
  color: #057019;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 500px) {
  .achieve__point {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}

/*---
お客様の声
---*/
#voice__contents-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  #voice__contents-pc {
    display: none;
  }
}

#voice__contents-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #voice__contents-sp {
    display: block;
  }
}

.voice {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .voice {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  .voice {
    padding-bottom: 40px;
  }
}
.voice__left img {
  width: 178px;
}
.voice__contents {
  display: none;
}
.voice__contents.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}
.voice__contents .slick-next {
  display: none;
}
.voice .slick-slide {
  padding: 0 20px;
}
.voice .slick-slide img {
  width: 100% !important;
}
.voice .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  z-index: 1;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .voice .slick-arrow {
    width: 16px;
  }
}
.voice .slick-arrow:hover {
  opacity: 0.7;
  cursor: pointer;
}
.voice .prev-arrow {
  position: absolute;
  left: -40px;
  top: 320px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .voice .prev-arrow {
    left: -12px !important;
  }
}
@media screen and (max-width: 500px) {
  .voice .prev-arrow {
    top: 180px;
  }
}
.voice .next-arrow {
  position: absolute;
  right: -40px;
  top: 320px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .voice .next-arrow {
    right: -12px;
  }
}
@media screen and (max-width: 500px) {
  .voice .next-arrow {
    top: 180px;
  }
}

/*---
成長実感
---*/
.feeling {
  background-color: #EFFFDC;
}
.feeling__wrapper {
  display: grid;
  grid-template-columns: 1.8fr 3fr;
  gap: 5%;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .feeling__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.feeling__wrapper__left .sec_title {
  display: inherit;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .feeling__wrapper__left .sec_title {
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  .feeling__wrapper__left__text {
    display: flex;
    width: fit-content;
    margin: auto;
  }
}
.feeling__wrapper__left__text__1, .feeling__wrapper__left__text__2 {
  display: flex;
}
.feeling__wrapper__left__text__1 {
  width: fit-content;
  margin: auto;
  padding-right: 10%;
}
@media screen and (max-width: 960px) {
  .feeling__wrapper__left__text__1 {
    padding-right: 16px;
    margin: inherit;
  }
}
@media screen and (max-width: 768px) {
  .feeling__wrapper__left__text__1 {
    padding-right: 8px;
  }
}
.feeling__wrapper__left__text__2 {
  margin-top: 16px;
  width: fit-content;
  margin: auto;
  padding-left: 10%;
  margin-top: 16px;
}
@media screen and (max-width: 960px) {
  .feeling__wrapper__left__text__2 {
    padding-left: 0;
    margin-top: 0;
    margin: inherit;
  }
}
.feeling__wrapper__left__text p {
  width: 120px;
  height: 120px;
  padding: 16px;
  background-color: #057019;
}
@media screen and (max-width: 1240px) {
  .feeling__wrapper__left__text p {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .feeling__wrapper__left__text p {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 500px) {
  .feeling__wrapper__left__text p {
    width: 65px;
    height: 65px;
  }
}
.feeling__wrapper__left__text p:nth-child(odd) {
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  .feeling__wrapper__left__text p:nth-child(odd) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 500px) {
  .feeling__wrapper__left__text p:nth-child(odd) {
    margin-right: 8px;
  }
}
.feeling__wrapper__left__text p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feeling__wrapper__right {
  width: 100%;
}
.feeling__wrapper__right__copy {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  .feeling__wrapper__right__copy {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .feeling__wrapper__right__copy {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .feeling__wrapper__right__copy {
    font-size: 1.4rem;
  }
}
.feeling__wrapper__right__copy__left, .feeling__wrapper__right__copy__right {
  width: 24px;
}
@media screen and (max-width: 1240px) {
  .feeling__wrapper__right__copy__left, .feeling__wrapper__right__copy__right {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .feeling__wrapper__right__copy__left, .feeling__wrapper__right__copy__right {
    width: 16px;
  }
}
@media screen and (max-width: 960px) {
  .feeling__wrapper__right__copy__left, .feeling__wrapper__right__copy__right {
    width: 12px;
  }
}
.feeling__wrapper__right__copy__left {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .feeling__wrapper__right__copy__left {
    margin-right: 8px;
  }
}
.feeling__wrapper__right__copy__right {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .feeling__wrapper__right__copy__right {
    margin-left: 6px;
  }
}
.feeling__wrapper__right__copy span {
  font-size: 140%;
  color: #FF8022;
  font-weight: 700;
}
.feeling__wrapper__right__img {
  width: 100%;
  margin-top: 8px;
}
.feeling__wrapper__right__img img {
  width: 100%;
}

/*---
3分動画解説
---*/
.movie__contents {
  max-width: 820px;
  margin: auto;
  background-color: #EFFFDC;
  border: solid 8px #EFFFDC;
}
.movie__contents iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.movie .html5-video-player a {
  display: none;
}

/*---
ダウンロードページ
---*/
.p-download__head {
  position: relative;
  height: 400px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-download__head {
    height: 240px;
  }
}
@media screen and (max-width: 500px) {
  .p-download__head {
    height: 160px;
  }
}
.p-download__head__green {
  background-color: #009352;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.p-download__head__green h2 {
  display: flex;
  height: 100%;
  align-items: center;
}
.p-download__head__green:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -19%;
  background: linear-gradient(to left, rgba(0, 147, 82, 0), rgb(0, 147, 82) 80%);
  width: 20%;
  height: 100%;
  z-index: 1;
  transform: rotate(-180deg);
}
.p-download__head__img_box {
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-download__head__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-download__head__img_sp {
  display: none;
}
.p-download__head__content {
  display: block;
  width: 72%;
  height: auto;
  z-index: 1;
  position: absolute;
  top: calc(50% + 80px);
  left: 30%;
  transform: translate(-30%, -53%);
}

.p-download__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.6%;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-download__contents {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .p-download__contents {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

.p-download__content {
  padding: 1.6em;
  border: solid 2px #808080;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
}
.p-download__content img {
  width: 100%;
}
.p-download__content h3 {
  font-size: 2rem;
  text-align: center;
  margin: 20px 0 16px;
  line-height: 1.6;
}
.p-download__content__btn {
  background-color: #ff6700;
  width: 90%;
  margin: 4px auto 0;
  height: 40px;
  border-radius: 100px;
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-download__content a:hover {
  color: #fff;
}
.p-download__content__small {
  font-size: 1.4rem;
  letter-spacing: -0.06em;
  line-height: 1.5;
}
.p-download__content .pc-none {
  display: none;
}
@media screen and (max-width: 500px) {
  .p-download__content .pc-none {
    display: block;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-up {
  opacity: 0;
  transform: translateY(20px); /* 下から20pxの位置にスタート */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fade-up.active {
  opacity: 1;
  transform: translateY(0); /* 元の位置に戻る */
}