@charset "UTF-8";
/*#main_area-------------------------------ここから*/
#main_area .main_slide {
  overflow: hidden;
}
#main_area .main_slide .slick-list {
  overflow: hidden;
}
#main_area .main_slide .slick-track {
  display: flex;
}
#main_area .main_slide .slide_block {
  position: relative;
  overflow: hidden;
}
#main_area .main_slide .slide_block .slide_img {
  background-image: url("../../assets/img/top/main01.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 213px);
  min-height: 600px;
  -webkit-transition: transform 3s ease, opacity 3s ease;
  -o-transition: transform 3s ease, opacity 3s ease;
  transition: transform 3s ease, opacity 3s ease;
  opacity: 0;
}
#main_area.tabmv .main_slide .slide_block .slide_img {
  height: 55vh;
  min-height: 600px;
}
#main_area .main_slide .slide_block.slick-current .slide_img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}
#main_area .main_slide .slide_block:nth-child(1) .slide_img {
  background-image: url("../../assets/img/top/main01.png");
}
#main_area .main_slide .slide_block:nth-child(2) .slide_img {
  background-image: url("../../assets/img/top/main02.png");
}
#main_area .main_slide .slide_block:nth-child(3) .slide_img {
  background-image: url("../../assets/img/top/main03.png");
}
#main_area .main_slide .slide_block .slide_txt {
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  text-align: center;
}
#main_area .main_slide .slide_block .slide_txt img {
  margin: 0 auto;
}

/*#main_area-------------------------------ここまで*/
/*#sec01-------------------------------ここから*/
#sec01 .main_info {
  margin: 40px auto 60px;
  max-width: 720px;
  position: relative;
  z-index: 4;
}
#sec01 .main_info .main_info_btn {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2f53a2;
  font-size: 1.3rem;
  border: 2px solid #2f53a2;
  border-radius: 10px;
  background: #fff;
  display: block;
  padding: 13px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
#sec01 .main_info .main_info_btn:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  background: url("../../assets/img/common/arrow.png") #FFF no-repeat;
  background-size: contain;
  margin-left: 1em;
  vertical-align: middle;
}

#sec01_inner .movicon {
  position: absolute;
  right: 9vw;
  top: -15%;
  z-index: 10;
}

#sec01_inner {
  padding-top: 45px;
  position: relative;
  z-index: 1000;
}
#sec01_inner:before {
  content: "";
  background: url("../../assets/img/top/cycle.png") center top no-repeat;
  width: 843px;
  height: 149px;
  position: absolute;
  top: -79px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
#sec01_inner:after {
  content: "";
  background: url("../../assets/img/top/bg_sec01.png") left top no-repeat;
  width: 269px;
  height: 356px;
  position: absolute;
  top: -70px;
  right: 0;
}
#sec01_inner .ttl_01 {
  background-image: url("../../assets/img/top/title_sec01.png");
}
#sec01_inner .section_contents {
  padding: 32px 0 74px;
  position: relative;
  background: url("../../assets/img/top/img02_sec01.png") left bottom no-repeat;
}
#sec01_inner .section_contents:before {
  background: url("../../assets/img/top/bg02_sec01.png") left top no-repeat;
  content: "";
  width: 147px;
  height: 221px;
  position: absolute;
  top: -52px;
  left: 0;
  z-index: -1;
}
#sec01_inner .sec01_txt {
  font-size: 1.0625rem;
  /*17px*/
  line-height: 2.1;
}
#sec01_inner .btn_area {
  padding-top: 35px;
}

