@charset "UTF-8";
/*#main_area-------------------------------ここから*/
#main_area .main_slide {
  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_sp.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120vw;
  -webkit-transition: transform 2s ease, opacity 2s ease;
  -o-transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  opacity: 0;
}
#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_sp.png");
}
#main_area .main_slide .slide_block:nth-child(2) .slide_img {
  background-image: url("../../assets/img/top/main02_sp.png");
}
#main_area .main_slide .slide_block:nth-child(3) .slide_img {
  background-image: url("../../assets/img/top/main03_sp.png");
}
#main_area .main_slide .slide_block img.pc {
  display: none !important;
}
#main_area .main_slide .slick-slide.slick-current img {
  /*  -webkit-transform: scale(1.1); 
  -ms-transform: scale(1.1); 
  transform: scale(1.1); */
}
#main_area .main_slide .slide_block .slide_txt {
  position: absolute;
  bottom: 18vw;
  left: 0;
  right: 0;
  text-align: center;
}
#main_area .main_slide .slide_block .slide_txt img {
  margin: 0 auto;
}
#main_area .main_slide .slide_block:nth-child(1) .slide_txt img {
  width: 86%;
}
#main_area .main_slide .slide_block:nth-child(2) .slide_txt img {
  width: 67%;
}
#main_area .main_slide .slide_block:nth-child(3) .slide_txt img {
  width: 73%;
}

/*#main_area-------------------------------ここまで*/
/*#sec01-------------------------------ここから*/
#sec01_inner .movicon {
  position: absolute;
  right: 1vw;
  top: -30vw;
  z-index: 10;
  width: 27vw;
}

#sec01_inner {
  position: relative;
  z-index: 1000;
}

#sec01 .main_info {
  margin: 50px auto 20px;
  width: 77.7vw;
  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: 0.95rem;
  /*15px*/
  border: 2px solid #2f53a2;
  border-radius: 10px;
  background: #fff;
  display: block;
  padding: 0.65em;
  text-align: center;
  transition: 0.3s;
  margin-bottom: 25px;
}
#sec01 .main_info .main_info_btn:after {
  content: "";
  display: inline-block;
  width: 4vw;
  height: 4vw;
  margin-bottom: 0.2em;
  background: url("../../assets/img/common/arrow.png") #FFF no-repeat;
  background-size: contain;
  margin-left: 1em;
  vertical-align: middle;
}

#sec01_inner:before {
  content: "";
  background: url("../../assets/img/top/cycle_sp.png") center top no-repeat;
  width: 100%;
  height: 12vw;
  position: absolute;
  top: -19vw;
  left: 0;
  z-index: -1;
}

#sec01_inner .ttl_01 {
  background-image: url("../../assets/img/top/title_sec01.png");
}

#sec01_inner .section_contents {
  padding: 20px 3vw 20vw;
  position: relative;
  background: url("../../assets/img/top/img02_sec01.png") left bottom no-repeat;
  background-size: 30vw auto;
  box-sizing: border-box;
}
#sec01_inner .section_contents:before {
  background: url("../../assets/img/top/bg02_sec01.png") left top no-repeat;
  background-size: contain;
  content: "";
  width: 20vw;
  height: 34vw;
  position: absolute;
  bottom: 43px;
  left: -9px;
  z-index: -1;
}

#sec01_inner .sec01_txt {
  text-align: left;
}

#sec01_inner .btn_area {
  padding-top: 18px;
}

/*#sec02-------------------------------ここから*/
#sec02_inner {
  margin-top: -3px;
  padding: 35px 0;
  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: 20px 0 32px;
  display: block;
  position: relative;
}

/*#sec02_inner .section_contents:after{
  content: "";
  width: 6vw;
  height: 18vw;
  position: absolute;
  bottom: 30vw;
  right: -6vw;
  background: url("../../assets/img/top/bg02_sec02_sp.png") right top no-repeat;
  background-size: contain;
  z-index: 0;
}*/
#sec02_inner .section_contents .info_box .info_box_inner {
  background: url("../../assets/img/top/bg03_sec02.png") left top repeat;
  padding: 6vw 5.7vw 4.5vw;
  box-sizing: border-box;
  height: 100%;
}

#sec02_inner .section_contents .info_box_01 {
  width: 100%;
  margin-bottom: 14px;
}
#sec02_inner .section_contents .info_box_01 .info_list {
  background-color: #FFF;
  padding: 1em 7.6vw;
}
#sec02_inner .section_contents .info_box_01 .info_list li {
  padding: 0.6em 0;
}
#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;
  font-size: 0.7em;
  /*8px*/
}
#sec02_inner .section_contents .info_box_01 .info_list li .txt {
  color: #4a4a4a;
}

