@charset "UTF-8";
* {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
}
* img {
  max-width: 100%;
  height: auto;
}

.section-ttl2 {
  letter-spacing: 0.24rem;
  margin-bottom: 4.3rem;
}
@media only screen and (max-width: 767px) {
  .section-ttl2 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-ttl2 .en {
    margin-bottom: 2rem;
  }
}
.section-ttl2 .en::before {
  content: "News";
  z-index: 0;
}
.section-ttl2 .en-inner {
  position: relative;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}
.section-ttl2 span:not([class]) {
  margin-left: 5rem;
}
@media only screen and (max-width: 767px) {
  .section-ttl2 span:not([class]) {
    margin-left: 7rem;
  }
}

.section-ttl2 {
  margin-bottom: 4rem;
}
.section-ttl2 span:not([class]) {
  margin-left: 7rem;
  font-size: 2.8rem;
  font-weight: 600;
  display: block;
  letter-spacing: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .section-ttl2 span:not([class]) {
    font-size: 3.64rem;
  }
}
.section-ttl2 span.en {
  color: #58bba2;
  font-size: 10rem;
  font-weight: 600;
  font-style: italic;
  position: relative;
  margin-left: 0;
  line-height: 1;
  margin: 0 0 3.7rem;
  display: block;
  font-family: "Barlow", sans-serif;
  word-wrap: normal;
}
@media only screen and (max-width: 767px) {
  .section-ttl2 span.en {
    font-size: 9.6rem;
  }
}
.section-ttl2 span.en::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 10rem;
  -webkit-text-stroke: 3px #FFF;
  text-stroke: 1px #FFF;
  text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.2);
  z-index: -1;
  font-family: "Barlow", sans-serif;
  color: inherit;
  word-wrap: normal;
}
@media only screen and (max-width: 767px) {
  .section-ttl2 span.en::before {
    font-size: 9.6rem;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  }
}

