 @charset "UTF-8";



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

  メインビジュアル

==================================================================*/
.top_mainvisual{
  display:block;
  position:relative;
  height: 960px;
  background: url("../images/mv_img.jpg") bottom center no-repeat;
  background-size: cover;
}
.mainvisual_wrap{
  height: 960px;
}
.top_mainvisual .inner{
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1200px;
  
}

/* キャッチフレーズ */
.mv_catch_list {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  bottom: 1%;
  margin: auto;
  max-width: 1200px;
}

@-moz-document url-prefix() {
    .mv_catch_list {
        bottom: 0;
    }
}

/*_:lang(x)::-webkit-outer-spin-button,*/
.os-mac .mv_catch_list {
  bottom: -100%;
}

/*.os-mac .mv_catch_list {
    bottom: -10% !important;
  }*/

_::-webkit-full-page-media,_:future,:root .mv_catch_list{
  bottom: 1%;
}

.mv_catch_item {
  margin-right: 20px;
}
.mv_copy {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 1.75;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-top: 13.8%;
  padding-right: 2%;
	position: absolute;
  right: 2%;
}
.mv_copy span {
  font-size: 3.6rem
}
/* メインスライド */
#slick_fade{
  width: 100%;
  height: 600px;
}
#slick_fade .slide_item img{
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}


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

  top_pc_nav

==================================================================*/
.top_pc_nav_list {
  display: flex;
  justify-content: center;
  width: 85%;
  padding: 48px 0;
  margin: auto;
  gap: 0 7%;
  padding-right: 2%;
  max-width: 1200px;  
}
.top_pc_nav_item {
  position: relative;
  margin: 0 0%;
}
.top_pc_nav_item:not(:first-child)::before {
  position: absolute;
  top: 8px;
  /* left: -3.7vw; */
  left: -55px;
  background: url("../images/nav_border.png") center no-repeat;
  width: 29px;
  height: 30px;
  content: "";
}
.top_pc_nav_item span {
  display: block;
  color: var(--main-color);
  font-size: 1rem;
  letter-spacing: 0.08em;
  font-family: "urw-din", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 5px;
}


.top_pc_nav_item a{
  display: block;
  padding: 0 0;
  line-height: 1.7;
  font-size: clamp(14px,1.2vw,18px);
  /* font-size: 1.8rem; */
/*color: #333;*/
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  height: 100%;
  z-index: 1;
  color: #6a5a47;
  min-width: 100px;
  white-space: nowrap;  
}
.top_pc_nav_item a::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    margin: auto;
    background-color: #e7f9f2;
    transition: 0.15s ease-out;
    transform: scale(0);
    content: "";
    z-index: -1;
    border-radius: 100%;
}
.top_pc_nav_item a:hover::before {
  transform: scale(1);
}



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

  .top_symp

==================================================================*/
.top_symp {
  background: url("../images/suisai_blue_bg.jpg") center no-repeat;
  background-size: cover;
  padding-top: 7.5%;
  margin-bottom: 55px;
}
.top_symp_tit {
  position: relative;
  top: -50px;
  display: flex;
  justify-content: space-between;
  width: 96%;
  max-width: 1195px;
  margin: auto
}
.top_symp_tit img:first-child {
  width: 53%;
}
.top_symp_tit img:last-child {
  width: 46%
}
.top_symp .inner {
  text-align: center;
  max-width: 90%;
  background-size: cover;
  
  position: relative;
  z-index: 1;
}
.top_symp .inner::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/symp_bg.jpg") bottom left no-repeat;
  width: 100%;
  height: 90%;
  background-size: 100%;
  content: "";
  z-index: -1;
  border-radius: 80px;
}
.top_symp .inner::after {
  position: absolute;
  top: 0;
  left: 0;
  background: #d3e3ff;
  width: 100%;
  height: 90%;
  content: "";
  z-index: -2;
  border-radius: 80px;
}


.top_symp_list {
  display: flex;
  justify-content: center;
  gap: 17px 3%;
  flex-wrap: wrap;
  max-width: 1230px;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
  left: -0.5%
}
.top_symp_item {
  width: 22%;
  text-align: left;
  position: relative;
}
.top_symp_item:nth-child(2) {
  top: -30px;
  left: -42px;
}
.top_symp_item:nth-child(3) {
  top: -19px;
  left: -112px;
}

.top_symp_item:nth-child(4) {
  top: -27px;
  left: -105px;;
}
.top_symp_item:nth-child(5) {
  top: -34px;
  left: 158px;
}
.top_symp_item:nth-child(6) {
  top: -27px;
  left: 117px;
}
.top_symp_item:nth-child(7) {
  top: -70px;
  left: 90px;
}
.top_symp_item:nth-child(8) {
  top: -70px;
  left: 6px;
}
.top_symp_item:nth-child(9) {
  top: -33px;
  left: 233px;
}
.top_symp_item:nth-child(10) {
  top: -48px;
  left: 193px;
}
.top_symp_item:nth-child(11) {
  top: -78px;
  left: 160px;
}
.top_symp_item:nth-child(12) {
  top: -92px;
  left: 140px;
}
.top_symp_item:nth-child(13) {
  top: -32px;
  left: 220px;
}

.top_symp_item:nth-child(14) {
  top: -50px;
  left: 245px;
}
.top_symp_item:nth-child(15) {
  top: -50px;
  left: 171px;
}
.top_symp_item:nth-child(16) {
  top: -102px;
  left: 50px;
}