#sec02_inner .section_contents .info_box_02 {
  width: 100%;
  position: relative;
  z-index: 1;
}
#sec02_inner .section_contents .info_box_02:before {
  content: "";
  width: 22vw;
  height: 22vw;
  position: absolute;
  top: -2.5vw;
  left: -4vw;
  background: url("../../assets/img/top/icon_sec02_sp02.png") left top no-repeat;
  background-size: contain;
}
#sec02_inner .section_contents .info_box_02:after {
  content: "";
  width: 26vw;
  height: 25vw;
  position: absolute;
  bottom: -45px;
  right: -4vw;
  background: url("../../assets/img/top/img02_sec02.png") right bottom no-repeat;
  background-size: contain;
}
#sec02_inner .section_contents .info_box_02 .info_list li {
  background-color: #FFF;
  text-align: center;
  padding: 5px 12px;
}
#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;
  background-size: 130% auto;
  font-size: 0.875rem;
  /*14px*/
  padding: 0.4em 0;
  font-weight: bold;
  max-width: 47vw;
  margin: 0 auto;
}
#sec02_inner .section_contents .info_box_02 .info_list li .day {
  color: #313131;
  padding: 0.5em 0;
}
#sec02_inner .section_contents .info_box_02 .info_list li .time {
  color: #000;
  padding: 0.5em 0;
  font-size: 0.95rem;
}

#sec02_inner .btn_area {
  padding-top: 10px;
}

/*#sec02-------------------------------ここまで*/
/*#sec03-------------------------------ここから*/
#sec03_inner {
  padding: 45px 0;
  background: url("../../assets/img/top/bg_sec03.png") left top repeat;
  overflow: hidden;
}
#sec03_inner .ttl_01 {
  background: none;
}
#sec03_inner .ttl_01 strong {
  color: #f88f65;
  font-weight: 400;
  font-size: 1.3rem;
  /*18px*/
  letter-spacing: 0.08em;
}
#sec03_inner .ttl_01 strong span {
  display: inline;
  font-size: 1.95rem;
  /*25px*/
}
#sec03_inner .ttl_01 .en {
  color: #f88f65;
}
#sec03_inner .section_contents {
  padding-top: 6px;
  width: 100%;
}
#sec03_inner .sec03_list {
  display: block;
}
#sec03_inner .sec03_list .slick-track {
  display: flex;
}
#sec03_inner .sec03_list li {
  box-sizing: border-box;
  background-color: #FFF;
  width: 64vw;
  padding: 20px 5vw 20px;
  text-align: center;
  margin: 0 9px;
  border-radius: 8px;
  height: 123vw;
}
#sec03_inner .sec03_list li + li {
  margin-left: 2px;
}
#sec03_inner .sec03_list li .img {
  min-height: 50vw;
  padding-left: 1vw;
  width: 83%;
  margin: 6px auto 0;
}
#sec03_inner .sec03_list li h3 {
  font-size: 1.25rem;
  /*17px*/
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  min-height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#sec03_inner .sec03_list li .txt {
  text-align: left;
  margin: 0 auto 18px;
  line-height: 1.66;
  font-size: 15px;
}
#sec03_inner .sec03_list li:nth-child(odd) .gray_btn {
  font-size: 0.8125rem;
  /*13px*/
  background-image: url(../../assets/img/top/arrow_sec03.png);
  background-size: 6px, 10px;
  background-position: 89%, 51%;
}
#sec03_inner .sec03_list li:nth-child(even) .gray_btn {
  font-size: 0.8125rem;
  /*13px*/
  background-image: url(../../assets/img/top/arrow_sec05.png);
  background-size: 6px, 10px;
  background-position: 89%, 51%;
}

/*#sec03-------------------------------ここまで*/
/*#sec04-------------------------------ここから*/
#sec04_inner {
  padding: 50px 0;
}
#sec04_inner .section_contents {
  padding-top: 40px;
  width: 100%;
}
#sec04_inner .sec04_list {
  margin-top: 40px;
}
#sec04_inner .sec04_list > li {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  background-color: #f3f7ff;
  box-sizing: border-box;
  width: 33.3%;
  padding: 4vw 1.1vw 4vw 1.6vw;
}
#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 .ico {
  min-height: 23vw;
  padding: 0 3.5vw 3vw;
  text-align: center;
}
#sec04_inner .sec04_list li .ico img {
  max-width: 100%;
}
#sec04_inner .sec04_list li .check_list {
  letter-spacing: 0;
}
#sec04_inner .sec04_list li .check_list li {
  padding-left: 1.15em;
  background-image: url(../../assets/img/top/check_sec04.png);
  background-size: 11px;
  background-position: left 3px;
  background-repeat: no-repeat;
  font-size: 0.8rem;
  letter-spacing: -0.5px;
  margin-left: 10px;
}
#sec04_inner .sec04_list li:nth-child(9) .check_list li span {
  font-size: 0.72rem;
}
#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 h3 {
  font-weight: 600;
  font-size: 0.9rem;
  /*12px*/
  text-align: center;
  color: #FFF;
  border-radius: 5px;
  background-color: #4a80ea;
  margin: 6px 0 5px;
  padding: 3px 0;
  width: 30vw;
}
#sec04_inner .sec04_list > li:nth-child(even) h3 {
  background-color: #f88f65;
}