/*#sec02-------------------------------ここから*/
#sec02_inner {
  padding-top: 80px;
  z-index: 1000;
  background: url("../../assets/img/top/bg_sec02.png") left top repeat;
}
#sec02_inner .ttl_01 {
  background-image: url("../../assets/img/top/title_sec02.png");
}
#sec02_inner .ttl_01 span {
  color: #FFF;
}
#sec02_inner .section_contents {
  padding: 57px 0 90px;
  position: relative;
}
#sec02_inner .section_contents:after {
  content: "";
  width: 122px;
  height: 295px;
  position: absolute;
  top: -130px;
  right: -90px;
  background: url("../../assets/img/top/bg02_sec02.png") left top no-repeat;
}
#sec02_inner .section_contents .info_box .info_box_inner {
  background: url("../../assets/img/top/bg03_sec02.png") left top repeat;
  padding: 29px 38px;
  box-sizing: border-box;
  height: 100%;
}
#sec02_inner .section_contents .info_box_01 {
  width: 48%;
  margin-right: 3%;
}
#sec02_inner .section_contents .info_box_01 .info_list {
  background-color: #FFF;
  padding: 1em 1.8em;
}
#sec02_inner .section_contents .info_box_01 .info_list li {
  clear: both;
  padding: 1em;
}
#sec02_inner .section_contents .info_box_01 .info_list li + li {
  border-top: 1px solid #dadada;
}
#sec02_inner .section_contents .info_box_01 .info_list li time {
  color: #022c8b;
  float: left;
  font-size: 0.9375rem;
  /*15px*/
}
#sec02_inner .section_contents .info_box_01 .info_list li .txt {
  color: #4a4a4a;
  padding-left: 7.5em;
  font-size: 1.0625em;
  /*17px*/
}
#sec02_inner .section_contents .info_box_02 {
  width: 40%;
  position: relative;
  z-index: 0;
}
#sec02_inner .section_contents .info_box_02:before {
  content: "";
  width: 127px;
  height: 127px;
  position: absolute;
  top: -18px;
  right: -24px;
  background: url("../../assets/img/top/icon_sec02.png") left top no-repeat;
}
#sec02_inner .section_contents .info_box_02:after {
  content: "";
  width: 176px;
  height: 175px;
  position: absolute;
  bottom: 0;
  right: -98px;
  background: url("../../assets/img/top/img02_sec02.png") left top no-repeat;
  z-index: -2;
}
#sec02_inner .section_contents .info_box_02 .info_list {
  margin: 14px 0 7px;
}
#sec02_inner .section_contents .info_box_02 .info_list li {
  background-color: #FFF;
  text-align: center;
  padding: 5px 16px;
}
#sec02_inner .section_contents .info_box_02 .info_list li + li {
  margin-top: 13px;
}
#sec02_inner .section_contents .info_box_02 .info_list li h3 {
  color: #022c8b;
  background: url("../../assets/img/top/bg04_sec02.png") left bottom no-repeat;
  font-size: 1.1875rem;
  /*19px*/
  padding: 0.4em 0;
  font-weight: bold;
}
#sec02_inner .section_contents .info_box_02 .info_list li .day {
  color: #313131;
  font-size: 1rem;
  /*16px*/
  padding: 0.5em 0;
}
#sec02_inner .section_contents .info_box_02 .info_list li .time {
  color: #000;
  font-size: 0.875rem;
  /*14px*/
  padding: 0.5em 0;
}
#sec02_inner .btn_area {
  padding-top: 15px;
}

