@charset "UTF-8";
/* CSS Document */
.header-content_pc {
  opacity: 0;
}
/*トップ*/
.section-top {
  background-color: #6E6E6E;
  position: relative;
}
@keyframes slidefadeZoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-top .swiper-slide-active .swiper-img, .swiper-top .swiper-slide-duplicate-active .swiper-img, .swiper-top .swiper-slide-prev .swiper-img {
  animation: slidefadeZoom 7s linear 0s normal both;
}
.swiper-container.swiper-top {
  width: 100%;
  height: 530px;
  position: relative;
  z-index: 0;
}
.swiper-top .swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
}
.swiper-top .swiper-img {
  height: 530px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
}
.swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top-phrase {
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  color: #fff;
  font-family: 'Zen Maru Gothic', serif;
  font-size: 2.8rem;
  font-weight: 500;
  top: 50%;
  letter-spacing: 0.1rem;
  line-height: 4.5rem;
}
.news_latest-PC {
  display: none;
}
.section-top::after {
  position: absolute;
  content: "";
  background-image: url(../images/wave_long.svg);
  left: 0;
  background-repeat: repeat-x;
  height: 17px;
  background-position: center;
  width: 100%;
  bottom: -1px;
  background-size: 1200px;
}
.top-illust {
  display: none;
}
/*トップ(タブレット)*/
@media(min-width:600px) {
  .top-phrase {
    padding: 0 70px;
    font-size: 3.2rem;
    top: 50%;
  }
  .swiper-container.swiper-top {
  width: 100%;
  height: 700px;
  position: relative;
  z-index: 0;
}
.swiper-top .swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
}
.swiper-top .swiper-img {
  height: 700px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
}
  .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left 50% top 25%;
}
}
/*トップ(PC)*/
@media(min-width:1000px) {
  .swiper-container.swiper-top {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
  }
  .swiper-top .swiper-slide {
    overflow: hidden;
    backface-visibility: hidden;
    height: 100vh;
  }
  .swiper-top .swiper-img {
    height: 100vh;
    object-fit: cover;
    object-position: center;
  }
  .swiper-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .top-content-wrapper {
    width: 100%;
    max-width: 1420px;
    padding: 0 110px;
    margin: 0 auto;
    height: auto;
  }
  .top-phrase {
    font-size: 3.8rem;
    top: 55%;
    line-height: 1.75;
    padding: 0;
    opacity: 0;
  }
  .section-top::after {
    height: 27px;
    background-position: center;
    width: 100%;
    bottom: -5px;
    background-size: 1500px;
  }
  .top-illust {
    display: block;
  }
  .top-illust_left {
    width: 11vw;
    max-width: 160px;
    position: absolute;
    left: 3%;
    bottom: -2%;
    z-index: 10;
  }
  .top-illust_left img, .top-illust_right img {
    object-fit: contain;
    width: 100%;
  }
  .top-illust_right {
    width: 8vw;
    max-width: 100px;
    position: absolute;
    right: 3%;
    bottom: -2%;
    z-index: 10;
  }
  .news_latest-PC {
    opacity: 0;
    position: absolute;
    bottom: 8%;
    right: 12%;
    transition: all .3s;
    width: 440px;
    max-width: none;
    border: solid 1px #fff;
    color: #fff;
    line-height: 1.3;
    border-radius: 50px;
    padding: 5px 10px 5px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #news-text-PC {
    overflow: hidden;
    max-width: 300px;
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-left: solid 1.5px #fff;
    transition: .3s;
  }
  .news_latest-PC h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    flex-shrink: 0;
    margin-right: 20px;
    letter-spacing: 0;
  }
  #news-text-PC p {
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #news-text-PC:hover {
    color: rgba(255, 255, 255, 0.65);
  }
  #news-text-PC time {
    font-size: 1.4rem;
    margin-right: 20px;
    letter-spacing: 0.1rem;
  }
  .news-text-else_PC {
    max-width: 300px;
    padding-left: 20px;
    border-left: solid 1.5px #fff;
    font-size: 1.4rem;
  }
  _::-webkit-full-page-media, _:future, :root .news_latest-PC {
    opacity: 0;
    position: absolute;
    bottom: 8%;
    right: 12%;
    transition: all .3s;
    width: 440px;
    max-width: none;
    border: solid 1px #fff;
    color: #fff;
    line-height: 1.3;
    border-radius: 50px;
    padding: 5px 10px 5px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
}
/*タイトル*/
.section-title {
  position: relative;
  width: 100%;
  height: auto;
}
.title-logo {
  width: 225px;
  height: auto;
  margin: -95px auto 35px;
  transition: .3s;
}
.title-illust_left {
  width: 20vw;
  position: absolute;
  left: -8px;
  top: 62px;
  transition: .3s;
}
.title-illust_left img {
  object-fit: cover;
  width: 100%;
}
.title-illust_right {
  width: 15vw;
  position: absolute;
  right: -6px;
  top: 50px;
  transition: .3s;
}
.title-illust_right img {
  object-fit: cover;
  width: 100%;
}
/*タイトル（タブレット）*/
@media(min-width:600px) {
  .title-logo {
    width: 290px;
    height: auto;
    margin: -120px auto 45px;
  }
  .title-illust_left {
    width: 18vw;
    position: absolute;
    left: -6px;
    top: 74px;
  }
  .title-illust_left img {
    object-fit: cover;
    width: 100%;
  }
  .title-illust_right {
    width: 13vw;
    position: absolute;
    right: 12px;
    top: 56px;
  }
  .title-illust_right img {
    object-fit: cover;
    width: 100%;
  }
}
/*タイトル（PC）*/
@media(min-width:1000px) {
  .section-title {
    display: none;
  }
}
/*最新のお知らせ*/
.section-news_latest {
  padding: 0 10px;
  margin-bottom: 60px;
}
.news_latest-content {
  max-width: 480px;
  background-color: #fff;
  border: solid 1px #DBC8AD;
  border-radius: 50px;
  padding: 10px 15px 10px 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.4rem;
}
.news_latest-content h2 {
  font-size: 1.4rem;
  font-weight: 500;
  flex-shrink: 0;
  margin-right: 13px;
letter-spacing: 0rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
#news-text {
  position: relative;
  overflow: hidden;
  max-width: 240px;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border-left: solid 1px #DBC8AD;
  transition: .3s;
}
#news-text p {
  font-size: 1.4rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#news-text time {
  margin-right: 10px;
    letter-spacing: 0.1rem;
}
#news-text:hover {
  color: #c5a477;
}
.news-text-else {
  position: relative;
  max-width: 240px;
  padding-left: 15px;
  border-left: solid 1px #DBC8AD;
  font-size: 1.4rem;
}
@media(min-width:420px) {
  .news_latest-content {
    max-width: 480px;
    padding: 10px 35px 10px 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .section-news_latest {
    padding: 0 20px;
  }
  #news-text {
    position: relative;
    overflow: hidden;
    max-width: 300px;
    padding-left: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-left: solid 1px #DBC8AD;
    transition: .3s;
  }
  #news-text p {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-text-else {
    max-width: 300px;
    padding-left: 15px;
    border-left: solid 1px #DBC8AD;
  }
}
/*最新のお知らせ（PC）*/
@media(min-width:1000px) {
  .section-news_latest {
    display: none;
  }
}
/*ペット整体とは*/
.section-about {
  padding-bottom: 50px;
}
.about-visual {
  width: 85vw;
  aspect-ratio: 16/9;
  border-radius: 100px 0 0 20px;
  margin: 0 0 35px auto;
  transition: all .3s;
  overflow: hidden;
}
.about-visual img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.about-text {
  max-width: 500px;
  margin: 0 auto;
}
.heading-what {
  text-align: left;
  padding: 0 20px;
  margin-bottom: 15px;
  letter-spacing: 0.1rem;
}
.h-color-change {
  color: #E57C44;
}
.section-about p {
  padding: 0 20px;
  text-align: justify;
  margin-bottom: 15px;
}
/*ペット整体とは（タブレット）*/
@media(min-width:600px) {
  .section-about {
    padding-bottom: 60px;
  }
  .about-visual {
    content: "";
    width: 75vw;
    aspect-ratio: 2/1;
    max-width: 720px;
    background-color: cadetblue;
    border-radius: 140px 0 0 20px;
    margin: 0 0 50px auto;
    transition: all .3s;
  }
  .about-text {
    padding: 0 70px;
    max-width: 860px;
    margin: 0 auto;
  }
  .heading-what {
    padding: 0;
    margin-bottom: 20px;
  }
  .section-about p {
    padding: 0;
    text-align: justify;
    margin-bottom: 15px;
  }
}
/*ペット整体とは（PC）*/
@media(min-width:1000px) {
  .section-about {
    padding: 120px 0;
  }
  .about-content {
    display: flex;
    flex-direction: row-reverse;
    padding-left: 110px;
  }
  .about-visual {
    width: 47vw;
    aspect-ratio: auto;
    max-height: 600px;
    background-color: cadetblue;
    border-radius: 20px 0 0 20px;
    margin: 0;
    padding: 0;
  }
  .about-text {
    display: flex;
    width: 45%;
    flex-direction: column;
    justify-content: center;
    margin-right: 60px;
    padding: 0;
  }
  .heading-what {
    padding: 0;
    margin-bottom: 20px;
  }
  .heading-what span {
    display: inline-block;
  }
  .section-about p {
    padding: 0;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media(min-width:1300px) {
  .about-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .about-text {
    display: flex;
    width: 45%;
    flex-direction: column;
    justify-content: center;
    margin-right: 60px;
    padding: 0;
  }
  .about-visual {
    border-radius: 20px;
    width: 53%;
  }
}
/*例えばこんな時*/
.section-example {
  padding: 0 20px 50px;
  text-align: center;
}
.example-content {
  position: relative;
}
.title-example {
  margin: 0 auto 30px;
  max-width: 320px;
}
.title-example img {
  width: 100%;
  object-fit: cover;
}
.heading-example span {
  display: inline-block;
  white-space: nowrap;
}
.about-illust-1 img, .about-illust-2 img, .about-illust-3 img, .about-illust-4 img {
  width: 100%;
  object-fit: contain;
}
.about-illust-1 {
  display: none;
}
.about-illust-2 {
  display: none;
}
.section-example ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.section-example li {
  text-align: center;
  display: flex;
  flex-direction: column;
  max-width: 235px;
  align-items: center;
  margin-bottom: 30px;
}
.section-example li:nth-of-type(2) {
  margin-bottom: 20px;
}
.example-illust {
  max-width: 200px;
}
.example-text {
  position: relative;
  text-align: center;
  margin: 0 auto 40px;
}
.example-text p {
  text-align: center;
}
.example-text span {
  display: inline-block;
  white-space: nowrap;
}
.about-illust-3 {
  width: 13vw;
  position: absolute;
  left: -1%;
  bottom: 1%;
  max-width: 50px;
}
.about-illust-4 {
  width: 17vw;
  position: absolute;
  right: -6%;
  bottom: 0%;
  max-width: 80px;
}
@media(min-width:480px) {
  .about-illust-1 {
    position: absolute;
    display: block;
    width: 12vw;
    max-width: 90px;
    left: -2%;
    top: 0%;
    transform: scale(-1, 1);
  }
  .about-illust-2 {
    position: absolute;
    display: block;
    width: 13vw;
    max-width: 90px;
    right: -2%;
    top: -1%;
  }
}
/*例えばこんな時（タブレット）*/
@media(min-width:600px) {
  .section-example {
    padding: 0 70px 70px;
  }
  .title-example {
    margin: 0 auto 30px;
  }
  .example-content {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
  }
  .about-illust-1 {
    width: 12vw;
    max-width: 90px;
    left: -6%;
    top: -3%;
    transform: scale(-1, 1);
  }
  .about-illust-2 {
    width: 13vw;
    max-width: 90px;
    right: -6%;
    top: -1%;
  }
  .section-example li {
    margin-bottom: 30px;
  }
  .section-example li:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .example-illust {
    max-width: 200px;
  }
  .example-text {
    text-align: center;
    margin: 0 auto 40px;
  }
  .example-text p {
    text-align: center;
  }
  .about-illust-3 {
    width: 10vw;
    position: absolute;
    left: -6%;
    bottom: 1%;
    max-width: 70px;
  }
  .about-illust-4 {
    width: 15vw;
    position: absolute;
    right: -8%;
    bottom: -1%;
    max-width: 100px;
  }
}
/*例えばこんな時（PC）*/
@media(min-width:1000px) {
  .section-example {
    padding: 0 110px 90px;
  }
  .example-content {
    max-width: 1000px;
    margin: 0 auto;
  }
  .title-example {
    margin: 0 auto 40px;
    max-width: 480px;
  }
  .about-illust-1 {
    width: 11vw;
    max-width: 110px;
    left: -3%;
    top: -5%;
    transform: scale(-1, 1);
  }
  .about-illust-2 {
    width: 10vw;
    max-width: 100px;
    right: 0%;
    top: 0%;
  }
  .section-example ul {
    max-width: 1000px;
    margin: 0 auto 50px;
    justify-content: space-evenly;
  }
  .section-example li {
    max-width: 220px;
    margin-bottom: 0px;
  }
  .section-example li:nth-of-type(2) {
    margin-bottom: 0px;
  }
  .example-illust {
    max-width: 240px;
  }
  .example-text {
    text-align: center;
    margin: 0 auto 45px;
  }
  .example-text p {
    text-align: center;
  }
  .example-text br {
    display: none;
  }
  .example-text span {
    display: inline-block;
    white-space: normal;
  }
  .about-illust-3 {
    width: 7vw;
    max-width: 80px;
    left: -5%;
    bottom: 2%;
  }
  .about-illust-4 {
    width: 10vw;
    max-width: 120px;
    right: -5%;
    bottom: 0%;
  }
}
/*施術について*/
.section-treatment {
  padding-top: 60px;
  background-image: url("../images/BG_green02.jpg");
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}
.section-treatment::before {
  position: absolute;
  content: "";
  background-image: url(../images/wave_long.svg);
  left: 0;
  transform: scale(1, -1);
  background-repeat: repeat-x;
  height: 17px;
  background-position: center;
  width: 100%;
  top: -1px;
  background-size: 1200px;
}
.section-treatment h2 {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 20px;
}
.section-treatment p {
  color: #fff;
  padding: 0 20px;
  max-width: 500px;
  margin: 0 auto 30px;
}
.section-treatment ul {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-evenly;
}
.section-treatment li {
  border-radius: 15px;
  background-color: #c0e035;
  width: 40vw;
  aspect-ratio: 1/1;
  max-width: 200px;
  position: relative;
  transition: .4s;
}
.treatment-link-illust {
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-treatment li:hover {
  background-color: #D1E847;
}
.treatment-visual {
  width: 100%;
  aspect-ratio: 2/1;
  background-color: cadetblue;
  overflow: hidden;
}
.treatment-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1)
}
.section-treatment::after {
  position: absolute;
  content: "";
  background-image: url(../images/wave_long.svg);
  left: 0;
  background-repeat: repeat-x;
  height: 17px;
  background-position: center;
  width: 100%;
  bottom: -2px;
  background-size: 1200px;
}
/*施術について（タブレット）*/
@media(min-width:600px) {
  .section-treatment {
    padding-top: 80px;
  }
  .section-treatment h2 {
    margin-bottom: 20px;
    padding: 0;
  }
  .section-treatment p {
    max-width: 860px;
    padding: 0 70px;
    margin: 0 auto 45px;
  }
  .section-treatment ul {
    margin: 0 auto 60px;
    max-width: 600px;
    justify-content: center;
  }
  .section-treatment li {
    border-radius: 20px;
    width: 30vw;
    max-width: 400px;
    margin: 0 40px;
    position: relative;
    transition: .4s;
  }
  .treatment-link-illust {
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section-treatment li:hover {
    background-color: #D1E847;
  }
}
/*施術について（PC）*/
@media(min-width:1000px) {
  .section-treatment {
    padding-top: 100px;
  }
  .section-treatment::before {
    top: -5px;
    height: 27px;
    background-size: 1500px;
  }
  .section-treatment h2 {
    margin-bottom: 30px;
    padding: 0 110px;
  }
  .section-treatment p {
    max-width: 1220px;
    padding: 0 110px;
    margin: 0 auto 40px;
  }
  .section-treatment ul {
    margin: 0 auto 100px;
    max-width: 960px;
  }
  .section-treatment li {
    max-width: none;
    max-height: none;
    width: 280px;
    aspect-ratio: 1/1;
    margin: 0 45px;
  }
  .treatment-visual {
    width: 100%;
    height: 600px;
    overflow: hidden;
  }
  .treatment-visual img{
    object-position: left 50% top 15%;
  }
  .section-treatment::after {
    bottom: -5px;
    height: 27px;
    background-size: 1500px;
  }
}
/*よくある質問*/
.section-faq {
  padding: 50px 20px 60px;
}
.faq-heading, .faq-lower {
  position: relative;
}
.faq-illust1 {
  position: absolute;
  width: 10vw;
  left: 1%;
  top: auto;
  bottom: -20%;
  z-index: 10;
  max-width: 46px;
}
.faq-illust2 {
  width: 11vw;
  position: absolute;
  right: 0%;
  bottom: -20%;
  z-index: 10;
  max-width: 50px;
}
.faq-illust1 img, .faq-illust2 img, .faq-illust3 img, .faq-illust4 img {
  width: 100%;
  object-fit: contain;
}
.section-faq h2 {
  margin-bottom: 30px;
  position: relative;
  z-index: 100;
}
.faq-content {
  position: relative;
  z-index: 100;
  max-width: 460px;
  margin: 0 auto 40px;
}
.faq-content li {
  background-color: #fff;
  border: dotted 2px #DBC8AD;
  border-radius: 15px;
  margin-bottom: 20px;
  z-index: 0;
}
.question {
  padding: 25px 20px;
  position: relative;
}
.answer {
  display: none;
  padding: 0 40px 20px 20px;
}
.question, .answer-heading {
  display: flex;
  align-items: flex-start;
}
.answer-heading {
  margin-bottom: 8px;
}
.question h3 {
  font-weight: 500;
  font-size: 1.6rem;
  font-family: 'Zen Maru Gothic', serif;
  padding: 0 20px 0 10px;
  transition: all .5s ease;
  cursor: pointer;
}
.answer h3 {
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 500;
  font-size: 1.6rem;
  padding-left: 10px;
}
.question h3::before, .question h3::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  background-color: #DBC8AD;
}
.question h3::before {
  right: 25px;
  top: 48%;
  transform: rotate(0deg);
  transition: all .3s ease;
  border-radius: 5px;
}
.question h3::after {
  right: 25px;
  top: 48%;
  transition: all .3s ease;
  transform: rotate(90deg);
  border-radius: 5px;
}
.question.close h3::before {
  transform: rotate(45deg);
}
.question.close h3::after {
  transform: rotate(-45deg);
}
.icon-question {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.answer-discription {
  margin-left: 40px;
  text-align: justify;
}
.faq-illust3 {
  position: absolute;
  width: 16vw;
  left: -6%;
  bottom: 4%;
  z-index: 10;
  max-width: 76px;
}
.faq-illust4 {
  width: 15vw;
  position: absolute;
  right: -4%;
  bottom: -12%;
  z-index: 10;
  max-width: 80px;
}
/*よくある質問（タブレット）*/
@media(min-width:600px) {
  .section-faq {
    padding: 70px 70px 80px;
  }
  .faq-illust1 {
    position: absolute;
    width: 6vw;
    left: 1%;
    top: auto;
    bottom: 0%;
    z-index: 10;
    max-width: 60px;
  }
  .faq-illust2 {
    width: 7vw;
    position: absolute;
    right: 1%;
    bottom: -40%;
    z-index: 10;
    max-width: 60px;
  }
  .faq-illust3 {
    position: absolute;
    width: 10vw;
    left: -7%;
    bottom: -40%;
    z-index: 10;
    max-width: 100px;
  }
  .faq-illust4 {
    width: 11vw;
    position: absolute;
    right: -9%;
    bottom: -10%;
    z-index: 10;
    max-width: 80px;
  }
  .section-faq h2 {
    margin-bottom: 30px;
  }
  .faq-content {
    max-width: 640px;
    margin: 0 auto;
  }
  .faq-content li {
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .faq-content li:last-of-type {
    margin-bottom: 40px;
  }
  .question {
    padding: 30px 30px;
    position: relative;
  }
  .answer {
    display: none;
    padding: 0 50px 30px 30px;
  }
  .answer-heading {
    margin-bottom: 16px;
  }
  .question h3 {
    font-size: 1.8rem;
    padding: 0 30px 0 15px;
    transition: all .5s ease;
    cursor: pointer;
  }
  .answer h3 {
    font-size: 1.8rem;
    padding-left: 15px;
  }
  .answer-discription {
    margin-left: 45px;
    text-align: justify;
  }
  .question h3::before {
    right: 30px;
  }
  .question h3::after {
    right: 30px;
  }
}
/*よくある質問（PC）*/
@media(min-width:1000px) {
  .section-faq {
    padding: 100px 110px;
  }
  .faq-heading, .faq-lower {
    margin: 0 auto;
    max-width: 800px;
  }
  .faq-illust1 {
    position: absolute;
    width: 8vw;
    left: -10%;
    bottom: -10%;
    z-index: 10;
    max-width: 70px;
  }
  .faq-illust2 {
    width: 13vw;
    position: absolute;
    right: -12%;
    top: 30%;
    bottom: auto;
    z-index: 10;
    max-width: 70px;
  }
  .faq-illust3 {
    position: absolute;
    width: 12vw;
    left: -14%;
    bottom: -40%;
    z-index: 10;
    max-width: 100px;
  }
  .faq-illust4 {
    width: 12vw;
    position: absolute;
    right: -14%;
    bottom: -20%;
    z-index: 10;
    max-width: 100px;
  }
  .section-faq h2 {
    margin-bottom: 40px;
  }
  .faq-content {
    max-width: 800px;
    margin: 0 auto;
  }
  .faq-content li {
    border-radius: 20px;
    margin-bottom: 45px;
  }
  .faq-content li:last-of-type {
    margin-bottom: 50px;
  }
  .icon-question {
    width: 35px;
    height: 35px;
  }
  .question {
    padding: 35px;
    position: relative;
  }
  .answer {
    display: none;
    padding: 0 65px 35px 35px;
  }
  .answer-heading {
    margin-bottom: 10px;
  }
  .question h3 {
    font-size: 2.0rem;
    padding: 0 30px 0 15px;
    transition: all .5s ease;
    cursor: pointer;
  }
  .answer h3 {
    font-size: 2.0rem;
    padding-left: 15px;
  }
  .answer-discription {
    margin-left: 50px;
  }
  .question h3::before, .question h3::after {
    width: 24px;
    height: 4px;
  }
  .question h3::before {
    right: 35px;
  }
  .question h3::after {
    right: 35px;
  }
}
/*お問い合わせ*/
.section-contact {
  padding: 60px 20px;
  background-image: url("../images/BG_green03.jpg");
  background: no-repeat cover;
}
.contact-content {
  background-color: #fff;
  padding: 30px 25px;
  text-align: center;
  border-radius: 15px;
  max-width: 460px;
  margin: 0 auto;
}
.contact-illust {
  width: 60px;
  margin: 0 auto 15px;
}
.contact-illust img {
  width: 100%;
  object-fit: contain;
}
.contact-content h2 {
  margin-bottom: 10px;
}
.contact-discription {
  margin-bottom: 20px;
}
.contact-mail {
  margin: 0 auto 15px;
  max-width: 320px;
}
.contact-line {
  margin: 0 auto 5px;
  max-width: 320px;
}
.contact-mail a, .contact-line a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 500;
  background-color: #85C16C;
  color: #fff;
  padding: 15px 0px;
  border-radius: 50px;
  transition: .4s;
}
.contact-mail a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/icon_mail.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
    margin: 3px 8px 0 0;
}
.contact-line a::before {
content: "";
    width: 26px;
    height: 26px;
    background-image: url(../images/icon_chat.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 2px 7px 0 0;
}
.contact-mail a:hover, .contact-line a:hover {
  background-color: #abd91d;
}
/*お問い合わせ（タブレット）*/
@media(min-width:600px) {
  .section-contact {
    padding: 80px 70px;
  }
  .contact-content {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px 50px;
    border-radius: 20px;
  }
  .contact-illust {
    width: 65px;
    margin: 0 auto 20px;
  }
  .contact-content h2 {
    margin-bottom: 8px;
  }
  .contact-discription {
    margin-bottom: 25px;
  }
  .contact-mail {
    margin: 0 auto 20px;
  }
  .contact-line {
    margin: 0 auto 10px;
  }
}
/*お問い合わせ（PC）*/
@media(min-width:1000px) {
  .section-contact {
    padding: 100px 110px;
  }
  .contact-content {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    padding: 70px;
    border-radius: 20px;
  }
  .contact-illust {
    width: 100px;
    margin: 0 auto 25px;
  }
  .contact-content h2 {
    margin-bottom: 10px;
  }
  .contact-discription {
    margin-bottom: 30px;
  }
  .contact-links {
    display: flex;
    max-width: 800px;
    justify-content: space-evenly;
    margin: 0 auto;
  }
  .contact-mail a, .contact-line a {
    padding: 18px 0px;
    border-radius: 50px;
  }
  .contact-mail {
    width: 360px;
    margin: 0 20px 0;
  }
  .contact-line {
    width: 360px;
    margin: 0 20px;
  }
  .contact-line p {
    margin-top: 5px;
  }
}
/*お知らせ*/
.section-news {
  padding: 60px 20px 35px;
}
.news-content {
  padding: 30px;
  border: dotted 2.5px #DBC8AD;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}
.news-content h2 {
  margin-bottom: 20px;
}
.news-list {
  margin-bottom: 30px;
}
.news-list li {
  padding: 20px 15px;
  border-bottom: dotted 2px #DBC8AD;
}
.news-list li a {
  display: flex;
  overflow: hidden;
  align-items: center;
  transition: all .3s;
}
.news-list li a:hover {
  color: #c5a477;
}
.news-list li:first-child {
  border-top: dotted 2px #DBC8AD;
}
.news-list p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list time {
  margin-right: 15px;
  flex-shrink: 0;
      letter-spacing: 0.1rem;
}
.news-list-else{
  padding: 20px 15px;
  border-top: dotted 2px #DBC8AD;
  border-bottom: dotted 2px #DBC8AD;
  text-align: center;
}
.news-illust {
  position: absolute;
  width: 19vw;
  left: -5%;
  bottom: -5%;
  max-width: 90px;
}
.news-illust img {
  width: 100%;
  object-fit: cover;
}
/*お知らせ（タブレット）*/
@media(min-width:600px) {
  .section-news {
    padding: 80px 70px 60px;
  }
  .news-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 50px 50px;
    border-radius: 20px;
  }
  .news-content h2 {
    margin-bottom: 30px;
  }
  .news-list {
    max-width: 600px;
    margin: 0 auto 40px;
  }
  .news-list li {
    padding: 25px 40px;
    border-bottom: dotted 2.5px #DBC8AD;
  }
  .news-list li a {
    justify-content: flex-start;
  }
  .news-list li:first-child {
    border-top: dotted 2.5px #DBC8AD;
  }
  .news-list p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-list time {
    margin-right: 50px;
    flex-shrink: 0;
  }
  .news-illust {
    width: 120px;
    left: -4%;
    bottom: -6%;
    max-width: none;
  }
}
/*お知らせ（PC）*/
@media(min-width:1000px) {
  .section-news {
    padding: 100px 110px 70px;
  }
  .news-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 110px 70px;
    border-radius: 20px;
    border: dotted 3px #DBC8AD;
  }
  .news-content h2 {
    margin-bottom: 30px;
  }
  .news-list {
    max-width: 800px;
    margin: 0 auto 50px;
  }
  .news-list li {
    padding: 30px 40px;
    border-bottom: dotted 3px #DBC8AD;
  }
  .news-list li:first-child {
    border-top: dotted 3px #DBC8AD;
  }
  .news-list time {
    margin-right: 70px;
  }
  .news-illust {
    width: 140px;
    left: -5%;
    bottom: -6%;
    max-width: none;
  }
}
/*スライドショー*/
.section-slideshow {
  padding: 35px 0 80px;
}
.swiper-container.swiper2 {
  width: 100vw;
  height: auto;
  overflow: hidden;
}
.swiper2 .swiper-slide {
  width: 180px !important;
  aspect-ratio: 1/1;
}
.swiper2 .swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper2 .swiper-wrapper {
  transition-timing-function: linear !important;
}
/*スライドショー（タブレット）*/
@media(min-width:600px) {
  .section-slideshow {
    padding: 40px 0 100px;
  }
  .swiper2 .swiper-slide {
    width: 270px !important;
    aspect-ratio: 1/1;
  }
}
/*スライドショー（PC）*/
@media(min-width:1000px) {
  .section-slideshow {
    padding: 70px 0 160px;
  }
  .swiper2 .swiper-slide {
    width: 400px !important;
    aspect-ratio: 1/1;
  }
}