/* ▼メインビジュアル ーーーーーーー */
.mv {
  display: flex;
  justify-content: center;
  padding: 5.625rem 7.5rem 5rem;
  background-image: url(./../image/mv_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.mv .mv__wrap {
  width: 81.25rem;
  height: 45rem;
  background-color: #fff100;
  border: 5px solid #00205d;
  border-radius: 2.175rem;
  position: relative;
}

.mv .mv__wrap .mv-text {
  display: inline-block;
}

.mv .mv__wrap .mv-text.mv-text__image01 {
  max-width: 50rem;
  position: absolute;
  top: -2.875rem;
  left: -3.125rem;
}

.mv .mv__wrap .mv-text.mv-text__image01 img {
  width: 100%;
  height: 100%;
}

.mv .mv__wrap .mv-text.mv-text__image02 {
  max-width: 70.625rem;
  position: absolute;
  bottom: -4.125rem;
  right: 0;
}

@media screen and (max-width:1170px) {
  .mv .mv__wrap {
    height: 40rem;
  }

  .mv .mv__wrap .mv-text.mv-text__image01 {
    max-width: 40rem;
  }

  .mv .mv__wrap .mv-text.mv-text__image02 {
    bottom: -2.725rem;
  }
}

@media screen and (max-width:960px) {
  .mv .mv__wrap {
    height: 30rem;
  }

  .mv .mv__wrap .mv-text.mv-text__image01 {
    max-width: 33rem;
  }

  .mv .mv__wrap .mv-text.mv-text__image02 {
    bottom: -2.525rem;
  }
}

@media screen and (max-width:768px) {
  .mv {
    padding: 5.625rem 3.5rem 5rem;
  }

  .mv .mv__wrap {
    height: 23rem;
  }

  .mv .mv__wrap .mv-text.mv-text__image01 {
    max-width: 24rem;
  }

  .mv .mv__wrap .mv-text.mv-text__image02 {
    bottom: -2.4rem;
  }
}

@media screen and (max-width:430px) {
  .wrap {
    overflow: hidden;
  }

  .mv {
    padding: 3.625rem 2.5rem 3rem;
  }

  .mv .mv__wrap {
    height: 18rem;
    border: 3px solid #00205d;

  }

  .mv .mv__wrap .mv-text.mv-text__image01 {
    width: 19rem;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
  }


  .mv .mv__wrap {
    border-radius: 0.875rem;
  }

  .mv .mv__wrap .mv-text.mv-text__image02 {
    bottom: -1.1rem;
  }

}

/* ーーーーーーー ▲メインビジュアル */




/* ▼動画でみるラジオ体操 ーーーーーーー */
.movie {
  margin-top: 1.25rem;
}

.movie .movie-title__wrap .movie-main-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.movie .movie-content {
  max-width: 81.25rem;
  margin: 0 auto;
  display: grid;
  justify-content: center;
  row-gap: 3.75rem;
  background-color: #e2f4ff;
  border-radius: 1.875rem;
  padding: 4.375rem 0 3.75rem;
}

.movie .movie-content h3 {
  font-size: 2.375rem;
  text-align: center;
}

.movie .movie-list {
  display: grid;
  row-gap: 2.75rem;
  width: 41.875rem;
  /* grid-template-rows: repeat(3, 24.25rem); */
}

iframe {
  width: 100%;
  height: 100%;
}

.movie .movie-list iframe {
  height: 360px;
}

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

  .movie {
    margin-top: 2.25rem;
    padding: 0 1.25rem;
  }

}

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

@media screen and (max-width:768px) {
  .movie .movie-list {
    display: grid;
    row-gap: 1.75rem;
    width: 100%;
    /* grid-template-rows: repeat(3, 24.25rem); */
  }

  /* .movie .movie-list {
    width: 100%;
    grid-template-rows: repeat(3, 16.25rem);
  } */

  .movie .movie-list.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .movie .movie-list .youtube iframe {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width:640px) {
  .movie-list__wrap {
    padding: 0 1.25rem;
  }
}

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

  .movie .movie-content {
    row-gap: 1.75rem;
    padding: 2.375rem 0 3.75rem;
  }

  .movie .movie-content h3 {
    font-size: 1.375rem;
  }

  .movie .movie-list {
    width: 100%;
    /* grid-template-rows: repeat(3, 12.25rem); */
  }
}

/* ーーーーーーー ▲動画でみるラジオ体操  */




/* ▼ラジオ体操は年齢に関係なく効果的なの？ ーーーーーーー */
.about {
  max-width: 72.5rem;
  margin: 22.5rem auto 0;
}

.about .about-title__wrap {
  position: absolute;
  z-index: 3;
  top: -15rem;
}

.about .about-title__wrap .about-main-text {
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.about .about-main-text__wrap {
  position: absolute;
  top: 7.938rem;
  left: 50%;
  transform: translateX(-50%);
}

.about .about-section__inner {
  position: relative;
}

.about .about-content {
  padding: 5rem;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 3.125rem;
  position: relative;
}

.about .about-content::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 3.125rem;
  position: absolute;
  top: 1.25rem;
  right: -1.25rem;
  z-index: -1;
}

.about .about-list {
  display: grid;
  row-gap: 2.263rem;
}

.about .about-list-item {
  display: grid;
  row-gap: 1.563rem;
  justify-content: center;
  align-items: center;
  grid-template-columns: 5.5rem 37.5rem;
  column-gap: 2.656rem;
}

.about .about-list-item .about-list-item__num {
  padding: 1.563rem 0;
  border-right: 1px solid #707070;
}

.about-list-item__text {
  display: grid;
}

.about-list-item__text span:first-of-type {
  font-size: 1.125rem;
}

.about-list-item__text span:nth-child(2) {
  font-size: 1.75rem;
  font-weight: bold;
}

.about .about-content__item01 {
  position: relative;
}

.about .about-content__item01 h3 {
  text-align: center;
  margin-bottom: 2.063rem;
}

.about .about-content__item01 h3 img {
  display: inline-block;
}

.about-content__item01-image {
  position: absolute;
  top: 7.5rem;
  right: 3.063rem;
}

.about .about-content__item02 {
  margin-top: 7.375rem;
  position: relative;
}

.about .about-content__item02 h3 {
  text-align: center;
  margin-bottom: 2.063rem;
}

.about .about-content__item02 h3 img {
  display: inline-block;
}

.about-content__item02-image {
  position: absolute;
  top: 8.563rem;
  right: 3.438rem;
}

.about .about-content__item03 {
  margin-top: 4.375rem;
  position: relative;
}

.about .about-content__item03 h3 {
  text-align: center;
  margin-bottom: 2.063rem;
}

.about .about-content__item03 h3 img {
  display: inline-block;
}

.about .about-content__item03-image {
  position: absolute;
  top: 15.938rem;
  right: 1.5rem;
}

.about .about-content__memo {
  max-width: 51.25rem;
  margin: 5.913rem auto 0;
  padding: 3.875rem 5.313rem 2.625rem 4.688rem;
  background-image: url(./../image/about_memo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.about .about-content__memo {
  font-size: 1.25rem;
  line-height: 1.8;
}

.about .about-content__image {
  position: absolute;
  bottom: -3.125rem;
  left: -5.25rem;
}

@media screen and (max-width:1200px) {
  .about {
    padding: 0 1.25rem;
  }
}

@media screen and (max-width:1170px) {
  .about {
    padding: 0 2.25rem;
  }
}

@media screen and (max-width:960px) {
  .about .about-content {
    padding: 5rem 8rem;
  }

  .about .about-list-item {
    grid-template-columns: 5.5rem 1fr;
  }

  .about .about-main-text__wrap {
    position: absolute;
    top: 6.938rem;
    left: 57%;
    transform: translateX(-50%);
  }

  .about-content__item01-image {
    position: absolute;
    top: 2.5rem;
    right: -5.937rem;
  }

  .about-content__item02-image {
    position: absolute;
    top: 6.563rem;
    right: -2.562rem;
  }

  .about .about-content__item03-image {
    position: absolute;
    top: 13.938rem;
    right: -4.5rem;
  }

  .about .about-content__image {
    left: -6.25rem;
  }
}

@media screen and (max-width:768px) {
  .about .about-content {
    padding: 5rem 2rem 28rem;
  }

  .about-content__item01-image {
    transform: translateX(-50%);
    left: 50%;
    top: 41rem;
    width: 218px;
  }

  .about .about-content__item02 {
    margin-top: 19rem;
  }

  .about .about-title__wrap .about-main-text {
    font-size: 1.25rem;
  }

  .about-content__item02-image {
    transform: translateX(-50%);
    top: 33rem;
    left: 50%;
    width: 126px;
  }

  .about .about-content__item03 {
    margin-top: 20rem;
  }

  .about .about-content__item03-image {
    transform: translateX(-50%);
    top: 33rem;
    left: 50%;
    width: 205px;
  }

  .about .about-content__memo {
    margin: 16rem auto 0;
  }

  .about .about-content__image {
    transform: translateX(-50%);
    bottom: -3rem;
    left: 50%;
    width: 286px;
  }
}

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

@media screen and (max-width:430px) {
  .about .about-title__wrap {
    top: -5.5rem;
  }

  .about .about-title__wrap .about-main-text {
    font-size: .6875rem;
    margin-top: -10px;
  }

  .about {
    padding: 0;
    margin: 9rem auto 0;
  }
  .about .about-main-text__wrap {
    top: 3.4rem;
  }

  .about .about-content {
    padding: 2rem 1.25rem 16rem;
    margin: 0 1.125rem;
  }

  .about .about-section__inner {
    margin-right: 1.125rem;
  }

  .about .about-list-item {
    grid-template-columns: 3.5rem 1fr;
    column-gap: 1.656rem;
  }

  .about-list-item__text span:first-of-type {
    font-size: 1rem;
  }

  .about-list-item__text span:nth-child(2) {
    font-size: 1.125rem;
  }

  .about-content__item01-image {
    top: 48rem;
  }

  .about-content__item01-image img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .about .about-content__item02 {
    margin-top: 13rem;
  }

  .about-content__item02-image img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .about .about-content__item03 {
    margin-top: 13rem;
  }

  .about .about-content__item03-image {
    margin-top: 1rem;
  }

  .about .about-content__item03-image img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .about .about-content__memo {
    font-size: 1rem;
    padding: 2rem 1rem;
    margin: 13rem auto 0;
    background-image: none;
    border: 8px solid #E88AB6;
    position: relative;
  }

  .about .about-content__memo::before {
    content: "";
    background: url(./../image/about_memo-sp.jpg) no-repeat;
    display: inline-block;
    width: 180px;
    height: 36px;
    position: absolute;
    right: 10px;
    top: -22px;
  }

  .about .about-content__image img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

/* ーーーーーーー ▲ラジオ体操は年齢に関係なく効果的なの？  */




/* ▼ラジオ体操で健康経営！あなたの職場でも始めよう ーーーーーーー */
.step {
  margin-top: 19.625rem;
}

.step .step-title__wrap .step-main-title {
  max-width: 57.5rem;
  margin: 0 auto;
  position: relative;
}

.step .step-title__wrap .step-main-title::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #1A1411;
  border-radius: 50em;
  position: absolute;
  bottom: 0.063rem;
}

.step .step-title__wrap .step-main-title span {
  position: absolute;
  right: -2.75rem;
  bottom: 0;
}

.step .step-main-text__wrap {
  padding-top: 1.375rem;
}

.step .step-main-text__wrap .step-main-text {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

.step .step-content {
  margin-top: 3.75rem;
}

.step .step-main-title__wrap {
  max-width: 57.5rem;
  margin: 0 auto;
}

.step .step-main-title__wrap h3 {
  padding: 0.688rem 2.125rem;
  display: inline-block;
  font-size: 1.625rem;
  color: #fff;
  background-color: #2ea7e0;
  border-radius: 0.625rem;
}

.step .step-secondary-content {
  max-width: 57.5rem;
  margin: 0.75rem auto 0;
}

.step .step-secondary-content h4 {
  color: #e62d79;
  display: grid;
  row-gap: 0.313rem;
}

.step .step-secondary-content h4 span:first-of-type {
  font-size: 2.25rem;
}

.step .step-secondary-content h4 span:nth-child(n+2) {
  font-size: 1.25rem;
}


.step .step-secondary-content p {
  margin-top: 0.313rem;
  font-size: 1.25rem;
}

.step .step-third-content {
  max-width: 57.5rem;
  margin: 2rem auto 0;
}

.step .step-third-content h5 {
  display: grid;
  color: #00205d;
}

.step .step-third-content h5 span:first-of-type {
  font-size: 1.625rem;
}

.step .step-third-content h5 span:nth-child(n+2) {
  font-size: 1.125rem;
}

.step .step-third-content p {
  font-size: 1.25rem;
}

.step .step-main-image {
  margin-top: 4.375rem;
  display: flex;
  justify-content: center;
}

.step .step-secondary-image {
  display: flex;
  align-items: baseline;
  justify-content: center;
  column-gap: 2.375rem;
}


.step .step-flow {
  max-width: 72.5rem;
  margin: 4rem auto 0;
}

.step .step-flow .step-flow-image {
  display: flex;
  justify-content: space-between;
  column-gap: 0.938rem;
}

.step-flow-image.display-sp {
  display: none !important;
}

.step .step-flow-list {
  display: flex;
  column-gap: 0.25rem;
}

.step .step-flow .step-flow-hosting {
  max-width: 72.5rem;
  margin: 0.875rem auto 0;
  display: flex;
  justify-content: flex-end;
}

.step .step-flow .step-flow-hosting .step-flow-tel {
  margin-left: 0.625rem;
  display: inline;
}

.step .step-contact {
  display: flex;
  justify-content: center;
  margin-top: 6.438rem;
  transition: 0.3s;
}

.step .step-contact:hover {
  opacity: 0.8;
}

@media screen and (max-width:768px) {
  .step {
    padding: 0 1.25rem 
  }

  .step .step-title__wrap .step-main-title span {
    right: 0;
  }
}

@media screen and (max-width:430px) {
  .step .step-title__wrap .step-main-title img {
    height: auto;
  }

  .step {
    margin-top: 13rem;
  }

  .step .step-main-text__wrap .step-main-text {
    font-size: 1rem;
  }

  .step .step-main-title__wrap h3 {
    font-size: 1.25rem;
  }

  .step .step-secondary-content h4 span:first-of-type {
    font-size: 1.25rem;
  }

  .step .step-secondary-content h4 span:nth-child(n+2) {
    font-size: 1.125rem;
  }

  .step .step-secondary-content p {
    font-size: 1rem;
  }

  .step .step-third-content h5 span:first-of-type {
    font-size: 1.375rem;
  }

  .step .step-third-content p {
    font-size: 1rem;
  }

  .step .step-main-image img {
    height: auto;
  }

  .step .step-secondary-image img {
    height: auto;
  }

  .step .step-contact {
    margin-top: 3rem;
  }

  .step .step-flow img {
    height: auto;
  }

  .step .step-main-title__wrap {
    display: flex;
    justify-content: center;
  }

  .step-flow-image.display-sp {
    display: block !important;
  }

  .step-flow-image.display-pc {
    display: none !important;
  }
}


/* ーーーーーーー ▲ラジオ体操で健康経営！あなたの職場でも始めよう  */



/* ▼ちょっとした疑問にお答え！　ラジオ体操Q&A ーーーーーーー */
.faq {
  margin-top: 7.5rem;
  padding: 3.75rem 0 23.75rem;
  background-color: #e5f5e7;
  position: relative;
}

.faq::after {
  content: '';
  display: block;
  max-width: 54.75rem;
  height: 11.875rem;
  background-image: url(./../image/faq_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 3.75rem;
  left: 50%;
  transform: translateX(-50%);
}


.faq .faq__inner {
  max-width: 59rem;
  margin: 0 auto;
}

.faq .faq-title {
  text-align: center;
}

.faq .faq-title h2 {
  display: inline-block;
}

.faq .faq-list {
  margin: 7.625rem 0 0 2.5rem;
}

.faq .faq-list dl dt {
  font-size: 1.375rem;
  font-weight: bold;
  padding-left: 6.438rem;
  position: relative;
}

.faq .faq-list dl dd {
  padding-left: 6.438rem;
  max-width: 51.125rem;
  margin-top: 1.063rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.faq .faq-list dl dt:first-of-type span::before {
  content: '';
  display: inline-block;
  width: 3.438rem;
  height: 2.5rem;
  background-image: url(./../image/faq_num01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
}

.faq .faq-list dl dt:not(:first-of-type) {
  margin-top: 4.563rem;
}

.faq .faq-list dl dt:nth-of-type(2) span::before {
  content: '';
  display: inline-block;
  width: 3.438rem;
  height: 2.5rem;
  background-image: url(./../image/faq_num02.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
}

.faq .faq-list dl dt:nth-of-type(3) span::before {
  content: '';
  display: inline-block;
  width: 3.438rem;
  height: 2.5rem;
  background-image: url(./../image/faq_num03.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
}

.faq .faq-list dl dt:nth-of-type(4) span::before {
  content: '';
  display: inline-block;
  width: 3.438rem;
  height: 2.5rem;
  background-image: url(./../image/faq_num04.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
}

.faq .faq-list dl dt:nth-of-type(5) span::before {
  content: '';
  display: inline-block;
  width: 3.438rem;
  height: 2.5rem;
  background-image: url(./../image/faq_num05.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
}

.faq .faq-list dl dd:nth-of-type(5) {
  display: flex;
  column-gap: 2.75rem;
}

.faq .faq-list dl dd:nth-of-type(5) .faq_num05_text {
  flex: 1;
}

.faq .faq-list dl dt:nth-of-type(6) span::before {
  content: '';
  display: inline-block;
  width: 3.438rem;
  height: 2.5rem;
  background-image: url(./../image/faq_num06.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
}

.link {
  color: #0077a8;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width:430px) {
  .faq {
    margin-top: 3rem;
    padding: 3.75rem 1.125rem 3rem;
  }

  .faq .faq-title img {
    height: auto;
  }

  .faq .faq-list {
    margin: 3rem 0 0 0;
  }

  .faq .faq-list dl dd:nth-of-type(5) {
    display: block;
  }

  .faq .faq-list dl dd:nth-of-type(5) .faq_num05_text {
    margin-bottom: 2rem;
  }

  .faq .faq-list dl dt {
    font-size: 1.25rem;
    padding-left: 5rem;
  }

  .faq .faq-list dl dd {
    font-size: 1rem;
    padding-left: 0;
  }

  .faq_num05_image img {
    display: block;
    margin: auto;
  }
}

/* ーーーーーーー ▲ちょっとした疑問にお答え！　ラジオ体操Q&A  */



/* ▼本気のラジオ体操パンフレット ーーーーーーー */
.pamphlet {
  margin-top: 8.563rem;
}

.pamphlet .pamphlet__inner {
  display: flex;
  justify-content: center;
  max-width: 57.5rem;
  margin: 0 auto;
  padding: 5rem 0;
  border: 5px solid #0077a8;
  border-radius: 3.125rem;
  position: relative;
}

.pamphlet .pamphlet__inner::after {
  content: '';
  display: block;
  width: 15.5rem;
  height: 21.063rem;
  background-image: url(./../image/pamphlet_bg-image.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -7.313rem;
  right: -3.125rem;
}

.pamphlet .pamphlet-main-title {
  position: absolute;
  top: -2.125rem;
  left: 50%;
  transform: translateX(-50%);
}

.pamphlet .pamphlet-main-title h2 {
  display: inline-block;
  color: #0077a8;
  padding: 0.75rem 2.875rem;
  font-size: 2rem;
  background-color: #fff;
  white-space: nowrap;
}

.pdf .pamphlet-content {
  display: grid;
  justify-content: center;
  align-items: center;
}

.pamphlet-content figure {
  display: inline-block;
}

.pamphlet-content-link {
  transition: 0.3s;
}

.pamphlet-content-link:hover {
  opacity: 0.8;
}

.btn-pdf {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 4.375rem;
  padding: 0;
  background-color: #0077a8;
  color: #fff;
  font-weight: bold;
  margin-top: 1rem;
  border-radius: 0.625rem;
}

.btn-pdf span {
  position: relative;
  padding-right: 3.25rem;
}

.btn-pdf span::after {
  content: '';
  display: inline-block;
  width: 2.25rem;
  height: 2.688rem;
  background-image: url(./../image/icon_pdf.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.btn-pdf:hover {
  opacity: 0.8;
}

@media screen and (max-width:430px) {
  .btn-pdf span {
    font-size: .8125rem;
  }
}

@media screen and (max-width:768px) {
  .pamphlet .pamphlet__inner::after {
    bottom: -11rem;
    right: 0;
  }
}

@media screen and (max-width:430px) {
  .pamphlet {
    margin-top: 5rem;
  }

  .pamphlet .pamphlet-main-title h2 {
    font-size: 1.125rem;
    padding: 1.5rem 1rem;
  }

  .pamphlet-content img {
    height: auto;
  }

  .pamphlet .pamphlet__inner {
    padding: 2rem 1.125rem;
  }

  .pamphlet .pamphlet__inner::after {
    width: 10rem;
    height: 12rem;
  }
}

/* ーーーーーーー ▲本気のラジオ体操パンフレット  */



/* ▼講習会パンフレット ーーーーーーー */
.seminars-pamphlet {
  margin-top: 8.563rem;
}

.seminars-pamphlet .seminars-pamphlet__inner {
  display: flex;
  justify-content: center;
  max-width: 57.5rem;
  margin: 0 auto;
  padding: 5rem 0;
  border: 5px solid #0077a8;
  border-radius: 3.125rem;
  position: relative;
}

.seminars-pamphlet .seminars-pamphlet-main-title {
  position: absolute;
  top: -2.125rem;
  left: 50%;
  transform: translateX(-50%);
}

.seminars-pamphlet .seminars-pamphlet-main-title h2 {
  display: inline-block;
  color: #0077a8;
  padding: 0.75rem 2.875rem;
  font-size: 2rem;
  background-color: #fff;
  white-space: nowrap;
}

.pdf .seminars-pamphlet-content {
  display: grid;
  justify-content: center;
  align-items: center;
}

.seminars-pamphlet-content figure {
  display: inline-block;
}

.seminars-pamphlet-content-link {
  transition: 0.3s;
}

.seminars-pamphlet-content-link:hover {
  opacity: 0.8;
}

.seminars-btn-pdf {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 4.375rem;
  padding: 0;
  background-color: #0077a8;
  color: #fff;
  font-weight: bold;
  margin-top: 1rem;
  border-radius: 0.625rem;
}

.seminars-btn-pdf:hover {
  opacity: 0.8;
}

@media screen and (max-width:430px) {
  .seminars-btn-pdf span {
    font-size: .8125rem;
  }
}

@media screen and (max-width:768px) {
  .seminars-pamphlet .seminars-pamphlet__inner::after {
    bottom: -11rem;
    right: 0;
  }
}

@media screen and (max-width:430px) {
  .seminars-pamphlet {
    margin-top: 5rem;
  }

  .seminars-pamphlet .seminars-pamphlet-main-title h2 {
    font-size: 1.125rem;
    padding: 1.5rem 1rem;
  }

  .seminars-pamphlet-content img {
    height: auto;
  }

  .seminars-pamphlet .seminars-pamphlet__inner {
    padding: 2rem 1.125rem;
  }

  .seminars-pamphlet .seminars-pamphlet__inner::after {
    width: 10rem;
    height: 12rem;
  }
}

/* ーーーーーーー ▲講習会パンフレット  */



/* ▼お問い合わせ ーーーーーーー */
.contact {
  margin-top: 7.02rem;
  background-color: #fcfdE2;
  padding: 3.75rem 0;
}

.contact .contact__inner {
  max-width: 58.75rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  column-gap: 3.75rem;
}

.contact-title {
  flex: 1;
}

.contact-title h2 {
  display: grid;
}

.contact .contact-contents .contact-title h2 {
  display: grid;
  row-gap: 0.425rem;
}

.contact .contact-contents .contact-title h2 span:first-of-type {
  font-size: 1.813rem;
}

.contact .contact-contents .contact-title h2 span:nth-of-type(2) {
  font-size: 2.5rem;
  color: #db1966;
}

.contact .contact-contents .contact-text {
  margin-top: 1.125rem;
}

.contact .contact-text dl dt {
  font-size: 1.375rem;
  font-weight: bold;
  padding-bottom: 0.425rem;
  border-bottom: 3px solid #e24b00;
  margin-bottom: 0.625rem;
}

.contact .contact-text .contact-tel {
  display: flex;
  align-items: center;
}

.contact .contact-text .contact-tel span {
  font-size: 1.375rem;
  font-weight: bold;
  padding-right: 0.625rem;
}

.contact .contact-text .contact-tel a {
  font-size: 2.375rem;
  font-weight: bold;
  color: #e24b00;
}

@media screen and (max-width:768px) {
  .pamphlet {
    padding: 0 1.125rem;
  }

  .seminars-pamphlet {
    padding: 0 1.125rem;
  }

  .contact {
    margin-top: 10.7rem;
  }
}

@media screen and (max-width:430px) {
  .contact {
    padding: 2rem 1.125rem;
  }

  .contact .contact__inner {
    display: block;
  }

  .contact-main-image img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto 2rem;
  }

  .contact .contact-contents .contact-title h2 span:first-of-type {
    font-size: 1.25rem;
    text-align: center;
  }

  .contact .contact-contents .contact-title h2 span:nth-of-type(2) {
    font-size: 1.75rem;
    text-align: center;
  }

  .contact .contact-text dl dt {
    font-size: 1.25rem;
  }

  .contact .contact-text .contact-tel a {
    font-size: 2rem;
  }

  .contact .contact-text .contact-tel {
    justify-content: center;
  }
}

/* ーーーーーーー ▲お問い合わせ  */



/* ▼footer ーーーーーーー */
footer {
  margin: 2rem 0 1.75rem;
}

.footer-content {
  max-width: 58.75rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3.438rem;
}

.footer-logo {
  padding: 1.688rem 2.813rem 1.688rem 0;
  border-right: 1px solid #707070;
}

.footer-address .copyright {
  display: block;
  margin-top: 0.863rem;
  color: #777;
}

@media screen and (max-width:430px) {
  footer {
    margin: 2rem 1.125rem 1.75rem;
  }

  .footer-content {
    display: block;
  }

  .footer-logo {
    padding: 0 0 2rem 0;
    border-right: none;
  }

  .footer-logo img {
    display: block;
    margin: auto;
    width: 310px;
  }

  .footer-address ul {
    font-size: .8125rem;
  }

  .footer-address .copyright {
    font-size: .75rem;
  }
}

/* ーーーーーーー ▲footer  */


/* ▼TOPへ ーーーーーーー */
.btn_contact {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}

@media screen and (max-width:430px) {
  .btn_contact img {
    width: 35%;
    height: auto;
    position: fixed;
    right: 0;
    bottom: 0;
  }
}

/* ーーーーーーー ▲TOPへ  */