/*#sec02-------------------------------ここまで*/
/*#sec03-------------------------------ここから*/
#sec03_inner {
  padding: 100px 0 125px;
  background: url("../../assets/img/top/bg_sec03.png") left top repeat;
}
#sec03_inner .ttl_01 {
  background: none;
}
#sec03_inner .ttl_01 strong {
  color: #f88f65;
  font-weight: 400;
  font-size: 2rem;
  /*40px*/
  letter-spacing: 0.08em;
}
#sec03_inner .ttl_01 strong span {
  display: inline;
  font-size: 2.65rem;
  /*55px*/
}
#sec03_inner .ttl_01 .en {
  color: #f88f65;
}
#sec03_inner .section_contents {
  padding-top: 25px;
}
#sec03_inner .sec03_list li {
  box-sizing: border-box;
  background-color: #FFF;
  width: 24.8%;
  padding: 25px 15px 35px;
  text-align: center;
}
#sec03_inner .sec03_list li:nth-child(even) .gray_btn {
  background-image: url(../../assets/img/top/arrow_sec05.png);
}
#sec03_inner .sec03_list li + li {
  margin-left: 2px;
}
#sec03_inner .sec03_list li .img {
  min-height: 220px;
  width: 88%;
  margin: 0 auto;
}
#sec03_inner .sec03_list li .img img {
  width: 100%;
}
#sec03_inner .sec03_list li h3 {
  font-size: 1.3rem;
  /*24px*/
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
}
#sec03_inner .sec03_list li .txt {
  text-align: left;
  max-width: 250px;
  margin: 0.5em auto 25px;
  line-height: 1.66;
}
#sec03_inner .sec03_list li .gray_btn {
  font-size: 0.8125rem;
  /*13px*/
  background-image: url(../../assets/img/top/arrow_sec03.png);
  background-size: 6px, 10px;
  width: 190px;
}

/*pc-------------*/
@media (min-width: 1100px) {
  #sec03_inner .section_contents {
    width: 1100px;
  }
}
/*#sec03-------------------------------ここまで*/
/*#sec04-------------------------------ここから*/
#sec04_inner {
  padding: 100px 0 125px;
}
#sec04_inner .section_contents {
  padding-top: 40px;
}
#sec04_inner .section_contents p.center {
  font-size: 1rem;
  /*16px*/
}
#sec04_inner .sec04_list {
  margin-top: 40px;
}
#sec04_inner .sec04_list > li {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  background-color: #f3f7ff;
  box-sizing: border-box;
  width: 25%;
  padding: 30px 20px;
}
#sec04_inner .sec04_list > li a {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#sec04_inner .sec04_list > li a:hover {
  opacity: 0.7;
}
#sec04_inner .sec04_list > li:nth-child(even) {
  background-color: #fff9f7;
}
#sec04_inner .sec04_list > li:nth-child(5) {
  background-color: #fff9f7;
}
#sec04_inner .sec04_list > li:nth-child(6) {
  background-color: #f3f7ff;
}
#sec04_inner .sec04_list > li:nth-child(7) {
  background-color: #fff9f7;
}
#sec04_inner .sec04_list > li:nth-child(8) {
  background-color: #f3f7ff;
}
#sec04_inner .sec04_list li .ico {
  min-height: 190px;
  text-align: center;
}
#sec04_inner .sec04_list li .ico img {
  max-width: 100%;
}
#sec04_inner .sec04_list li .check_list {
  font-size: 1.125rem;
  /*18px*/
  letter-spacing: 0;
}
#sec04_inner .sec04_list li .check_list li {
  padding-left: 1.4em;
  background-image: url(../../assets/img/top/check_sec04.png);
  background-position: left 4px;
  background-repeat: no-repeat;
}
#sec04_inner .sec04_list > li:nth-child(even) .check_list li {
  background-image: url(../../assets/img/top/check02_sec04.png);
}
#sec04_inner .sec04_list > li:nth-child(5) .check_list li {
  background-image: url(../../assets/img/top/check02_sec04.png);
}
#sec04_inner .sec04_list > li:nth-child(6) .check_list li {
  background-image: url(../../assets/img/top/check_sec04.png);
}
#sec04_inner .sec04_list > li:nth-child(7) .check_list li {
  background-image: url(../../assets/img/top/check02_sec04.png);
}
#sec04_inner .sec04_list > li:nth-child(8) .check_list li {
  background-image: url(../../assets/img/top/check_sec04.png);
}
#sec04_inner .sec04_list li h3 {
  font-weight: 600;
  font-size: 0.9375rem;
  /*15px*/
  text-align: center;
  color: #FFF;
  border-radius: 15px;
  background-color: #4a80ea;
  width: 164px;
  margin: 20px auto 0;
  padding: 5px;
}
#sec04_inner .sec04_list > li:nth-child(even) h3 {
  background-color: #f88f65;
}
#sec04_inner .sec04_list > li:nth-child(5) h3 {
  background-color: #f88f65;
}
#sec04_inner .sec04_list > li:nth-child(6) h3 {
  background-color: #4a80ea;
}
#sec04_inner .sec04_list > li:nth-child(7) h3 {
  background-color: #f88f65;
}
#sec04_inner .sec04_list > li:nth-child(8) h3 {
  background-color: #4a80ea;
}

