@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 640px) {/* sp */
  h1 {
    background: none;
  }
}

/*============================================================================

  home_mv

============================================================================*/
.home_mv {
  display: flex;
  text-align: center;
  position: relative;
  z-index: 0;
}
.home_mv_col {
  width: 50%;
  background-image: url(../images/home/mv_general_bg_l_t.png), url(../images/home/mv_general_bg_r_t.png);
  background-position: left top, right top;
  background-repeat: no-repeat;
  background-size: 36.4% auto, 15.4% auto;
  background-color: #fcac7f;
  padding: 25px 1.5% 8%;
  overflow: hidden;
}
.home_mv_logo {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 41.3%;
  aspect-ratio: 1;
  padding-top: 10px;
  margin: 0 auto -12.3%;
  position: relative;
  z-index: 2;
}
.home_mv_logo img {
  max-width: 304px;
  width: 81.7%;
}
.home_mv_col_inner {
  position: relative;
}
.home_mv_col_inner::before, .home_mv_col_inner::after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.home_mv_col_inner::before {
  max-width: 128px;
  width: 14.2%;
  aspect-ratio: 1;
  background-image: url(../images/home/mv_general_dec_l_b.png);
  left: -1.4%;
  margin-bottom: -2.9%;
}
.home_mv_col_inner::after {
  max-width: 228px;
  width: 25.3%;
  aspect-ratio: 1;
  background-image: url(../images/home/mv_general_dec_r_b.png);
  right: 4.4%;
  margin-bottom: -16.7%;
}
.home_mv_img {
  height: 436px;
  position: relative;
  z-index: 0;
}
.home_mv_img::before, .home_mv_img::after {
  display: block;
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.home_mv_img::before {
  max-width: 906px;
  width: 100.7%;
  aspect-ratio: 906/408;
  background-image: url(../images/home/mv_general_img_bg_l.png);
  left: -3.4%;
  bottom: 0;
  margin-bottom: -10.5%;
}
.home_mv_img::after {
  max-width: 370px;
  width: 41.1%;
  aspect-ratio: 370/268;
  background-image: url(../images/home/mv_general_img_bg_r.png);
  right: -2.9%;
  top: 0;
  margin-top: -5%;
}
.home_mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 80px;
  position: relative;
}
.home_mv_textArea {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 3.5%;
  padding-bottom: 2%;
  background: url(../images/home/mv_general_logo_bg.png) center top/38% auto no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.home_mv_textArea::before, .home_mv_textArea::after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}
