@charset "UTF-8";
/* base */
html {
  font-size: 100%;
}

body {
  background-color: #fff;
  color: #242424;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.6875;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

*, *:before, *:after {
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
  color: #fff;
}
a:hover {
  opacity: 0.8;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.slider {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.slider.slick-initialized {
  opacity: 1;
}

.inner {
  position: relative;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}

img {
  width: 100%;
  height: auto;
}

/* header */
header {
  position: relative;
  background-image: url("../media/images/lp/opening/mv.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  header {
    background-position-x: 51.7%;
  }
}
header::after {
  content: "";
  background-image: url("../media/images/lp/opening/kameoka_pa.png");
  background-size: contain;
  position: absolute;
  bottom: -174px;
  left: 50%;
  transform: translateX(-50%);
  width: 592px;
  height: 260px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  header::after {
    bottom: -110px;
    width: 311px;
    height: 136px;
  }
}

h1.top_logo {
  position: absolute;
  top: 8.4%;
  left: 50%;
  width: 183px;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  h1.top_logo {
    top: 11.5%;
    width: 132px;
  }
}

h2.catch_copy {
  font-size: 30px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 52.7%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  h2.catch_copy {
    top: 52.3%;
    font-size: 18px;
  }
}

h3.emphasis {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 60px;
  line-height: 1.1;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
  text-align: center;
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 1140px) {
  h3.emphasis {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  h3.emphasis {
    bottom: 2%;
    font-size: 30px;
    line-height: 1.2;
    white-space: nowrap;
  }
}
h3.emphasis .date {
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
h3.emphasis .date .dot {
  letter-spacing: -0.299em;
}

/* footer */
.footer {
  text-align: center;
  color: #fff;
  background-color: #2cb5a9;
  padding: 37.8px 0 12px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .footer {
    padding: 19.9px 32px 9px;
  }
}
.footer__logo {
  max-width: 371px;
  margin: 0 auto 34px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .footer__logo {
    max-width: 308px;
    margin: 0 auto 46px;
  }
}
.footer__logo::before {
  content: "";
  background-image: url("../media/images/lp/opening/footer_turtle.png");
  background-size: contain;
  position: absolute;
  width: 131px;
  height: 99px;
  top: -20px;
  right: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .footer__logo::before {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .footer__logo img.pc {
    display: none;
  }
}
.footer__logo img.sp {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .footer__logo img.sp {
    display: block;
  }
}
.footer__contact {
  line-height: 1;
  margin-bottom: 39px;
}
.footer__contact p:first-child {
  margin-bottom: 12px;
}
.footer__contact a {
  display: block;
}
.footer__contact--mail {
  font-size: 17px;
  margin-bottom: 12px;
}
.footer__contact--mail::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 7px;
}
.footer__contact--tel {
  font-size: 18px;
}
.footer__contact--tel::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 9px;
}
.footer__copyright {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}

/* introduction */
.introduction {
  padding-bottom: 78px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .introduction {
    padding-bottom: 86.4px;
  }
}
.introduction__view {
  position: relative;
  background-image: url("../media/images/lp/opening/bg_sea.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 0;
  padding-bottom: 58.6%;
  color: #fff;
  margin-top: 159px;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .introduction__view {
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .introduction__view {
    padding-bottom: 126%;
  }
}
@media screen and (max-width: 500px) {
  .introduction__view {
    padding-bottom: 213.3%;
  }
}
@media screen and (max-width: 374px) {
  .introduction__view {
    padding-bottom: 255%;
  }
}
.introduction__view::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 280px;
  background: linear-gradient(to bottom, #fff 8.6%, transparent);
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .introduction__view::before {
    background: linear-gradient(to bottom, #fff 7.6%, transparent);
  }
}
.introduction__view .text_block {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .introduction__view .text_block {
    top: -47px;
  }
}
.introduction__view .message {
  color: #2cb5a9;
  font-size: 30px;
  line-height: 1.3;
  padding-top: 71px;
  margin-bottom: 43px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .introduction__view .message {
    font-size: 20px;
    line-height: 1.75;
    padding-top: 0;
    margin-bottom: 12px;
    white-space: nowrap;
  }
}
.introduction__view .summary {
  background-color: rgba(44, 181, 169, 0.4);
  max-width: 980px;
  margin: 0 auto;
  padding: 39px 40px 18px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .introduction__view .summary {
    padding: 19px 26px 20px;
  }
}
.introduction__view .summary__title {
  font-size: 24px;
  line-height: 1;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .introduction__view .summary__title {
    font-size: 20px;
  }
}
.introduction__view .summary__detail {
  text-align: left;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .introduction__view .summary__detail {
    margin-top: 15px;
  }
}
.introduction__view .access {
  font-size: 20px;
  line-height: 1.7;
  margin: 76px auto 17px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .introduction__view .access {
    font-size: 16px;
    margin: 36px auto 32px;
  }
}
.introduction__view .access__head {
  font-size: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .introduction__view .access__head {
    font-size: 16px;
  }
}
.introduction__view .map_btn a {
  display: block;
  background-color: #2cb5a9;
  font-size: 20px;
  line-height: 1;
  max-width: 300px;
  margin: 0 auto;
  padding: 14px 0 12px;
}
.introduction__view .map_btn a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
}
.introduction__service {
  text-align: center;
  background-color: #eab31e;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .introduction__service {
    margin-bottom: 29px;
  }
}
.introduction__service dl {
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  padding-bottom: 15px;
}
.introduction__service dl dt {
  padding-top: 13px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .introduction__service dl dd {
    text-align: left;
  }
}

/* experience */
.experience {
  padding-bottom: 102px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .experience {
    padding-bottom: 32px;
  }
}
.experience__list {
  margin-top: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .experience__list {
    margin-top: 43px;
  }
}
.experience__list .item {
  position: relative;
  margin-bottom: 193px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .experience__list .item {
    margin-bottom: 50px;
  }
}
.experience__list .item:nth-child(2n-1) .img_block {
  float: right;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .experience__list .item:nth-child(2n-1) .img_block {
    float: none;
  }
}
.experience__list .item:nth-child(2n) .img_block {
  float: left;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .experience__list .item:nth-child(2n) .img_block {
    float: none;
  }
}
.experience__list .item__img {
  width: 73.2%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .experience__list .item__img {
    width: 100%;
  }
}
.experience__list .item__caption {
  display: flex;
  background-color: #fff;
  width: 77.3%;
  padding: 33px 32px 43px 16%;
  position: absolute;
  bottom: -142px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .experience__list .item__caption {
    display: block;
    width: 100%;
    padding: 0 32px;
    margin-top: 0;
    position: static;
  }
}
.experience__list .item__caption.caption_right {
  flex-direction: row-reverse;
  right: 0;
  padding: 33px 16% 43px 32px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .experience__list .item__caption.caption_right {
    padding: 0 32px;
  }
}
_:-ms-lang(x), .experience__list .item__caption.caption_right .item__number {
  transform: translateX(-147px);
}

.experience__list .item__caption.caption_right .item__wrap {
  margin-left: 0;
  margin-right: 147px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .experience__list .item__caption.caption_right .item__wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
.experience__list .item__number {
  position: absolute;
  width: 119px;
  height: 97px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .experience__list .item__number {
    position: static;
    width: 83px;
    height: 67.7px;
    margin: 30px auto 24px;
  }
}
.experience__list .item__wrap {
  margin-left: 147px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .experience__list .item__wrap {
    margin-left: auto;
  }
}
.experience__list .item__heading {
  font-size: 20px;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .experience__list .item__heading {
    font-size: 18px;
    margin-bottom: 12px;
    text-align: center;
  }
}
.experience__list .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.experience .slide {
  margin-top: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .experience .slide {
    margin-top: 50px;
  }
}
.experience .slide_arrow {
  position: absolute;
  width: 18px;
  height: 30px;
  top: calc(50% - 15px);
  z-index: 1;
}
.experience .prev_arrow {
  left: 18.1%;
}
.experience .next_arrow {
  right: 18.1%;
}

/* facility */
.facility {
  padding-bottom: 85px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .facility {
    padding-bottom: 60px;
  }
}
.facility__plan_view {
  text-align: center;
  max-width: 603px;
  margin: 61px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .facility__plan_view {
    margin-top: 37px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .facility__plan_view p {
    text-align: left;
    line-height: 1.7;
  }
}
.facility__plan_view img {
  width: 367px;
  margin-top: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .facility__plan_view img {
    width: 100%;
    margin-top: 37px;
  }
}
.facility__list {
  display: flex;
  justify-content: space-between;
  margin: 35px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .facility__list {
    flex-wrap: wrap;
    margin: 50px auto 0;
  }
}
.facility__list .item {
  width: 28.5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .facility__list .item {
    width: 100%;
    margin: 0 16px 37px;
  }
}
.facility__list .item__title {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin-bottom: 17px;
}
.facility__list .item__img {
  display: block;
}
.facility__list .item__paragraph {
  padding: 18px 19px 0;
}
.facility__construction {
  text-align: center;
  max-width: 853px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .facility__construction {
    text-align: left;
  }
}
.facility__construction .heading {
  position: relative;
  display: inline-block;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .facility__construction .heading {
    line-height: 1.7;
  }
}
.facility__construction .heading::before {
  content: "";
  background-image: url("../media/images/lp/opening/turtle.png");
  background-size: contain;
  position: absolute;
  width: 141px;
  height: 106px;
  bottom: -25px;
  left: -96px;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .facility__construction .heading::before {
    width: 138.5px;
    height: 104.5px;
    bottom: 0;
    top: -104.5px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.facility__construction img {
  margin-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .facility__construction img {
    margin-top: 13px;
  }
}

/* recruitment */
.recruitment {
  padding-bottom: 153px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .recruitment {
    padding-bottom: 55px;
  }
}
.recruitment__title {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin: 48px auto 27px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .recruitment__title {
    font-size: 20px;
    margin: 25px auto;
  }
}
.recruitment__message {
  max-width: 600px;
  margin: 0 auto;
}
.recruitment__info_list {
  max-width: 707px;
  border-top: 1px solid #2cb5a9;
  font-weight: normal;
  margin: 68px auto 74px;
}
.recruitment__info_list dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #2cb5a9;
  padding: 8px 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .recruitment__info_list dl {
    flex-wrap: wrap;
    padding: 18px 0;
  }
}
.recruitment__info_list dt {
  float: left;
  width: 188px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .recruitment__info_list dt {
    width: 100%;
    float: none;
    font-weight: bold;
  }
}
.recruitment__info_list dd {
  width: 521px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .recruitment__info_list dd {
    width: 100%;
  }
}
.recruitment__info_list dd ul {
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
  text-indent: -10px;
}
.recruitment__info_list dd ul li::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
}
.recruitment__info_list dd ul li .detail {
  -webkit-padding-start: 9px;
  padding-inline-start: 9px;
  text-indent: initial;
}
.recruitment__contact {
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .recruitment__contact {
    font-size: 16px;
    text-align: left;
  }
}
.recruitment__btn {
  text-align: center;
  margin-top: 38px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .recruitment__btn {
    margin-top: 25px;
  }
}
.recruitment__btn a {
  display: block;
  color: #fff;
  background-color: #eab31e;
  font-size: 24px;
  line-height: 1;
  max-width: 300px;
  padding: 14px 0 12px;
  margin: 0 auto;
}
.recruitment__btn a:first-child {
  margin-bottom: 29px;
}
.recruitment__btn--mail::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 9px;
}
.recruitment__btn--tel::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  transform: scaleX(-1);
  margin-right: 11px;
}

/* 共通 */
.mail_btn {
  text-align: center;
  margin: 0 auto;
}
.mail_btn a {
  display: inline-block;
  border: 3px solid #eab31e;
  color: #eab31e;
  line-height: 1;
  width: 240px;
  padding: 10px 0 8px;
  margin: 0 auto;
}
.mail_btn a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
}

.section_title {
  position: relative;
  font-size: 28px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  padding-top: 95px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .section_title {
    font-size: 20px;
    padding-top: 69px;
  }
}
.section_title::before {
  content: "";
  background-image: url("../media/images/lp/opening/turtle.png");
  background-size: contain;
  width: 196px;
  height: 148px;
  position: absolute;
  bottom: -22px;
  left: 49%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .section_title::before {
    width: 138.5px;
    height: 104.5px;
  }
}

.link_bar {
  position: fixed;
  right: 0;
  bottom: 116px;
  width: 268px;
  background-color: rgba(44, 181, 169, 0.9);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 100;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .link_bar {
    bottom: 0;
    width: 100%;
    border-radius: 0;
  }
}
.link_bar a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 26px 11px 34px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .link_bar a {
    padding: 11px 0 7px;
    text-align: center;
  }
}
.link_bar__icon {
  position: absolute;
  top: 12px;
  left: 34px;
  width: 52.6px;
  height: 48.5px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .link_bar__icon {
    display: none;
  }
}
.link_bar__catch {
  font-size: 15px;
  line-height: 1;
  float: right;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .link_bar__catch {
    display: none;
  }
}
.link_bar__title {
  font-size: 20px;
  line-height: 1;
  float: right;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .link_bar__title {
    display: none;
  }
}
.link_bar__title_sp {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .link_bar__title_sp {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
  }
}
.link_bar__inner_block {
  display: inline-block;
  font-size: 15px;
  color: #eab31e;
  background-color: #fff;
  border: 3px solid #eab31e;
  width: 200px;
  height: 32px;
  text-align: center;
}

#page_top {
  position: fixed;
  bottom: 49px;
  right: 92px;
  width: 40px;
  height: 40px;
  background-color: #2cb5a9;
  z-index: 100;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  #page_top {
    bottom: 88px;
    right: 32px;
    width: 25px;
    height: 25px;
  }
}
#page_top span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  #page_top span {
    font-size: 18px;
  }
}

.sp_br {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
}

/*# sourceMappingURL=lp.css-1618004952.map */
