@charset "UTF-8";
:root {
  --color-primary: #24600E;
  --color-secondary: #459129;
  --color-relative: #3572B9;
}

/*
 base toppage共通設定
 ----------------------------------- */
@font-face {
  font-family: recop-iconfonts;
  font-display: swap;
  src: url("/jobfind-pc/original/css/option/font/recop-iconfont.eot?") format("eot"), url("/jobfind-pc/original/css/option/font/recop-iconfont.woff") format("woff"), url("/jobfind-pc/original/css/option/font/recop-iconfont.ttf") format("truetype");
}
#main .content {
  background-color: #ccc;
}

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

img[loading=lazy] {
  width: auto;
  max-width: 100%;
  height: auto;
}

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

:focus {
  outline-offset: -2px;
}

:focus-visible {
  outline: solid 2px #333;
  outline-offset: -2px;
}

@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
body {
  height: auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

html {
  scrollbar-gutter: stable;
}

html.is-fixed {
  height: 100%;
  touch-action: none;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  a, button {
    transition: linear 0.25s;
  }
  a:hover, button:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: 0.6;
  }
}
#headContent {
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}

#social, #bottomContent #social, .bottomContent #social {
  margin: 0 auto !important;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

#areaLink {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #areaLink div.area {
    margin: 0 10px 0 auto;
  }
}
#bottomContent {
  background-color: #ECE8DB;
  position: relative;
  padding-bottom: 100px;
  z-index: 1;
}

#bottomContent table {
  background-color: #FFF;
}

#main .content {
  max-width: 100%;
}

#main .space {
  padding: 0 !important;
}

#footer {
  position: relative;
  z-index: 0;
}

/* ヘッダー */
header {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  header {
    padding: 0;
  }
}
header .gnav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  padding: 24px 30px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50vh;
  position: relative;
  gap: 0;
}

@media screen and (max-width: 1160px) {
  header .gnav-header {
    background-color: transparent;
    flex-wrap: wrap;
    padding: 0 15px;
    border-radius: 0;
  }
}
.switch-contents-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 20px;
  width: auto;
  padding-top: 0;
}

header h1, .main-h1-wrapper h1 {
  font-size: 15px;
  line-height: 1.45;
  color: #3E3E3E;
  text-align: left;
  width: auto;
}

@media screen and (max-width: 1160px) {
  .main-h1-wrapper h1 {
    font-weight: normal;
    text-align: center;
    max-width: 590px;
    margin: 0 auto;
    padding-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .main-h1-wrapper {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .main-h1-wrapper h1 {
    padding-top: 15px;
    font-size: 14px;
  }
}
header h1 span {
  display: inline-block;
}

.main-h1-wrapper h1 span {
  display: inline-block;
}

@media screen and (max-width: 1160px) {
  header h1 {
    display: none;
  }
}
.search-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  margin-right: 115px;
  flex-shrink: 0;
}

.search-btn-wrapper a {
  min-width: 160px;
  height: 50px;
}

.search-btn-wrapper .btn-owner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #ECE8DB;
  border-radius: 50vh;
  color: #15447E;
  font-weight: bold;
}

.btn-owner .btn-inner {
  display: flex;
  align-items: center;
}

.btn-owner img {
  max-width: 37px;
  display: block;
}

/* ハンバーガーメニュー */
.menu-wrapper {
  position: fixed;
  max-width: 1140px;
  width: 100%;
  margin: 0 -30px;
  padding: 12px 30px;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 100;
}

@media screen and (max-width: 1160px) {
  .menu-wrapper {
    margin-left: 0px;
    top: 0;
    left: 0;
    padding: 15px 15px 0;
  }
}
.gnav-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  min-width: 110px;
  height: 50px;
  background-color: #8F7055;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 50vh;
  position: relative;
  z-index: 200;
  pointer-events: auto;
  transition: all 0.2s;
}

.gnav-trigger.is-open {
  background-color: #FFF;
  color: #8F7055;
}

.gnav-trigger-line {
  position: relative;
  width: 25px;
  height: 2px;
  border-radius: 50vh;
  background-color: #fff;
}