.home_mv_textArea::before {
  max-width: 80px;
  width: 8.8%;
  aspect-ratio: 80/84;
  background-image: url(../images/home/mv_general_dec_l_t.png);
  left: 3.3%;
  margin-top: -2.7%;
}
.home_mv_textArea::after {
  max-width: 196px;
  width: 21.7%;
  aspect-ratio: 1;
  background-image: url(../images/home/mv_general_dec_r_t.png);
  right: 6.2%;
  margin-top: -15.2%;
}
.home_mv_textArea > * {
  width: 100%;
  position: relative;
  z-index: 2;
}
.home_mv_tit {
  display: block;
  max-width: 418px;
  aspect-ratio: 768/230;
  font-family: "Puhu Pokke";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
  background: url(../images/home/mv_general_tit_bg.png) center top/100% auto no-repeat;
  margin-inline: auto;
}
.home_mv_tit, .home_mv_tit:hover {
  color: #ed6f28;
}
.home_mv_tit span {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  padding-bottom: 1.4%;
}
.home_mv_tit::after {
  display: block;
  content: "";
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: url(../images/arrow.png) center/14px auto no-repeat;
  background-color: #fdd115;
  position: absolute;
  right: 13.8%;
  bottom: 0;
}
@media (hover: hover) {
  .home_mv_tit::after {
    transition: background-color 0.2s ease-out;
  }
  .home_mv_tit:hover::after {
    background-color: #ed6f28;
  }
}
.home_mv_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ed6f28;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  padding: 19px 45px 19px 32px;
  border-radius: 16px;
  position: relative;
}
.home_mv_btn a::after {
  display: block;
  content: "";
  width: 35px;
  aspect-ratio: 1;
  border-radius: 100% 0 15px 0;
  background: url(../images/arrow.png) right 10px bottom 10px/12px auto no-repeat;
  background-color: #fdd115;
  position: absolute;
  right: 0;
  bottom: 0;
}
.home_mv_btn a img {
  flex-shrink: 0;
  margin-right: 10px;
}
@media (hover: hover) {
  .home_mv_btn a, .home_mv_btn a::after {
    transition: background-color 0.2s ease-out;
  }
  .home_mv_btn a:hover {
    background-color: #fdd115;
  }
  .home_mv_btn a:hover::after {
    background-color: #ed6f28;
  }
}
.home_mv_col:nth-child(even) {
  background-image: url(../images/home/mv_vaccine_bg_l_t.png), url(../images/home/mv_vaccine_bg_r_t.png);
  background-position: left 7.8% top 2.3%, right top;
  background-size: 8.7% auto, 96.4% auto;
  background-color: #93dee2;
}
.home_mv_col:nth-child(even) .home_mv_col_inner::before {
  max-width: 176px;
  width: 19.5%;
  aspect-ratio: 176/100;
  background-image: url(../images/home/mv_vaccine_dec_l_b.png);
  left: -1.8%;
  margin-bottom: -3.4%;
}
.home_mv_col:nth-child(even) .home_mv_col_inner::after {
  max-width: 244px;
  width: 27.1%;
  aspect-ratio: 244/152;
  background-image: url(../images/home/mv_vaccine_dec_r_b.png);
  right: -3.4%;
  margin-bottom: -8.7%;
}
.home_mv_col:nth-child(even) .home_mv_img::before {
  max-width: 266px;
  width: 29.5%;
  aspect-ratio: 266/400;
  background-image: url(../images/home/mv_vaccine_img_bg_l.png);
  left: -3.4%;
  bottom: auto;
  margin-bottom: 0;
  top: 0;
  margin-top: -13.6%;
}
.home_mv_col:nth-child(even) .home_mv_img::after {
  display: none;
}
.home_mv_col:nth-child(even) .home_mv_textArea {
  background-image: url(../images/home/mv_vaccine_logo_bg.png);
}
.home_mv_col:nth-child(even) .home_mv_textArea::before {
  max-width: 208px;
  width: 23.1%;
  aspect-ratio: 208/220;
  background-image: url(../images/home/mv_vaccine_dec_l_t.png);
  left: 0.4%;
  margin-top: -18.3%;
}
.home_mv_col:nth-child(even) .home_mv_textArea::after {
  max-width: 172px;
  width: 19.1%;
  aspect-ratio: 172/304;
  background-image: url(../images/home/mv_vaccine_dec_r_t.png);
  right: -3.4%;
  margin-top: -20.9%;
}
.home_mv_col:nth-child(even) .home_mv_tit {
  background-image: url(../images/home/mv_vaccine_tit_bg.png);
}
.home_mv_col:nth-child(even) .home_mv_tit, .home_mv_col:nth-child(even) .home_mv_tit:hover {
  color: #46afb5;
}
@media (hover: hover) {
  .home_mv_col:nth-child(even) .home_mv_tit:hover::after {
    background-color: #46afb5;
  }
}
.home_mv_col:nth-child(even) .home_mv_btn a {
  background-color: #5dc2c8;
}
@media (hover: hover) {
  .home_mv_col:nth-child(even) .home_mv_btn a:hover {
    background-color: #fdd115;
  }
  .home_mv_col:nth-child(even) .home_mv_btn a:hover::after {
    background-color: #5dc2c8;
  }
}

@media print, screen and (min-width: 641px) {/* pc only */
  .home_mv_col:nth-child(even) .home_mv_tit {
    font-size: 22px;
  }
  .home_mv_btn {
    max-width: 660px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 10px;
    margin-inline: auto;
  }
  .home_mv_btn a {
    min-height: 68px;
  }
}

