body {
  color: #202020;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #202020;
}

li {
  list-style: none;
}

.inner {
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
}

.header {
  margin-top: 50px;
  position: relative;
}

.header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}

.header__inner .nav {
  position: relative;
  margin-right: 40px;
}

.header__inner .nav__contact {
  align-items: center;
  background-color: #00a6e3;
  border-radius: 50px;
  color: #fff;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: bold;
}

.header__inner .nav__contact:hover {
  opacity: 0.6;
}

.header__inner .nav__icon {
  left: 14px;
  right: auto;
  background-color: #fff;
  border-radius: 50px;
  padding: 7px;
}

.header__inner .nav__text {
  padding-left: 10px;
}

.header__inner .nav__mail {
  vertical-align: middle;
  margin-bottom: 3px;
}

.header__inner .nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header__inner .nav ul li {
  margin-left: 40px;
}

.header__inner .nav ul li .hover {
  font-size: 18px;
  font-weight: bold;
}

.header__inner .nav ul li .hover:hover {
  color: #00a6e3;
}

.header__icon {
  margin-left: 70px;
  z-index: 5;
}

.hamburger {
  display: none;
}

.hamburger nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #00a6e3;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: 0.5s;
  z-index: 100;
}

.hamburger nav .inner {
  padding: 50px 25px 0;
}

.hamburger nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hamburger nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px dashed #fff;
}

.hamburger nav .inner ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}

.hamburger nav .inner ul li a:hover {
  background: #e4e4e4;
}

.open nav {
  left: 0;
}

/*============
@keyframes
=============*/
@keyframes equalizer01 {
  0% {
    width: 70%;
  }
  10% {
    width: 50%;
  }
  20% {
    width: 100%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 100%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 70%;
  }
}

@keyframes equalizer02 {
  0% {
    width: 30%;
  }
  10% {
    width: 20%;
  }
  20% {
    width: 40%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 20%;
  }
  50% {
    width: 30%;
  }
  60% {
    width: 20%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 40%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 30%;
  }
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  width: 60px;
  height: 30px;
  transform: translate(0, 0);
  transition: all 0.5s;
  cursor: pointer;
  z-index: 10;
  position: fixed;
  right: 46px;
}

.toggle_btn span {
  display: block;
  position: absolute;
  right: 0;
  width: 30px;
  height: 4px;
  background-color: #00a6e3;
  border-radius: 5px;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 5px;
  width: 60px;
  animation: equalizer01 7000ms infinite;
}

.toggle_btn span:nth-child(2) {
  top: 15px;
  width: 30px;
  animation: equalizer02 5000ms infinite;
  animation-delay: 0.33s;
}

.toggle_btn span:nth-child(3) {
  top: 25px;
  width: 20px;
  animation: equalizer02 5000ms infinite;
}

.open .toggle_btn span {
  background-color: #00a6e3;
  width: 30px;
}

.open .toggle_btn span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
  animation: unset;
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
  animation: unset;
}

.open .toggle_btn span:nth-child(3) {
  transform: translate(0, -10px) rotate(45deg);
  animation: unset;
}

/*============
#mask
=============*/
#mask {
  display: none;
}

#mask.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
  transition: all 0.5s;
}

.hero {
  position: relative;
  top: -60px;
  margin: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 120%;
  padding-left: 280px;
}

.hero .slick-slide {
  border-radius: 100px 0 0 0;
  overflow: hidden;
  width: 900px;
  left: 0px;
  top: 0px;
  z-index: 999;
  opacity: 1;
}

.hero__catch {
  position: absolute;
  top: 285px;
  left: 342px;
  z-index: 2;
  font-size: 36px;
}

.hero__text {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 18px;
  padding: 4px 20px;
  letter-spacing: 0.04em;
}

.hero__text:last-child {
  margin-left: 40px;
}

.scrolldown {
  bottom: 152px;
}

.scrolldown span {
  position: absolute;
  left: 9.6%;
  bottom: 190px;
  color: #202020;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  font-size: 110%;
}

.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 9.6%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #eca3a4;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  z-index: 5;
}

.scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 3px;
  height: 150px;
  background: #707070;
  border-radius: 5px;
}