.gnav-trigger-line::before,
.gnav-trigger-line::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 2px;
  border-radius: 50vh;
  background-color: #fff;
  left: 0;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}

.gnav-trigger-line::before {
  top: -5px;
}

.gnav-trigger-line::after {
  top: 5px;
}

.gnav-trigger.is-open .gnav-trigger-line {
  background-color: transparent;
}

.gnav-trigger.is-open .gnav-trigger-line::before {
  transform: rotate(35deg);
  background-color: #8F7055;
  top: 0;
}

.gnav-trigger.is-open .gnav-trigger-line::after {
  transform: rotate(-35deg);
  background-color: #8F7055;
  top: 0;
}

@media screen and (max-width: 1160px) {
  .gnav-trigger {
    flex-direction: column-reverse;
    min-width: 60px;
    height: 55px;
    border-radius: 5px;
    padding: 9px 0 0;
  }
  .gnav-trigger-text {
    padding-top: 3px;
  }
}
/* ナビメニュー */
.gnav-contents {
  background: rgba(255, 218, 121, 0.9);
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0s linear 0.4s;
  width: 100%;
  padding: 100px 0 108px;
  position: fixed;
  top: 0;
  left: 0;
}

.gnav-contents.is-active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0s;
}

.gnav-inner {
  margin: 0 auto;
  padding: 0 20px;
  overflow-y: auto;
  height: 100%;
  position: relative;
}

.gnav-contents ul {
  list-style: none;
  max-width: 985px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

@media screen and (min-width: 1161px) {
  .gnav-contents ul {
    max-height: 220px;
  }
}
.gnav-contents li {
  width: calc((100% - 40px) / 3);
}

.gnav-contents li a {
  min-height: 60px;
}

@media screen and (max-width: 1160px) {
  .gnav-contents {
    height: 100%;
  }
  .gnav-inner {
    padding: 0;
  }
  .switch-contents-wrapper {
    gap: 0;
  }
  .search-btn-wrapper {
    justify-content: center;
    width: calc(100% + 60px);
    margin: 0 -30px 20px;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.75);
  }
  .search-btn-wrapper a {
    max-width: 300px;
    width: calc((100% - 5px) / 2);
  }
  .gnav-contents {
    max-height: none;
    padding: 100px 30px 0;
  }
  .gnav-contents ul {
    padding-bottom: 60px;
  }
  .gnav-contents li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .gnav-contents ul {
    row-gap: 12px;
  }
}
@media screen and (max-width: 725px) {
  .gnav-contents ul {
    flex-direction: column;
    gap: 12px;
  }
  .gnav-contents li {
    width: 100%;
  }
}
/* ボタン */
a.btn {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #AA0E0E;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  border-radius: 50vh;
  padding: 2px 40px 0 24px;
  text-decoration: none;
  position: relative;
}

a.btn, a.btn * {
  color: #fff;
}

a.btn {
  max-width: 450px;
  min-height: 60px;
  margin: 0 auto;
}

a.btn.btn-white {
  background-color: #FFF;
}

a.btn.btn-white, a.btn.btn-white * {
  color: #000;
}

a.btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50vh;
  top: calc(50% - 11px);
  right: 15px;
}

a.btn.btn-white::before {
  background-color: #FB4B23;
}

a.btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #AA0E0E;
  border-right: 2px solid #AA0E0E;
  transform: translate(-50%, -50%) rotate(45deg);
  top: calc(50% - 1px);
  right: 20px;
}

a.btn.btn-white::after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

a.btn span {
  display: inline-block;
}

/* 追従 */
.cta-content-wrapper {
  position: relative;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .cta-content-wrapper {
    padding-inline: 12px;
  }
}

