/*u-body*/
.u-body {
  background: linear-gradient(160deg, #0ca4a7 0%, #324b57 100%);
}
.u-section {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
/*u-main*/
.u-main {
  display: flex;
  align-items: flex-start;
}
.u-fv {
  background-color: #fff;
  width: 300px;
  height: 100vh;
  position: sticky;
  top: 0;
  padding: 2rem 1rem;
}
.u-main-wrap {
  width: calc(100% - 300px);
  padding: 3rem 0;
}
.u-fv-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
  width: fit-content;
}
.u-fv-title {
  writing-mode: vertical-lr;
  width: fit-content;
}
.u-fv-title::before {
  content: attr(data-en);
  display: block;
  text-transform: capitalize;
  font-family: "Allison", cursive;
  font-weight: normal;
  font-size: 8rem;
  line-height: 1;
  color: #256972;
  letter-spacing: 3px;
}
.u-fv-logo {
  font-family: "Allison", cursive;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 4rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s ease;
}
.u-fv-logo span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.u-fv-logo span::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #000;
  margin-right: 0.25rem;
  transition: 0.3s ease;
}
.u-fv-logo span::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #000;
  margin-left: 0.25rem;
  transition: 0.3s ease;
}
.u-fv-copyright {
  font-size: 0.8rem;
  margin-top: 1rem;
}
.u-fv-copyright span {
  display: block;
}
/*u-fv-nav*/
.u-fv-nav {
  width: fit-content;
}
.u-fv-nav li + li {
  margin-top: 0.5rem;
}
.u-fv-nav a {
  display: flex;
  align-items: center;
}

.u-fv-nav a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #256972;
  border-right: 0;
  margin: 0.25rem;
}
/*u-footer*/
.u-footer {
  padding: 0;
  border-top: none;
}
/*u-job*/
.u-job-title {
  font-size: 1.4rem;
  color: #256972;
}

.u-job-info {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.u-job-info-img {
  width: 35%;
  max-height: 270px;
}

.u-job-info-table {
  width: 60%;
}

.u-job-info-table th {
  background-color: #256972;
  padding: 0.5rem 0.2rem;
  color: #fff;
  width: 150px;
}
.u-job-info-table td {
  background-color: #e9f2ff;
  padding: 0.5rem 0.2rem 0.5rem 0.75rem;
}

/*u-job-info-des*/
.u-job-info-des {
  border-left: 1px solid #256972;
  background-color: #fff;
}

.u-job-info-title {
  font-size: 1.3rem;
  display: block;
  width: 100%;
  background-color: #256972;
  color: #fff;
  padding: 0.2rem 1rem;
}
.job-info-des-table {
  width: 95%;
  border-collapse: collapse;
  table-layout: fixed;
}
.job-info-des-table th {
  text-align: left;
  background-color: #e3e3e3;
  padding: 0.5rem 1rem;
  width: 150px;
}
.job-info-des-table tr:not(:first-of-type) th {
  border-top: 1px solid #fff;
}
.job-info-des-table tr:first-of-type {
  border-top: 1px solid #e3e3e3;
}
.job-info-des-table td {
  padding: 0.5rem 1rem;
  border-top: 1px solid #e3e3e3;
}
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  max-width: 500px;
}

/* Google Mapのiframe */
.map iframe {
  width: 100%;
  aspect-ratio: 4/3;
}

.job-info-des-table tr:last-of-type th {
  border-bottom: 1px solid #e3e3e3;
}
.job-info-des-table tr:last-of-type td {
  border-bottom: 1px solid #e3e3e3;
}

.com-table th {
  width: 100px;
}
.entry-btn {
  padding: 1rem 2rem;
  background-color: #2f4862;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  width: fit-content;
  cursor: pointer;
}
.entry-btn img {
  width: 25px;
  margin-left: 1rem;
}