@keyframes circlemove {
  0% {
    bottom: 150px;
  }
  100% {
    bottom: -5px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.home__icon {
  width: 138px;
  height: auto;
  margin: 0 auto 30px;
  padding-top: 90px;
}

.home__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 0.9em;
  margin-bottom: 60px;
}

.home__sub-title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.home__sub-title::before {
  content: "";
  display: block;
  width: 85px;
  height: 5px;
  background-color: #00a6e3;
  position: absolute;
  bottom: -20px;
}

.home__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 56px;
}

.home__area::after {
  content: "";
  display: inline-block;
  background: url(../images/back_pink2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 800px;
  z-index: -1;
  width: 100%;
  height: 120%;
  background-position: right;
}

.home__imgarea {
  width: 490px;
}

.home__text {
  margin-top: 40px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 2.1em;
}

.home-about {
  margin-bottom: 100px;
}

.home-about::before {
  content: "";
  display: inline-block;
  background: url(../images/back_pink.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -460px;
  z-index: -1;
  width: 100%;
  height: 900px;
  background-position: left;
}

.home-info {
  background: url(../images/wave.svg) no-repeat;
  background-size: cover;
}

.home-info .inner {
  padding-top: 70px;
}

.home-news {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}

.home-question {
  position: relative;
  background-color: #ddf0fa;
  padding-bottom: 200px;
}

.home-question::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  height: 42px;
  background: linear-gradient(45deg, #ddf0fa 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(315deg, #ddf0fa 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 50px 50px;
}

.home-access {
  background: #fff;
  padding-bottom: 160px;
}

.home-contact {
  background-color: #ddf0fa;
  position: relative;
}

.home-contact::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  height: 42px;
  background: linear-gradient(45deg, #ddf0fa 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(315deg, #ddf0fa 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 50px 50px;
}

.card {
  background-color: #ddf0fa;
  padding-bottom: 80px;
}

.card__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
}

.card__inner2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
}

.card__inner2 .card__text {
  border-radius: 80px 0 0 80px;
}

.card__imgarea {
  width: 40%;
}

.card__imgarea img {
  height: 730px;
  object-fit: cover;
  object-position: 8% 100%;
  border-radius: 80px 0 0 80px;
}

.card__img-kobetsu {
  width: 40%;
}

.card__img-kobetsu img {
  height: 471px;
  object-fit: cover;
  object-position: 8% 100%;
  border-radius: 0 80px 80px 0;
}

.card__text {
  width: 40%;
  border-radius: 0 80px 80px 0;
  background-color: #fff;
  padding: 0 60px 0;
}

.card__text-kobetsu {
  width: 40%;
  border-radius: 80px 0 0 80px;
  background-color: #fff;
  padding: 0 60px 0;
}

.card__title {
  padding: 54px 0 40px;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.card__sub-title {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 30px;
}

.card__doc {
  color: #707070;
  line-height: 2;
  padding-bottom: 30px;
}

.card__table-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.card__time {
  background-color: #ddf0fa;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 80px;
  width: 80%;
  margin: -56px auto 0;
}

.card__time-kobetsu {
  margin: 56px 0;
}

.card__line {
  background: url(../images/bundoki.svg) repeat-x;
  background-color: #ddf0fa;
  height: 40px;
}

.card__line-back {
  background-color: #ddf0fa;
  display: block;
  height: 40px;
}

.card .marker {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f2e8a4 0%) repeat scroll 0 0;
}

.card__small th {
  padding: 30px;
}

table {
  border: 1px solid #00a6e3;
  border-spacing: 0;
}

table:nth-of-type(2) th {
  background-color: #ddf0fa;
  color: #202020;
  border: 1px solid #00a6e3;
}

table:nth-of-type(2) td {
  border: 1px solid #00a6e3;
}

table th {
  background-color: #00a6e3;
  color: #fff;
  font-weight: bold;
  padding: 18px;
}

table td {
  border: 1px solid #00a6e3;
  padding: 24px;
}

.table-center {
  margin: 0 62px;
}

.recom__title {
  color: #707070;
  font-weight: bold;
  margin-bottom: 12px;
}

.recom__ul {
  margin-bottom: 52px;
}

.recom__li {
  color: #00a6e3;
  margin-bottom: 10px;
}

.recom__li::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #00a6e3;
  border-radius: 50%;
  margin-right: 16px;
}

.news__inner {
  width: 70%;
  margin: 0 auto 80px;
  border: #00a6e3 solid 12px;
  border-radius: 30px;
}

.news__post {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  border-bottom: 1px dashed #707070;
  width: 75%;
  margin: 0 auto;
  padding: 16px 0;
}