.header {
  position: fixed;
  top: 2.7rem;
  background: none;
}
@media only screen and (max-width: 767px) {
  .header {
    top: 1rem;
  }
}
.header--inner {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
  .header--inner {
    padding: 0 0 0 4rem;
  }
}
.header--logo {
  width: 33.6rem;
}
@media only screen and (max-width: 767px) {
  .header--logo {
    position: relative;
    z-index: 1;
    width: 39rem;
  }
  .header--logo img {
    width: 100%;
  }
}
.header--logo a {
  display: block;
}
.header .navigation {
  background: rgba(255, 255, 255, 0.5);
  padding: 0px 3rem 0 4rem;
}
@media print, screen and (min-width: 768px) {
  .header .navigation {
    border-radius: 7.5rem;
    line-height: 7.5rem;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header .navigation {
    background: url("../img/common/sp/menu-bg.svg") no-repeat top center/cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100svh;
    width: 100%;
    padding: 14rem 0 0;
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .header .navigation ul {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .header .navigation ul {
    height: calc(100% - 12rem);
    overflow: auto;
    padding: 0 8rem 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .header .navigation ul li:not(:last-of-type) {
    margin-right: 3.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .header .navigation ul li {
    margin-bottom: 4rem;
  }
  .header .navigation ul li.home {
    display: none;
  }
}
.header .navigation ul li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.header .navigation ul li a.nolink {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .header .navigation ul li a {
    font-size: 3.4rem;
    color: #fff;
  }
}
.header .navigation ul li.recruit-menu, .header .navigation ul li.contact-menu {
  line-height: 4.5rem;
}
.header .navigation ul li.recruit-menu > a, .header .navigation ul li.contact-menu > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 2rem;
  letter-spacing: 0.02rem;
}
.header .navigation ul li.recruit-menu > a::before, .header .navigation ul li.contact-menu > a::before {
  content: "";
}
@media only screen and (max-width: 767px) {
  .header .navigation ul li.recruit-menu, .header .navigation ul li.contact-menu {
    display: none;
  }
}
.header .navigation ul li.recruit-menu {
  margin-right: 1rem;
}
.header .navigation ul li.recruit-menu a {
  background: #0377B9;
}
.header .navigation ul li.recruit-menu a::before {
  background: url("../img/common/user-icon.svg") no-repeat center/100%;
  width: 1.4rem;
  height: 1.7rem;
  margin-right: 1.1rem;
}
.header .navigation ul li.contact-menu > a {
  background: #e16a13;
  padding: 0 1.7rem;
}
.header .navigation ul li.contact-menu > a::before {
  background: url("../img/common/contact-icon.svg") no-repeat center/100%;
  width: 2.3rem;
  height: 1.7rem;
  margin-right: 0.6rem;
}
.header .navigation ul li:hover .megamenu {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .header .navigation ul > li > a {
    border-bottom: 2px solid #fff;
    padding-bottom: 2.5rem;
    letter-spacing: 0.3rem;
  }
  .header .navigation ul > li > a span {
    color: #fff;
  }
}
.header .navigation .megamenu {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .header .navigation .megamenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: 0.3s;
    top: 100%;
    left: 0;
    background: #fff;
    display: flex;
    align-items: stretch;
    padding-right: 4rem;
  }
}
.header .navigation .megamenu--image {
  width: 40rem;
  margin-right: 4rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header .navigation .megamenu--image {
    display: none;
  }
}
.header .navigation .megamenu--ttl {
  position: absolute;
  top: 50%;
  right: 0;
  left: 6rem;
  margin: auto;
  color: #fff;
  line-height: 1;
  transform: translateY(-50%);
}
.header .navigation .megamenu--ttl span {
  font-family: "Barlow", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  font-style: italic;
  display: block;
  line-height: 1;
  text-shadow: 2.5px 2.5px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .header .navigation .megamenu--content {
    width: calc(100% - 44rem);
    padding: 3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .header .navigation .megamenu--content {
    padding: 2rem 0 0 4rem;
  }
  .header .navigation .megamenu--content:not(:last-of-type) {
    margin-bottom: 3.5rem;
  }
}
.header .navigation .megamenu--content .child-menu-wrap + .child-menu-wrap {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .header .navigation .megamenu--content .child-menu-wrap + .child-menu-wrap {
    margin-top: 1.4rem;
  }
}
.header .navigation .megamenu--content .child-menu-wrap .list-title {
  font-size: 2rem;
  font-weight: 700;
  color: #009043;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .header .navigation .megamenu--content .child-menu-wrap .list-title {
    font-size: 2.8rem;
    color: #fff;
    line-height: 1.85;
    letter-spacing: 0.25rem;
    margin-bottom: 1.3rem;
  }
}
.header .navigation .megamenu--content .child-menu-wrap .list-title::before {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background: #009043;
  border-radius: 1.7rem;
  display: inline-block;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .header .navigation .megamenu--content .child-menu-wrap .list-title::before {
    width: 2.4rem;
    height: 2.4rem;
    background: #fff;
  }
}
.header .navigation .megamenu--content .child-menu-wrap li {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .header .navigation .megamenu--content .child-menu-wrap li:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .header .navigation .megamenu--content .child-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .header .navigation .megamenu--content .child-menu {
    padding: 0;
    height: auto;
    overflow: visible;
  }
  .header .navigation .megamenu--content .child-menu.other {
    padding-left: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .header .navigation .megamenu--content .child-menu li {
    font-size: 1.6rem;
    font-weight: 500;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header .navigation .megamenu--content .child-menu li {
    margin-bottom: 0;
  }
}
.header .navigation .megamenu--content .child-menu li a {
  display: block;
  padding-right: 2rem;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.2rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .header .navigation .megamenu--content .child-menu li a {
    font-size: 2.8rem;
    border: none;
    padding: 0 0 0.3rem;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}
.header .navigation .megamenu--content .child-menu li a::after {
  content: "";
  width: 1.7rem;
  height: 7rem;
  background: url("../img/common/menu-arrow.svg") no-repeat center/100%;
}
@media print, screen and (min-width: 768px) {
  .header .navigation .megamenu--content .child-menu li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header .navigation .megamenu--content .child-menu li a::after {
    display: block;
    width: 2.6rem;
    height: 1rem;
    margin-left: 2rem;
    background: url("../img/common/sp/menu-arrow-white.svg") no-repeat center/100%;
  }
}
.header .menutrigger {
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 9.5rem;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: 1rem;
  z-index: 1;
}
.header .menutrigger .btn {
  width: 5rem;
  height: 2.5rem;
  position: relative;
  margin: 0 auto 1rem;
}
.header .menutrigger .btn span {
  width: 100%;
  height: 2px;
  background: #177a1b;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.header .menutrigger .btn::before, .header .menutrigger .btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #177a1b;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
.header .menutrigger .btn::before {
  top: 0;
}
.header .menutrigger .btn::after {
  bottom: 0;
}
.header .menutrigger #btn-txt {
  width: 100%;
  color: #177a1b;
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
}
.header .menutrigger #btn-txt::before {
  content: "MENU";
}
.header .menutrigger.active .btn span {
  opacity: 0;
  visibility: hidden;
}
.header .menutrigger.active .btn::before, .header .menutrigger.active .btn::after {
  top: 50%;
}
.header .menutrigger.active .btn::before {
  transform: rotate(30deg);
}
.header .menutrigger.active .btn::after {
  transform: rotate(-30deg);
}
.header .menutrigger.active #btn-txt::before {
  content: "CLOSE";
}

.contact-menu-list {
  display: flex;
  align-items: stretch;
  position: relative;
}
.contact-menu-list > div {
  width: 50%;
  padding: 0;
}
.contact-menu-list .recruit {
  background: #0377b9;
}
.contact-menu-list .recruit a .icon {
  margin-right: 5rem;
}
.contact-menu-list .contact {
  background: #e16a13;
}
@media only screen and (max-width: 767px) {
  .contact-menu-list .contact {
    margin-top: 0;
  }
}
.contact-menu-list .contact a .icon {
  margin-right: 2rem;
}
.contact-menu-list .contact .contact-menu {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.contact-menu-list .contact .contact-menu.view {
  opacity: 1;
  visibility: visible;
}
.contact-menu-list .contact .contact-menu .tel-contact {
  width: 43.3rem;
  background: rgba(231, 171, 33, 0.85);
  padding: 3.4rem 3rem;
  text-align: center;
}
.contact-menu-list .contact .contact-menu .tel-contact .title {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.3rem;
  margin-bottom: 0.7rem;
}
.contact-menu-list .contact .contact-menu .tel-contact .tel {
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-size: 5.3rem;
  font-weight: 700;
  display: block;
  padding: 0;
  letter-spacing: 0.3rem;
}
.contact-menu-list .contact .contact-menu .tel-contact .tel span {
  display: block;
  background: #fff;
  color: #e7ab21;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  margin-bottom: 2rem;
  line-height: 4rem;
  margin-top: 0.9rem;
}
.contact-menu-list .contact .contact-menu .tel-contact .time {
  text-align: center;
  color: #fff;
  font-size: 1.98rem;
  font-weight: 500;
}
.contact-menu-list .contact .contact-menu .mail-contact {
  background: rgba(231, 136, 66, 0.85);
  padding: 3.2rem 4rem 3rem 3.9rem;
  width: calc(100% - 43.3rem);
}
.contact-menu-list .contact .contact-menu .mail-contact ul {
  padding: 0;
  height: auto;
}
.contact-menu-list .contact .contact-menu .mail-contact ul li {
  margin-bottom: 0;
}
.contact-menu-list .contact .contact-menu .mail-contact ul li:not(:last-of-type) {
  margin-bottom: 1.7rem;
}
.contact-menu-list .contact .contact-menu .mail-contact ul li a {
  font-size: 3rem;
  font-weight: 600;
  padding: 0;
  border: none;
  line-height: 1.4;
  position: relative;
}
.contact-menu-list .contact .contact-menu .mail-contact ul li a::after {
  content: "";
  background: url("../img/common/sp/menu-arrow-white.svg") no-repeat center/100%;
  width: 2.6rem;
  height: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.contact-menu-list a {
  display: flex;
  align-items: center;
  padding: 2rem 0 2rem 4rem;
}
.contact-menu-list a .icon {
  width: 8rem;
}
.contact-menu-list a p {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
}

.contact,
.entry {
  background: url("../img/common/contact-bg.jpg") no-repeat center 7rem/cover;
  padding-bottom: 10rem;
}
@media screen and (min-width: 1921px) {
  .contact,
.entry {
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .contact,
.entry {
    padding-bottom: 12rem;
    background: url("../img/common/sp/contact-bg.jpg") no-repeat center 6rem/cover;
  }
}
.contact .section-ttl2,
.entry .section-ttl2 {
  text-align: center;
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .contact .section-ttl2,
.entry .section-ttl2 {
    margin-bottom: 6.1rem;
  }
}
.contact .section-ttl2 .en,
.entry .section-ttl2 .en {
  margin: 0 0 1.3rem;
}
@media only screen and (max-width: 767px) {
  .contact .section-ttl2 .en,
.entry .section-ttl2 .en {
    margin-bottom: 1.5rem;
  }
}
.contact .section-ttl2 .en::before,
.entry .section-ttl2 .en::before {
  content: "Contact";
  z-index: 0;
}
.contact .section-ttl2 .en-inner,
.entry .section-ttl2 .en-inner {
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}
.contact .section-ttl2 span:not([class]),
.entry .section-ttl2 span:not([class]) {
  margin-left: 0;
  text-align: center;
}
.contact .inner,
.entry .inner {
  width: 110rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .contact .inner,
.entry .inner {
    width: 52.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .contact--content,
.entry--content {
    display: flex;
    align-items: stretch;
    background: rgba(231, 171, 33, 0.85);
  }
}
.contact--tel,
.entry--tel {
  width: 40rem;
  border-right: 2px solid #fff;
  padding: 2.7rem 1rem;
  background: rgba(231, 171, 33, 0.85);
}
@media only screen and (max-width: 767px) {
  .contact--tel,
.entry--tel {
    width: 100%;
    padding: 3rem 5rem;
    border: none;
    margin-bottom: 2px;
  }
}
.contact .tel-title,
.entry .tel-title {
  margin-bottom: 1.1rem;
}
.contact .tel-title .title,
.entry .tel-title .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  letter-spacing: 0.4rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .contact .tel-title .title,
.entry .tel-title .title {
    font-size: 5.89rem;
    letter-spacing: 0.7rem;
  }
}
.contact .tel-title .title::before,
.entry .tel-title .title::before {
  content: "";
  background: url("../img/common/tel-icon.svg") no-repeat center/100%;
  width: 4rem;
  height: 3.5rem;
  display: block;
  margin: 0 1.8rem 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .contact .tel-title .title::before,
.entry .tel-title .title::before {
    width: 6.1rem;
    height: 5.5rem;
    margin-left: 0;
    margin-right: 3rem;
  }
}
.contact .tel-title span,
.entry .tel-title span {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 0.8rem;
  letter-spacing: 0.14rem;
}
@media only screen and (max-width: 767px) {
  .contact .tel-title span,
.entry .tel-title span {
    font-size: 3rem;
    margin-bottom: 2rem;
    letter-spacing: 0.25rem;
  }
}
.contact .tel,
.entry .tel {
  text-align: center;
}
.contact .tel *,
.entry .tel * {
  color: #fff;
}
.contact .tel a,
.entry .tel a {
  font-family: "Barlow", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1;
  display: block;
}
@media only screen and (max-width: 767px) {
  .contact .tel a,
.entry .tel a {
    font-size: 6.4rem;
    margin-bottom: 1rem;
    letter-spacing: 0.27rem;
  }
  .contact .tel a::before,
.entry .tel a::before {
    content: "ここを押すとお電話できます";
    width: 100%;
    background: #fff;
    color: #e7ab21;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 5.7rem;
    display: block;
    margin-bottom: 1.5rem;
    letter-spacing: 1;
  }
}
.contact .tel span,
.entry .tel span {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
  width: 100%;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .contact .tel span,
.entry .tel span {
    font-size: 2.6rem;
  }
}
.contact--mail,
.entry--mail {
  padding: 2.7rem 5.6rem 3.2rem;
  width: calc(100% - 40rem);
}
@media only screen and (max-width: 767px) {
  .contact--mail,
.entry--mail {
    background: rgba(231, 171, 33, 0.85);
    width: 100%;
    padding: 2.7rem 3rem 3.2rem;
  }
}
.contact .mail-title,
.entry .mail-title {
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .contact .mail-title,
.entry .mail-title {
    margin-bottom: 2.1rem;
  }
}
.contact .mail-title .title,
.entry .mail-title .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.4rem;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .contact .mail-title .title,
.entry .mail-title .title {
    font-size: 5.89rem;
    letter-spacing: 0.65rem;
    margin-bottom: 1rem;
  }
}
.contact .mail-title .title::before,
.entry .mail-title .title::before {
  content: "";
  background: url("../img/common/mail-icon.svg") no-repeat center/100%;
  width: 4rem;
  height: 3.8rem;
  margin: 0 2.2rem 0 1rem;
}
@media only screen and (max-width: 767px) {
  .contact .mail-title .title::before,
.entry .mail-title .title::before {
    width: 6.2rem;
    height: 5.89rem;
    margin-right: 3rem;
    margin-left: 0;
  }
}
.contact .mail-title span,
.entry .mail-title span {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 0.8rem;
  letter-spacing: 0.13rem;
}
@media only screen and (max-width: 767px) {
  .contact .mail-title span,
.entry .mail-title span {
    font-size: 3rem;
    margin-top: 0;
    letter-spacing: 0.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .contact .mail-btn,
.entry .mail-btn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact .mail-btn li:not(:last-of-type),
.entry .mail-btn li:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
.contact .mail-btn a,
.entry .mail-btn a {
  border: 1px solid #fff;
  background: #e16a13;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 4rem;
  display: block;
  color: #fff;
  padding-left: 3.5rem;
  position: relative;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .contact .mail-btn a,
.entry .mail-btn a {
    line-height: 6.5rem;
    font-size: 2.8rem;
    padding: 0 6.5rem 0 0;
    text-align: center;
    letter-spacing: 0.3rem;
  }
}
.contact .mail-btn a::after,
.entry .mail-btn a::after {
  content: "";
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 0;
  background: #000 url("../img/common/link-arrow.svg") no-repeat center 1.5rem/1.7rem;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .contact .mail-btn a::after,
.entry .mail-btn a::after {
    width: 6.5rem;
    height: 6.5rem;
    background-size: 2.8rem;
    background-position: center 2.5rem;
  }
}
.contact .mail-btn span,
.entry .mail-btn span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-top: 0.5rem;
  letter-spacing: 0.12rem;
}
@media only screen and (max-width: 767px) {
  .contact .mail-btn span,
.entry .mail-btn span {
    font-size: 2.6rem;
    margin-top: 1.7rem;
  }
}

.entry .section-ttl2 .en::before {
  content: "Entry";
}
@media only screen and (max-width: 767px) {
  .entry .inner {
    width: 56.7rem;
  }
}
.entry--content {
  background: rgba(255, 255, 255, 0.85);
  padding: 1.7rem 2rem;
}
@media only screen and (max-width: 767px) {
  .entry--content {
    padding: 2rem;
  }
}
.entry--tel {
  padding: 2.7rem 0 0;
}
@media print, screen and (min-width: 768px) {
  .entry--tel {
    width: 51.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .entry--tel {
    padding: 3rem 0 0;
  }
}
.entry--tel .tel a {
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 767px) {
  .entry--tel .tel a {
    font-size: 5.352rem;
  }
  .entry--tel .tel a::before {
    width: 42.7rem;
    margin: 0 auto 2rem;
  }
}
.entry--tel .tel a span {
  font-size: 1.8rem;
  font-weight: 700;
  display: inline;
}
@media only screen and (max-width: 767px) {
  .entry--tel .tel a span {
    font-size: 2.4rem;
  }
}
.entry--tel .bottom {
  display: flex;
  align-items: center;
  padding: 1rem 1rem 1.4rem 2.8rem;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .entry--tel .bottom {
    margin-top: 3.5rem;
    padding: 2rem 2rem 2rem 3rem;
    margin: 3.5rem 0 3.2rem;
  }
}
.entry--tel .bottom * {
  color: #000;
}
.entry--tel .bottom span {
  width: 5.2rem;
  height: 5.2rem;
  line-height: 4.9rem;
  border: 1px solid #231815;
  text-align: center;
  display: inline-block;
  margin-right: 1.2rem;
  font-size: 1.3rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .entry--tel .bottom span {
    width: 7.4rem;
    height: 10.3rem;
    font-size: 2.6rem;
    margin-right: 2rem;
    writing-mode: vertical-rl;
    line-height: 7.4rem;
  }
}
.entry--tel .bottom p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.46;
  text-align: left;
  letter-spacing: 0.075rem;
}
@media only screen and (max-width: 767px) {
  .entry--tel .bottom p {
    font-size: 2.6rem;
    line-height: 1.53;
  }
}
@media print, screen and (min-width: 768px) {
  .entry--text {
    width: 51.4rem;
    margin: 0.7rem 0 0 auto;
  }
}
.entry--text p {
  font-size: 1.76rem;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .entry--text p {
    font-size: 2.8rem;
    padding: 0 3rem;
    line-height: 1.5;
    margin-bottom: 1.7rem;
    letter-spacing: 0.16rem;
  }
}
.entry--text dl {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  margin: 1.2rem 0 1.6rem;
}
@media only screen and (max-width: 767px) {
  .entry--text dl {
    width: 46.7rem;
    margin: 0 auto 2.5rem;
  }
}
.entry--text dl dt,
.entry--text dl dd {
  font-size: 1.54rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .entry--text dl dt,
.entry--text dl dd {
    font-size: 2.6rem;
  }
}
.entry--text dl dt {
  border-right: 1px solid #000;
  text-align: center;
  font-size: 1.54rem;
  font-weight: 400;
  width: 10.7rem;
  line-height: 4rem;
}
@media only screen and (max-width: 767px) {
  .entry--text dl dt {
    writing-mode: vertical-rl;
    font-size: 2.6rem;
    width: 7.4rem;
    line-height: 7.4rem;
    padding: 1.5rem 0;
  }
}
.entry--text dl dd {
  padding: 0.5rem 1.7rem;
}
@media only screen and (max-width: 767px) {
  .entry--text dl dd {
    padding: 2rem;
    line-height: 1.5;
  }
}
.entry--btn a {
  display: block;
  background: #e16a13;
  position: relative;
  padding: 1.51rem 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .entry--btn a {
    padding: 2.71rem 0 3.1rem;
  }
}
.entry--btn a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4rem;
  height: 4rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #000 url("../img/common/link-arrow.svg") no-repeat center/1.7rem;
}
@media only screen and (max-width: 767px) {
  .entry--btn a::after {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.entry--btn a span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.66;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .entry--btn a span {
    font-size: 3rem;
  }
}
.entry--btn a span strong {
  font-family: "Barlow", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  font-style: italic;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 1.2rem;
  letter-spacing: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .entry--btn a span strong {
    font-size: 5.89rem;
    letter-spacing: 0.6rem;
    margin-bottom: 0.8rem;
  }
}
.entry--btn a span strong::before {
  content: "";
  width: 4rem;
  height: 3.8rem;
  background: url("../img/common/mail-icon.svg") no-repeat center/100%;
  display: block;
  margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .entry--btn a span strong::before {
    width: 6.2rem;
    height: 5.9rem;
    margin-right: 3rem;
  }
}

.footer {
  position: relative;
  background: #86b0af;
  padding: 6.8rem 0 7rem;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 15rem 4rem 19rem;
  }
}
.footer .page-top {
  position: absolute;
  top: 0;
  left: 50%;
  margin: auto;
  width: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .footer .page-top {
    width: 3.1rem;
  }
}
.footer .page-top a {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-align: right;
  letter-spacing: 0.25rem;
}
@media only screen and (max-width: 767px) {
  .footer .page-top a {
    font-size: 1.8rem;
  }
}
.footer .page-top a .border {
  content: "";
  width: 2px;
  height: 13.4rem;
  background: #fff;
  display: block;
  position: relative;
  margin: -5rem 1rem 0 0;
}
@media only screen and (max-width: 767px) {
  .footer .page-top a .border {
    height: 19rem;
    margin-top: -7rem;
  }
}
.footer .page-top a .border::before {
  content: "";
  width: 2px;
  height: 5rem;
  background: #86b0af;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .footer .page-top a .border::before {
    height: 7rem;
  }
}
.footer--inner {
  width: 110rem;
  margin: auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer--inner {
    width: 100%;
  }
}
.footer--logo {
  margin-bottom: 4.8rem;
  width: 33.6rem;
}
@media only screen and (max-width: 767px) {
  .footer--logo {
    order: 3;
    width: 39rem;
    margin-bottom: 7rem;
  }
  .footer--logo img {
    width: 100%;
  }
}
.footer--sns {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer--sns {
    order: 2;
    width: 100%;
    margin-bottom: 7rem;
    justify-content: center;
  }
}
.footer--sns p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .footer--sns p {
    font-size: 2.4rem;
  }
}
.footer--sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer--sns ul li {
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .footer--sns ul li {
    margin-left: 4rem;
  }
  .footer--sns ul li img {
    width: 100%;
  }
}
.footer--sns ul li.instagram {
  width: 3.1rem;
  height: 3.1rem;
}
@media only screen and (max-width: 767px) {
  .footer--sns ul li.instagram {
    width: 3.8rem;
    height: 3.8rem;
  }
}
.footer--sns ul li.facebook {
  width: 3.4rem;
  height: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .footer--sns ul li.facebook {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.footer--menu {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 6rem;
  margin-bottom: 4.9rem;
}
@media only screen and (max-width: 767px) {
  .footer--menu {
    order: 1;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 7.4rem;
  }
}
.footer--menu * {
  color: #fff;
}
.footer--menu dl dt {
  border-bottom: 1px solid #fff;
  padding-bottom: 1.2rem;
  margin-bottom: 2.9rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .footer--menu dl dt {
    font-size: 2.5rem;
    padding-bottom: 2.5rem;
    margin-bottom: 2.4rem;
  }
}
.footer--menu dl dd ul li {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 2rem;
  letter-spacing: 0.09rem;
}
@media only screen and (max-width: 767px) {
  .footer--menu dl dd ul li {
    font-size: 2.5rem;
    line-height: 2.16;
    margin-bottom: 0;
    text-indent: -1rem;
    padding-left: 1rem;
    letter-spacing: 0;
  }
}
.footer--menu dl dd ul li a {
  display: block;
}
.footer--menu dl dd + dt {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .footer--menu dl dd + dt {
    margin-top: 4rem;
  }
}
.footer--menu dl dd + dt + dt {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .footer--menu dl dd + dt + dt {
    margin-top: 6rem;
  }
}
.footer .copyright {
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    order: 4;
  }
}
.footer .copyright p small {
  display: block;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.16rem;
}
@media only screen and (max-width: 767px) {
  .footer .copyright p small {
    font-size: 2rem;
  }
}

.btm-floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  transition: 0.3s;
  bottom: -12rem;
}
.btm-floating.active {
  bottom: 0;
}
.btm-floating .contact-menu-list .contact .contact-menu .mail-contact ul li a {
  color: #fff;
}
.btm-floating .contact {
  margin-top: 0;
}

.floating-page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 8rem;
  height: 8rem;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background: #86b0af;
}
@media only screen and (max-width: 767px) {
  .floating-page-top {
    width: 7.8rem;
    height: 7.8rem;
    bottom: 27rem;
  }
}
.floating-page-top.active {
  opacity: 1;
  visibility: visible;
}

.second-mv {
  height: 40rem;
  background: url("../img/top/mv-bg.svg") no-repeat top left/cover;
  padding-top: 20.5rem;
  position: relative;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .second-mv {
    height: 45rem;
    margin-bottom: 12.7rem;
    padding-top: 22.7rem;
  }
}
.second-mv::before {
  content: "";
  width: 99rem;
  height: 25rem;
  position: absolute;
  right: 10rem;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .second-mv::before {
    width: 60rem;
    height: 30rem;
    right: 0;
  }
}
.second-mv .inner {
  width: 121rem;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .second-mv .inner {
    width: 68.6rem;
  }
}
.second-mv h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .second-mv h1 {
    font-size: 3.2rem;
  }
}
.second-mv h1 span {
  font-family: "Barlow", sans-serif;
  text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.2);
  font-size: 8.5rem;
  font-weight: 600;
  font-style: italic;
  display: block;
  line-height: 1;
  margin-bottom: 1.2rem;
  color: inherit;
  letter-spacing: 0.08rem;
}
@media only screen and (max-width: 767px) {
  .second-mv h1 span {
    font-size: 8rem;
  }
}

#breadcrumb {
  width: 120rem;
  margin: 0 auto 10.5rem;
}
@media only screen and (max-width: 767px) {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#breadcrumb .breadcrumb li {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.07rem;
}
#breadcrumb .breadcrumb li a {
  text-decoration: underline;
}
#breadcrumb .breadcrumb li:not(:last-of-type) a::after {
  content: "＞";
  display: inline-block;
  margin: 0 1.5rem;
}