.top_symp_item:nth-child(17) {
  top: -78px;
  left: 265px;
}
.top_symp_item:nth-child(18) {
  top: -61px;
  left: 160px;
}

.top_symp_item:nth-child(19) {
  top: -100px;
  left: 160px;
}

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

  .top_cv

==================================================================*/
.top_cv {
  text-align: center;
  position: relative;
}
.top_cv::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/cv_bg_pink_wave_top.png") top center repeat-x,url("../images/cv_pink_wave_b.png") bottom center repeat-x;
  content: "";
  z-index: -1;
}
.top_cv::after {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  background: url("../images/cv_bg_ill02.jpg") top 20px center repeat;
  content: "";
  z-index: -2;
}
.cv_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 4.4%;
  padding-bottom: 102px;
}
.cv_inner_img01 {
  margin-top: -55px;
}
.cv_inner_img01 {
  width:26.2%;
  position: relative;
}
.cv_inner_img01::before {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  border-bottom-right-radius: 120px;
  content: "";
}
.cv_inner_img01::after {
  position: absolute;
  top: 50px;
  left:-27px;
  background: url("../images/cv01_img_hana01.png") bottom right no-repeat;
  width: 100%;
  max-width: 581px;
  height: 621px;
  content: "";
  background-size: 100%;
}
.cv_inner_img01 img {
  position: relative;
  border-bottom-right-radius: 120px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cv_inner_img02 {
  width: 33.4%;
  margin-top: 77px;
  position: relative;
}
.cv_inner_img02 img {
  border-top-left-radius: 80px;
}
.cv_inner_img02::before {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  border-top-left-radius: 80px;
  content: "";
}
.cv_inner_img02::after {
  position: absolute;
top: -40px;
    left: -77px;
  background: url("../images/cv01_img_hana.png") center right no-repeat;
  width: 100%;
  max-width: 593px;
  height: 356px;
  content: "";
  background-size: 100%;
}


.cv_content {
  width: 40%;
  padding-top: 30px;
  padding-left: 3%;
}
.cv01_text {
  margin-top: 37px;
  margin-bottom: 20px;
}


.cv_btn {
  width: /*92*/95%;
  max-width: 620px;
  position: relative;
  z-index: 1;
  background: url("../images/cv_btn_bg.png") center no-repeat;
  border-radius: 100vh;
  margin: auto;
}
.cv_btn::before {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background: url("../images/cv_btn_bg.png") center no-repeat;
  z-index: -1;
  content: "";
  border-radius: 100vh;
}
.cv_btn::after {
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background: rgba(255,194,194,0.6);
  z-index: -2;
  content: "";
  border-radius: 100vh;
}
.cv_btn a{
  display: block;
  color: #fff;
  font-size: 3.6rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  height: 110px;
  line-height: 110px;
  background-size: cover;
  margin: auto;
  border-radius: 100vh;
  position: relative;
  z-index: 1;
  transition: 0.15s ease-out;
  padding: 0 65px 0 20px;
}
.cv_btn a::before {
  position: absolute;
  background: url("../images/cv_arrow.png") center no-repeat;
  width: 18px;
  height: 18px;
  content: "";
  top: 44%;
  right: /*56*/42px;
  z-index: 1;
  transition: 0.15s ease-out;
}
.cv_btn a::after {
  position: absolute;
  background: #fff;
  width: 52px;
  height: 52px;
  content: "";
  top: 28%;
  right: /*40*/25px;
  z-index: -1;
  border-radius: 100%;
  transition: 0.15s ease-out;
}

.cv_btn a:hover {
  opacity: 0.8;
}
.cv_btn a:hover::before {
  right: 44px;
}
.cv_btn a:hover::after {
  right: 28px;
}


.top_cv.item02{
  position: relative;
  z-index: 2;
}
.top_cv.item02 .cv_inner {
  padding-left: 0;
  padding-bottom: 74px
}
.top_cv.item02::after {
  background-image: url("../images/cv_bg.jpg");
}

.cv02_img01 {
  width: 35%;
  display: flex;
  align-items: flex-end;
  height: 100%;
  margin-top: auto;
  position: relative;
  top: 86px;
}
.cv02_img01::before {
  position: absolute;
  left: 0;
  top: -73%;
  background: url("../images/cv02_bg01.png") center no-repeat;
  width: 100%;
  max-width: 620px;
  height: 601px;
  content: "";
  z-index: -1;
}
.cv02_img02 {
  width: 33%;
  margin-top: -58px;
  padding-right: 2.5%;
  position: relative;
  z-index: 1;
}
.cv02_img02::before {
  position: absolute;
  bottom: -142px;
  right: 0;
  background: url("../images/cv02_img_bg.png") bottom right -50px no-repeat;
  max-width: 573px;
  width: 100%;
  height: 482px;
  content: "";
  z-index: -1;
}
.cv02_copy {
  margin-top: 6%;
}
.cv02_text {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  font-weight: 600;
  line-height: 1.94;
  margin:3.2% auto 5%;
}
.top_cv.item02 .cv_content {
  position:relative;
  z-index: 2;
  padding-left: 0
}
.top_cv.item02 .cv_content::before {
  position: absolute;
  left: -80px;
  top: 8%;
  background: url("../images/cv02_main_bg.png") center no-repeat;
  width: 100%;
  max-width: 744px;
  height: 626px;
  content: "";
  z-index: -1;
}
/*==================================================================

  .top_medical

==================================================================*/
.top_medical {
  padding-top: 192px;
  position: relative;
  background: url("../images/medical_item01_bg.jpg") top center no-repeat;
  background-size: 100%;
  margin-bottom: 42px;
}
.top_medical::before {
  position: absolute;
  top: -90px;
  left: 0;
  background: url("../images/medical_bg_reef.png") top left no-repeat;
  width: 50%;
  max-width: 1049px;
  height: 805px;
  background-size: 100%;
  content: "";
}
.top_medical_img {
  position: absolute;
  top: -40px;
  right: 0;
  width: 38%;
  max-width: 642px;

}
.top_medical .tit01 {
  font-size: 4.8rem;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}
.top_medical .tit01::after {
  position: absolute;
  left: 10%;
  bottom: -70px;
  background: url("../images/ill_dog.png") center no-repeat;
  width: 24%;
  max-width: 453px;
  height: 166px;
  content: "";
  z-index: -1
}
.top_medical .tit01 span {
  font-size: 7.6rem;
  display: block;
}
.top_medical_list {
  padding-top: 92px;
  
  background-size: 100%;
  position: relative;
}
.top_medical_list {
  
}
.top_medical_item {
  position: relative;
  padding-bottom: 61px;
}
.top_medical_item_text {
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  line-height: 2.2222;
}

.top_medical_item_detail {
  width: 53%;
  background: #fff;
  border-radius: 80px;
  margin-left: 35%;
  position: relative;
  margin-top: 6.2%;
  z-index: 1;
  padding: 3.3% 6.9% 3.6% 13.4%;
  overflow: hidden;
}
.top_medical_item_detail::before {
  position: absolute;
  bottom: 0;
  left: 4%;
  background: url("../images/medical_detail_reef01.png") bottom left no-repeat;
  width: 30%;
  max-width:208px;
  height: 419px;
  content: "";
}
.top_medical_item::after {
  position: absolute;
   bottom: 10.7%;
  left: 8%;
  margin: auto;
  background: url("../images/medical_item_reef01.png") top center no-repeat;
  width: 34%;
  max-width: 549px;
  height: 601px;
  content: "";
}
.top_medical_item_img {
  position: absolute;
  left: 0;
  top: -12.3%;
  z-index: 2;
  width: 44.4%;
}
.top_medical_item_img::before {
  position: absolute;
  top: 1.7%;
  left: 0;
  width: calc(100% + 2%);
  height: calc(100% + 1.7%);
  background: url("../images/medical_item_img_bg_pink.jpg") center no-repeat;
  background-size: cover;
  content: "";
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  z-index: -1;
  opacity: 0.7;
}
.top_medical_item_img img {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_medical_item_tit {
  font-size: 5.6rem;
  letter-spacing: 0.1em;
  color: #f38f8f;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 7% 0 6.2%;
  line-height: 1;
}
.top_medical_item_tit span {
  font-size: 3.2rem;
  display: block;;
  margin-top: 3%;
}
.top_medical_item_tit_en {
  line-height: 0.93;
  font-size: 1.7rem;
  letter-spacing: 0.025em;
  font-family: "urw-din", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 1.4% 0  0 4%;
  position: relative;
}

.top_medical_item_tit_en::before {
  position: absolute;
  left: 7px;
  top: 12px;
  width: 11px;
  height: 11px;
  background: #f8b2b2;
  content: "";
  border-radius: 100%;
}
.top_medical_item_tit_en span {
  font-style: italic;
  font-size: 40px;
  letter-spacing: 0.05em;
  color: #f38f8f;
  line-height: 0.5;
  font-weight: 300;
  padding-left: 5px;
}
.top_medical_item_text {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.2222;
  padding-left: 1%;
  margin-bottom: 7%;
}

.top_medical_check_list_wp  {
  background: #fbefeb;
  border-radius: 20px;
  padding: 5%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 1.4%;
}
.top_medical_check_tit {
  width: 100%;
  color: #fff;
  background: #f8b2b2;
  font-size: 2.0rem;
  letter-spacing: 0.05em;
  padding: 3px 20px;
  border-radius: 100vh;
  margin-bottom: 3%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  
}
.top_medical_check_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_medical_check_item {
  width: 43%;
  font-size: 1.7rem;
  letter-spacing: 0.025em;
  padding-left: 36px;
  position: relative;
  margin-bottom: 1%;
}
.top_medical_check_item::before {
  position: absolute;
top: 7px;
    left: 8px;
  background: url("../images/check_pink.png") center no-repeat;
  width: 21px;
  height: 19px;
  content: "";
}
.top_medical_check_item:nth-child(odd) {
  width: 57%
}


.top_medical_item:not(:first-child)::before {
  position: absolute;
  top: -57%;
  background: url("../images/mecical_item_bg_pink.png") top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 140%;
  content: ""
}

/*逆*/
.top_medical_item:nth-child(even)::before {
  background-image: url("../images/mecical_item_bg_yellow.png");
  
}
.top_medical_item:nth-child(even) .top_medical_item_img{
  left: auto;
  right: 0;
}

.top_medical_item:nth-child(even) .top_medical_item_detail {
 margin-left: auto;
  margin-right: 34%;
  padding: 3.3% 13.9%  3.6% 7.9% 
}
.top_medical_item:nth-child(even) .top_medical_item_img img,
.top_medical_item:nth-child(even) .top_medical_item_img::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
}
.top_medical_item:nth-child(even) .top_medical_item_img::before {
  left:auto;
  right: 0;
  background-image: url("../images/medical_item_img_bg_yellow.jpg");
}

.top_medical_item:nth-child(even)::after {
  background-image: url("../images/medical_item_reef02.png");
  max-width: 549px;
  height: 601px;
  width: 70%;
  bottom:-6%;
  left: auto;
  right: 7.5%;
}

.top_medical_item:nth-child(even) .top_medical_item_detail::before {
  background: url(../images/medical_detail_reef02.png);
  left: auto;
  right: 2%;
  bottom: -66px;
}

.top_medical_item:nth-child(even)  .top_medical_check_list_wp {
  margin-left: 2.4%;
  background: #fdf4e4;
}
.top_medical_item:nth-child(even)  .top_medical_item_text {
  padding-right: 1.6%;
}
.top_medical_item:nth-child(even) .top_medical_item_tit_en span,
.top_medical_item:nth-child(even) .top_medical_item_tit {
  color: #f3b63f;
}
.top_medical_item:nth-child(even) .top_medical_item_tit_en::before,
.top_medical_item:nth-child(even) .top_medical_check_tit {
  background: #f5cd7f;
}


.top_medical_item:nth-child(even) .top_medical_check_item::before {
  background-image: url("../images/check_yellow.png");
}




.top_medical_item:nth-child(2) .top_medical_check_item,
.top_medical_item:nth-child(2) .top_medical_check_item:nth-child(odd),
.top_medical_item:nth-child(4) .top_medical_check_item,
.top_medical_item:nth-child(4) .top_medical_check_item:nth-child(odd){
  width: 50%;
}
.top_medical_item:nth-child(3) .top_medical_check_item,
.top_medical_item:nth-child(5) .top_medical_check_item {
  width: 32%
}
.top_medical_item:nth-child(3) .top_medical_check_item:nth-child(odd),
.top_medical_item:nth-child(5) .top_medical_check_item:nth-child(odd){
  width: 68%;
}

.top_medical_check_item.item_w100 {
  width: 100% !important;
}

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

  .top_checkup

==================================================================*/
.top_checkup {
  background: url("../images/checkup_bg01.jpg")top center no-repeat;
  background-size: 100%;
  overflow: hidden;
  padding-top: 329px;
  position: relative;
}
.top_checkup_tit_en {
  position: absolute;
  top: 150px;
  color: rgba(255,255,255,0.25);
  font-size: 9rem;
  letter-spacing: 0.05em;
  font-family: "urw-din", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.1
}
.top_checkup .tit01{
  font-size: 4.8rem;
}
.top_checkup .tit01 strong {
  font-size: 7.0rem
}
.top_checkup_list {
  padding-top: 4px;
}
.top_checkup_item {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.top_checkup_item::before{
  position: absolute;
  right: 0;
  top: -46px;
  background: url("../images/checkup_item_bg_green.png") top right no-repeat;
  width: 50%;
  max-width: 1014px;
  height: 778px;
  content: "";  
  z-index: -1;
}
.top_checkup_item_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  width: 90%;
} 
.top_checkup_item_img {
  width: 62%;
  position: relative;
  z-index: 1;
}
.top_checkup_item_img::before {
  position: absolute;
  left: -240px;
  top: 70px;
  background: url("../images/checkup_item_img_bg_g.png") top left no-repeat;
  background-size: 100%;
  width: 100%;
  max-width: 474px;
  height: 571px;
  content: "";
  z-index: -1;
}
.top_checkup_item_img img {
  border-radius: 60px;
  width: 100%;
}
.top_checkup_item_detail {
  width: 38%;
  position: relative;
  z-index: 2;
  right: 5%;
  margin-top: 6.3%;
}
.top_checkup_item_detail::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background: #fff;
  z-index: -1;
  content: ""
}
.top_checkup_item_detail::after {
  position: absolute;
  bottom: 26px;
  right: -48px;
  background: url("../images/checkup_item_doc01.png") center no-repeat;
  width: 85px;
  height: 156px;
  content: "";
}
.top_checkup_item_tit{
  text-align: center;
  font-size: 4.0rem;
  letter-spacing: 0.08em;
  color: #7eb87e;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 16%;

  padding-bottom: 15px;
  margin-bottom: 5.5%;
  padding-left: 8%;
  position: relative;
}
.top_checkup_item_tit::before {
  position: absolute;
  left: 8%;
  right: 0;
  margin: auto;
  bottom: 0;
  background: url("../images/checkup_item_tit_border.png") bottom center no-repeat;
  max-width: 220px;
  width: 90%;
  height: 11px;
  content: "";
}
.top_checkup_item_tit span {
  font-size: 2.2rem;
  display: block;
  line-height: 1;
  letter-spacing: 0;
}
.top_checkup_item_text {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.8888;
padding: 0px 8% 0 17%
}