@media screen and (max-width: 640px) {/* sp */
  .home_mv {
    height: auto;
  }
  .home_mv_col {
    padding-top: 0;
  }
  .home_mv_logo {
    width: 80%;
    margin-top: -14px;
    margin-bottom: -19%;
  }
  .home_mv_img {
    height: 380px;
  }
  .home_mv_img img {
    border-radius: 10px;
  }
  .home_mv_textArea {
    background-size: 70% auto;
    padding-inline: 6px;
    padding-bottom: 15px;
  }
  .home_mv_tit {
    aspect-ratio: 836/384;
    font-size: clamp(10px, 3.7vw, 20px);
    background-image: url(../images/home/mv_general_tit_bg_sp.png);
    background-size: cover;
  }
  .home_mv_tit::after {
    width: 30px;
    background-size: 10px auto;
    right: 0;
  }
  .home_mv_col:nth-child(even) .home_mv_tit {
    background-image: url(../images/home/mv_vaccine_tit_bg_sp.png);
  }
  .home_mv_btn a {
    min-height: calc(2.8em + 20px);
    font-size: clamp(10px, 3.7vw, 14px);
    padding: 10px 28px 10px 10px;
  }
	.home_mv_btn {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.home_mv_btn .sp_order02 {
		order: 2;
	}
		.home_mv_btn .sp_order03 {
		order: 3;
	}
  /*.home_mv_btn a:not(:last-child) {
    margin-bottom: 10px;
  }*/
  .home_mv_btn a::after {
    width: 28px;
    background-size: 10px auto;
    background-position: right 8px bottom 8px;
  }
  .home_mv_btn a img {
    max-width: 16px;
    margin-right: 5px;
  }
  .home_mv_btn .home_mv_btn_qa img {
    max-width: 20px;
  }
}

/*============================================================================

  共通

============================================================================*/
@media print, screen and (min-width: 641px) {/* pc only */
  .home_inner {
    max-width: 1200px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 640px) {/* sp */
  .home_inner {
    padding-left: 5.3%;
    padding-right: 5.3%;
  }
}
.home_tit {
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
}
.home_tit img {
  margin-bottom: 15px;
}
.home_tit_jp {
  font-family: "Puhu Pokke";
  color: #747b88;
  font-size: 32px;
  letter-spacing: 0;
}
.home_tit_en {
  font-family: "roboto-slab", serif;
  font-weight: 700;
  font-style: normal;
  color: #ed6f28;
  font-size: 18px;
  letter-spacing: 0.12em;
  margin-top: 10px;
}

/*============================================================================

  home_topics_vaccinedebut

============================================================================*/
.home_topics_vaccinedebut {
  background-image: url(../images/home/topics_wave_t.png), url(../images/home/topics_wave_b.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  margin-top: -5.7%;
  position: relative;
}
.home_topics_vaccinedebut::before {
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 84px);
  background: #fff0b1;
  position: absolute;
  top: 42px;
  left: 0;
}
.home_topics_vaccinedebut > * {
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 640px) {/* sp */
  .home_topics_vaccinedebut {
    background-size: auto 22px;
    padding-top: 30px;
    margin-top: -22px;
  }
  .home_topics_vaccinedebut::before {
    height: calc(100% - 40px);
    top: 20px;
  }
}

/*============================================================================

  home_vaccinedebut

============================================================================*/
.home_vaccinedebut {
  background-image: url(../images/home/vaccinedebut_bg_l_t.png), url(../images/home/vaccinedebut_bg_r_t.png);
  background-position: left top 58px, right top 48px;
  background-repeat: no-repeat;
  padding-top: 175px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home_vaccinedebut_inner {
  display: block;
  max-width: 1200px;
  margin-inline: auto;
  background: url(../images/home/vaccinedebut_img.png) left top no-repeat;
  background-color: #fff;
  border-radius: 50px;
  padding-top: 1px;
  position: relative;
}
.home_vaccinedebut_inner::before {
  display: block;
  content: "";
  width: 1066px;
  height: 460px;
  background: url(../images/home/vaccinedebut_bg.jpg);
  border-radius: 50px;
  position: absolute;
  left: -35px;
  bottom: -80px;
  z-index: -1;
}
.home_vaccinedebut_text {
  width: calc(100% - 18px);
  text-align: right;
  margin-top: -32px;
}
.home_vaccinedebut_tit {
  width: calc(100% - 35px);
  margin-top: -112px;
  margin-bottom: 10px;
  position: relative;
}
.home_vaccinedebut_tit span {
  display: block;
  height: 0;
  padding-top: 224px;
  background-image: url(../images/home/vaccinedebut_tit.png);
  background-position: right top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.home_vaccinedebut_book {
  width: 188px;
  position: absolute;
  left: 366px;
  bottom: 10px;
}
.home_vaccinedebut_check {
  width: 488px;
  height: 165px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 30px;
  padding-bottom: 20px;
  margin-left: auto;
  position: relative;
}
.home_vaccinedebut_check::before, .home_vaccinedebut_check::after {
  display: block;
  content: "";
  aspect-ratio: 876/330;
  height: 100%;
  background: url(../images/home/vaccinedebut_btn_bg.png) right top/100% auto no-repeat;
  border-radius: 0 0 50px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.home_vaccinedebut_check::before {
  background-image: url(../images/home/vaccinedebut_btn_bg_after.png);
  opacity: 0;
}
.home_vaccinedebut_check img {
  position: relative;
  z-index: 1;
}
.home_vaccinedebut_check img:first-child {
  width: 332px;
  margin-bottom: -20px;
}
.home_vaccinedebut_check img:last-child {
  width: 76px;
}

@media (hover: hover) {
  .home_vaccinedebut .home_vaccinedebut_check::before,
.home_vaccinedebut .home_vaccinedebut_check::after {
    transition: opacity 0.3s ease-in;
  }
  .home_vaccinedebut_inner:hover .home_vaccinedebut_check::before {
    opacity: 1;
  }
  .home_vaccinedebut_inner:hover .home_vaccinedebut_check::after {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {/* sp */
  .home_vaccinedebut {
    background-position: left top, right top;
    background-size: 42% auto, 10% auto;
    padding-top: 12%;
    padding-bottom: 20px;
  }
  .home_vaccinedebut_inner {
    width: 89.3%;
    background-size: 100% auto;
    padding-top: 20%;
    border-radius: 20px;
  }
  .home_vaccinedebut_inner::before {
    width: 100%;
    height: 70%;
    background-size: 75px auto;
    border-radius: 20px;
    left: -6%;
    bottom: -20px;
  }
  .home_vaccinedebut_text {
    width: 50%;
    margin-left: auto;
    margin-top: 0;
  }
  .home_vaccinedebut_tit {
    width: 90%;
    margin: -14% auto 24%;
  }
  .home_vaccinedebut_tit span {
    padding-top: 32.9%;
  }
  .home_vaccinedebut_book {
    width: 30%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 2%;
  }
  .home_vaccinedebut_check {
    width: 70%;
    height: auto;
    padding-right: 15px;
    padding-bottom: 5px;
  }
  .home_vaccinedebut_check::before, .home_vaccinedebut_check::after {
    height: 116%;
    border-radius: 0 0 20px 0;
  }
  .home_vaccinedebut_check img:first-child {
    width: 72.9%;
    margin-bottom: -5px;
  }
  .home_vaccinedebut_check img:last-child {
    width: 22.5%;
  }
}
/*============================================================================

  home_bnr_area

============================================================================*/
.home_bnr_area{
	margin-top: 100px;
    text-align: center;
    z-index: 2;
}
@media screen and (max-width: 640px) {/* sp */
	.home_bnr_area{
		margin-top: 80px;
	}
	.home_bnr_area img{
		width: 90%;
	}
}
/*============================================================================

  home_topics

============================================================================*/
.home_topics {
  background-image: url(../images/home/topics_bg_l_t.png), url(../images/home/topics_bg_r_t.png), url(../images/home/topics_bg_r_b.png);
  background-position: left top 290px, right top, right bottom;
  background-repeat: no-repeat;
  padding-top: 430px;
  padding-bottom: 180px;
  margin-top: -290px;
}
.home_topics_col .btn01 {
  text-align: center;
  margin-top: 55px;
}
.home_topics_listWrap {
  height: 326px;
  overflow-y: scroll;
}
.home_topics_listWrap::-webkit-scrollbar {
  width: 8px;
}
.home_topics_listWrap::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #f1d492;
}
.home_topics_listWrap::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #ed6f28;
}
.home_topics .topics_list {
  width: calc(100% - 20px);
  line-height: 1.4;
}
.home_topics .topics_list > li:not(:last-child) {
  margin-bottom: 10px;
}
.home_topics .topics_list > li a {
  display: block;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 24px 35px;
  color: var(--text-color);
}
@media (hover: hover) {
  .home_topics .topics_list > li a {
    transition: border-color 0.2s;
  }
  .home_topics .topics_list > li a:hover {
    border-color: #ed6f28;
  }
}
.home_topics .topics_list > li a > span {
  display: block;
  color: #ed6f28;
  margin-bottom: 5px;
}
.home_topics .topics_list > li a > p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home_topics_col:nth-child(even) .home_tit_en {
  color: #5dc2c8;
}
.home_topics_col:nth-child(even) .home_topics_listWrap::-webkit-scrollbar-thumb {
  background: #5dc2c8;
}
@media (hover: hover) {
  .home_topics_col:nth-child(even) .topics_list > li a:hover {
    border-color: #5dc2c8;
  }
}
.home_topics_col:nth-child(even) .topics_list > li a > span {
  color: #5dc2c8;
}

@media print, screen and (min-width: 641px) {/* pc only */
  .home_topics .home_inner {
    display: flex;
    justify-content: space-between;
  }
  .home_topics .home_tit {
    margin-bottom: 50px;
  }
  .home_topics .home_tit img {
    margin-bottom: 5px;
  }
  .home_topics_col {
    width: 570px;
  }
}

@media screen and (max-width: 640px) {/* sp */
  .home_topics {
    background-position: left top 7%, right top, right bottom;
    background-size: 42% auto, 38% auto, 26% auto;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 0;
  }
  .home_topics_col:not(:last-child) {
    margin-bottom: 60px;
  }
  .home_topics_col .btn01 {
    margin-top: 30px;
  }
  .home_topics_listWrap {
    height: 281px;
  }
  .home_topics .topics_list > li a {
    padding: 20px;
  }
}

/*============================================================================

  home_area

============================================================================*/
.home_area {
  margin-top: -44px;
}
.home_area_col {
  background-repeat: no-repeat;
  padding-top: 225px;
}
.home_area_col_inner {
  padding-bottom: 150px;
  position: relative;
  z-index: 0;
}
.home_area_tit {
  width: calc(100% - 50px);
  background: #fff;
  border-radius: 45px;
  color: #666;
  font-family: "Puhu Pokke";
  font-size: 32px;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 75px;
  position: relative;
}
.home_area_tit::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 45px;
  position: absolute;
  top: -32px;
  left: -50px;
  z-index: -1;
}
.home_area_tit::after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -28px;
  left: 175px;
}
.home_area_tit > span {
  display: block;
}
.home_area_tit > span span {
  color: #40aeb5;
}
.home_area_text {
  text-align: center;
  margin-bottom: 12px;
}
.home_area_tel {
  font-family: "Puhu Pokke";
  background: #fff;
  border-radius: 30px;
  padding: 30px 20px;
  margin-bottom: 45px;
}
.home_area_tel_tit {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.3;
}
.home_area_tel_num {
  font-size: 30px;
  letter-spacing: 0.12em;
  line-height: 1;
  padding-left: 0.8em;
  position: relative;
}
.home_area_tel_num, .home_area_tel_num:hover {
  color: #ed6f28;
}
.home_area_tel_num::before {
  display: block;
  content: "";
  max-width: 14px;
  width: 0.47em;
  aspect-ratio: 28/36;
  background: url(../images/icon_tel.png) left top/100% auto no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home_area_schedule_tit {
  color: #fff;
  font-family: "Puhu Pokke";
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
  background: #ffcc00;
  border-radius: 36px;
  padding: 20px;
  margin-bottom: -25px;
  position: relative;
}
.home_area_schedule .schedule {
  background: #fff;
  border-radius: 30px;
  padding: 45px 27px 35px;
}
.home_area .btn01 {
  text-align: center;
  margin-top: 25px;
}
.home_area .btn02 {
  margin-top: 30px;
}
.home_area .btn02:not(:last-child) {
  margin-bottom: 55px;
}
.home_area .btn02 a {
  margin-inline: auto;
}
.home_area_box {
  background: #fff0b1;
  border-radius: 30px;
  padding: 60px 50px;
  margin-top: 55px;
}
.home_area_col:nth-child(odd) .home_area_tit > span span {
  color: #ed6f28;
}

.home_general {
  background-image: url(../images/home/general_bg_t.png), url(../images/home/general_bg_c.png), url(../images/home/general_bg_b.png);
  background-position: left top, left top 518px, left bottom;
  background-color: #fcac7f;
}
.home_general .home_area_tit::before {
  background: url(../images/home/general_tit_bg.jpg);
}

.home_vaccine {
  background-image: url(../images/home/vaccine_bg_t.png), url(../images/home/vaccine_bg_c.png), url(../images/home/vaccine_bg_b.png);
  background-position: right top, right center, right bottom;
  background-color: #93dee2;
}
.home_vaccine .home_area_tit::before {
  background-image: url(../images/home/vaccine_tit_bg.jpg);
  left: auto;
  right: -50px;
}
.home_vaccine .home_area_tel_num, .home_vaccine .home_area_tel_num:hover {
  color: #5dc2c8;
}
.home_vaccine .home_area_tel_num::before {
  background-image: url(../images/icon_tel_blue.png);
}
.home_vaccine .schedule table tr:first-child th,
.home_vaccine .schedule table tr:first-child td {
  background: #5dc2c8;
}
.home_vaccine .color_orange {
  color: #5dc2c8 !important;
}

@media print, screen and (min-width: 641px) {/* pc only */
  .home_area {
    display: flex;
  }
  .home_area_col {
    width: 50%;
  }
  .home_area_col_inner {
    width: 600px;
    padding-left: 30px;
  }
  .home_area_tit {
    min-height: 200px;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .home_area_tel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 35px;
  }
  .home_area_col:nth-child(odd) {
    padding-right: 30px;
  }
  .home_area_col:nth-child(odd) .home_area_col_inner {
    margin-left: auto;
  }
  .home_area_col:nth-child(odd) .home_area_tit {
    margin-left: auto;
  }
  .home_vaccine .home_area_tit::after {
    left: auto;
    right: 175px;
  }
}

@media screen and (max-width: 640px) {/* sp */
  .home_area {
    margin-top: -22px;
  }
  .home_area_col {
    padding-top: 100px;
    padding-left: 5.3%;
    padding-right: 5.3%;
  }
  .home_area_col_inner {
    padding-bottom: 80px;
  }
  .home_area_tit {
    width: 94%;
    border-radius: 20px;
    font-size: clamp(16px, 5.3vw, 20px);
    padding: 25px 6%;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .home_area_tit::before {
    border-radius: 20px;
    top: -20px;
    left: -6%;
  }
  .home_area_tit::after {
    width: 20px;
    height: 20px;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
  }
  .home_area_tel {
    border-radius: 20px;
    padding-left: 6%;
    padding-right: 6%;
    text-align: center;
  }
  .home_area_tel_tit {
    font-size: clamp(16px, 4.8vw, 18px);
    margin-bottom: 15px;
  }
  .home_area_tel_num {
    font-size: clamp(22px, 8vw, 30px);
  }
  .home_area_schedule_tit {
    font-size: clamp(14px, 4.8vw, 18px);
    padding: 20px 0;
  }
  .home_area_schedule .schedule {
    background: #fff;
    border-radius: 20px;
    padding-left: 6%;
    padding-right: 6%;
  }
  .home_area .btn02 {
    margin-top: 20px;
  }
  .home_area_box {
    border-radius: 20px;
    padding: 30px 6%;
  }
  .home_general {
    background-size: 80.4% auto, 54% auto, 98.2% auto;
    background-position: left top, left center, left bottom;
  }
  .home_general .home_area_tit::before {
    background-size: 56px auto;
  }
  .home_vaccine {
    background-size: 78.4% auto, 27.1% auto, 100.8% auto;
  }
  .home_vaccine .home_area_tit {
    margin-left: 0;
  }
  .home_vaccine .home_area_tit::before {
    background-size: 75px auto;
    right: -20px;
  }
}

/*============================================================================

  home_area

============================================================================*/
.home_medical {
  background-image: url(../images/home/medical_bg_l_b.png), url(../images/home/medical_bg_r_b.png), url(../images/home/medical_bg.png);
  background-position: left 68px bottom, right bottom 155px, center top;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: -44px;
  position: relative;
  z-index: 1;
}
.home_medical::before, .home_medical::after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  position: absolute;
}
.home_medical::before {
  width: 282px;
  aspect-ratio: 282/448;
  background-image: url(../images/home/medical_bg_l_t.png);
  left: 0;
  top: -26px;
}
.home_medical::after {
  width: 260px;
  aspect-ratio: 260/308;
  background-image: url(../images/home/medical_bg_r_t.png);
  right: 0;
  top: -50px;
}
.home_medical .home_tit_en {
  color: var(--yellow-color);
}
.home_medical_list li a {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  background-color: #ed6f28;
  padding: 15px 25px;
  border-radius: 15px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.home_medical_list li a::before {
  display: block;
  content: "";
  width: 38px;
  aspect-ratio: 1;
  border-radius: 30px 0 0 0;
  background: url(../images/arrow.png) #fdd115 right 12px bottom 12px/12px auto no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.home_medical_list li a::after {
  display: block;
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 15px;
  border: 1px dashed #fff;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home_medical_list li a img {
  flex-shrink: 0;
}
.home_medical_list:nth-child(even) li a {
  background-color: #5dc2c8;
}
@media (hover: hover) {
  .home_medical_list li a, .home_medical_list li a::before {
    transition: background-color 0.2s ease-out;
  }
  .home_medical_list li a:hover {
    background-color: #fdd115;
  }
  .home_medical_list li a:hover::before {
    background-color: #ed6f28;
  }
  .home_medical_list:nth-child(even) li a:hover::before {
    background-color: #5dc2c8;
  }
}
.home_medical .btn02 {
  margin-top: 35px;
}
.home_medical .btn02 a {
  margin-inline: auto;
}

@media print, screen and (min-width: 641px) {/* pc only */
  .home_medical .home_tit {
    margin-bottom: 110px;
  }
  .home_medical_row {
    display: flex;
    justify-content: space-between;
  }
  .home_medical_list {
    width: 570px;
  }
  .home_medical_list:nth-child(odd) li:not(:last-child) {
    margin-bottom: 15px;
  }
  .home_medical_list:nth-child(even) {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
  }
  .home_medical_list:nth-child(even) li {
    width: calc((100% - 20px) / 2);
  }
  .home_medical_list:nth-child(even) li a {
    gap: 0 15px;
    padding-left: 0;
  }
}

@media screen and (max-width: 640px) {/* sp */
  .home_medical {
    background-position: left 20px bottom, right bottom 50px, center top;
    background-size: 23.5% auto, 42% auto, auto 154px;
    padding-top: 80px;
    padding-bottom: calc(80px + 12.8%);
    margin-top: -22px;
  }
  .home_medical::before {
    width: 28.2%;
    top: -12px;
  }
  .home_medical::after {
    width: 26%;
    top: -20px;
  }
  .home_medical_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 2%;
  }
  .home_medical_list:not(:last-child) {
    margin-bottom: 10px;
  }
  .home_medical_list li {
    width: 49%;
  }
  .home_medical_list li a {
    height: 100%;
    flex-flow: column;
    font-size: clamp(12px, 4vw, 15px);
    gap: 5px 0;
    padding: 12px 0;
  }
  .home_medical .btn02 {
    margin-top: 20px;
  }
}

/*============================================================================

  home_greeting

============================================================================*/
.home_greeting {
  background: url(../images/home/greeting_bg_l_b.png) left bottom 284px no-repeat;
  background-color: #fff0b1;
  position: relative;
}
.home_greeting::before, .home_greeting::after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.home_greeting::before {
  width: 432px;
  aspect-ratio: 432/442;
  background-image: url(../images/home/greeting_bg_l_t.png);
  left: 0;
  margin-top: -104px;
}
.home_greeting::after {
  width: 612px;
  aspect-ratio: 612/664;
  background-image: url(../images/home/greeting_bg_r_t_dmy.png);
  right: 0;
  margin-top: -178px;
}
.home_greeting_inner {
  padding-top: 180px;
  padding-bottom: 390px;
  overflow: hidden;
}
.home_greeting_imgArea {
  position: relative;
}
.home_greeting_imgArea::after {
  display: block;
  content: "";
  width: 436px;
  aspect-ratio: 436/458;
  background-image: url(../images/home/greeting_img.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  position: absolute;
  right: -212px;
  bottom: -120px;
}
.home_greeting_img {
  position: relative;
  z-index: 1;
}
.home_greeting_nameWrap {
  font-family: "Puhu Pokke";
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 0;
}
.home_greeting_nameWrap::before {
  display: block;
  content: "";
  width: 626px;
  aspect-ratio: 768/614;
  background: url(../images/home/greeting_name_bg.png) left top/100% auto no-repeat;
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: -120px;
  z-index: -1;
}
.home_greeting_clinic {
  margin-bottom: 15px;
}
.home_greeting_name {
  font-size: 122%;
}
.home_greeting_name span {
  font-size: 109%;
}
.home_greeting_textArea {
  padding-bottom: 130px;
  position: relative;
  z-index: 0;
}
.home_greeting_textArea::before {
  display: block;
  content: "";
  width: 960px;
  background: url(../images/home/greeting_text_bg.png) center bottom/100% auto no-repeat;
  pointer-events: none;
  position: absolute;
  left: -126px;
  bottom: 0;
  z-index: -1;
}
.home_greeting_catch {
  margin-bottom: 65px;
}
.home_greeting_catch span {
  display: block;
  height: 0;
  padding-top: 208px;
  background-image: url(../images/home/greeting_catch.png);
  background-position: left top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.home_greeting_text {
  line-height: 2.1;
}
.home_greeting_text p:not(:last-child) {
  margin-bottom: 15px;
}
.home_greeting_text_strong {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #fce378 50%);
}
.home_greeting_textArea > .btn01 {
  margin-top: 50px;
}

@media print, screen and (min-width: 641px) {/* pc only */
  .home_greeting .home_tit {
    margin-bottom: 70px;
  }
  .home_greeting_row {
    display: flex;
    flex-direction: row-reverse;
  }
  .home_greeting_imgArea {
    width: 500px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .home_greeting_imgArea::before {
    display: block;
    content: "";
    width: 574px;
    aspect-ratio: 574/484;
    background-image: url(../images/home/greeting_img_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;
    position: absolute;
    right: -190px;
    top: 276px;
  }
  .home_greeting_img {
    width: 482px;
  }
  .home_greeting_nameWrap {
    padding-right: 55px;
    padding-bottom: 15px;
    margin-left: -15px;
  }
  .home_greeting_textArea {
    flex: 1;
    min-height: 944px;
  }
  .home_greeting_textArea::before {
    aspect-ratio: 960/944;
  }
  .home_greeting_text, .home_greeting_textArea > .btn01 {
    max-width: 662px;
    padding-left: 70px;
  }
}

@media screen and (max-width: 640px) {/* sp */
  .home_greeting {
    background-size: 31.1% auto;
    background-position: left bottom 5%;
  }
  .home_greeting::before {
    width: 30.8%;
    margin-top: -7.5%;
  }
  .home_greeting::after {
    width: 43.7%;
    margin-top: -12.8%;
  }
  .home_greeting_inner {
    padding-top: 80px;
    padding-bottom: calc(60px + 13%);
  }
  .home_greeting_imgArea {
    margin-bottom: 26%;
  }
  .home_greeting_imgArea::after {
    width: 40%;
    right: -12%;
    bottom: -8%;
  }
  .home_greeting_img {
    padding-bottom: 60px;
  }
  .home_greeting_img::before {
    display: block;
    content: "";
    width: 106%;
    aspect-ratio: 574/484;
    background-image: url(../images/home/greeting_img_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;
    position: absolute;
    left: 6%;
    bottom: 0;
    z-index: -1;
  }
  .home_greeting_nameWrap {
    font-size: clamp(15px, 4.8vw, 18px);
    padding-bottom: 26%;
    margin-top: 10px;
  }
  .home_greeting_nameWrap::before {
    width: 120%;
    right: 0;
    bottom: 0;
  }
  .home_greeting_textArea {
    padding-top: 1px;
    padding-bottom: 22%;
  }
  .home_greeting_textArea::before {
    width: 112%;
    height: 100%;
    background-size: auto 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .home_greeting_catch {
    max-width: 500px;
    margin-top: -28%;
    margin-bottom: 20px;
  }
  .home_greeting_catch span {
    padding-top: 48.5%;
  }
  .home_greeting_textArea > .btn01 {
    margin-top: 30px;
  }
}