.u-job-entryform {
  width: calc(100% - 300px);
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s ease-in-out;
  transform: translateX(100%);
  background: linear-gradient(160deg, #0ca4a7 0%, #324b57 100%);
  overflow-y: scroll;
  height: 100vh;
  padding-bottom: 9rem;
}
.u-job-entryform.active {
  transform: translateX(0);
}
.job-entryform-closebtn {
  background-color: #14518e;
  width: 50px;
  aspect-ratio: 1/1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entryform-close {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.5em;
  height: 0.2em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}

.entryform-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
/*infoタグ*/

.p0 {
  padding: 0;
}

/*archive-job*/
.u-job-item {
  margin-top: 2rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border: 1px solid #256972;
}
.u-job-details {
  width: calc(100% - 300px);
  display: flex;
  align-items: flex-start;
}
.single-u-job-details {
  padding-top: 0 !important;
  width: 100%;
}
.u-job-details.noscroll {
  overflow: hidden;
  height: 100vh;
}
.u-job-details-inner {
  background-color: #fff;
  padding: 1rem;
  width: 400px;
  position: sticky;
  top: 0;
  height: 100vh;
  border-left: 1px solid #256972;
}
.single-job-scroll {
  width: calc(100% - 400px);
}
.single-job-wrap {
  padding: 0;
}
.single-job-wrap .u-job-details-inner {
  padding-top: 4rem;
}
.u-job-details .pickup-item {
  width: 100%;
  margin: 0;
  min-width: 0;
}
.job-item-top {
  display: flex;
  justify-content: space-between;
  background-color: #f7f7f7;
  padding: 1rem;
}
.job-item-title {
  color: #256972;
}
.job-maintag-lists {
  display: flex;
  align-items: center;
}
.job-maintag-lists li {
  background: #256972;
  color: #fff;
}

.job-maintag-lists li:not(:first-of-type) {
  margin-left: 0.5rem;
}
.job-maintag-lists a {
  font-size: 0.95rem;
  display: inline-block;
  padding: 0.25rem 0.5rem;
}
.job-item-phrase {
  font-size: 1.05rem;
  padding: 0 1rem;
  margin-top: 1rem;
}
.job-item-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 1rem;
  margin-top: 1rem;
}
.job-info-img {
  max-width: 300px;
  width: 35%;
}
.job-info-img img {
  display: block;
  width: 100%;
}
.job-info-table {
  width: 60%;
  height: auto;
}
.job-info-table th {
  background-color: #256972;
  padding: 0.75rem 0.5rem;
  color: #fff;
  width: 150px;
}
.job-info-table td {
  background-color: #e9f2ff;
  padding: 0.75rem 0.5rem;
}

/*求人moreボタン*/
.joblisting-morewrap {
  display: flex;
  padding-bottom: 2rem;
  margin: 1rem 1.5rem 0 0;
}
.joblisting-morewrap a {
  padding: 1rem;
  background-color: #147be9;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  margin-left: auto;
}
.joblisting-morewrap img {
  display: block;
  width: 17px;
  margin-left: 0.5rem;
}
/*page-navi*/
.page-navi {
  margin-top: 3rem;
  text-align: center;
}
.page-navi .current {
  background-color: #bf8d23;
  color: #fff;
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 0.2rem 0.55rem !important;
  background-color: #fff;
  border-color: #fff !important;
}
/*company*/
.company-img {
  width: 90%;
  margin: 0 auto;
}
.company-img + .company-img {
  margin-top: 2rem;
}

/*kyujin*/
.kyujin-img {
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
}

/* レイアウト */
.form-box {
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem 2rem;
}
.form-box > .wpcf7 {
  width: 80%;
}
.form-row + .form-row {
  margin-top: 1rem;
}
.form-row:last-child {
  border-bottom: none;
}
.form-label p {
  display: flex;
  align-items: center;
  width: 250px;
}
.form-label label {
  font-weight: bold;
}
.form-label span.req::before {
  content: "*";
  margin-left: 0.25rem;
  font-size: 1rem;
  font-weight: bold;
  color: red;
}
.btn-submit {
  display: flex;
  justify-content: center;
}
#submit:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.error-message {
  color: red;
  font-size: 0.85em;
  display: block;
  margin-top: 5px;
}
.cf7-confirm {
  padding: 2rem;
}
.cf7-confirm h3 {
  text-align: center;
}
.cf7-confirm ul {
  margin-top: 3rem;
}
.cf7-confirm li > p {
  display: flex;
  align-items: center;
}
.cf7-confirm li + li {
  margin-top: 0.25rem;
}
.cf7-confirm li strong {
  background-color: #cbe5e9;
  padding: 0.5rem;
  width: 170px;
}
.cf7-confirm li span {
  display: block;
  width: calc(100% - 170px);
  padding: 0.5rem;
}
/* フォームパーツのデザイン */