/*pc-------------*/
/*#sec04-------------------------------ここまで*/
/*#sec05-------------------------------ここから*/
#sec05_inner {
  padding: 0 0 190px;
}
#sec05_inner .ttl_01 {
  background: none;
}
#sec05_inner .section_contents {
  padding-top: 40px;
}
#sec05_inner .sec05_list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#sec05_inner .sec05_list > li {
  box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24%;
  border-radius: 8px;
  margin-bottom: 14px;
  font-size: 1.375rem;
  /*22px*/
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url("../../assets/img/top/arrow_sec02.png") #f3f7ff no-repeat;
  background-position: 92%, 51%;
  background-size: 13px, 15px;
  padding: 0 2% 0 0;
}
#sec05_inner .sec05_list > li:hover {
  opacity: 0.7;
}
#sec05_inner .sec05_list > li.ft_s {
  font-size: 1.1rem;
  /*19px*/
  letter-spacing: 0;
}
#sec05_inner .sec05_list > li a {
  display: block;
  padding: 10px;
}

/*pc-------------*/
/*#sec05-------------------------------ここまで*/
/*#sec06-------------------------------ここから*/
#sec06_inner {
  padding: 90px 0 65px;
  background-color: #f3f7ff;
}
#sec06_inner .ttl_01 {
  background: none;
}
#sec06_inner .section_contents {
  padding-top: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#sec06_inner .img_box {
  width: 370px;
}
#sec06_inner .img_box .name {
  text-align: center;
  margin-top: 0.6em;
}
#sec06_inner .txt_box {
  width: 580px;
}
#sec06_inner .txt_box h3 {
  font-size: 1.4rem;
  /*25px*/
  background: url("../../assets/img/top/bg_sec06.png") left bottom no-repeat;
  padding-bottom: 15px;
  margin-bottom: 16px;
}
#sec06_inner .txt_box p {
  line-height: 1.8;
}
#sec06_inner .txt_box p + p {
  margin-top: 20px;
}

/*pc-------------*/
/*#sec06-------------------------------ここまで*/
/*#sec07-------------------------------ここから*/
#sec07_inner {
  padding: 90px 0 38px;
}
#sec07_inner .ttl_01 .sub {
  font-size: 1.5625rem;
  /*25px*/
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.5em;
}
#sec07_inner .section_contents {
  padding: 40px 90px;
}
#sec07_inner .section_contents p.center {
  color: #2d1d01;
  max-width: 90%;
  padding-right: 1em;
}
#sec07_inner .sec07_slide {
  position: relative;
  margin-top: 65px;
}

#sec07_inner .sec07_slide button.slick-prev, #sec07_inner .sec07_slide button.slick-next {
  display: none !important;
}

#sec07_inner .sec07_slide:before {
  content: "";
  width: 172px;
  height: 163px;
  background: url("../../assets/img/top/img_sec07.png") left bottom no-repeat;
  position: absolute;
  top: -140px;
  right: -60px;
  z-index: 2000;
}

#sec07_inner .sec07_slide:after {
  content: "";
  width: 264px;
  height: 182px;
  background: url("../../assets/img/top/img02_sec07.png") left bottom no-repeat;
  position: absolute;
  bottom: -95px;
  left: -90px;
  z-index: 2000;
}