/*#sec04-------------------------------ここまで*/
/*#sec05-------------------------------ここから*/
#sec05_inner {
  padding: 0 0 50px;
}
#sec05_inner .ttl_01 {
  background: none;
}
#sec05_inner .section_contents {
  padding-top: 0;
}
#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: 31.5%;
  border-radius: 8px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url("../../assets/img/top/arrow_sec02.png") #f3f7ff no-repeat;
  background-position: 94%, 51%;
  background-size: 8px, auto;
  padding: 0 2% 0 0;
}
#sec05_inner .sec05_list > li:hover {
  opacity: 0.7;
}
#sec05_inner .sec05_list > li.ft_s {
  font-size: 0.75rem;
  /*12px*/
  letter-spacing: 0;
}
#sec05_inner .sec05_list > li a {
  display: block;
  padding: 7px 10px;
}

/*#sec05-------------------------------ここまで*/
/*#sec06-------------------------------ここから*/
#sec06_inner {
  padding: 45px 0;
  background-color: #f3f7ff;
}
#sec06_inner .ttl_01 {
  background: none;
}
#sec06_inner .section_contents {
  padding-top: 10px;
  display: block;
}
#sec06_inner .img_box {
  width: 57vw;
  margin: 0 auto;
}
#sec06_inner .img_box .name {
  text-align: center;
  margin-top: 0.6em;
}
#sec06_inner .txt_box {
  width: 100%;
  margin-top: 25px;
}
#sec06_inner .txt_box h3 {
  font-size: 1.1rem;
  /*14px*/
  font-weight: bold;
  background: url("../../assets/img/top/bg_sec06.png") left bottom no-repeat;
  background-size: contain;
  padding-bottom: 8px;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0;
}
#sec06_inner .txt_box p {
  line-height: 1.875;
  font-size: 0.95rem;
  /*12px*/
}
#sec06_inner .txt_box p + p {
  margin-top: 1.5em;
}

/*#sec06-------------------------------ここまで*/
/*#sec07-------------------------------ここから*/
#sec07_inner {
  padding: 48px 0 0;
}
#sec07_inner .ttl_01 {
  padding-bottom: 1em;
}
#sec07_inner .ttl_01 .sub {
  font-size: 0.95rem;
  /*13px*/
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.2em;
}
#sec07_inner .section_contents {
  padding: 20px 0 50px;
}
#sec07_inner .section_contents p.center {
  color: #2d1d01;
  text-align: left;
}
#sec07_inner .sec07_slide {
  position: relative;
  margin-top: 20vw;
}
#sec07_inner .sec07_slide:before {
  content: "";
  width: 39vw;
  height: 21vw;
  background: url("../../assets/img/top/img_sec07_sp.png") right bottom no-repeat;
  background-size: contain;
  position: absolute;
  top: -18vw;
  right: -6vw;
  z-index: 2000;
}
#sec07_inner .sec07_slide:after {
  content: "";
  width: 34vw;
  height: 28vw;
  background: url("../../assets/img/top/img02_sec07_sp.png") left bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -14vw;
  left: -6vw;
  z-index: 2000;
}
#sec07_inner .sec07_slide img {
  max-width: 100%;
}
#sec07_inner .sec07_slide img.pc {
  display: none !important;
}

#sec07_inner .sec07_slide .slick-prev, #sec07_inner .sec07_slide .slick-next {
  width: 18px;
  height: 29px;
  z-index: 9999;
}

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

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

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

#sec07_inner .sec07_slide .slick-dots li {
  margin: 0;
  width: 1.2em;
}
#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-list {
  overflow-x: hidden;
}

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

/*#sec07-------------------------------ここまで*/
/*#sec08-------------------------------ここから*/
#sec08_inner {
  padding: 50px 0;
  background: url("../../assets/img/top/bg_sec08.png") left top repeat;
}
#sec08_inner .ttl_01 {
  padding-bottom: 0.8em;
}
#sec08_inner .section_contents {
  padding-top: 20px;
}
#sec08_inner .sec08_list {
  background-color: #FFF;
  padding: 0.7em 1em;
}
#sec08_inner .sec08_list li {
  padding: 0.8em 4px;
}
#sec08_inner .sec08_list li + li {
  border-top: 1px solid #d4e1ff;
}
#sec08_inner .sec08_list li .tag {
  font-size: 0.8125rem;
  /*13px*/
  color: #FFF;
  background-color: #4a80ea;
  padding: 0.1em 0.8em;
  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 {
  color: #2d1d01;
  padding-top: 0.6em;
}
#sec08_inner .btn_area {
  padding-top: 20px;
}

/*#sec08-------------------------------ここまで*/
/*コロナのお知らせ
---------------------------------------------------------*/
.corona_news {
  padding: 1em 1% 1em 5%;
  text-align: left;
  margin: 0 auto;
  width: 94%;
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(90, 57, 50, 0.3);
}

@media only screen and (max-width: 360px) {
  .corona_news {
    font-size: 85%;
  }
}
.corona_news .scl_inbox {
  min-height: 350px;
  height: 50vh;
  overflow: auto;
}

.corona_news .scl_inbox {
  padding-right: 5%;
}

.corona_news .title {
  text-align: center;
  font-size: 120%;
  color: #2f53a2;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
}

.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 1em;
  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: 6%;
  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;
}

/*#ポップアップ-------------------------------ここまで*/
