@charset "UTF-8";
/* CSS Document */
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap");
* {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: 400;
  list-style: none;
  font-feature-settings: "palt"; }

html {
  font-family: "Noto Serif JP", serif; }

body {
  -webkit-text-size-adjust: 100%;
  color: #231815;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.065em;
  font-weight: 400;
  background: #ad8a87; }

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

a {
  position: relative;
  display: block;
  text-decoration: none; }

.tgt {
  opacity: 0;
  transition: opacity 0.8s ease-out; }
  .tgt.on {
    opacity: 1; }

.sp {
  display: none; }

.footer {
  background: #000;
  color: #fff; }

.sub .content {
  color: #fff;
  overflow: hidden; }
  .sub .content .content-tit {
    text-align: center;
    line-height: 1;
    font-family: "Yeseva One", cursive;
    font-weight: 400;
    color: #fff; }
    .sub .content .content-tit span {
      display: block;
      font-family: "Noto Sans JP", sans-serif;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 0.08em; }
  .sub .content .inner .btn-back {
    background: #000; }
    .sub .content .inner .btn-back span {
      color: #fff;
      font-family: "Noto Sans JP", sans-serif; }

.sub.sub-w {
  background: #fff; }
  .sub.sub-w .content {
    color: #231815; }
    .sub.sub-w .content .content-tit {
      color: #231815; }

@keyframes btn-back-off {
  0% {
    left: 0%; }
  100% {
    left: -100%; } }

@keyframes btn-back-on {
  0% {
    left: 100%; }
  100% {
    left: 0; } }

@media screen and (min-width: 801px) {
  .sub .content {
    padding: 75px 0 70px;
    min-height: calc(100vh - 130px - 75px - 70px); }
    .sub .content .content-tit {
      font-size: 46px; }
      .sub .content .content-tit span {
        margin-top: 22px;
        font-size: 18px; }
    .sub .content .inner {
      margin: 50px auto 0;
      width: 95%;
      max-width: 750px; }
      .sub .content .inner .btn-back {
        margin: 40px 0 0;
        width: 215px;
        overflow: hidden; }
        .sub .content .inner .btn-back span {
          margin-left: 140px;
          line-height: 70px;
          z-index: 1; }
          .sub .content .inner .btn-back span::after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: -105px;
            transform: translateY(-50%);
            width: 87px;
            height: 22px;
            background: url(../imgs/common/btn_arw_back.svg) center center no-repeat; }
        .sub .content .inner .btn-back::after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          background: #936f6c;
          animation: btn-back-off 0.3s 1 forwards; }
        .sub .content .inner .btn-back:hover::after {
          width: 100%;
          animation: btn-back-on 0.3s 1 forwards; }
  .footer {
    height: 130px; }
    .footer .footer-box {
      margin: 0 auto;
      width: 95%;
      max-width: 1080px;
      display: flex;
      justify-content: space-between; }
      .footer .footer-box .footer-menu-box {
        padding-top: 48px;
        display: flex; }
        .footer .footer-box .footer-menu-box li {
          margin-right: 25px; }
          .footer .footer-box .footer-menu-box li:last-child {
            margin-right: 0; }
          .footer .footer-box .footer-menu-box li a {
            color: #fff;
            font-size: 18px;
            line-height: 33px;
            transition: color 0.3s ease-out; }
            .footer .footer-box .footer-menu-box li a:hover {
              color: #936f6c; }
      .footer .footer-box .copyright {
        padding-top: 48px;
        font-size: 14px;
        line-height: 33px;
        letter-spacing: 0.05em; }
      .footer .footer-box .sns-box {
        padding-top: 48px;
        width: 235px; }
        .footer .footer-box .sns-box .sns-tit {
          float: left;
          line-height: 33px;
          width: 115px;
          letter-spacing: 0.05em; }
        .footer .footer-box .sns-box .sns-box-inner {
          margin-left: 115px; }
          .footer .footer-box .sns-box .sns-box-inner .box {
            display: flex;
            justify-content: space-between; }
            .footer .footer-box .sns-box .sns-box-inner .box li {
              width: 33px;
              border-radius: 17px;
              border: 1px solid #fff;
              box-sizing: border-box;
              transition: opacity 0.3s ease-out; }
              .footer .footer-box .sns-box .sns-box-inner .box li:hover {
                opacity: 0.7; } }

@media screen and (max-width: 800px) {
  html {
    font-size: calc(100vw / 0.8); }
  body {
    font-size: 0.028rem; }
  .pc {
    display: none; }
  .sp {
    display: block; }
  .sub .content {
    padding: 0.08rem 0 0.04rem;
    min-height: calc(100vh - 0.285rem - 0.080rem - 0.040rem); }
    .sub .content .content-tit {
      font-size: 0.050rem;
      line-height: 1; }
      .sub .content .content-tit span {
        margin-top: 0.028rem;
        font-size: 0.024rem; }
    .sub .content .inner {
      margin: 0.050rem auto 0;
      width: 0.700rem; }
      .sub .content .inner .btn-back {
        margin: 0.040rem 0 0;
        width: 0.300rem;
        overflow: hidden; }
        .sub .content .inner .btn-back span {
          margin-left: 0.190rem;
          font-size: 0.024rem;
          line-height: 0.098rem;
          z-index: 1; }
          .sub .content .inner .btn-back span::after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: -0.146rem;
            transform: translateY(-50%);
            width: 0.120rem;
            height: 0.030rem;
            background: url(../imgs/common/btn_arw_back.svg) center center no-repeat; }
  .footer {
    height: 0.285rem; }
    .footer .footer-box {
      margin: 0 auto;
      width: 0.700rem; }
      .footer .footer-box > li:nth-child(3) {
        position: absolute;
        top: 0.040rem;
        right: 0; }
      .footer .footer-box .footer-menu-box {
        padding-top: 0.040rem; }
        .footer .footer-box .footer-menu-box li a {
          color: #fff;
          font-size: 0.022rem;
          line-height: 0.046rem; }
      .footer .footer-box .copyright {
        margin-top: 0.030rem;
        font-size: 0.022rem;
        line-height: 1; }
      .footer .footer-box .sns-box .sns-tit {
        float: left;
        line-height: 0.046rem;
        width: 0.150rem;
        letter-spacing: 0.02em;
        font-size: 0.016rem; }
      .footer .footer-box .sns-box .sns-box-inner {
        margin-left: 0.150rem; }
        .footer .footer-box .sns-box .sns-box-inner .box {
          display: flex;
          justify-content: space-between; }
          .footer .footer-box .sns-box .sns-box-inner .box li {
            margin-right: 0.015rem;
            width: 0.046rem;
            border-radius: 0.023rem;
            border: 1px solid #fff;
            box-sizing: border-box; }
            .footer .footer-box .sns-box .sns-box-inner .box li:last-child {
              margin-right: 0; } }

@media screen and (min-width: 801px) {
  .sub .content.entry-content .inner {
    margin-top: 70px; }
    .sub .content.entry-content .inner .entry-box .entry-tit {
      float: left;
      width: 210px;
      font-size: 18px;
      line-height: 40px;
      color: #000;
      letter-spacing: 0.03em; }
      .sub .content.entry-content .inner .entry-box .entry-tit::before {
        content: '＊';
        font-size: 14px;
        margin-right: 0.5em; }
    .sub .content.entry-content .inner .entry-box .entry-text-box {
      margin-left: 210px;
      margin-bottom: 30px;
      width: calc(100% - 210px); }
      .sub .content.entry-content .inner .entry-box .entry-text-box input[type="text"] {
        padding: 0 10px;
        width: 100%;
        border: 1px solid #000;
        border-radius: 0;
        font-family: "Noto Serif JP", serif;
        font-size: 18px;
        line-height: 40px;
        box-sizing: border-box; }
      .sub .content.entry-content .inner .entry-box .entry-text-box input[type="email"] {
        padding: 0 10px;
        width: 100%;
        border: 1px solid #000;
        border-radius: 0;
        font-family: "Noto Serif JP", serif;
        font-size: 18px;
        line-height: 40px;
        box-sizing: border-box; }
      .sub .content.entry-content .inner .entry-box .entry-text-box input::placeholder {
        color: #9fa0a0; }
      .sub .content.entry-content .inner .entry-box .entry-text-box input[type="date"] {
        width: 180px;
        height: 40px;
        padding: 0 10px;
        border: 1px solid #000;
        border-radius: 0;
        font-family: "Noto Serif JP", serif;
        font-size: 18px;
        line-height: 40px; }
      .sub .content.entry-content .inner .entry-box .entry-text-box input[type="tel"] {
        padding: 0 10px;
        width: 100%;
        border: 1px solid #000;
        border-radius: 0;
        font-family: "Noto Serif JP", serif;
        font-size: 18px;
        line-height: 40px;
        box-sizing: border-box; }
      .sub .content.entry-content .inner .entry-box .entry-text-box input[type="radio"] + label {
        margin-right: 1em;
        line-height: 40px;
        font-size: 18px; }
      .sub .content.entry-content .inner .entry-box .entry-text-box select {
        position: relative;
        -webkit-appearance: none;
        appearance: none;
        border: 1px solid #000;
        border-radius: 0;
        font-family: "Noto Serif JP", serif;
        width: 200px;
        height: 40px;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 16px;
        line-height: 40px; }
      .sub .content.entry-content .inner .entry-box .entry-text-box textarea {
        padding: 0 10px;
        width: 100%;
        height: 180px;
        border: 1px solid #000;
        border-radius: 0;
        font-family: "Noto Serif JP", serif;
        font-size: 16px;
        line-height: 40px;
        box-sizing: border-box; }
      .sub .content.entry-content .inner .entry-box .entry-text-box.entry-text-box-job {
        width: 200px; }
        .sub .content.entry-content .inner .entry-box .entry-text-box.entry-text-box-job::after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%) rotate(45deg);
          right: 15px;
          width: 7px;
          height: 7px;
          border-right: 1px solid #000;
          border-bottom: 1px solid #000; }
    .sub .content.entry-content .inner .text {
      margin: 40px 0 22px;
      line-height: 28px; }
      .sub .content.entry-content .inner .text a {
        display: inline-block;
        color: #000;
        text-decoration: underline;
        font-weight: 700;
        transition: opacity 0.3s ease-out; }
        .sub .content.entry-content .inner .text a:hover {
          opacity: 0.7; }
    .sub .content.entry-content .inner .privacy-check {
      line-height: 20px; }
      .sub .content.entry-content .inner .privacy-check input[type="checkbox"] {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px; }
      .sub .content.entry-content .inner .privacy-check input[type="checkbox"] + label {
        padding-left: 10px;
        line-height: 20px;
        font-size: 20px;
        font-weight: 700; }
        .sub .content.entry-content .inner .privacy-check input[type="checkbox"] + label::before {
          content: '';
          position: absolute;
          display: block;
          top: 0;
          left: -20px;
          width: 20px;
          height: 20px;
          border: 2px solid #000; }
      .sub .content.entry-content .inner .privacy-check input[type="checkbox"]:checked + label::after {
        content: '✓';
        position: absolute;
        display: block;
        top: 0px;
        left: -15px;
        line-height: 20px; }
    .sub .content.entry-content .inner input[type="submit"] {
      margin: 60px auto 0;
      border-radius: 0;
      -webkit-appearance: none;
      width: 360px;
      display: block;
      border: 1px solid #000;
      line-height: 108px;
      text-align: center;
      font-family: "Noto Serif JP", serif;
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      background: #000;
      transition: background 0.3s ease-out;
      cursor: pointer; }
      .sub .content.entry-content .inner input[type="submit"]:hover {
        color: #000;
        background: #fff; }
    .sub .content.entry-content .inner .btn-back {
      margin-top: 60px; }
    .sub .content.entry-content .inner .entry-done em {
      margin-bottom: 35px;
      display: block;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 1; }
    .sub .content.entry-content .inner .entry-done p {
      font-size: 18px;
      line-height: 40px; }
    .sub .content.entry-content .inner .btn-top {
      margin: 75px auto 0;
      width: 360px;
      line-height: 108px;
      background: #000;
      border: 1px solid #000;
      text-align: center;
      transition: background 0.3s ease-out; }
      .sub .content.entry-content .inner .btn-top span {
        color: #fff;
        font-size: 20px;
        font-weight: 700; }
      .sub .content.entry-content .inner .btn-top:hover {
        background: #fff; }
        .sub .content.entry-content .inner .btn-top:hover span {
          color: #000; } }

@media screen and (max-width: 800px) {
  .sub .content.entry-content .inner {
    margin-top: 0.070rem; }
    .sub .content.entry-content .inner .entry-box .entry-tit {
      line-height: 0.056rem;
      color: #000;
      letter-spacing: 0.03em; }
      .sub .content.entry-content .inner .entry-box .entry-tit::before {
        content: '＊';
        font-size: 0.024rem;
        margin-right: 0.5em; }
    .sub .content.entry-content .inner .entry-box .entry-text-box {
      margin-bottom: 0.030rem;
      width: 100%; }
      .sub .content.entry-content .inner .entry-box .entry-text-box input[type="text"] {
        padding: 0 0.02rem;
        width: 100%;
        border-radius: 0;
        border: 1px solid #000;
        font-family: "Noto Serif JP", serif;
        font-size: 16px;
        line-height: 32px;
        box-sizing: border-box; }
      .sub .content.entry-content .inner .entry-box .entry-text-box input[type="email"] {
        padding: 0 0.02rem;
        width: 100%;
        border-radius: 0;
        border: 1px solid #000;
        font-family: "Noto Serif JP", serif;
        font-size: 16px;
        line-height: 32px;
        box-sizing: border-box; }
      .sub .content.entry-content .inner .entry-box .entry-text-box input::placeholder {
        color: #9fa0a0; }
      .sub .content.entry-content .inner .entry-box .entry-text-box input[type="date"] {
        width: 0.360rem;
        padding: 0 0.02rem;
        border-radius: 0;
        border: 1px solid #000;
        height: 0.060rem;
        font-family: "Noto Serif JP", serif;
        font-size: 16px;
        line-height: 32px; }
      .sub .content.entry-content .inner .entry-box .entry-text-box input[type="tel"] {
        padding: 0 0.02rem;
        width: 0.400rem;
        border: 1px solid #000;
        font-family: "Noto Serif JP", serif;
        font-size: 16px;
        line-height: 32px;
        box-sizing: border-box; }
      .sub .content.entry-content .inner .entry-box .entry-text-box input[type="radio"] + label {
        margin-left: 0.5em;
        margin-right: 1em;
        height: 32px;
        font-size: 16px; }
      .sub .content.entry-content .inner .entry-box .entry-text-box select {
        position: relative;
        -webkit-appearance: none;
        appearance: none;
        border: 1px solid #000;
        border-radius: 0;
        font-family: "Noto Serif JP", serif;
        width: 100%;
        height: 32px;
        box-sizing: border-box;
        padding: 0 0.02rem;
        font-size: 16px;
        line-height: 32px; }
      .sub .content.entry-content .inner .entry-box .entry-text-box textarea {
        padding: 0 0.02rem;
        width: 100%;
        height: 0.200rem;
        border-radius: 0;
        border: 1px solid #000;
        font-family: "Noto Serif JP", serif;
        font-size: 16px;
        line-height: 32px;
        box-sizing: border-box; }
      .sub .content.entry-content .inner .entry-box .entry-text-box.entry-text-box-job {
        width: 100%; }
        .sub .content.entry-content .inner .entry-box .entry-text-box.entry-text-box-job::after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%) rotate(45deg);
          right: 15px;
          width: 7px;
          height: 7px;
          border-right: 1px solid #000;
          border-bottom: 1px solid #000; }
    .sub .content.entry-content .inner .text {
      margin: 0 0 0.04rem;
      letter-spacing: 0.02em;
      line-height: 0.048rem; }
      .sub .content.entry-content .inner .text a {
        display: inline-block;
        color: #000;
        text-decoration: underline;
        font-weight: 700;
        transition: opacity 0.3s ease-out; }
    .sub .content.entry-content .inner .privacy-check {
      line-height: 0.030rem; }
      .sub .content.entry-content .inner .privacy-check input[type="checkbox"] {
        -webkit-appearance: none;
        appearance: none;
        width: 16px;
        height: 16px; }
      .sub .content.entry-content .inner .privacy-check input[type="checkbox"] + label {
        padding-left: 0.020rem;
        font-size: 16px;
        line-height: 16px;
        font-weight: 700; }
        .sub .content.entry-content .inner .privacy-check input[type="checkbox"] + label::before {
          content: '';
          position: absolute;
          display: block;
          top: 0;
          left: -16px;
          width: 16px;
          height: 16px;
          border: 2px solid #000; }
      .sub .content.entry-content .inner .privacy-check input[type="checkbox"]:checked + label::after {
        content: '✓';
        position: absolute;
        display: block;
        top: 0px;
        left: -10px;
        line-height: 16px; }
    .sub .content.entry-content .inner input[type="submit"] {
      margin: 0.050rem auto 0;
      width: 0.540rem;
      height: 0.160rem;
      display: block;
      border-radius: 0;
      -webkit-appearance: none;
      line-height: 0.160rem;
      text-align: center;
      font-family: "Noto Serif JP", serif;
      font-size: 0.029rem;
      font-weight: 700;
      color: #fff;
      background: #000; }
    .sub .content.entry-content .inner .btn-back {
      margin-top: 0.060rem; }
    .sub .content.entry-content .inner .entry-done {
      margin-top: 0.100rem; }
      .sub .content.entry-content .inner .entry-done em {
        margin-bottom: 35px;
        display: block;
        font-size: 0.035rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1; }
      .sub .content.entry-content .inner .entry-done p {
        line-height: 0.058rem; }
    .sub .content.entry-content .inner .btn-top {
      margin: 0.100rem auto 0;
      width: 0.540rem;
      line-height: 0.160rem;
      background: #000;
      text-align: center;
      transition: background 0.3s ease-out; }
      .sub .content.entry-content .inner .btn-top span {
        color: #fff;
        font-size: 0.029rem;
        font-weight: 700; } }