#sec07_inner .sec07_slide img {
  max-width: 100%;
}

#sec07_inner .sec07_slide .slick-prev, #sec07_inner .sec07_slide .slick-next {
  width: 25px;
  height: 48px;
  z-index: 999;
}

#sec07_inner .sec07_slide .slick-prev {
  background: url("../../assets/img/top/prev.png") left bottom no-repeat;
}

#sec07_inner .sec07_slide .slick-next {
  background: url("../../assets/img/top/next.png") left bottom no-repeat;
}

#sec07_inner .sec07_slide .slick-prev:before, #sec07_inner .sec07_slide .slick-next:before {
  content: none;
}

#sec07_inner .slick-list {
  overflow-x: hidden;
}

#sec07_inner .sec07_slide .slick-dots li button:before {
  color: #dadada;
  opacity: 1;
}

#sec07_inner .sec07_slide .slick-dots li.slick-active button:before {
  color: #ffc0a7;
  opacity: 1;
}

#sec07_inner .slick-track {
  display: flex;
}

/*pc-------------*/
/*#sec07-------------------------------ここまで*/
/*#sec08-------------------------------ここから*/
#sec08_inner {
  padding: 70px 0 90px;
  background: url("../../assets/img/top/bg_sec08.png") left top repeat;
}
#sec08_inner .section_contents {
  padding-top: 80px;
}
#sec08_inner .sec08_list {
  background-color: #FFF;
  padding: 30px 60px;
}
#sec08_inner .sec08_list li {
  padding: 20px 15px 16px;
}
#sec08_inner .sec08_list li + li {
  border-top: 1px solid #d4e1ff;
}
#sec08_inner .sec08_list li .tag {
  font-size: 1.125rem;
  /*18px*/
  color: #FFF;
  background-color: #4a80ea;
  padding: 0 23px;
  margin-right: 0.3em;
  line-height: 1.4;
}
#sec08_inner .sec08_list li .tag.dog-case {
  background-color: #4a80ea;
}
#sec08_inner .sec08_list li .tag.cat-case {
  background-color: #f57d4e;
}
#sec08_inner .sec08_list li .title {
  font-size: 1.375rem;
  /*22px*/
  color: #2d1d01;
  padding-top: 10px;
}
#sec08_inner .btn_area {
  padding-top: 40px;
}

/*pc-------------*/
/*#sec08-------------------------------ここまで*/
/*コロナのお知らせ
---------------------------------------------------------*/
.corona_news {
  padding: 3% 1% 3% 3%;
  text-align: left;
  margin: 0 auto;
  width: 80%;
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(90, 57, 50, 0.3);
  font-size: 120%;
}
.corona_news .scl_inbox {
  min-height: 460px;
  overflow: auto;
}
.corona_news .scl_inbox {
  padding-right: 2%;
}
.corona_news .title {
  text-align: center;
  font-size: 130%;
  color: #2f53a2;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
.corona_news .list_indent > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.corona_news p + p {
  margin-top: 0.5em;
}
.corona_news .bold {
  font-weight: bold;
}

.corona_news .box1, .corona_news .box2 {
  margin: 0 auto 3em;
  max-width: 700px;
}

.corona_news .box2 {
  margin-bottom: 0;
}

/*ポップアップ*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup.close {
  display: none !important;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0;
  z-index: 2;
}
.popup-inner img {
  max-width: 100%;
  height: auto;
  width: auto\9 ;
  /* ie8 */
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  vertical-align: top;
}

.close-btn {
  position: absolute;
  right: 0;
  bottom: calc(100% + 15px);
  width: 3%;
  height: 100px;
  background: url(../../assets/img/top/close.png) no-repeat center bottom;
  background-size: contain;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.close-btn:hover {
  opacity: 0.5;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
  cursor: pointer;
}

/*#ポップアップ-------------------------------ここまで*/
@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}