/* 逆 */
.top_checkup_item:nth-child(even) .top_checkup_item_inner {
  flex-direction: row-reverse;
}
.top_checkup_item:nth-child(even)::before{
  right:auto;
  left: 0;
  top: -28px;
  background: url("../images/checkup_item_bg_pink.png") top left no-repeat;
  max-width: 1027px;
  height: 773px;
}

.top_checkup_item:nth-child(even) .top_checkup_item_img::before {
  right: -240px;
  left: auto;
  top: 70px;
  background: url("../images/checkup_item_img_bg_p.png") top left no-repeat;
}

.top_checkup_item:nth-child(even) .top_checkup_item_detail {
  right: auto;
  left: 2%;
}
.top_checkup_item:nth-child(even) .top_checkup_item_tit {
  color: #ff9d9d;
}
.top_checkup_item:nth-child(even) .top_checkup_item_detail::after {
  background-image: url("../images/checkup_item_doc02.png");
  width: 69px;
  height: 115px;
  right: auto;
  bottom: auto;
  left: 40px;
  top: 16px;
}


.top_checkup_item:nth-child(2) .top_checkup_item_tit {
  padding-top: 10%
}
.top_checkup_item:nth-child(5) .top_checkup_item_tit {
  line-height: 1.6;
  padding-bottom:7%
}


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

  .top_flow