.scd-section-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 4.9rem;
}
@media only screen and (max-width: 767px) {
  .scd-section-ttl {
    font-size: 3.64rem;
  }
}
.scd-section-ttl span {
  position: relative;
  margin: 0 0 1.8rem;
  display: block;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.scd-section-ttl span.jp {
  letter-spacing: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .scd-section-ttl span.jp {
    letter-spacing: 0.75rem;
  }
}
.scd-section-ttl span.jp.ml {
  margin-left: 5rem;
}
@media only screen and (max-width: 767px) {
  .scd-section-ttl span.jp.ml {
    margin-left: 7rem;
    line-height: 1.6;
  }
}
.scd-section-ttl span.en {
  font-family: "Barlow", sans-serif;
  color: #58bba2;
  display: block;
  font-size: 10rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .scd-section-ttl span.en {
    font-size: 9.6rem;
  }
}
.scd-section-ttl span.en::before {
  display: none;
}
.scd-section-ttl span::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 10rem;
  -webkit-text-stroke: 3px #FFF;
  text-stroke: 1px #FFF;
  text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.2);
  z-index: 0;
  font-family: "Barlow", sans-serif;
  font-size: 10rem;
  font-weight: 600;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .scd-section-ttl span::before {
    font-size: 9.6rem;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 2px #FFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  }
}