.cta-wrapper {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.cta-wrapper.is-fixed {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  z-index: 100;
  opacity: 1;
}

@media screen and (max-width: 1015px) {
  .cta-wrapper {
    padding: 0;
    justify-content: space-between;
  }
  .cta-wrapper.is-fixed {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .cta-wrapper {
    padding: 0;
    width: calc(100% - 24px);
  }
  .cta-wrapper.is-fixed {
    padding: 0 12px;
  }
}
.cta-content {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: relative;
}

.cta-content .btn {
  max-width: 515px;
  width: 100%;
  min-height: 70px;
  margin: 0 auto;
  border: solid 4px #FFF;
  pointer-events: auto;
}

.page-top-btn-content {
  display: flex;
  position: absolute;
  height: 100%;
  top: calc(50% - 35px);
  right: 0;
}

.cta-wrapper.is-fixed .page-top-btn-content {
  right: 10px;
}

@media screen and (max-width: 960px) {
  .cta-wrapper {
    gap: 10px;
  }
  .cta-content {
    margin: 0 0 0 auto;
  }
  .page-top-btn-content {
    position: relative;
  }
  .cta-wrapper.is-fixed .page-top-btn-content {
    right: 0px;
  }
}
@media screen and (max-width: 840px) {
  .page-top-btn-content {
    position: relative;
    right: 0px;
  }
}
.page-top-btn-content .page-top-btn {
  width: 70px;
  height: 70px;
  background: #fff;
  color: #000;
  border: 4px solid #AA0E0E;
  font-weight: bold;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1;
  padding-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  pointer-events: auto;
}

.page-top-btn-content .page-top-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 3px solid #AA0E0E;
  border-right: 3px solid #AA0E0E;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: calc(50% - 5px);
  left: 50%;
  transition: linear 0.25s;
}

@media screen and (min-width: 768px) {
  .cta-wrapper.is-fixed .btn:hover, .cta-wrapper.is-fixed .page-top-btn:hover {
    opacity: 1;
  }
  .cta-wrapper.is-fixed .btn:hover {
    background-color: #CB6E6E;
  }
  .cta-wrapper.is-fixed a.btn::after {
    transition: linear 0.25s;
  }
  .cta-wrapper.is-fixed a.btn:hover::after {
    border-top: 2px solid #CB6E6E;
    border-right: 2px solid #CB6E6E;
  }
  .cta-wrapper.is-fixed .page-top-btn:hover {
    border: 4px solid #CB6E6E;
    color: #656565;
  }
  .cta-wrapper.is-fixed .page-top-btn:hover::before {
    border-top: 3px solid #CB6E6E;
    border-right: 3px solid #CB6E6E;
  }
}
.cta-content a.btn::after {
  border-top: 2px solid #fb4b23;
  border-right: 2px solid #fb4b23;
}

.page-top-btn-content .page-top-btn {
  border: 4px solid #fb4b23;
}

.page-top-btn-content .page-top-btn::before {
  border-top: 3px solid #fb4b23;
  border-right: 3px solid #fb4b23;
}

.cta-content a.btn {
  background-color: #fb4b23;
}

@media screen and (max-width: 767px) {
  .cta-content .btn span span {
    display: block;
  }
}
@media screen and (max-width: 467px) {
  .cta-content .btn {
    font-size: 14px;
    min-height: 50px;
    padding: 2px 38px 0 12px;
  }
  .cta-content .btn::before {
    width: 16px;
    height: 16px;
    top: calc(50% - 9px);
    right: 10px;
  }
  .cta-content .btn::after {
    width: 6px;
    height: 6px;
    top: calc(50% - 1px);
    right: 13px;
  }
  .page-top-btn-content .page-top-btn {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
  .page-top-btn-content .page-top-btn::before {
    width: 14px;
    height: 14px;
  }
}
/* --- SNS共有ボタン --- */
.c-item-sns ul {
  text-align: right !important;
  margin: auto !important;
  padding: 0 !important;
  display: block;
}
@media (min-width: 768px) and (max-width: 800px) {
  .c-item-sns ul {
    margin-left: -30px !important;
  }
}
@media (max-width: 767px) {
  .c-item-sns ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    margin-inline: -30px !important;
    padding-left: 14px !important;
  }
}

.c-item-sns ul li {
  display: inline-block;
  float: none !important;
  margin: 5px !important;
  border: 0 !important;
  vertical-align: top;
  width: auto !important;
}

.c-item-sns ul li.line img {
  width: 83px !important;
  height: auto;
}

.c-item-sns ul li.facebook {
  font-size: 0;
}

.c-item-sns ul li.twitter iframe,
.c-item-sns ul li.twitter iframe {
  width: 77px !important;
}

body #fb-root {
  width: auto !important;
}

