@charset "UTF-8";
/* ---------------------------------------
  基本情報
-----------------------------------------*/
*, ::after, ::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  margin: 0 auto;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-break: strict;
  font-feature-settings: "palt";
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  border: none;
  line-height: 1;
  font-weight: inherit;
  list-style-type: none;
  word-break: break-word;
}

input, button, textarea, select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: normal;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

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

/* responsive
--------------------------------*/
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .tel-link {
    pointer-events: none;
  }
}

.dib {
  display: inline-block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.wrapper {
  position: relative;
  z-index: 1;
}

.content {
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
}

.qr {
  width: calc((100% - 500px) / 2);
  height: 100vh;
  position: fixed;
  z-index: -20;
}

.qr2 {
  right: 0;
  background-position: 100% 100%;
  background-size: contain;
  background-image: url(https://protimes.jp/tosoday_202510/qr_bg.jpg);
  background-repeat: no-repeat;
}

.qr1 {
  left: 0;
  background-position: 100% 100%;
  background-size: contain;
  background-image: url(https://protimes.jp/tosoday_202510/qr_bg.jpg);
  background-repeat: no-repeat;
}

.qr2 > div, .qr1 > div {
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}

.qr1 > div {
  position: absolute;
  width: 24px;
  text-align: center;
  overflow: hidden;
}

.qr2 > div {
  position: absolute;
  width: 230px;
  text-align: center;
  overflow: hidden;
  line-height: 0;
}

.qr2 i {
  width: 190px;
  margin: 0 auto;
  display: block;
}

.btn {
  margin-top: 30px;
}

.btn a {
  font-size: 18px !important;
  font-weight: 500;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  color: #eb6120;
  display: inline-block;
  padding: 21px 10px;
  position: relative;
  text-align: left;
  text-decoration: none;
  border: 2px solid #eb6120;
  font-optical-sizing: auto;
}

/* 通常の矢印(hoverで反転) */
.btn a {
  transition: all 0.5s;
}

.btn a::before {
  border-right: 2px solid #eb6120;
  border-top: 2px solid #eb6120;
  bottom: 0;
  content: "";
  height: 12px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  transform: rotate(45deg);
  transition: all 0.5s;
  width: 12px;
}

.btn a:hover {
  background-color: #eb6120;
  color: #fff;
}

.btn a:hover::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

@media screen and (max-width: 1100px) {
  .qr2 > div {
    width: 80%;
  }
  .qr2 i {
    width: 80%;
  }
  .btn a {
    line-height: normal;
    text-align: center;
    padding: 10px 5px;
  }
  .btn a::before {
    border-right: none;
    border-top: none;
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    transition: all 0.5s;
    width: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .btn {
    margin-top: 0px;
    padding: 10px 10px;
  }
  .btn:before {
    background-image: none;
  }
}
.footer {
  margin-top: 44px;
  padding: 20px 10px;
  background-color: #FA8C58;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 34px;
    padding: 15px 10px;
  }
}
.footer__copy {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 1.17rem;
  }
}

/*# sourceMappingURL=common.css.map */