.content-ttl {
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .content-ttl {
    margin-bottom: 7rem;
  }
}
.content-ttl h3 {
  display: inline-block;
  color: #67b5b7;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.6rem;
  border: 2px solid #67b5b7;
  width: 78rem;
  margin: 0 auto;
  letter-spacing: 0.22rem;
}
@media only screen and (max-width: 767px) {
  .content-ttl h3 {
    font-size: 3.2rem;
    line-height: 1.718;
    padding: 1.5rem 0 1.8rem;
    text-align: center;
    display: block;
    width: auto;
    letter-spacing: 0.18rem;
  }
}

.site-navigation {
  background: #f2f2f2;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110rem;
  margin: 15rem auto 16rem;
}
@media only screen and (max-width: 767px) {
  .site-navigation {
    width: 68.7rem;
    margin: 14rem auto 14.5rem;
    height: auto;
    padding: 3.6rem 4rem 0.2rem;
  }
}
.site-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .site-navigation ul {
    flex-wrap: wrap;
    border: none;
    width: 100%;
  }
}
.site-navigation ul li {
  padding: 0 3.5rem;
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .site-navigation ul li {
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;
    width: 100%;
    padding: 0 5rem;
    margin-bottom: 3.4rem;
    display: flex;
    align-items: center;
  }
  .site-navigation ul li.w50 {
    width: 50%;
  }
  .site-navigation ul li.br-no {
    border-right: none;
  }
  .site-navigation ul li::after {
    content: "";
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    margin-left: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
  }
}
.site-navigation ul li a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .site-navigation ul li a {
    font-size: 2.8rem;
    text-align: center;
    display: block;
    width: calc(100% - 4rem);
  }
}
.site-navigation ul li a::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  margin-left: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .site-navigation ul li a::after {
    display: none;
  }
}