ul#socialObj li * {
  vertical-align: top;
}

/*-----------------------------------
 utilities
----------------------------------- */
.p-lp {
  background: #F9F6EF;
  font-size: 16px;
  line-height: 30/18;
}
@media screen and (min-width: 768px) {
  .p-lp {
    font-size: 18px;
  }
}

.l-inner {
  max-width: 1000px;
  margin-inline: auto;
}

.u-dib {
  display: inline-block;
}

/*-----------------------------------
 kv
----------------------------------- */
.p-kv {
  padding-block: 80px 20px;
  padding-inline: 20px;
  background: repeating-linear-gradient(to right, #AA0E0E 0px, #AA0E0E 15px, #9A0E0E 15px, #9A0E0E 30px);
}
@media screen and (min-width: 1161px) {
  .p-kv {
    padding-block: 140px 30px;
  }
}
.p-kv picture {
  display: block;
  width: min(100%, 670px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-kv picture {
    width: min(100%, 1000px);
  }
}

/*-----------------------------------
 lead
----------------------------------- */
.p-lead {
  padding-block: 20px;
  padding-inline: 30px;
}
@media screen and (min-width: 768px) {
  .p-lead {
    padding-block: 20px;
    padding-inline: 20px;
  }
}

/*-----------------------------------
 contents
----------------------------------- */
.p-contents {
  padding-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .p-contents {
    padding-block: 0 94px;
    padding-inline: 20px;
    background-image: url("../images/bg_renga_left.svg"), url("../images/bg_renga_right.svg");
    background-repeat: repeat-y, repeat-y;
    background-position: max(-50px, -5vw) top, calc(100% + min(50px, 5vw)) top;
    background-size: min(350px, 35vw) min(550px, 55vw), min(350px, 35vw) min(550px, 55vw);
  }
}

/*-----------------------------------
 item
----------------------------------- */
.c-item-group {
  display: grid;
  gap: 46px;
}
@media screen and (min-width: 768px) {
  .c-item-group {
    padding-top: 16px;
    gap: 60px;
  }
}

.c-item {
  position: relative;
  border-radius: 10px;
  background: #F9F6EF;
}
@media screen and (min-width: 768px) {
  .c-item {
    background-color: #FFFFFF;
    border-radius: 50px;
    border: 4px solid var(--color-primary);
  }
}
@media screen and (max-width: 767px) {
  .c-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 55px;
    background-image: url("../images/bg_renga_left_sp.svg"), url("../images/bg_renga_right_sp.svg");
    background-repeat: repeat-y, repeat-y;
    background-position: -22px top, calc(100% + 22px) top;
    background-size: 130px 55px, 130px 55px;
  }
}
.c-item-head {
  position: relative;
  border-radius: 40px 40px 0 0;
  background: var(--color-primary);
  color: #fff;
  padding-block: 55px 25px;
}
@media screen and (min-width: 768px) {
  .c-item-head {
    border-radius: 40px 40px 0 0;
    padding-block: 22px 28px;
    padding-inline: 210px 25px;
  }
}
.c-item-head-eyecatch {
  position: absolute;
  left: 0;
  top: -50px;
  right: 0;
  width: 200px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-item-head-eyecatch {
    top: -30px;
    left: 0;
    right: auto;
    margin-inline: 0;
  }
}
.c-item-head-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  line-height: 1.4166666667;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-item-head-title {
    font-size: 28px;
    line-height: 1.7;
    text-align: left;
  }
}
.c-item-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 26px;
  padding-inline: 30px;
}
@media screen and (min-width: 768px) {
  .c-item-body {
    display: grid;
    grid-template-columns: min(410px, 41vw) 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "item-body-img item-body-text" "item-body-img item-body-sns";
    gap: 16px 30px;
    margin-bottom: 30px;
  }
}
.c-item-body-img {
  display: block;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid var(--color-secondary);
  border-radius: 20px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .c-item-body-img {
    grid-area: item-body-img;
    align-self: flex-start;
  }
}
.c-item-body-text {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .c-item-body-text {
    grid-area: item-body-text;
  }
}
.c-item-sns {
  text-align: center;
  margin-bottom: 46px;
}
@media screen and (min-width: 768px) {
  .c-item-sns {
    grid-area: item-body-sns;
    margin-bottom: 0;
    transform: translateX(24px);
  }
}
@media screen and (min-width: 768px){
  .c-item-body-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .c-item-body-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .c-item-sns {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.c-item-comment {
  position: relative;
  background: #fff;
  padding-top: 75px;
  border-radius: 30px;
  width: calc(100% - 60px);
  margin-inline: auto;
  padding-inline: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-item-comment {
    border-radius: 40px;
    width: calc(100% - 60px);
    padding: 27px 30px 20px 160px;
    background: #F9F6EF;
    margin-bottom: 30px;
  }
}
.c-item-comment-eyecatch {
  position: absolute;
  left: 0;
  top: -50px;
  right: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-inline: auto;
  background-color: var(--color-secondary);
  color: #fff;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  padding-block: 2px 9px;
  font-family: "Zen Maru Gothic", sans-serif;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-item-comment-eyecatch {
    top: 22px;
    left: 30px;
    right: auto;
    margin-inline: 0;
  }
}
.c-item-comment-eyecatch::before {
  content: "";
  display: block;
  margin-inline: auto;
  width: 43px;
  height: 43px;
  background-image: url("../images/icon_apron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-item-comment-eyecatch::after {
  content: "";
  display: block;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: var(--color-secondary);
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-item-comment-eyecatch::after {
    left: 0;
    right: 0;
    margin-inline: auto;
    bottom: -12px;
    width: 24px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c-item-comment-eyecatch::after {
    width: 31px;
    height: 34px;
    transform: rotate(-60deg);
    bottom: 16px;
    right: -9px;
  }
}
.c-item-comment-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.3571428571;
  color: var(--color-primary);
  font-weight: bold;
  padding-bottom: 16px;
  padding-inline: 20px;
  background-image: radial-gradient(circle, var(--color-primary) 2px, transparent 2px);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 10px 4px;
}
@media screen and (min-width: 768px) {
  .c-item-comment-title {
    font-size: 20px;
    line-height: 1.7;
    padding-bottom: 14px;
    padding-inline: 0;
    text-align: left;
  }
}
.c-item-comment-text {
  font-size: 16px;
  line-height: 1.875;
}

/*-----------------------------------
 related nav
----------------------------------- */
.p-related-nav {
  margin-top: 36px;
  position: relative;
  text-align: center;
  padding-block: 80px 48px;
}
@media screen and (min-width: 768px) {
  .p-related-nav {
    margin-top: 0;
    padding-block: 80px 66px;
  }
}
@media screen and (max-width: 767px) {
  .p-related-nav::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 55px;
    background-image: url("../images/bg_renga_left_sp.svg"), url("../images/bg_renga_right_sp.svg");
    background-repeat: repeat-y, repeat-y;
    background-position: -22px top, calc(100% + 22px) top;
    background-size: 130px 55px, 130px 55px;
  }
}

.p-related-nav a.btn {
  max-width: 315px;
  min-height: 60px;
  margin: 0 auto;
  border: 2px solid var(--color-relative);
  background: #fff;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-related-nav a.btn {
    font-size: 18px;
    max-width: 350px;
  }
}
.p-related-nav a.btn span {
  color: #4B4B4B;
}
.p-related-nav a.btn em.color-contents {
  color: var(--color-relative);
}
.p-related-nav a.btn::before {
  background: #AA0E0E;
}
.p-related-nav a.btn::after {
  border-color: #fff;
}