==================================================================*/
.top_flow {
  padding-top: 152px;
  background: url("../images/flow_bg.jpg") top left repeat;
  position: relative;
  z-index: 2;
  margin-top: 27px;
  padding-bottom: 50px;
  background-size: cover;
}
.top_flow::before {
  position: absolute;
  top: -30px;
  left: 0;
  background: url("../images/flow_wave01.png") top left repeat-x;
  width: 100%;
  height:290px;
  content: "";
}
.top_flow::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  background: url("../images/flow_wave02.png") bottom left repeat-x;
  width: 100%;
  height: 295px;
  content: "";
  z-index: -1;
}
.top_flow_inner {
  position: relative;
  z-index: 1;
}
.top_flow_inner::before {
  position: absolute;
  top: -141px;
  left:0;
  background: url("../images/flow_reef01.png") top left no-repeat;
  width: 30%;
  max-width: 529px;
  height: 547px;
  content: "";
}
.top_flow_inner::after {
  position: absolute;
  bottom: 31px;
  right:0;
  background: url("../images/flow_reef02.png") top right no-repeat;
  width: 30%;
  max-width: 414px;
  height: 529px;
  content: "";
}
.top_flow .tit01 {
  margin-bottom: 20px;
}
.top_flow .tit01::before {
  top: -214px
}
.top_flow_list {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1270px;
  margin: 0 auto 55px;
  position: relative;
  z-index: 2;
}
.top_flow_item {
  text-align: center;
  width: 23%;
  position: relative;
}
.top_flow_item:not(:last-child)::before {
  position: absolute;
  top: 17px;
  right: -17%;
  background: url("../images/flow_arrow.png") top center no-repeat;
  width: 68px;
  height: 28px;
  content: "";
}
.top_flow_item_num {
  font-size: 32px;
  letter-spacing: 0.025em;
  color: #fff;
  font-family: "urw-din", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #ff9d9d;
  border-radius: 100vh;
  width: 200px;
  margin: auto;
  margin-bottom: 2%;
}
.top_flow_item_tit {
  font-size: 2.6rem;
  letter-spacing: 0.025em;
  line-height: 1.38;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  min-height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_flow_item_img {
  width: 120%;
  margin-left: -10%
}

.top_flow_cap {
  width: 90%;
  max-width: 980px;
  margin: auto;
  text-align: center;
  position: relative;
  background: #fff;
  padding:49px 2% 29px;
  border-radius: 25px;
  border: solid 4px #846a3e;
	z-index: 2;
  
}
.top_flow_cap_tit {
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background: #846a3e;
  width: 80%;
  max-width: 500px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -36px;
  padding: 0.3%;
  border-radius: 100vh;
}
.top_flow_cap_text {
  font-size: 18px;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
.top_flow_cap_text span  {
  font-size: 22px;
  font-weight: 600;
  color: #ff9d9d;
  background:linear-gradient(transparent 50%, #ffef3a 50%);
  padding-bottom: 5px
}


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

  .top_features

==================================================================*/
.top_features {
  padding-top: 258px;
  position: relative;
  overflow: hidden;
}
.features_img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: -1;
}
.features_img01 {
  width: 30%;
  position: relative;
  margin-top: 42px;
  left: 81px;
}
.features_img01::before {
  position: absolute;
  top: -20px;
  left: -82px;
  background: urL("../images/features_flower01.png") top left no-repeat;
  width: 100%;
  max-width: 360px;
  height: 583px;
  content: "";
  z-index: -1;
}

.features_img02 {
  width: 31.5%;
  position: absolute;
  top: -138px;
  right: -57px;
}
.features_img02::before {
  position: absolute;
  top: 50px;
  left: -343px;
  background: urL("../images/features_flower02.png") top left no-repeat;
  width: 100%;
  max-width: 500px;
  height: 618px;
  content: "";
  z-index: -1;
}
.top_features_list {
  padding-top: 38px;
}
.top_features_item {  
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.top_features_item::before {
  position: absolute;
  top: 100px;
  left: 0;
  width: 90.7%;
  height: 94.7%;
  content: "";
  background: url("../images/features_item_bg_b.jpg") top center no-repeat;
  border-bottom-right-radius: 80px;
  border-top-right-radius: 80px;
  z-index: -1;
  background-size: cover;
}
.top_features_item_inner {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.top_feature_item_img{
  width: 57.9%;
  position: relative;
  z-index: 2;
}
.top_feature_item_img::before {
  position: absolute;
  bottom: 31px;
  left: 0;
  right: 83px;
  margin: auto;
  background: url("../images/features_ill01.png") top center no-repeat;
  width: 100%;
  max-width: 407px;
  height: 148px;
  content: "";
  
}

.top_features_item_detail {
  width: 42%;
  background: #fff;
  margin-top: 156px;
  padding:3.3% 0% 4% 4.9%;
  position: relative;
  z-index: 1;
}
.top_features_item_detail::before {
  position: absolute;
  top: 0;
  left: -25%;
  width: 150%;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
  border-radius: 40px;
}
.top_features_item_tit {
  font-size: 3.6rem;
  letter-spacing: 0.025em;
  line-height: 1.38;
  color: #6a5a47;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 4%;
}

.top_features_item_tit span {
  font-size: 3.6rem;
}


.top_features_item_text {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.88;
  padding-left: 5px;
}




.top_features_item:nth-child(even) .top_features_item_inner{
  flex-direction: row-reverse;
}



.top_features_item:nth-child(even)::before {
  left: auto;
  right: 0;
  background-image: url("../images/features_item_bg_p.jpg");
  border-bottom-left-radius: 80px;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.top_features_item:nth-child(even) .top_features_item_detail {
  padding-left: 0;
  padding-right: 4.9%;
}

.top_features_item:nth-child(even) .top_feature_item_img::before {
  background-image: url("../images/features_ill02.png");
  max-width: 349px;
  height: 156px;
  right: auto;
  left: 230px;
  bottom: -16px;
}



.top_features_item:nth-child(4) .top_features_item_detail {
  padding-top: 6%;
  padding-bottom: 12.6%;
}


@media screen and (max-width: 1900px) {
  .top_features_item::before {
    width: 98%;
  }
}
@media screen and (max-width: 1600px) {
  .top_features_item::before {
    width: 100%;
  }
}

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

  .top_faq

==================================================================*/
.top_faq {
  padding-top: 213px;
  background: url("../images/qa_bg01.jpg")top center repeat;
  background-size: 100%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 45px;
  position: relative;
  margin-bottom: 63px;
  overflow: hidden;
}
.top_faq::before {
  position:   absolute;
  top: 80px;
  left: 0;
  background: url("../images/qa_bg_reef01.png") top center repeat-y;
  width: 100%;
  height: 100%;
  background-size: 100%;
  content: "";
}
.top_faq::after {
  position:   absolute;
  top: 54px;
  right: 0;
  background: url("../images/qa_img01.jpg") top right no-repeat;
  width: 40%;
  height: 300px;
  max-width: 680px;
  background-size: 100%;
  content: "";
}

.top_faq .tit01 {
  margin-bottom: 82px;
  position: relative;
  z-index: 2;
}
.top_faq .tit01::after {
  position: absolute;
    left: 9.7%;
    top: -27px;
  background: url("../images/illust_dog_qa.png") top center no-repeat;
  width: 40%;
  max-width: 453px;
  height: 166px;
  content: "";
  
}
.top_faq .accordion_tit {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #fff;
  background: #ffb8b8;
  border-radius: 15px;
  padding: 1.8% 3.4%;
   margin-bottom: 0;
}
.top_faq .accordion_tit span::before {
  content: "Q. ";
  font-family: "urw-din", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
  display: inline-block;
  padding-right: 13px;
 
}
.top_faq .accordion_text {
  background: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 2.1% 6.5% 2.8%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
}
.top_faq .accordion_text::before {
  position: absolute;
left: 40px;
    top: 20px;
  content: "A.";
  font-family: "urw-din", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  display: inline-block;
  padding-right: 13px;
  color: #ffb8b8;
}
.top_faq .accordion_tit::before, .top_faq  .accordion_tit::after {
  width: 28px;
  background: #fff;
  right: 35px;
}
.top_faq .accordion_tit.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.top_faq  .accordion dl {
margin-bottom:   40px;
}

.accordion {
  position: relative;
  z-index: 2;
}
  
  
@media screen and (max-width: 640px) {
  .top_mainvisual {
    height: 310px;
  }
  .mainvisual_wrap {
    height: 310px;
  }
  .mv_copy {
    font-size: 1.9rem;
    line-height:1.5;
    margin-top: 3%;
    padding-right: 0;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
  }
  .mv_copy span {
    font-size: 2.3rem;
  }
  .mv_catch_list {
    position: static;
    justify-content: center;
    width: 100%;
    margin: auto;
    padding: 4% 5% 1%;
    background:/*#e5edf5*/#e0f2fe;
  }
  .mv_catch_item {
    width: 38%;
  }
  .mv_catch_item:last-child {
    margin-right: 0;
  }
  /*==================================================================

    .top_pc_nav（スマホ）

  ==================================================================*/
  .top_pc_nav_list {
    display: none;
  }
  
  
  /*==================================================================

    .top_symp（スマホ）

  ==================================================================*/
  .top_symp {
    padding-top: 100px;
  }
  .top_symp .inner {
    max-width: 95%;
    margin: auto;
    padding: 2%;
  }
  .top_symp .inner::after {
    border-radius: 20px;
    height: 100%;
  }
  .top_symp .inner::before {
    height: 100%;
    border-radius: 20px;
  }
  .top_symp_tit {
     display: block;
     width: 100%;
     position: relative;
     z-index:2;
     top: -70px;
  }
  .top_symp_tit img {
    display: block;
    margin: auto;
  }
  
  .top_symp_tit img:first-child {
    width: 100%;
    margin-bottom: 5px;
  }
  
  .top_symp_tit img:nth-child(2) {
    width: 90%;
    
  }
  .top_symp .inner {
    
  }
  .top_symp_list {
    gap: 10px 1%;
    width: 100%;
    margin-top: -45px;
    position: relative;
    z-index: 1;
  }
  .top_symp_item {
    position: static;
    width: 32%;
  }
  .top_symp_item:nth-child(1) {
    margin-top: -20px;
  }
  .top_symp_item:nth-child(2) {
    margin-top: 20px;
  }
  .top_symp_item:nth-child(4) {
    margin-top: -14px;
  }
  .top_symp_item:nth-child(6) {
    margin-top: -30px;
  }
  .top_symp_item:nth-child(7) {
    margin-top: -16px;
  }
  .top_symp_item:nth-child(8) {
    margin-top: -14px
  }
  .top_symp_item:nth-child(9) {
    margin-top: -34px
  }
  .top_symp_item:nth-child(10) {
    margin-top: -6px
  }
  .top_symp_item:nth-child(11) {
    margin-top: -40px;
  }
  .top_symp_item:nth-child(12) {
    margin-top: -50px;
  }
  .top_symp_item:nth-child(12) img {
  width:  90%;
  }
  .top_symp_item:nth-child(13) {
    margin-top: 6px;
  }
  .top_symp_item:nth-child(14) {
    margin-top: -40px;
  }
  .top_symp_item:nth-child(15) {
    margin-top: -20px
  }
  .top_symp_item:nth-child(15) img {
    width: 90%;
  }
  .top_symp_item:nth-child(16) {
   position: relative;
   bottom: -60px;
   top: auto;
   left: 30%;
  }
  
  
  .top_symp_item:nth-child(17) {
    margin-top: -50px;
  }
  .top_symp_item:nth-child(17) img {
    width: 80%;
  }
  .top_symp_item:nth-child(18) {
    margin-top: -5px;
  }
  .top_symp_item:nth-child(19) {
    margin-left: 60%;
  }
  /*==================================================================

    .cv_inner（スマホ）

  ==================================================================*/
  .cv_inner {
    flex-wrap: wrap;
    padding: 0;
  }
  .cv_content {
    width: 100%;
    order: 3;
    padding: 30px 6.5% 60px;
  }
  .cv_inner_img01 {
    order: 1;
    width: 30%;
  }
  .cv_inner_img01::before {
    top: 10px;
    left: 10px;
  }
  .cv_inner_img02 {
    order: 2;
    right: 0;
    top: 0;
    width: 70%;
    margin-top: 25px;
  }
  .cv_inner_img02::before {
     top: -10px;
     left: -10px;
  }
  .cv_inner_img02::after {
    background-position: bottom right;
    height: 100px;
    top: auto;
    bottom: -5%;
    left: -40px;;
  }
  .cv_btn a {
    font-size: 2.2rem;
    height: 60px;
    line-height: 60px;
    padding-right: 20px;
  }
  .cv_btn a::before {
     top: 34%;
    right: 26px;
  }
  .cv_btn a::after {
    width: 40px;
    height: 40px;
    top: 16%;
    right: 15px;
  }
  
  .top_cv.item02{
    padding-top: 30px;
  }
  .cv02_img01 {
    width: 50%;
    top: 0;
  }
  .cv02_img02 {
    width: 50%;
  }
  .top_cv.item02 .cv_content {
    padding: 4%;
  }
  .cv02_text {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin: 20px auto 30px;
  }
  .cv02_copy {
    width: 80%;
    margin: auto;
  }
  .top_cv.item02 .cv_inner {
    padding-bottom: 50px;
  }
  .top_cv.item02 .cv_content::before {
    width: 50%;
  }
  /*==================================================================

    .top_medical（スマホ）

  ==================================================================*/
  .top_medical {
    background-size: 300%
  }
  .top_medical_img {
    width: 50%;
  }
  .top_medical_item_img {
    position: relative;
  }
  .top_medical .tit01 {
    font-size: 2.7rem;
  }
  .top_medical .tit01 span {
    font-size: 3.4rem;
  }
  
  .top_medical .tit01::after {
    background-size: 100%;
    width: 50%;
    bottom: auto;
    top: -200px;
    left: 3%
  }
  .top_medical_list {
    padding-top: 0;
  }
  .top_medical_item:last-child {
    padding-bottom: 30px;
  }

  .top_medical_item_detail {
    width: 94%;
    margin: auto !important;
    padding: 30px 4% !important;
    border-radius: 30px;
  }
  .top_medical_item_tit_en {
    font-size: 1.2rem;
    line-height: 0.4;
  }
  .top_medical_item_tit_en::before{
    left: -3px;
    top: 3px;
  }
  .top_medical_item_tit_en span {
    font-size: 3rem;
  }
  .top_medical_item_img {
    width: 90%;
  }
  .top_medical_item_tit {
    font-size: 3rem;
    margin-bottom: 1px;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 25px 0 10px
  }
  .top_medical_item_tit span {
    font-size: 2.0rem;
  }
  .top_medical_item_text {
    font-size: 1.6rem;
  }
  .top_medical_check_item {
    width: 100% !important;
    font-size: 1.7rem;
    padding-left: 33px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .top_medical_check_item::before {
    width: 18px;
    background-size: 100%;
    top: 3px;
  }
  .top_medical_check_list_wp {
    margin-left: 0 !important;
    width: 100% !important;
    margin: auto;
  }
  
  
   .top_medical_item:nth-child(even) .top_medical_item_img {
     margin-left: auto;
   }
   .top_medical_item_detail::before {
     bottom: auto;
     top: 0;
     left: auto;
     right: 0;
     background-size: 100%;
     background-position: top right;
   }

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

    .top_checkup（スマホ）

  ==================================================================*/
  .top_checkup {
    background-size: 300%;
    padding-top: 160px;
  }
  .top_checkup_tit_en {
    top: 30px;
    font-size: 4rem;
    text-align: left;
  }
  .top_checkup_item_inner {
    display: block;
  }
  .top_checkup_item_img {
    width: 100%;
  }
  .top_checkup_item_detail {
    width: 100%;
    left: auto !important;
  }
  .top_checkup .tit01 {
    font-size: 2.8rem;
  }
  .top_checkup .tit01 strong {
    font-size: 3.3rem;
  }
  .top_checkup_item {
    margin-bottom: 50px;
  }
  .top_checkup_item::before {
    width: 100%;
    background-size: 100%;
    top: -60px;
  }
  .top_checkup_item_tit {
    padding-top: 30px;
    font-size: 3.0rem;
    padding: 0;
  }
  
  .top_checkup_item_detail {
    right: 0;
  }
  .top_checkup_item_detail::before {
    left: -5%;
    width: 110%;
    border-radius: 80px;
    opacity: 0.8;
  }
  .top_checkup_item_detail::after {
    right: -4%;
    top: -140px;;
    bottom: auto;
    width: 17%;
    background-size: 100%;
  }
  .top_checkup_item:nth-child(even) .top_checkup_item_detail::after {
    width: 16%;
    background-size: 100%;
    top: -114px;
    left: -4%;
  }
  .top_checkup_item_text {
    padding: 0;
    font-size: 1.6rem;
  }
  
  /*==================================================================

    .top_flow（スマホ）

  ==================================================================*/
  .top_flow {
    padding-top: 70px;
  }
  .top_flow_inner::after {
    background-size: 100%;
  }
  .top_flow_inner::before {
    background-size: 100%;
    width: 40%;
    top: -70px;
    opacity: 0.7;
  }
  .top_flow_list {
    display: block;
  }
  .top_flow_item {
    width: 100%;
    padding-bottom: 30px;
  }
  .top_flow_item:last-child {
    padding-bottom: 10px;
  }
  .top_flow_item_num {
    font-size: 2.3rem;
    line-height: 1.7;
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .top_flow_item_tit {
    display: block;
    min-height: auto;
  }

  .top_flow_item:not(:last-child)::before {
    background: url("../images/flow_border.png") top center repeat-y;
    width: 22px;
    height:78%;
    top: 55px;
    right: auto;
    left: 0;
    background-size: 100%;
  }
  .top_flow_item:not(:last-child)::after {
    position: absolute;
    background: url("../images/flow_triangle.png") top center repeat-y;
    width: 22px;
    height:17px;
    bottom: 15px;
    right: auto;
    left: 0;
    content: "";
    background-size: 100%;
  }
  .top_flow_cap {
    width: 96%;
    font-size: 1.5rem;
    padding: 30px 4% 20px
  }
  .top_flow_cap_tit {
  font-size: 2.4rem;  
  }
  .top_flow_cap_text {
    font-size: 1.6rem;;
  }
  .top_flow_item_img {
    width: 60%;
    margin: auto;
  }
  /*==================================================================

    .top_feature（スマホ）

  ==================================================================*/ 
  .top_features .tit01 {
    margin-bottom: 0;
  }
  .top_features_item_inner {
    display: block;
  }
  .top_feature_item_img {
    width: 100%;
  }
  .top_feature_item_img::before {
    width: 50%;
    background-size: 100%;
    bottom: 0;
    left: 0;
    background-position: bottom left;
    right: auto;
    left: 0;
  }
  .top_features_item:nth-child(even) .top_feature_item_img::before {
    left: 0;
    right: auto;
  }
  .features_img01 {
  left: 0;
  width: 54%;
  }
  .features_img02 {
    width: 53%;
    top: 0;
    right: -40px;
  }
  .features_img01::before {
    background-size: 100%;
  }
  .top_features_item::before {
    width: 98%;
    height: 91.7%;
  }
  .top_feature_item_img {
    margin-bottom: 25px;
  }
  .top_features_item_detail {
    width: 100%;
    margin-top: 0;
    border-radius: 20px;
    padding: 20px 4% !important;
  }
  .top_features_item_detail::before {
    display: none;
  }

  .top_features_item_tit {
    font-size: 2.3rem;
    text-align: center;
  }
  .top_features_item_tit span {
    font-size: 2.8rem;
  }
  .top_features_item_text {
  padding-left: 0;
  font-size: 1.6rem;
  }
  .top_features_item::before {
border-bottom-right-radius: 40px;
    border-top-right-radius:40px;
  }
  .top_features_item:nth-child(even)::before {
     border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
  }
  
  
  
  /*==================================================================

    .top_faq（スマホ）

  ==================================================================*/ 
  .top_faq::after {
    width: 50%;
  }
  .top_faq .tit01::after {
    background-size: 100%;
    top: -50px;
    left: -4%;
  }
  .top_faq .tit01 {
  margin-bottom: 30px;
  }
  .top_faq .accordion_tit {
    font-size:1.6rem;
    line-height: 1.5;
    padding: 10px 40px 10px 30px;
  }
  .top_faq .accordion_tit span::before {
    position: absolute;
    left: 8px;
    line-height: 1;
    font-size: 2rem;
  }
  .top_faq .accordion_tit::before, .top_faq .accordion_tit::after {
    width: 20px;
    right: 11px;
  }
  .top_faq .accordion_text {
    font-size: 1.5rem;
    padding: 14px 14px 14px 30px;
  }
  .top_faq .accordion_text::before {
    position: absolute;
    left: 9px;
    font-size: 1.7rem;
    line-height: 1;
  }
  .top_faq .accordion dl {
    margin-bottom: 20px;
  }

  
  
  
  
  
  
  
  
  
  
  
  
}
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