.news__post:first-child {
  padding-top: 50px;
}

.news__post:last-child {
  padding-bottom: 50px;
  border-bottom: none;
}

.news__day {
  color: #707070;
  padding: 0 20px 0 70px;
}

.news__cat {
  background-color: #00a6e3;
  border-radius: 50px;
  color: #fff;
  padding: 8px 0;
  font-weight: bold;
  width: 100px;
  text-align: center;
}

.news__cat a {
  color: #fff;
}

.news__title {
  font-weight: bold;
  padding-left: 20px;
}

.news__link {
  text-align: center;
  padding-bottom: 120px;
}

.news__link .link {
  border: 2px solid;
  border-radius: 50px;
  padding: 22px 56px;
}

.news__link .link:hover {
  background-color: #00a6e3;
  color: #fff;
  border: 2px solid #00a6e3;
  transition: 0.5s;
}

.question__inner {
  width: 80%;
  margin: 0 auto;
}

.question__post {
  border-radius: 50px;
  padding: 54px 60px;
  background-color: #fff;
  margin-bottom: 40px;
}

.question__post:last-child {
  margin-bottom: 0;
}

.question__title {
  color: #00a6e3;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid;
  padding-bottom: 16px;
}

.question__answer {
  padding-top: 30px;
}

.question__table {
  padding-top: 30px;
}

.question__table table {
  width: 60%;
}

.access__inner {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.access__title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 28px;
}

.access__title::before {
  background-color: #00a6e3;
  border-radius: 5px;
  content: "";
  display: inline-block;
  height: 34px;
  margin-right: 18px;
  vertical-align: middle;
  width: 8px;
}

.access__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 20px;
}

.access__area {
  margin-left: 30px;
}

.googlemap {
  border: 4px solid #00a6e3;
  border-radius: 20px;
  width: 48%;
  height: 458px;
  margin-right: 30px;
}

.googlemap iframe {
  width: 100%;
  border-radius: 20px;
}

.tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #00a6e3;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  margin: 0 auto;
}

.tel__title {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

.tel__link {
  display: block;
  pointer-events: none;
}

.tel__icon {
  margin-right: 12px;
  width: 24px;
}

.tel__num {
  font-size: 24px;
  font-weight: bold;
}

.tel__icon-num {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.tel__info {
  color: #707070;
  font-size: 12px;
}

.tel__text {
  background-color: #fff;
  border-radius: 18px;
  padding: 16px 20px;
}

.tel__area {
  padding: 0 26px 0 10px;
}

.contact {
  text-align: center;
  padding-bottom: 170px;
}

.contact__text {
  line-height: 2;
  padding-bottom: 20px;
}

.contact__text:nth-of-type(3) {
  padding-top: 15px;
}

.contact__inner {
  width: 740px;
  margin: 0 auto;
  border-radius: 50px;
  padding: 36px 96px;
}

.line {
  width: 192px;
  margin: 0 auto;
}

.content__check {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 26px;
  border-bottom: 1px dashed #707070;
}

.content__check:nth-of-type(2) {
  padding-top: 26px;
}

.content__title {
  font-weight: bold;
  width: 200px;
  text-align: left;
}

.content__name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px dashed #707070;
}

.content__name input {
  border: 1px solid #707070;
  border-radius: 4px;
  height: 40px;
  width: 260px;
}

.content__tel-mail {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  padding-top: 26px;
}

.content__tel-mail .content__title {
  width: 154px;
}

.content__tel-mail input {
  border: 1px solid #707070;
  border-radius: 4px;
  height: 40px;
  width: 260px;
}

.content__com {
  color: #707070;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  padding: 7px 0 26px;
  border-bottom: 1px dashed #707070;
}

.content__textarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px dashed #707070;
}

.content__textarea textarea {
  border: 1px solid #707070;
  border-radius: 4px;
  height: 100px;
  width: 260px;
}

.required {
  font-size: 12px;
  color: #fff;
  background-color: #df1012;
  padding: 6px 8px;
  border-radius: 16px;
}

.required__none {
  visibility: hidden;
}

.required__either {
  margin-right: 41px;
}

.radiobox {
  text-align: -webkit-auto;
  margin-left: 50px;
}

.radiobox label {
  display: block;
  padding: 5px;
  cursor: pointer;
  pointer-events: auto;
  font-weight: bold;
}