.scroll-down {
  position: absolute;
  right: 4.1rem;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .scroll-down {
    top: 54.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-down {
    bottom: 14.4rem;
    z-index: 5;
    right: 2rem;
    width: 2.4rem;
  }
}
.scroll-down p {
  font-family: "Barlow", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  writing-mode: vertical-rl;
  letter-spacing: 0.24rem;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .scroll-down p {
    font-size: 1.8rem;
  }
}
.scroll-down .border {
  width: 0.2rem;
  height: 9rem;
  background: #000;
  position: relative;
  margin: auto;
}
.scroll-down .border::before {
  content: "";
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: #53a4a3;
  display: block;
  width: 0.2rem;
  height: 100%;
}

@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.page-anchor {
  margin-bottom: 12.4rem;
}
@media only screen and (max-width: 767px) {
  .page-anchor {
    margin-bottom: 8.1rem;
  }
}
.page-anchor ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page-anchor ul {
    padding: 0 4rem;
  }
}
.page-anchor ul li {
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .page-anchor ul li {
    width: 50%;
    margin-bottom: 3.4rem;
    border-right-width: 2px;
  }
}
.page-anchor ul li:first-of-type {
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .page-anchor ul li:first-of-type {
    border-left-width: 2px;
  }
}
.page-anchor ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 4.4rem;
}
@media only screen and (max-width: 767px) {
  .page-anchor ul li a {
    font-size: 2.8rem;
  }
}
.page-anchor ul li a::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  position: relative;
  top: -0.2rem;
  margin-left: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .page-anchor ul li a::after {
    width: 1.875rem;
    height: 1.875rem;
    margin-left: 1.6rem;
  }
}

.green {
  color: #009043;
}

.pager {
  margin: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .pager {
    width: 100rem;
  }
}
.pager * {
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 1.5rem;
  width: 5rem;
  line-height: 5rem;
  border: 1px solid #ccc;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pager * {
    width: 7.2rem;
    height: 7.2rem;
    line-height: 7.2rem;
    font-size: 2.6rem;
  }
}
.pager .current {
  color: #fff;
  background: #009043;
  border: 1px solid #009043;
}
.pager .prev,
.pager .next {
  border: none;
}
.pager .prev {
  background: url("../img/common/pager-left.png") no-repeat center/2.1rem;
}
@media only screen and (max-width: 767px) {
  .pager .prev {
    background-size: 3rem;
  }
}
.pager .next {
  background: url("../img/common/pager-right.png") no-repeat center/2.1rem;
}
@media only screen and (max-width: 767px) {
  .pager .next {
    background-size: 3rem;
  }
}

.grecaptcha-badge {
  bottom: 10rem !important;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 13.6rem !important;
  }
}
/*# sourceMappingURL=common.css.map */