input,
textarea {
  background-color: #f2f4f5;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  flex-grow: 1;
}
input::placeholder,
textarea::placeholder {
  color: #999;
  font-size: 14px;
}
select {
  background-color: #f2f4f5;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
}
.wpcf7-form-control.wpcf7-submit {
  cursor: pointer;
  padding: 15px 45px;
  border: none;
  color: #fff;
  font-weight: bold;
  background-color: #005658;
  font-size: 1.1rem;
}
.screen-reader-response {
  display: none;
}
.wpcf7-response-output {
  padding: 1rem;
  text-align: center;
  margin-top: 2rem;
}
.wpcf7-not-valid-tip {
  color: #ca0000;
  font-weight: bold;
}
.wpcf7-form-control-wrap {
  margin-top: 0.5rem;
  display: block;
}
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap textarea {
  width: 100%;
}

.form-row.btn-submit p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*お知らせ一覧ページ*/
.u-news-contents {
  width: 100%;
  margin: 0 auto;
}
.u-news-contents ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.u-news-item {
  width: calc((100% - 2rem) / 2);
  margin: 0.5rem;
  border: 1px solid #256972;
  padding: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.u-news-img {
  width: 100%;
  aspect-ratio: 16/9;
}
.u-news-textwrap {
  margin-top: 1rem;
}
.u-news-item h3 {
  font-size: 1.1rem;
}
.u-news-date {
  font-size: 0.9rem;
}

/*おしらせ記事ページ*/
.news-single {
  padding: 2rem 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.news-single-title {
  border-bottom: 2px solid #14518e;
  padding-bottom: 0.5rem;
  color: #256972;
  width: 90%;
  margin: 0 auto;
}

.news-single-img {
  width: 90%;
  max-width: 700px;
  margin: 2rem auto 0;
}

.news-single-textwrap {
  margin-top: 2rem;
  padding: 1.5rem;
}

/*backbtn*/
.back-btnwrap {
  text-align: center;
  margin: 4rem auto 2rem;
}
.back-btnwrap a {
  padding: 1rem 3rem;
  background-color: #256972;
  color: #fff;
}

/*company-contact*/
.contact-img {
  display: block;
  width: 100%;
}

/*downloadボタン*/
.media-body,
.wpdm_icon {
  display: none;
}

.card-body {
}
.link-template-default.card.mb-2 {
  border: none;
}
.wpdm-download-link.btn.btn-primary {
  padding: 1rem 3rem;
}
.w3eden .card-body {
  padding-left: 0 !important;
}
.w3eden .ml-3,
.w3eden .mx-3 {
  margin-right: 1rem;
}
.mr-3.img-48 {
  display: none;
}
.w3eden + .w3eden .card-body {
  padding-top: 0 !important;
}
/*qa*/
.u-qa {
  margin: 0 auto;
}
.qa-boxwrap {
  margin-top: 2rem;
}
.u-qa-top {
  color: #fff;
}
.qa-box {
  display: none;
}
.qa-box:first-of-type {
  display: block;
}
.qa-item {
  cursor: pointer;
  padding: 1rem;
  border-top: 1px solid #fff;
  color: #fff;
}
.qa-item:last-of-type {
  border-bottom: 1px solid #fff;
}
.qa-item p {
  display: none;
}
.qa-tabwrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
}
.qa-tabwrap .qa-tab {
  width: 50%;
  border: 1px solid #000;
  background-color: #fff;
  padding: 0.5rem;
  cursor: pointer;
  transition: 0.2s ease;
}
.qa-tabwrap .qa-tab.active {
  background: #d3a94f;
  color: #fff;
}
.qa-tab h2 {
  font-size: 1.1rem;
  text-align: center;
}
.qa-item h3 {
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
  padding-right: 2rem;
}
.qa-item h3::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease;
}
.qa-item.open h3::after {
  transform: translateY(-50%) rotate(180deg);
}
.qa-item p {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.3;
}
.qa-cancel-item p {
  line-height: 1.7;
}
.cancel-anc {
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
/*contact-thanks*/
.contact-thanks-box {
  padding: 2rem 4rem;
}
.contact-thanks-box h2 {
  font-size: 1.4rem;
}

.contact-thanks-box p {
  font-size: 1.1rem;
  margin-top: 1rem;
}

/*privacy*/
.u-privacy-contents {
  margin-top: 2rem;
}
.privacy-item {
  margin-top: 2rem;
}
.privacy-item h2 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.privacy-item h2 {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  color: #256972;
}
.privacy-item h2::before {
  content: "";
  height: 40px;
  width: 4px;
  background-color: #256972;
  margin-right: 1rem;
}
.privacy-item {
  line-height: 2;
}
.privacy-item ol,
.privacy-item ul {
  margin-top: 0.5rem;
}
.privacy-item ol > li {
  list-style: initial;
  list-style-type: decimal;
  list-style-position: inside;
}

.sec-ol {
  padding-left: 2rem;
}
.mt-1 {
  margin-top: 1rem;
}

/*記事系ページデザイン*/
.u-resume-text h2,
.useful-single-textwrap h2,
.news-single-textwrap h2 {
  font-size: 1.3rem; /* フォントサイズ */
  font-weight: bold; /* フォント太さ */
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
  background-color: #256972; /* 背景色 */
  color: #fff; /* フォント色 */
  margin-top: 2rem;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 2rem 0 0 2rem;
  line-height: 1.4;
}
.u-resume-text h2::before,
.useful-single-textwrap h2::before,
.news-single-textwrap h2::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #f7da9c;
  border-radius: 50%;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.u-resume-text hr,
.useful-single-textwrap hr,
.news-single-textwrap hr {
  margin: 2rem 0;
  border-color: gray;
}
.u-resume-text p,
.useful-single-textwrap p,
.news-single-textwrap p {
  line-height: 1.7;
}
.u-resume-text p strong,
.useful-single-textwrap p strong,
.news-single-textwrap p strong {
  background: linear-gradient(transparent 65%, #bd203052 0%);
  display: inline;
  padding: 0 1px 0px;
}
.u-resume-text p em,
.useful-single-textwrap p em,
.news-single-textwrap p em {
  background: linear-gradient(transparent 65%, #bd203052 0%);
  display: inline;
  padding: 0 1px 0px;
  font-weight: bold;
  font-style: normal;
}
.u-resume-text ul,
.useful-single-textwrap ul,
.news-single-textwrap ul {
  margin: 1rem 0 1rem 0.5rem;
}
.u-resume-text li,
.useful-single-textwrap li,
.news-single-textwrap li {
  font-size: 1rem; /* フォントサイズ */
  padding-left: 1.4rem;
  position: relative;
  line-height: 2;
  color: #256972; /*フォント色*/
  list-style: initial;
  list-style-position: inside;
}
.u-resume-text li + li,
.useful-single-textwrap li + li,
.news-single-textwrap li + li {
  margin-top: 0.5rem;
}

/*サイドバーなしの場合のcss*/
.main-max-width {
  width: 100%;
}

/*追加*/
.u-job-archive {
  padding: 4rem 0;
}
.u-job-details {
  padding-bottom: 0;
}
.search-results-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
.search-results-wrap .pickup-item {
  width: calc((100% - 2rem) / 2);
  margin: 0.5rem;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.job-info-des-table tr {
  display: flex;
  flex-direction: column;
}

.job-info-des-table th {
  background-color: #fff;
  width: 100%;
}
.job-info-des-table tr + tr {
  margin-top: 1rem;
}
.job-info-des-table tr:first-of-type {
  border-top: none;
}
/*useful*/
.u-useful-item {
  width: calc((100% - 3rem) / 3);
  margin: 0.5rem;
}

.u-useful-archive {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.news-single {
  margin-top: 4rem;
}

.under-news {
  width: 95%;
}
.has-text-align-right {
  margin-bottom: 2rem;
  text-align: center !important;
  opacity: 0.5;
}
.wp-elements-3a75dc1c438874fe4a2aaffa79015c34
  a:where(:not(.wp-element-button)) {
  color: #fff !important;
}

/*cancel*/
.u-cancel {
  margin: 0 auto;
  color: #fff;
}
.u-cancel-top {
  color: #fff;
  font-weight: bold;
}
.u-cancel-top {
  width: fit-content;
  padding: 0.5rem 1rem;
  border: 5px double rgb(255, 20, 20);
}
.u-cancel-contents {
  margin-top: 2rem;
}
.u-cancel-contents h2 {
  font-size: 1.2rem;
}
.u-cancel-box {
  background-color: #fff;
  padding: 1rem;
  margin-top: 1rem;
  color: #000;
  border: 1px solid #000;
}

.u-cancel-text {
  margin-top: 2rem;
}

.u-cancel-btnwrap {
  margin-top: 3rem;
  display: flex;
  align-items: center;
}
.u-cancel-btnwrap a,
.u-cancel-btnwrap div {
  padding: 0.75rem 2rem;
  cursor: pointer;
}

.cancel-btn-back {
  background-color: #d3a94f;
  color: #fff;
  font-weight: bold;
}
.cancel-btn-next {
  background-color: #e0e0e0;
  color: #555;
  margin-left: 1rem;
}
.u-cancel-confirm {
  margin: 0 auto;
  color: #fff;
  display: none;
}
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}
/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}
.modaal-confirm-content {
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
}
.modaal-confirm-content .can-red {
  font-size: 1.4rem !important;
  color: #f00;
  display: block;
  margin-top: 1rem;
  line-height: 1.3;
}
.modaal-confirm-btn {
}
.modaal-confirm-btn.modaal-ok {
  background-color: #d3a94f;
  color: #fff;
  font-weight: bold;
  padding: 0.75rem 2rem;
  border-radius: 0;
  border: 1px solid #d3a94f;
}

.modaal-confirm-btn.modaal-cancel {
  color: #000;
  border: 1px solid #000;
  text-decoration: none;
  padding: 0.75rem 2rem;
  border-radius: 0;
}

.modaal-confirm-btn.modaal-ok:hover {
  background-color: #d3a94f;
}

/*u-company*/
.u-company img {
  width: 100%;
}
/*privacy*/
.form-privcy-wrap {
  margin-top: 2rem;
}
.form-privcy-wrap > p {
  text-align: center;
  color: #f00;
  font-weight: bold;
}
.privacy-wrap {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
}
.privacy-block {
  margin-top: 1rem;
}
#privacy-wrapper {
  max-height: 200px; /* 高さは調整可能 */
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 1em;
  background: #f9f9f9;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 1rem;
}

#privacy-wrapper::-webkit-scrollbar {
  width: 8px;
}

#privacy-wrapper::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 4px;
}

#privacy-wrapper h2,
#privacy-wrapper h3 {
  margin-top: 1rem;
  font-size: 1.1em;
  color: #333;
}

#privacy-wrapper ul,
#privacy-wrapper ol {
  list-style: disc;
  margin: 1rem 0 0 1rem;
}
#privacy-wrapper ul li {
  list-style: inherit;
  list-style-position: inside;
}
#privacy-wrapper ol li {
  list-style-position: inside;
  list-style-type: decimal; /* ← 数字リストに変更 */
}
#privacy-wrapper ul li + li,
#privacy-wrapper ol li + li {
  margin-top: 0.25rem;
}
.btn-submit-contact {
  margin-top: 3rem;
}

.sp-entry-btn {
  display: none;
  margin: 2rem auto 0;
}

.u-sp-bottom {
  display: none;
}