.radiobox input {
  margin-right: 12px;
}

.submit_btn {
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 14px 28px;
  background-color: #00a6e3;
  transition: 0.3s;
  border: #00a6e3 1px solid;
  color: #fff;
  margin: 30px 0 64px;
}

.submit_btn:hover {
  border: #00a6e3 1px solid;
  background-color: #fff;
  color: #00a6e3;
}

.footer {
  background-color: #00a6e3;
}

.footer .inner {
  width: 740px;
  margin: 0 auto;
}

.footer__title {
  padding: 100px 0 30px;
  text-align: center;
  border-bottom: 1px dashed #fff;
}

.footer__title a {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}

.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px dashed #fff;
}

.footer__nav ul li {
  width: 186px;
}

.footer__nav ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 16px;
}

.footer__nav ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
}

.copyright {
  text-align: center;
  padding: 120px 0 40px;
}

.copyright small {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.header__icon-about {
  z-index: 5;
}

.main_visual {
  width: 100%;
  transform: scale(-1, 1);
  z-index: -1;
}

.main_visual img {
  position: relative;
  margin-top: -90px;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.main_visual .main_title {
  position: absolute;
  top: 35%;
  left: 46%;
  transform: translate(-50%, -50%) scale(-1, 1);
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.1em;
}

.bread {
  margin: 20px 0;
}

.bread .inner {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}

.bread__before {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.bread__text a:hover {
  border-bottom: 1px dashed #707070;
  padding-bottom: 7px;
}

.bread__before::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #00a6e3;
  border-radius: 50%;
  margin-right: 16px;
}

.bread__text {
  font-weight: bold;
}

.bread__after .bread__text:before {
  content: ">";
  padding: 0 15px;
  color: #00a6e3;
}

.about__news {
  padding: 130px 0 84px;
  background-color: #ddf0fa;
}

.about__news .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: top;
  width: 84%;
}

.about__news-page {
  width: 60%;
}

.about__news-area {
  background-color: #fff;
  border: 12px solid #00a6e3;
  border-radius: 30px;
  padding: 54px 62px 62px;
}

.about__cat-area {
  width: 30%;
}

.about__cat-title {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #00a6e3;
}

.about__cat-title img {
  width: 20%;
  margin: 0 15px 0 30px;
}

.about__cat-column {
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #00a6e3;
  margin-top: 28px;
}

.column {
  display: block;
  border-bottom: 1px dashed #707070;
  padding: 12px 0;
}

.column article {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}

.column__day {
  color: #707070;
  font-weight: bold;
  margin-right: 16px;
}

.column__cat {
  background-color: #00a6e3;
  border-radius: 50px;
  padding: 3px 8px;
}

.column__cat a {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.column__title {
  font-weight: bold;
  margin-left: 0;
  margin-top: 10px;
}

.cat-column {
  padding: 22px 34px;
}

.cat-column-link {
  font-weight: bold;
}

.cat-item {
  margin-bottom: 5px;
}

.cat-item::before {
  content: ">";
  padding-right: 10px;
  color: #00a6e3;
  font-weight: bold;
}

.cat-item a {
  font-weight: bold;
}

.page {
  margin-top: 50px;
}

.page-li {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4em;
  margin: 46px 0 30px;
}

.page__num-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.page-numbers {
  background-color: #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin: 0 3px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}

.page-numbers:hover {
  background-color: #00a6e3;
  color: #fff;
}

.page-next-page {
  text-align: center;
  margin-top: 30px;
}

.page-next-page a {
  font-weight: bold;
  margin: 0 14px 0;
}

.page-next-page a:hover {
  color: #707070;
  padding-bottom: 6pxf;
  border-bottom: 1px dashed #707070;
}

.current {
  background-color: #00a6e3;
  color: #fff;
}

.next,
.prev {
  display: none;
}

.nav-links {
  display: flex;
}

.post-title {
  font-size: 20px;
  padding-bottom: 6px;
}

.post-day {
  font-size: 12px;
  color: #707070;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1240px) {
  .scrolldown:before {
    left: 9.4%;
  }
}

@media only screen and (max-width: 1236px) {
  .hamburger {
    display: block;
    margin-right: 28px;
  }
  .nav__header {
    display: none;
  }
}

@media only screen and (max-width: 1208px) {
  .card__small th {
    padding: 24px;
  }
}

@media only screen and (max-width: 1120px) {
  .card__text {
    padding: 0 40px 0;
  }
}

@media only screen and (max-width: 1063px) {
  .home__text {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1093px) {
  .access__title {
    padding-top: 30px;
  }
  .googlemap {
    width: 100%;
    height: 400px;
    margin-right: 0;
  }
  .googlemap iframe {
    width: 100%;
    height: 391px;
    border-radius: 14px;
  }
  .access__area {
    margin-left: 0;
    width: 100%;
    padding: 0 28px 60px;
  }
  .access__title {
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .access__text {
    font-size: 14px;
  }
  .tel {
    display: block;
    width: auto;
  }
  .tel__title {
    font-size: 16px;
    text-align: center;
  }
  .tel__arrow {
    display: none;
  }
  .tel__area {
    padding: 0 0 12px 0;
  }
  .tel__info {
    display: none;
  }
  .tel__link {
    pointer-events: initial;
  }
  .tel__num {
    font-size: 20px;
  }
  .tel__icon {
    margin-right: 5px;
    width: 20px;
  }
}

@media only screen and (max-width: 1020px) {
  .card {
    padding-bottom: 80px;
  }
  .card__inner2 {
    flex-direction: column-reverse;
    align-items: center;
  }
  .card__inner2 .card__text {
    border-radius: 0 0 80px 80px;
  }
  .card__imgarea {
    width: 80%;
  }
  .card__imgarea img {
    height: auto;
    border-radius: 80px 80px 0 0;
  }
  .card__img-kobetsu {
    width: 80%;
  }
  .card__img-kobetsu img {
    height: auto;
    border-radius: 80px 80px 0 0;
  }
  .card__text {
    width: 80%;
    border-radius: 0 0 80px 80px;
    padding: 0 60px 0;
  }
  .card__text-kobetsu {
    width: 80%;
    border-radius: 80px 0 0 80px;
    padding: 0 60px 0;
  }
  .card__doc {
    padding-bottom: 0;
  }
  .card__time {
    width: 80%;
  }
  .card__time-kobetsu {
    width: 80%;
    display: block;
  }
  .card__table {
    margin: 48px auto;
  }
  .card__table table {
    width: 100%;
    margin: 0 auto 30px;
  }
  table {
    border: 1px solid #00a6e3;
    border-spacing: 0;
  }
  table:nth-of-type(2) th {
    background-color: #ddf0fa;
    color: #202020;
    border: 1px solid #00a6e3;
  }
  table:nth-of-type(2) td {
    border: 1px solid #00a6e3;
  }
  table th {
    background-color: #00a6e3;
    color: #fff;
    font-weight: bold;
    padding: 15px;
  }
  table td {
    border: 1px solid #00a6e3;
    padding: 20px;
  }
  .recom__title {
    color: #707070;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .recom__ul {
    margin-bottom: 52px;
  }
  .recom__li {
    color: #00a6e3;
    margin-bottom: 10px;
  }
  .recom__li::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #00a6e3;
    border-radius: 50%;
    margin-right: 16px;
  }
  .news {
    padding: 0 28px;
  }
  .news__inner {
    width: auto;
    margin: 0 auto 60px;
  }
  .news__post {
    align-items: flex-end;
  }
  .news__post:first-child {
    padding-top: 34px;
  }
  .news__post:last-child {
    padding-bottom: 34px;
  }
  .news__day {
    padding: 0 16px 0 20px;
  }
  .news__cat {
    font-size: 12px;
    width: 64px;
    padding: 5px 0;
  }
  .news__title {
    padding-top: 10px;
  }
  .news__link .link {
    padding: 14px 36px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 768px) {
  .header__icon {
    width: 112px;
    margin-left: 28px;
  }
  .hero {
    padding-left: 0;
    display: block;
  }
  .hero__catch {
    top: 500px;
    left: 98px;
    font-size: 20px;
  }
  .hero__text {
    margin-bottom: 12px;
  }
  .slick-slide img {
    width: 80%;
    height: 540px;
    margin-left: auto;
    object-fit: cover;
    border-radius: 100px 0 0 0;
    background-position: left;
    object-position: 35% 100%;
  }
  .scrolldown span {
    left: 7.4%;
  }
  .scrolldown:before {
    left: 8.5%;
  }
  .scrolldown:after {
    left: 10%;
  }
  .home-about::before {
    height: 500px;
    bottom: -80px;
  }
  .home-about .inner::before {
    top: 780px;
    height: 60%;
  }
  .home__icon {
    width: 80px;
    margin: 0 auto 20px;
    padding-top: 60px;
  }
  .home__title {
    font-size: 18px;
    margin-bottom: 34px;
  }
  .home__sub-title {
    font-size: 16px;
    margin-top: 20px;
  }
  .home__area {
    margin-top: 0;
    padding: 0 28px;
  }
  .home__area::after {
    top: 600px;
    height: 40%;
  }
  .home__text {
    font-weight: normal;
    line-height: 1.7;
    padding-bottom: 30px;
  }
  .home-question {
    padding-bottom: 120px;
  }
  .home-access {
    position: inherit;
    height: auto;
  }
  .home-contact {
    padding-top: 0;
  }
  .home-info {
    background-size: contain;
  }
  .card__text {
    padding: 0 24px;
  }
  .card__title {
    padding: 24px 0;
    font-size: 16px;
  }
  .card__sub-title {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .card__table {
    margin: 20px 0 60px;
  }
  .card__time-kobetsu {
    margin: 58px 0 48px;
  }
  .question__inner {
    padding: 0 28px;
    width: auto;
  }
  .question__post {
    padding: 32px 24px;
  }
  .question__title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .question__answer {
    padding-top: 24px;
  }
  .question__table table {
    width: 100%;
    margin-bottom: 32px;
  }
  .footer .inner {
    width: auto;
    padding: 0 28px;
  }
  .footer__title a {
    font-size: 30px;
  }
  .footer__nav ul {
    display: block;
    padding-left: 28px;
  }
  .copyright {
    padding: 100px 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .br-cp {
    display: none;
  }
}

@media only screen and (max-width: 840px) {
  .contact {
    padding: 0 28px 130px;
  }
  .contact__inner {
    width: 300px;
    padding: 20px 24px;
  }
  .contact__text {
    line-height: 1.7;
  }
  .radiobox {
    margin-left: 0;
  }
  .required {
    padding: 5px;
  }
  .required__either {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .content__com {
    text-align: left;
  }
  .submit_btn {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 768px) {
  .main_visual img {
    margin-top: -60px;
    height: 200px;
  }
  .main_visual .main_title {
    top: 33%;
    font-size: 24px;
  }
  .bread {
    margin: 16px 0;
  }
  .bread .inner {
    width: 90%;
  }
  .bread__text {
    font-size: 12px;
  }
  .bread__after .bread__text:before {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1063px) {
  .about__news {
    padding: 40px 0 50px;
  }
  .about__news .inner {
    display: block;
    width: 90%;
  }
  .about__news-page {
    width: 90%;
    margin: 0 auto;
  }
  .about__news-area {
    border: 10px solid #00a6e3;
    padding: 30px 48px;
  }
  .about__cat-area {
    width: 90%;
    margin: 0 auto;
  }
  .about__cat-title {
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
  }
  .about__cat-title img {
    width: 7%;
    margin: 0 12px 0 0;
  }
  .about__cat-column {
    background-color: #fff;
    border-radius: 20px;
    border: 3px solid #00a6e3;
    margin-top: 28px;
  }
  .cat-column {
    padding: 22px 34px;
  }
  .cat-column-text::before {
    padding-right: 10px;
  }
  .cat-column-text {
    margin: 8px 0;
  }
  .page-li {
    margin: 24px 0 16px;
  }
  .page__num-li {
    width: 36px;
    height: 36px;
  }
  .page__num-text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 740px) {
  .about__cat-title img {
    width: 10%;
  }
}

@media only screen and (max-width: 500px) {
  .about__cat-title img {
    width: 15%;
  }
  .contact__text {
    text-align: left;
  }
}

@media only screen and (max-width: 338px) {
  .about__cat-title img {
    width: 20%;
  }
}

@media only screen and (max-width: 768px) {
  .post-title {
    font-size: 18px;
  }
  .post-day {
    padding-bottom: 24px;
  }
}

.home__title,
.home__icon,
.home__textarea,
.home__imgarea,
.card__inner2,
.card__time,
.news,
.question,
.access,
.contact {
  transition: 0.6s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.home__title.on,
.home__icon.on,
.home__textarea.on,
.home__imgarea.on,
.card__inner2.on,
.card__time.on,
.news.on,
.question.on,
.access.on,
.contact.on {
  transform: translateY(0);
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */