@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&family=Noto+Sans+JP:wght@500&family=Zen+Old+Mincho:wght@600;700&display=swap");
.p-privacy__h, .p-post__cont h2 {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.p-privacy__h::after, .p-post__cont h2::after {
  display: block;
  height: 2px;
  background: #d9dcdb;
  content: "";
}
.p-privacy__h::before, .p-post__cont h2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  background: #871400;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-privacy__h, .p-post__cont h2 {
    margin: 60px 0 40px;
    font-size: 1.5rem;
  }
  .p-privacy__h::after, .p-post__cont h2::after {
    margin-top: 8px;
  }
  .p-privacy__h::before, .p-post__cont h2::before {
    width: 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__h, .p-post__cont h2 {
    margin: 16vw 0 10.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .p-privacy__h::before, .p-post__cont h2::before, .p-privacy__h::after, .p-post__cont h2::after {
    height: 0.8vw;
  }
  .p-privacy__h::after, .p-post__cont h2::after {
    margin-top: 4vw;
  }
  .p-privacy__h::before, .p-post__cont h2::before {
    width: 13.8666666667vw;
  }
}

/* =reset.css
-------------------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote,
th, td {
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: rgb(51, 51, 51);
  text-decoration: none;
}

mark {
  background-color: transparent;
  font-style: normal;
  font-weight: inherit;
  color: inherit;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

caption, th {
  text-align: left;
}

ol, ul {
  list-style: none;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: inherit;
}

img, abbr, acronym, fieldset {
  border: 0;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

hr, legend {
  display: none;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

sup {
  font-size: 75%;
  vertical-align: top;
}

sub {
  font-size: 75%;
  vertical-align: bottom;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

input, select, textarea, button {
  outline: none;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
}

input::-ms-clear {
  visibility: hidden;
}

input[type=text], input[type=tel], input[type=url], input[type=email], input[type=number], input[type=password], textarea {
  font-size: 16px;
}

input[type=button], input[type=submit], input[type=text], input[type=tel], input[type=url], input[type=email], input[type=number], input[type=password], textarea, button {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit], input[type=button], button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: none;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

label {
  cursor: pointer;
}

summary {
  list-style: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

/* base
-------------------------------------------------------------- */
html, body {
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  font-size: 16px;
  cursor: default;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background-color: #FFF;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media print {
  body {
    overflow-y: visible;
    overflow-x: visible;
  }
}

strong, b {
  font-weight: 700;
}

/* =a style
-------------------------------------------------------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
  color: #333;
}

/* レスポンシブ
-------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .sp,
.sptab {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc,
.sptab {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .sptab {
    display: block !important;
  }
}
/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
#contact_form .mailForm {
  margin: 0 auto;
  width: 800px;
}
#contact_form .mailForm table {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
}
#contact_form .mailForm th,
#contact_form .mailForm td {
  padding: 0 0 24px;
  font-size: 1rem;
  text-align: left;
  vertical-align: top;
}
#contact_form .mailForm th {
  padding-top: 11px;
  width: 30%;
}
#contact_form .mailForm th .must {
  margin-left: 12px;
  padding: 0 5px;
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.7;
  background-color: #af813a;
}
#contact_form .mailForm td input[type=text],
#contact_form .mailForm td input[type=email],
#contact_form .mailForm td input[type=tel],
#contact_form .mailForm td select {
  padding: 0 25px;
  width: 100%;
  height: 46px;
  font-size: 1rem;
  border: none;
  -webkit-appearance: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f5f5f5;
}
#contact_form .mailForm td select {
  background: #f5f5f5 url("../img//common/icon06.png") no-repeat right center;
  background-size: auto 100%;
}
#contact_form select::-ms-expand {
  display: none;
}
#contact_form .mailForm td input[type=text].wid01 {
  width: 54%;
}
#contact_form .mailForm td input[type=tel].wid02 {
  width: 36%;
}
#contact_form .mailForm td input::-webkit-input-placeholder {
  font-weight: bold;
  color: #aaa;
}
#contact_form .mailForm td input:-moz-placeholder {
  font-weight: bold;
  color: #aaa;
}
#contact_form .mailForm td input::-moz-placeholder {
  font-weight: bold;
  color: #aaa;
}
#contact_form .mailForm td input:-ms-input-placeholder {
  font-weight: bold;
  color: #aaa;
}
#contact_form .mailForm td textarea::-webkit-input-placeholder {
  font-weight: bold;
  color: #888;
}
#contact_form .mailForm td textarea:-moz-placeholder {
  font-weight: bold;
  color: #888;
}
#contact_form .mailForm td textarea::-moz-placeholder {
  font-weight: bold;
  color: #888;
}
#contact_form .mailForm td textarea:-ms-input-placeholder {
  font-weight: bold;
  color: #888;
}
#contact_form .mailForm td li:not(:last-of-type) {
  margin-right: 10px;
}
#contact_form .mailForm td li {
  width: 25%;
}
#contact_form .mailForm td select.wid01 {
  width: 50%;
}
#contact_form .mailForm p {
  margin-bottom: 20px;
  text-align: center;
}
#contact_form .mailForm p a {
  margin: 0 5px;
  color: #9b1514;
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}
#contact_form .mailForm .submit {
  margin-bottom: 41px;
  text-align: center;
}
#contact_form .mailForm .submit li {
  margin: 0 10px;
  width: 320px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#contact_form .mailForm .submit li:before {
  width: 45px;
  height: 30px;
  position: absolute;
  left: 30px;
  top: 6px;
  background: url("../img//common/line03.png") no-repeat center center;
  background-size: cover;
  content: "";
}
#contact_form .mailForm .submit li input {
  width: 320px;
  height: 60px;
  color: #fff;
  cursor: pointer;
  font-size: 1.125rem;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: url("../img//common/bg03.png") no-repeat right 42px center;
  background-size: 6px auto;
}
#contact_form .mailForm .submit li:nth-child(3) input {
  background-position: right 68px center;
}
#contact_form .mailForm .submit li:after {
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 12px solid transparent;
  border-right-color: #670c0c;
  border-bottom-color: #670c0c;
  content: "";
}
#contact_form .mailForm .submit li .gradient {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 800%;
  bottom: auto;
  margin: auto;
  z-index: -1;
  background: #af7c42;
  background: linear-gradient(45deg, #7b1111 0%, #9b1514 70%, #7b1111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7b1111", endColorstr="#7b1111", GradientType=1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
#contact_form textarea {
  resize: vertical;
}
#contact_form textarea.form-control {
  height: auto;
}
#contact_form .form-control {
  font-size: 1em;
  border-color: transparent;
  border-radius: 4px;
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-size: 2px;
}
@media (min-width: 768px) {
  #contact_form .form-control {
    height: 46px;
  }
}
#contact_form .form-control,
#contact_form button,
#contact_form input,
#contact_form select,
#contact_form textarea {
  font-family: "Noto Sans JP", sans-serif;
  color: #241f1f;
}
#contact_form .form-control {
  max-width: 100%;
}
#contact_form #member__regist .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contact_form #member__regist textarea.form-control {
  border-radius: 4px;
  width: 100%;
  height: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 14px;
}
#contact_form #member__regist table {
  margin-bottom: 15px !important;
}
#contact_form #member__regist td {
  padding: 10px 0 !important;
  color: #000;
  line-height: 1.72;
  border: 0 !important;
  vertical-align: middle;
}
#contact_form #member__regist td.va-top {
  vertical-align: top;
  padding-top: 15px !important;
}
#contact_form #member__regist p {
  margin-bottom: 20px !important;
  text-align: left;
}
#contact_form #member__regist .cTxt {
  text-align: center !important;
}
#contact_form #member__regist .contentFormAfter p {
  text-align: center;
  font-size: 12px !important;
}
#contact_form #member__regist .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-between; */
}
#contact_form #member__regist .wp30 {
  width: 100px;
}
#contact_form #member__regist label {
  font-weight: bold;
}
#contact_form #member__regist select.form-control {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAABcCAYAAAAyCNYoAAAAkklEQVR4nO3WwQlCMRRFwRShPaaQ14UV/QosR1cPFES+mmgSZ+AWcHa3FAAAAAAAAAAAALraIurpeDh/Y1tE/XVvKeUu+tJp48SmjtHjxaYO0ePGpobR48emBtHzxKYPoueLTW9EzxubXoiePzbtiF4nNj2JXi82PYheNzbdfu/lY9MWUf8mFgAAAAAAAAAAaOwK7E13HlK1K4YAAAAASUVORK5CYII=) no-repeat right center;
  /* background-size: auto 100%; */
  background-size: 17px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
#contact_form #member__regist .btn {
  /* font-size: 1.125em; */
  font-size: 18px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 60px;
  padding: 0.25em;
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #241f1f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact_form #member__regist .btn::before {
  position: relative;
  z-index: 2;
  padding: 0 18px 0 5px;
  pointer-events: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAASCAYAAACNdSR1AAAACXBIWXMAAAsTAAALEwEAmpwYAAAGxGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA3LTIxVDExOjQwOjEzKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wNy0yMlQwNzoyNzo1MCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0wNy0yMlQwNzoyNzo1MCswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDplODM3NThiNy03YmI2LTU0NDMtOTZkMC1jYzA4YmM1ZWZlZWYiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoxMWIwOGYxZS0xOTAzLWZkNGEtYTQxYS0yYWRiNWQwMjhmNTciIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZWZhY2M3Ni0zNzRkLTFiNDMtYjJhZC1iYTU0ZDJiMzI0YTgiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjRlZmFjYzc2LTM3NGQtMWI0My1iMmFkLWJhNTRkMmIzMjRhOCIgc3RFdnQ6d2hlbj0iMjAyMC0wNy0yMVQxMTo0MDoxMyswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkODViNWFhOC04ZWNjLWQxNDYtYTlmMi0yN2NhYjBjNWY5OTIiIHN0RXZ0OndoZW49IjIwMjAtMDctMjJUMDc6Mjc6NTArMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4yIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZTgzNzU4YjctN2JiNi01NDQzLTk2ZDAtY2MwOGJjNWVmZWVmIiBzdEV2dDp3aGVuPSIyMDIwLTA3LTIyVDA3OjI3OjUwKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+oJynZgAAAFlJREFUKJGNzkEKACAIBdHR+9/ZNgVi+suNBW8iiwiAAIzH+IakLXF+UQa+91fg6fwMvNxlULEMOjwGE24Dha9ROP/XFL7ghFvY4RFWLGHGT3jwFzzYfiDAAqVLFCG4kRumAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right 10px;
  background-size: 6px auto;
}
#contact_form #member__regist .mailForm .submit {
  margin-bottom: 20px;
}
#contact_form .mailForm .txtBox {
  padding: 14px 5px;
  background-color: #f7ecec;
}
#contact_form .mailForm .txtBox p {
  margin-bottom: 0 !important;
  font-size: 0.875rem !important;
}
@media all and (max-width: 896px) {
  #contact_form textarea.form-control {
    height: auto;
  }
  #contact_form .form-control {
    font-size: 1em;
    border-color: transparent;
    border-radius: 4px;
    background-color: #f5f5f5;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-size: 2px;
  }
}
@media (max-width: 896px) and (min-width: 768px) {
  #contact_form .form-control {
    height: 46px;
  }
}
@media all and (max-width: 896px) {
  #contact_form .form-control,
#contact_form button,
#contact_form input,
#contact_form select,
#contact_form textarea {
    font-family: "Noto Sans JP", sans-serif;
    color: #241f1f;
  }
}
@media all and (max-width: 896px) {
  #contact_form .form-control {
    max-width: 100%;
  }
}
@media all and (max-width: 896px) {
  #contact_form #member__regist .form-control {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    /* background-color: #f5f5f5; */
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media all and (max-width: 896px) {
  #contact_form #member__regist textarea.form-control {
    font-size: 14px;
    height: 120px;
  }
}
@media all and (max-width: 896px) {
  #contact_form #member__regist table {
    margin-bottom: 17px !important;
  }
}
@media all and (max-width: 896px) {
  #contact_form #member__regist td {
    padding: 5px 0 !important;
    color: #000;
    line-height: 1.72;
    border: 0 !important;
    /* white-space: nowrap; */
  }
}
@media all and (max-width: 896px) {
  #contact_form #member__regist td.va-top {
    padding-top: 10px !important;
  }
}
@media all and (max-width: 896px) {
  #contact_form #member__regist p {
    margin-bottom: 13px !important;
    text-align: left;
  }
}
@media all and (max-width: 896px) {
  #contact_form #member__regist .cTxt {
    text-align: center !important;
  }
}
@media all and (max-width: 896px) {
  #contact_form #member__regist .contentFormAfter p {
    text-align: center;
    font-size: 10px !important;
  }
}
@media all and (max-width: 896px) {
  #contact_form #member__regist .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (max-width: 896px) {
  #contact_form #member__regist .wp30 {
    width: 29%;
  }
}
@media all and (max-width: 896px) {
  #contact_form #member__regist label {
    font-weight: bold;
  }
}
@media all and (max-width: 896px) {
  #contact_form #member__regist select.form-control {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAABcCAYAAAAyCNYoAAAAkklEQVR4nO3WwQlCMRRFwRShPaaQ14UV/QosR1cPFES+mmgSZ+AWcHa3FAAAAAAAAAAAALraIurpeDh/Y1tE/XVvKeUu+tJp48SmjtHjxaYO0ePGpobR48emBtHzxKYPoueLTW9EzxubXoiePzbtiF4nNj2JXi82PYheNzbdfu/lY9MWUf8mFgAAAAAAAAAAaOwK7E13HlK1K4YAAAAASUVORK5CYII=) no-repeat right center;
    background-size: 17px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
@media all and (max-width: 896px) {
  #contact_form #member__regist .btn {
    /* font-size: 1.125em; */
    font-size: 18px;
    position: relative;
    overflow: hidden;
    /* width: 320px; */
    max-width: 100%;
    height: 60px;
    padding: 0.25em;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 0;
    /* background-color: #9b1514; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
@media all and (max-width: 896px) {
  #contact_form #member__regist .btn::before {
    position: relative;
    z-index: 2;
    padding: 0 18px 0 5px;
    pointer-events: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAASCAYAAACNdSR1AAAACXBIWXMAAAsTAAALEwEAmpwYAAAGxGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA3LTIxVDExOjQwOjEzKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wNy0yMlQwNzoyNzo1MCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0wNy0yMlQwNzoyNzo1MCswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDplODM3NThiNy03YmI2LTU0NDMtOTZkMC1jYzA4YmM1ZWZlZWYiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoxMWIwOGYxZS0xOTAzLWZkNGEtYTQxYS0yYWRiNWQwMjhmNTciIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZWZhY2M3Ni0zNzRkLTFiNDMtYjJhZC1iYTU0ZDJiMzI0YTgiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjRlZmFjYzc2LTM3NGQtMWI0My1iMmFkLWJhNTRkMmIzMjRhOCIgc3RFdnQ6d2hlbj0iMjAyMC0wNy0yMVQxMTo0MDoxMyswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkODViNWFhOC04ZWNjLWQxNDYtYTlmMi0yN2NhYjBjNWY5OTIiIHN0RXZ0OndoZW49IjIwMjAtMDctMjJUMDc6Mjc6NTArMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4yIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZTgzNzU4YjctN2JiNi01NDQzLTk2ZDAtY2MwOGJjNWVmZWVmIiBzdEV2dDp3aGVuPSIyMDIwLTA3LTIyVDA3OjI3OjUwKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+oJynZgAAAFlJREFUKJGNzkEKACAIBdHR+9/ZNgVi+suNBW8iiwiAAIzH+IakLXF+UQa+91fg6fwMvNxlULEMOjwGE24Dha9ROP/XFL7ghFvY4RFWLGHGT3jwFzzYfiDAAqVLFCG4kRumAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: right 10px;
    background-size: 6px auto;
  }
}
@media all and (max-width: 896px) {
  #contact_form .mailForm .txtBox {
    padding: 14px 5px;
    background-color: #f7ecec;
  }
}
@media all and (max-width: 896px) {
  #contact_form .mailForm .txtBox p {
    margin-bottom: 0 !important;
    font-size: 0.875rem !important;
  }
}
@media all and (min-width: 897px) {
  #contact_form #contact_form .mailForm .submit li:hover .gradient {
    -webkit-transform: translateY(-85%);
    transform: translateY(-85%);
  }
}
#contact_form .mailForm .ajax-loader {
  display: none !important;
}
#contact_form .mailForm p.error {
  margin-bottom: 0;
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
  text-align: left;
}
#contact_form .year01 .wpcf7-not-valid-tip,
#contact_form .month01 .wpcf7-not-valid-tip,
#contact_form .day01 .wpcf7-not-valid-tip {
  display: none !important;
}
@media all and (min-width: 897px) {
  #contact_form .mailForm p a:hover {
    text-decoration: none;
  }
}
#contact_form .mailForm .txtBox {
  padding: 14px 5px;
  background-color: #f7ecec;
}
#contact_form .mailForm .txtBox p {
  margin-bottom: 0;
}
#contact_form .mailForm .txtBox p a {
  margin: 0;
}
@media all and (max-width: 896px) {
  #contact_form #member__regist table {
    width: 100% !important;
    table-layout: fixed;
  }
  #contact_form .mailForm {
    margin: 0 auto;
    width: auto;
  }
  #contact_form .mailForm table {
    margin-bottom: 18px;
  }
  #contact_form .mailForm th,
#contact_form .mailForm td {
    padding: 0 0 12px;
    font-size: 0.875rem;
    vertical-align: middle;
  }
  #contact_form .mailForm th {
    padding-top: 0;
    width: 23%;
  }
  #contact_form .mailForm th .must {
    margin-left: 0;
    padding: 0 5px;
    font-size: 0.75rem;
  }
  #contact_form .mailForm td input[type=text],
#contact_form .mailForm td input[type=email],
#contact_form .mailForm td input[type=tel],
#contact_form .mailForm td select {
    /*height: 30px;*/
    font-size: 0.875rem;
  }
  #contact_form .mailForm td input[type=text].wid01 {
    width: 100%;
  }
  #contact_form .mailForm td input[type=tel].wid02 {
    width: 100%;
  }
  #contact_form .mailForm td li:not(:last-of-type) {
    margin-right: 1%;
  }
  #contact_form .mailForm td li {
    width: 32%;
  }
  #contact_form .mailForm td select.wid01 {
    width: 100%;
  }
  #contact_form .mailForm p {
    margin-bottom: 12px;
    font-size: 0.75rem;
  }
  #contact_form .mailForm p a {
    margin: 0;
  }
  #contact_form .mailForm .submit {
    margin-bottom: 16px;
  }
  #contact_form .mailForm .submit li {
    margin: 0 10px 20px;
    width: auto;
  }
  #contact_form .mailForm .submit li:last-of-type {
    margin-bottom: 0;
  }
  #contact_form .mailForm .txtBox {
    padding: 2px 5px;
  }
  #contact_form .mailForm .txtBox p {
    font-size: 0.75rem;
    line-height: 2;
  }
}
@media all and (max-width: 896px) {
  #contact_form .mailForm .submit li input {
    width: 270px;
  }
  #contact_form .mailForm .submit li::before {
    left: 10px;
  }
}

/* #contact_form
-------------------------------------------------------------- */
#contact_form {
  margin-top: 40px;
  padding: 30px;
  position: relative;
}

#contact_form.law {
  background: #a59242;
}

#contact_form.corp {
  background: #cd591c;
}

#contact_form.legal {
  background: #3e5caa;
}

#contact_form.recruit {
  background: #228359;
}

#contact_form.finance {
  background: #563a8b;
}

#contact_form.common_lp {
  padding: 0;
}

#contact_form.common_lp::before {
  content: none;
}

#contact_form .inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

#contact_form .inner--s {
  width: 100%;
  max-width: 940px;
  margin: auto;
}

#contact_form::before {
  content: "";
  border-top: 40px solid #fff;
  border-right: 150px solid transparent;
  border-left: 150px solid transparent;
  margin: auto;
  display: table;
  position: relative;
  top: -30px;
}

#contact_form .a1 {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  color: #fff;
  text-align: center;
  display: table;
  margin: auto;
  margin-bottom: 18px;
  margin-top: -13px;
}

#contact_form .a1::before {
  content: "";
  background: url(../img//contact/pop.svg);
  width: 20px;
  height: 42px;
  display: block;
  position: absolute;
  left: -40px;
  top: 5px;
}

#contact_form .a1::after {
  content: "";
  background: url(../img//contact/pop2.svg);
  width: 20px;
  height: 42px;
  display: block;
  position: absolute;
  right: -40px;
  top: 5px;
}

#contact_form .b1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 5px;
}

#contact_form.common_lp .b1 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 22px;
}

#contact_form .b2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
  color: #fff;
  display: table;
  margin-bottom: 5px;
  padding: 1px 8px 0;
}

#contact_form.common_lp .b2 {
  background: #9b1514 !important;
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 10px;
  padding: 8px 10px 9px;
}

#contact_form.common_lp .b2.mt {
  margin-top: 54px;
}

#contact_form .b2__law {
  background: #a59242 !important;
}

#contact_form .b2__corp {
  background: #cd591c !important;
}

#contact_form .b2__legal {
  background: #3e5caa !important;
}

#contact_form .b2__recruit {
  background: #228359 !important;
}

#contact_form .b2__finance {
  background: #563a8b !important;
}

#contact_form .u-law {
  border-bottom: 3px solid #efecdd !important;
}

#contact_form .u-corp {
  border-bottom: 3px solid #f4e3d1 !important;
}

#contact_form .u-legal {
  border-bottom: 3px solid #dee2f0 !important;
}

#contact_form .u-recruit {
  border-bottom: 3px solid #dee9e2 !important;
}

#contact_form .u-finance {
  border-bottom: 3px solid #e0ddeb !important;
}

#contact_form .common_lp__flow {
  color: #938d8d;
  font-weight: 500;
  font-size: 46px;
  font-family: "futura-pt", sans-serif !important;
  line-height: 24px;
  text-align: center;
  padding: 0;
  margin-bottom: 15px;
}

#contact_form .b__bg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 27px 30px 25px;
}

#contact_form.common_lp .b__bg {
  padding: 30px 30px 37px;
}

#contact_form .b__bg__law {
  background: url(../img//contact/law@2x.png);
}

#contact_form .b__bg__corp {
  background: url(../img//contact/corp@2x.png);
}

#contact_form .b__bg__finance {
  background: url(../img//contact/finance@2x.png);
}

#contact_form .b__bg__legal {
  background: url(../img//contact/legal@2x.png);
}

#contact_form .b__bg__recruit {
  background: url(../img//contact/recruit@2x.png);
}

#contact_form.lawyer_lp .b__bg {
  background: url(../img//legal_lp/mainv-lawyer_pc@2x.png);
}

#contact_form.legal_lp .b__bg {
  background: url(../img//legal_lp/mainv-legal_pc@2x.png);
}

#contact_form.personnel_lp .b__bg {
  background: url(../img//legal_lp/mainv-personnel_pc@2x.png);
}

#contact_form.finance_lp .b__bg {
  background: url(../img//legal_lp/mainv-finance_pc@2x.png);
}

#contact_form.corporateplanning_lp .b__bg {
  background: url(../img//legal_lp/mainv-corp_pc@2x.png);
}

#contact_form.management_lp .b__bg {
  background: url(../img//legal_lp/mainv-management_pc@2x.png);
}

#contact_form .c__box {
  background: #fff;
  padding: 30px;
}

#contact_form.common_lp .c__box {
  background: #f9f9f9;
  padding: 30px;
}

#contact_form .c1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: -3px;
}

#contact_form .h1 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 30px;
}

#contact_form .h1 span {
  color: #9b1514;
}

#contact_form .u {
  border-bottom: 3px solid #ede9d9;
}

#contact_form .c2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  padding: 2px 0 1px;
}

#contact_form.common_lp .c2 {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
}

#contact_form.lawyer_lp .c2 {
  background: #a59242;
}

#contact_form .box-list .c2 {
  padding: 9px 0;
}

#contact_form .c2--red {
  color: #9b1514;
  text-align: center;
  font-size: 24px;
  margin-top: 5px;
}

#contact_form.common_lp .c2--dgray {
  background: #d5d5d5 !important;
  color: #241f1f !important;
  font-size: 14px;
  line-height: 1.3 !important;
  padding: 15px 0 !important;
}

#contact_form.common_lp .c2--lgray {
  background: #e9e9e9 !important;
  color: #241f1f !important;
}

#contact_form.common_lp .mv .c2 {
  font-size: 16px;
  line-height: 1.3;
  background: #9b1514;
  padding: 8px 0;
}

#contact_form.common_lp .c2--catBg {
  color: #fff;
  font-size: 14px;
  line-height: 1.3 !important;
  padding: 15px 0 !important;
}

#contact_form.lawyer_lp .c2,
#contact_form.lawyer_lp .c2--catBg {
  background: #9f8e39;
}

#contact_form.legal_lp .c2,
#contact_form.legal_lp .c2--catBg {
  background: #3C5494;
}

#contact_form.personnel_lp .c2,
#contact_form.personnel_lp .c2--catBg {
  background: #3A7453;
}

#contact_form.finance_lp .c2,
#contact_form.finance_lp .c2--catBg {
  background: #493778;
}

#contact_form.corporateplanning_lp .c2,
#contact_form.corporateplanning_lp .c2--catBg {
  background: #BF5F00;
}

#contact_form.management_lp .c2,
#contact_form.management_lp .c2--catBg {
  background: #BF5F00;
}

#contact_form.corporateplanning_lp .jisseki .c2--catBg {
  background: #AC5500;
}

#contact_form.management_lp .jisseki .c2--catBg {
  background: #AC5500;
}

#contact_form.lawyer_lp .mv.b__bg {
  background-image: url(../img//legal_lp/mainv-lawyer_pc@2x.png);
}

#contact_form.legal_lp .mv.b__bg {
  background-image: url(../img//legal_lp/mainv-legal_pc@2x.png);
}

#contact_form.personnel_lp .mv.b__bg {
  background-image: url(../img//legal_lp/mainv-personnel_pc@2x.png);
}

#contact_form.finance_lp .mv.b__bg {
  background-image: url(../img//legal_lp/mainv-finance_pc@2x.png);
}

#contact_form.corporateplanning_lp .mv.b__bg {
  background-image: url(../img//legal_lp/mainv-corp_pc@2x.png);
}

#contact_form.management_lp .mv.b__bg {
  background-image: url(../img//legal_lp/mainv-management_pc@2x.png);
}

#contact_form .c__box--inner {
  padding: 8px 8px 5px;
  text-align: center;
  min-height: 50px;
}

#contact_form:not(.common_lp) .c__box--inner {
  height: 100%;
}

#contact_form.common_lp .c__box--inner {
  background: #fff !important;
  padding: 10px 8px 13px;
}

#contact_form.common_lp .c__box--inner--hauto {
  color: #fff;
  padding: 15px 4px 9px;
  text-align: center;
  font-size: 10px;
  min-height: 44px;
}

#contact_form.lawyer_lp .c__box--inner--hauto {
  background: #af9d40;
}

#contact_form.legal_lp .c__box--inner--hauto {
  background: #435DA5;
}

#contact_form.personnel_lp .c__box--inner--hauto {
  background: #41815C;
}

#contact_form.finance_lp .c__box--inner--hauto {
  background: #513D86;
}

#contact_form.corporateplanning_lp .c__box--inner--hauto {
  background: #BF5F00;
}

#contact_form.management_lp .c__box--inner--hauto {
  background: #BF5F00;
}

#contact_form.common_lp .c__box--inner--hauto2 {
  padding-bottom: 14px;
}

#contact_form .c__box--inner--law {
  background: #ede9d9;
}

#contact_form .c__box--inner--corp {
  background: #fbefe4;
}

#contact_form .c__box--inner--legal {
  background: #eceef7;
}

#contact_form .c__box--inner--finance {
  background: #eeebf4;
}

#contact_form .c__box--inner--recruit {
  background: #e9f2ee;
}

#contact_form .c__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -2px;
}

#contact_form.common_lp .c__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}

#contact_form .vl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 10px;
  color: #9b1514;
  font-weight: bold;
}

#contact_form .s {
  font-size: 10px;
  font-weight: bold;
}

#contact_form .l {
  font-size: 24px;
  font-weight: bold;
}

#contact_form .l.en {
  font-size: 14px;
}

#contact_form .l.en span {
  font-size: 24px;
  margin-right: 1px;
}

#contact_form .red {
  color: #9b1514;
}

#contact_form .mb-0 {
  margin-bottom: 0 !important;
}

#contact_form .mb-10 {
  margin-bottom: 10px !important;
}

#contact_form .mb-20 {
  margin-bottom: 15px !important;
}

#contact_form .mb-30 {
  margin-bottom: 30px !important;
}

#contact_form .mb-40 {
  margin-bottom: 40px !important;
}

#contact_form .mb-45 {
  margin-bottom: 45px !important;
}

#contact_form .mb-50 {
  margin-bottom: 50px !important;
}

#contact_form .mb-55 {
  margin-bottom: 55px !important;
}

#contact_form .mb-60 {
  margin-bottom: 60px !important;
}

#contact_form .mb-80 {
  margin-bottom: 80px !important;
}

#contact_form .mt-0 {
  margin-top: 0 !important;
}

#contact_form .mt-10 {
  margin-top: 10px !important;
}

#contact_form .mt-20 {
  margin-top: 20px !important;
}

#contact_form .mt-30 {
  margin-top: 30px !important;
}

#contact_form .mt-40 {
  margin-top: 40px !important;
}

#contact_form .mt-50 {
  margin-top: 50px !important;
}

#contact_form .mt-60 {
  margin-top: 60px !important;
}

#contact_form .mt-70 {
  margin-top: 70px !important;
}

#contact_form .mt-80 {
  margin-top: 80px !important;
}

#contact_form .bonus {
  font-size: 10px;
  text-align: center;
  width: 100%;
  color: #9b1514;
  font-weight: bold;
  margin-top: -2px;
}

#contact_form.common_lp .bonus {
  font-size: 12px;
  margin-top: 2px;
}

#contact_form .bonus.right {
  text-align: right;
  width: auto;
  margin-right: 30px;
}

#contact_form .bonus.right.so {
  margin-right: 64px;
}

#contact_form .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 15px;
  /* grid-auto-rows: 1fr; */
}

#contact_form.common_lp .grid {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

#contact_form .grid > div {
  overflow: hidden;
}

#contact_form .grid.gap-30 {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

#contact_form .grid--col4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 15px;
  /* grid-auto-rows: 1fr; */
}

#contact_form .grid--col5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 15px;
  /* grid-auto-rows: 1fr; */
}

#contact_form .grid--col5.flow {
  padding: 0 20px;
}

#contact_form .headLine01 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 1.93;
  text-align: center;
  color: #9b1514;
}

#contact_form #member__regist .mailForm {
  background: #f9f9f9;
  padding: 30px 30px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* max-width: 620px; */
  margin-top: -10px;
}

#member__regist.common_lp .mailForm {
  background: #f9f9f9;
  padding: 30px 30px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 620px;
}

#contact_form .col-sm-9 {
  width: 70%;
  /* table-layout: fixed; */
}

#contact_form .col-sm-3 {
  width: 22%;
  /* table-layout: fixed; */
}

#contact_form .lp__wp135 {
  width: 320px;
}

#contact_form .birthday_year,
#contact_form .birthday_month {
  margin-right: 10px;
}

#contact_form #member__regist table {
  margin-bottom: 15px;
  width: 100%;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", sans-serif;
}

#contact_form #member__regist td {
  padding: 10px 0;
  word-break: break-all;
  text-align: left;
  vertical-align: middle;
  color: #000;
  line-height: 1.72;
}

/*-- lp ---------------------------------------*/
#contact_form .common_lp__box {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 40px;
  background: url(../img//legal_lp/bg_pc@2x.png);
}

#contact_form .common_lp__box__float {
  padding: 15px 30px;
}

#contact_form.common_lp .frame {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
  background-color: #fff;
  overflow: hidden;
}

#contact_form.common_lp .frame.w300 {
  width: 300px;
  margin-left: 20px;
}

#contact_form.common_lp .frame.w300:first-of-type {
  margin-left: 0;
}

#contact_form.common_lp .frame__pad {
  padding: 20px;
}

#contact_form .common_lp__box .read {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 21px;
  color: #fff;
}

#contact_form .common_lp__button {
  padding: 23px 55px;
  background: #241f1f;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 24px;
  display: table;
  margin: auto;
  line-height: 1;
}

#contact_form .common_lp__button span {
  font-size: 18px;
  background: #ac7a41;
  padding: 6px 10px;
  margin-right: 5px;
  line-height: 24px;
  display: inline-block;
  vertical-align: 2px;
}

#contact_form .bg_gray {
  background: #eaeaea;
}

#contact_form .common_lp__man {
  width: 60px;
  height: auto;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#contact_form .common_lp__midashi {
  color: #241f1f;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

#contact_form .common_lp__midashi.small {
  font-size: 14px;
}

#contact_form.common_lp .footer {
  background: #241f1f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  font-size: 10px;
}

#contact_form.common_lp .footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#contact_form .faq {
  position: relative;
}

#contact_form .qa__frame {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
  text-align: left;
  height: auto;
  padding: 0 !important;
  margin-bottom: 30px;
  position: relative;
}

#contact_form .a {
  font-size: 16px;
  background: #fff;
  padding: 10px 15px 20px;
  color: #9b1514;
  font-weight: 600;
}

#contact_form .a::before {
  content: "A";
  font-size: 39px;
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  display: block;
  margin-left: 5px;
}

#contact_form .q {
  font-weight: 500;
  font-size: 16px;
  background: #f5f5f5;
  padding: 10px 15px 20px;
  color: #241f1f;
  margin: 0;
}

#contact_form .q::before {
  content: "Q";
  font-size: 39px;
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  display: block;
  color: #938d8d;
  margin-left: 3px;
}

#contact_form .faq::before {
  content: "";
  background: url(../img//legal_lp/tr1@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  position: absolute;
  z-index: 0;
  left: calc(50% - 680px);
  top: -40px;
}

#contact_form .faq::after {
  content: "";
  background: url(../img//legal_lp/tr2@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: -70px;
  right: calc(50% - 680px);
}

#contact_form.legal_lp .faq::after,
#contact_form.personnel_lp .faq::after,
#contact_form.finance_lp .faq::after,
#contact_form.corporateplanning_lp .faq::after,
#contact_form.management_lp .faq::after {
  bottom: -30px;
}

#contact_form.common_lp .l {
  font-size: 34px;
  line-height: 1;
  font-family: "futura-pt", sans-serif !important;
  letter-spacing: -0.01em;
  margin-right: 1px;
}

#contact_form.common_lp .s {
  font-size: 14px;
  font-weight: 600;
}

#contact_form.common_lp .vl {
  font-size: 14px;
  color: #9b1514;
  font-weight: 600;
}

#contact_form .h2 {
  font-size: 16px;
  color: #9b1514;
  font-weight: 600;
  text-align: left;
}

.common_lp p {
  color: #241f1f;
  font-size: 14px;
  text-align: left;
  font-weight: 300;
}

.common_lp .flow {
  text-align: center;
}

.common_lp .flow .arrow {
  padding: 30px 15px 40px;
  margin-top: -40px;
  position: relative;
}

.common_lp .flow .arrow img {
  width: 80px;
  margin: 10px auto;
}

.common_lp .flow .arrow::after {
  content: "";
  background: url(../img//legal_lp/arrow2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 100px;
  right: -8px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.common_lp .flow .arrowlast::after {
  content: none !important;
}

.common_lp #member__regist .mailForm {
  background: inherit;
  color: #fff;
  width: 620px;
  padding: 45px 0 46px;
}

.common_lp #member__regist .mailForm .headLine01 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 13px;
}

.common_lp #member__regist table {
  margin-bottom: 17px !important;
}

.common_lp #member__regist .mailForm td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.common_lp #member__regist .mailForm .col-sm-3 {
  width: 25%;
}

.common_lp #member__regist .form-control {
  border-radius: 2px;
  height: 40px;
  font-size: 16px;
}

.common_lp #member__regist textarea.form-control {
  border-radius: 2px;
  width: 100%;
  height: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 16px;
}

#contact_form #member__regist .form-control.w210 {
  width: 210px;
}

.common_lp #member__regist select.form-control {
  background-size: 17px auto;
  font-weight: bold;
}

.common_lp #member__regist .mailForm .submit {
  margin-top: 27px;
  margin-bottom: 0;
}

.common_lp #member__regist .btn {
  font-size: 18px;
  height: 62px;
}

.common_lp #member__regist label {
  color: #fff;
}

#contact_form.common_lp .jisseki .flex .fgarrow {
  position: relative;
}

#contact_form.common_lp .jisseki .flex .fgarrow::after {
  content: "";
  background: url(../img//legal_lp/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 91%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#contact_form.common_lp .jisseki2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(auto-fit, 288px);
}

.common_lp .text-white {
  color: #fff !important;
}

.common_lp .text-black {
  color: #241f1f !important;
}

#contact_form.common_lp .jisseki .flex {
  display: block;
}

#cvbtn {
  z-index: 99;
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#cvbtn.hide-btn {
  opacity: 0;
}

#cvbtn.UpMove {
  display: block;
  -webkit-animation-name: upMove-in;
          animation-name: upMove-in;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}

#cvbtn.DownMove {
  display: none;
  -webkit-animation-name: downMove-out;
          animation-name: downMove-out;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}

@-webkit-keyframes upMove-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes upMove-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes downMove-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes downMove-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#contact_form.common_lp .c__box--inner--hauto .small {
  font-size: 12px;
}

#contact_form.corp,
#contact_form.finance,
#contact_form.law,
#contact_form.legal,
#contact_form.recruit {
  /* font-family: "游ゴシック体", YuGothic !important; */
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Noto Sans JP", sans-serif !important;
}

#contact_form .f12 {
  font-size: 11px;
  font-weight: bold;
  margin: 0 auto 1px;
}

#contact_form .vk {
  font-weight: bold;
  margin-bottom: 8px;
}

.pos1 {
  position: relative;
  top: -5px;
  margin-left: 2px;
  font-size: 13px;
}

.tk-futura-pt {
  font-family: "futura-pt", sans-serif;
}

#contact_form.lawyer_lp {
  background: #a59242;
}

#contact_form.legal_lp {
  background: #435DA5;
}

#contact_form.personnel_lp {
  background: #41815C;
}

#contact_form.finance_lp {
  background: #513D86;
}

#contact_form.corporateplanning_lp {
  background: #BF5F00;
}

#contact_form.management_lp {
  background: #BF5F00;
}

#contact_form.common_lp .footer .logo {
  width: 143px;
}

#contact_form.common_lp .logo {
  width: 127px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: none;
  }
  .sp .logo {
    width: 160px;
  }
  #contact_form .sp-full {
    margin-left: -15px;
    margin-right: -15px;
  }
  #contact_form .grid {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 13px;
  }
  #contact_form .grid--col4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 11px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
    row-gap: 15px;
    margin-bottom: 20px;
  }
  #contact_form .grid--col1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
    margin-bottom: 30px;
  }
  #contact_form {
    margin: 21.3333333333vw -5.3333333333vw 0;
    padding: 15px 15px 30px;
    position: relative;
  }
  #contact_form.common_lp {
    margin-left: 0;
    margin-right: 0;
  }
  #contact_form::before {
    content: "";
    border-top: 50px solid #fff;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    margin: auto;
    display: table;
    position: relative;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #contact_form .a1 {
    font-size: 14px;
    position: relative;
    color: #fff;
    text-align: center;
    display: table;
    margin: auto;
    margin-bottom: 20px;
  }
  #contact_form .a1::before {
    content: "";
    background: url(../img//contact/pop.svg);
    width: 20px;
    height: 42px;
    display: block;
    position: absolute;
    left: -40px;
    top: 2px;
  }
  #contact_form .a1::after {
    content: "";
    background: url(../img//contact/pop2.svg);
    width: 20px;
    height: 42px;
    display: block;
    position: absolute;
    right: -40px;
    top: 2px;
  }
  #contact_form .b1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
  }
  #contact_form.common_lp .b1 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #contact_form .b2 {
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
    display: table;
    margin-bottom: 5px;
    padding: 2px 8px 0;
  }
  #contact_form.common_lp .b2 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 5px;
    padding: 2px 8px 0;
  }
  #contact_form .b__bg {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 37px 15px 29px;
  }
  #contact_form.common_lp .b__bg {
    padding: 20px 15px 37px;
  }
  #contact_form .b__bg__law {
    background: url(../img//contact/law_sp@2x.png);
  }
  #contact_form .b__bg__corp {
    background: url(../img//contact/corp_sp@2x.png);
  }
  #contact_form .b__bg__legal {
    background: url(../img//contact/legal_sp@2x.png);
  }
  #contact_form .b__bg__recruit {
    background: url(../img//contact/recruit_sp@2x.png);
  }
  #contact_form .b__bg__finance {
    background: url(../img//contact/finance_sp@2x.png);
  }
  #contact_form.lawyer_lp .mv.b__bg {
    background: url(../img//legal_lp/mainv-lawyer@2x.png);
  }
  #contact_form.legal_lp .mv.b__bg {
    background: url(../img//legal_lp/mainv-legal@2x.png);
  }
  #contact_form.personnel_lp .mv.b__bg {
    background: url(../img//legal_lp/mainv-personnel@2x.png);
    padding-bottom: 53px;
  }
  #contact_form.finance_lp .mv.b__bg {
    background: url(../img//legal_lp/mainv-finance@2x.png);
    padding-bottom: 53px;
  }
  #contact_form.corporateplanning_lp .mv.b__bg {
    background: url(../img//legal_lp/mainv-corp@2x.png);
    padding-bottom: 53px;
  }
  #contact_form.management_lp .mv.b__bg {
    background: url(../img//legal_lp/mainv-management@2x.png);
    padding-bottom: 53px;
  }
  #contact_form .b1 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
    letter-spacing: -0.02em;
  }
  #contact_form .c__box {
    padding: 10px 15px 20px;
  }
  #contact_form.common_lp .c__box--inner {
    padding-bottom: 13px;
  }
  #contact_form.common_lp .c__box {
    padding: 10px 15px;
  }
  #contact_form .c1 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 23px;
    margin-top: 15px;
    letter-spacing: -0.02em;
  }
  #contact_form .u {
    border-bottom: 3px solid #ede9d9;
  }
  #contact_form .c2 {
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
    background: #a59242;
    color: #fff;
    padding: 4px 0 1px;
  }
  #contact_form .c2--red {
    margin-top: 10px;
  }
  #contact_form .c__box--inner {
    padding: 10px 4px 8px;
    text-align: center;
    min-height: 40px;
    font-size: 10px;
  }
  #contact_form .c__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #contact_form .vl {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    font-size: 8px;
  }
  #contact_form .s {
    font-size: 8px;
  }
  #contact_form .l {
    font-size: 18px;
  }
  #contact_form .l.en {
    font-size: 10px;
  }
  #contact_form .l.en span {
    font-size: 18px;
    margin-right: 0;
  }
  #contact_form .mb-10 {
    margin-bottom: 5px;
  }
  #contact_form .bonus {
    font-size: 8px;
    width: 100%;
  }
  #contact_form.common_lp .bonus {
    font-size: 10px;
    margin-top: 2px;
  }
  #contact_form .bonus.right {
    margin-right: 0;
    text-align: left;
    position: relative;
    left: calc(50% + 7px);
  }
  #contact_form .bonus.right.so {
    left: 50%;
  }
  #contact_form .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 15px;
    /* grid-auto-rows: 1fr; */
  }
  #contact_form.common_lp .grid {
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
    row-gap: 15x;
  }
  #contact_form .headLine01 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #contact_form #member__regist .mailForm {
    background: #f9f9f9;
    margin-top: 0;
    padding: 25px 20px 25px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .common_lp #member__regist .mailForm {
    width: 100%;
    padding: 30px 15px;
  }
  .common_lp #member__regist .form-control {
    height: 36px;
    font-size: 14px;
    padding: 5px 10px;
  }
  .common_lp #member__regist textarea.form-control {
    height: 120px;
    font-size: 14px;
  }
  #contact_form #member__regist .form-control.w210 {
    width: 100%;
  }
  .common_lp #member__regist .mailForm .submit {
    margin-top: 17px;
  }
  /*-- lp ---------------------------------------*/
  #contact_form .common_lp__box {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 20px 15px;
    background: url(../img//legal_lp/bg@2x.png);
  }
  #contact_form.common_lp .frame {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
  }
  #contact_form.common_lp .frame__pad {
    padding: 15px;
    width: 100%;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contact_form .common_lp__box__float {
    padding: 15px 30px;
    text-align: center;
  }
  #contact_form .common_lp__box .read {
    font-size: 14px;
    text-align: center;
    margin-bottom: 13px;
    color: #fff;
  }
  #contact_form .common_lp__button {
    padding: 24px 20px;
    background: #241f1f;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    display: block;
    margin: auto;
  }
  #contact_form .common_lp__button span {
    font-size: 18px;
    background: #ac7a41;
  }
  #contact_form .bg_gray {
    background: #eaeaea;
  }
  #contact_form .common_lp__man {
    width: 60px;
    height: auto;
    margin: auto;
    margin-bottom: 10px;
  }
  #contact_form .common_lp__man--sp {
    margin: 0;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  #contact_form .common_lp__midashi {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
  }
  #contact_form .common_lp__midashi--sp {
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
  }
  #contact_form.common_lp .footer {
    background: #241f1f;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
    font-size: 10px;
  }
  #contact_form.common_lp .footer .flex {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    /* line-height: 4; */
  }
  #contact_form .faq {
    position: relative;
  }
  #contact_form .qa__frame {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
    text-align: left;
    height: auto;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  #contact_form .a {
    font-size: 16px;
    background: #fff;
    padding: 0 15px 20px;
    color: #9b1514;
    font-weight: 600;
  }
  #contact_form .a::before {
    content: "A";
    font-size: 37px;
    font-weight: 500;
    display: block;
  }
  #contact_form .q {
    font-weight: 500;
    font-size: 16px;
    background: #f5f5f5;
    padding: 10px 15px 20px;
    color: #241f1f;
    margin: 0;
  }
  #contact_form .q::before {
    content: "Q";
    font-size: 37px;
    font-family: "futura-pt", sans-serif !important;
    font-weight: 500;
    display: block;
    color: #938d8d;
  }
  #contact_form .faq::before {
    content: "";
    background: url(../img//legal_lp/tr1@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 250px;
    position: absolute;
    z-index: 0;
    left: -15px;
    top: -20px;
  }
  #contact_form .faq::after {
    content: "";
    background: url(../img//legal_lp/tr2@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: 1;
  }
  #contact_form.legal_lp .faq::after,
#contact_form.personnel_lp .faq::after,
#contact_form.finance_lp .faq::after,
#contact_form.corporateplanning_lp .faq::after,
#contact_form.management_lp .faq::after {
    bottom: -15px;
  }
  #contact_form.common_lp .l {
    font-size: 28px;
    line-height: 1;
  }
  #contact_form.common_lp .s {
    font-size: 14px;
  }
  #contact_form.common_lp .vl {
    font-size: 11px;
  }
  #contact_form .h2 {
    font-size: 16px;
    color: #9b1514;
    font-weight: 600;
    text-align: left;
  }
  .common_lp p {
    color: #241f1f;
    font-size: 14px;
    text-align: left;
    font-weight: 300;
  }
  .common_lp .flow {
    text-align: center;
  }
  .common_lp .flow .arrow {
    padding: 20px 15px;
    margin-top: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .common_lp .flow .arrow img {
    width: 80px;
    margin: 0 10px;
  }
  .common_lp .flow .arrow::after {
    content: "";
    background: url(../img//legal_lp/arrow2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 13px;
    height: 13px;
    position: absolute;
    top: auto;
    bottom: -10px;
    right: auto;
    left: 22px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #contact_form.common_lp .c2 {
    font-size: 14px;
    line-height: 24px;
    padding: 7px 0 !important;
  }
  #contact_form.common_lp .c2.sp-small {
    font-size: 12px;
  }
  #contact_form.common_lp .sp .c2 {
    background: #9b1514;
  }
  #contact_form.common_lp .jisseki .c2 {
    font-size: 12px;
    line-height: 24px !important;
  }
  #contact_form.common_lp .jisseki .c2--dgray {
    font-size: 12px;
  }
  #contact_form.common_lp .jisseki .c2.sp-small {
    font-size: 10px !important;
  }
  #contact_form .grid--col5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 10px;
  }
  #contact_form .grid--col5.flow {
    padding: 10px 0;
  }
  #contact_form .h1 {
    font-size: 24px;
    /* font-weight: 500; */
    text-align: center;
    margin: 0;
    margin-bottom: 40px;
    margin-top: 30px;
  }
  #contact_form.common_lp .jisseki .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
  }
  #contact_form.common_lp .jisseki .flex:first-of-type {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contact_form.common_lp .jisseki .flex .fg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: static;
    width: 50%;
  }
  #contact_form.common_lp .jisseki .flex .fgarrow::after {
    content: "";
    background: url(../img//legal_lp/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 55%;
    left: 0;
    z-index: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #contact_form .common_lp__flow {
    line-height: 1;
    margin: 0;
    margin-top: 10px;
  }
  #contact_form .flow .doc {
    /* width: 60%; */
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .common_lp #member__regist .mailForm .headLine01 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 23px;
  }
  #contact_form.common_lp .c__box--inner--hauto {
    min-height: 34px;
    height: 100%;
  }
  #contact_form.common_lp .c__box--inner--hauto2 {
    min-height: 42px;
    padding-bottom: 9px;
  }
  #contact_form .col-sm-9 {
    width: 80%;
    /* table-layout: fixed; */
  }
  #contact_form .col-sm-3 {
    width: 27%;
    /* table-layout: fixed; */
  }
  #contact_form .vk {
    font-size: 12px;
  }
  #contact_form.common_lp .footer .logo {
    margin: auto;
    margin-bottom: 14px;
    width: 127px;
  }
  #contact_form .f12 {
    font-size: 10px;
    font-weight: bold;
    margin: 0 auto;
  }
  #contact_form.common_lp .logo {
    width: 96px;
    height: auto;
  }
  #contact_form .sp-mb-0 {
    margin-bottom: 0 !important;
  }
  #contact_form .sp-mb-5 {
    margin-bottom: 5px !important;
  }
  #contact_form .sp-mb-10 {
    margin-bottom: 10px !important;
  }
  #contact_form .sp-mb-20 {
    margin-bottom: 20px !important;
  }
  #contact_form .sp-mb-30 {
    margin-bottom: 30px !important;
  }
  #contact_form .sp-mb-40 {
    margin-bottom: 40px !important;
  }
  #contact_form .sp-mb-50 {
    margin-bottom: 50px !important;
  }
  #contact_form .sp-mb-60 {
    margin-bottom: 60px !important;
  }
  #contact_form .sp-mb-80 {
    margin-bottom: 80px !important;
  }
  #contact_form .sp-mt-0 {
    margin-top: 0 !important;
  }
  #contact_form .sp-mt-10 {
    margin-top: 10px !important;
  }
  #contact_form .sp-mt-20 {
    margin-top: 20px !important;
  }
  #contact_form .sp-mt-30 {
    margin-top: 30px !important;
  }
  #contact_form .sp-mt-40 {
    margin-top: 40px !important;
  }
  #contact_form .sp-mt-50 {
    margin-top: 50px !important;
  }
  #contact_form .sp-mt-60 {
    margin-top: 60px !important;
  }
  #contact_form .sp-mt-70 {
    margin-top: 70px !important;
  }
  #contact_form .sp-mt-80 {
    margin-top: 80px !important;
  }
  #contact_form .sp-pb-0 {
    padding-bottom: 0 !important;
  }
  #contact_form.common_lp .sp-f-10 {
    font-size: 10px !important;
  }
}
@media all and (min-width: 450px) and (max-width: 896px) {
  #contact_form::before {
    left: 0;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* header
--------------------------------------------- */
.l-head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFF;
}
.l-head__logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.l-head__logo__txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  display: block;
  letter-spacing: 0.01em;
  color: #141414;
}
@media screen and (min-width: 768px) {
  .l-head {
    height: 92px;
    padding: 0 32px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .l-head__logo__link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .l-head__logo__img {
    width: 218px;
  }
}
@media screen and (min-width: 768px) {
  .l-head__logo__txt {
    margin-left: 24px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .l-head__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-head__btns__btn {
    width: 192px;
    height: 47px;
  }
  .l-head__btns__btn--tp {
    width: 160px;
    height: 47px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .l-head__nav-btn {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .l-head {
    padding: 0 min(32px, 2vw);
  }
  .l-head__logo__txt {
    margin: 0 min(24px, 1.666vw);
  }
}
@media screen and (max-width: 767px) {
  .l-head {
    height: 18.5750636132vw;
    padding: 0 4.0712468193vw;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  .l-head__logo__img {
    width: 38.1679389313vw;
  }
  .l-head__logo__txt {
    margin: 0 min(24px, 1.666vw);
    font-size: 3.5623409669vw;
    line-height: 1.2;
  }
  .l-head__nav-btn {
    position: relative;
    width: 4.5801526718vw;
    height: 3.0534351145vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-head__nav-btn::before, .l-head__nav-btn::after,
.l-head__nav-btn > span {
    width: 100%;
    height: 2px;
    display: block;
    background: #373737;
  }
  .l-head__nav-btn > span {
    margin-top: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 110%;
    color: transparent;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .l-head__nav-btn::before, .l-head__nav-btn::after {
    content: "";
    position: absolute;
    right: 0;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .l-head__nav-btn::before {
    top: 0;
  }
  .l-head__nav-btn::after {
    top: 100%;
  }
  .nav-open .l-head__nav-btn > span {
    opacity: 0;
  }
  .nav-open .l-head__nav-btn::before {
    -webkit-transform: translateY(1.7811704835vw) rotate(-45deg);
            transform: translateY(1.7811704835vw) rotate(-45deg);
  }
  .nav-open .l-head__nav-btn::after {
    -webkit-transform: translateY(-1.272264631vw) rotate(45deg);
            transform: translateY(-1.272264631vw) rotate(45deg);
  }
  .l-head__btns {
    display: none;
  }
}

/* footer
--------------------------------------------- */
.l-foot {
  background-color: #F3ECE3;
}
.l-foot__group:nth-child(2) {
  border-top: 1px solid #5b5b5b;
  padding-top: 32px;
  margin-top: 32px;
}
.l-foot__logo__link {
  display: block;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.l-foot__logo__img {
  width: 218px;
}
.l-foot__logo__txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1rem;
  color: #141414;
  display: block;
  letter-spacing: 0.01em;
  margin-top: 21px;
}
.l-foot__nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-foot__nav__item strong {
  font-size: 1rem;
  line-height: 1.25;
  color: #373737;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.l-foot__nav__item strong:last-child {
  padding-left: 0.3em;
}
.l-foot__nav__item:first-child span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-foot__nav__link {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #373737;
  font-weight: 500;
  letter-spacing: 0.01em;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.l-foot__nav__link em {
  border-bottom: 1px solid;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.l-foot__nav__link[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-image 0.2s ease-out;
  transition: background-image 0.2s ease-out;
}
.l-foot__nav__link[target=_blank]::before {
  display: block;
  background: url("../img/common/icon_blank.svg") no-repeat center center/contain;
  content: "";
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
@media (hover: hover) and (pointer: fine) {
  .l-foot__nav__link[target=_blank]:hover::before {
    background-image: url("../img/common/icon_blank-hover.svg");
  }
}
.l-foot__btn {
  height: 47px;
}
.l-foot__btn:nth-of-type(n+2) {
  margin-top: 1em;
}
.l-foot__copyright {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1rem;
  color: #5b5b5b;
}
@media screen and (min-width: 768px) {
  .l-foot {
    padding: 32px min(32px, 2.2857142857vw);
  }
  .l-foot__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .l-foot__logo__link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .l-foot__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 32px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .l-foot__nav__link:hover {
    color: #AD2102;
  }
  .l-foot__nav__link:hover em {
    border-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .l-foot__btn {
    width: 256px;
  }
}
@media screen and (max-width: 767px) {
  .l-foot {
    padding: 8.1424936387vw 4.0712468193vw;
  }
  .l-foot__logo {
    margin-bottom: 6.106870229vw;
  }
  .l-foot__logo__txt {
    margin-top: 4.0712468193vw;
  }
  .l-foot__btn {
    width: 100%;
  }
  .l-foot__nav__item {
    margin-bottom: 6.106870229vw;
  }
  .l-foot__nav__item strong {
    line-height: 1.7;
  }
  .l-foot__nav__item:first-child {
    display: block;
  }
  .l-foot__nav__item:first-child .l-foot__nav__link {
    margin-left: 0.5em;
  }
  .l-foot__copyright {
    text-align: center;
  }
}

/* main
----------------------------------- */
@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 92px;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 18.320610687vw;
  }
}

/* btn
----------------------------------- */
.c-btn, .c-btn--top, .c-btn--tp {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FFF;
  background: #871400;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
.c-btn--tp {
  color: #871400;
  background: transparent;
  border: 1px solid;
  border-color: #871400;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.c-btn--contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.01em;
  color: #FFF;
  background: url("../img/common/bnr_contact.jpg") no-repeat center center/cover;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.c-btn--contact::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background: url("../img/common/arw-wt.svg") no-repeat center center/contain;
  content: "";
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--contact:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .c-btn:hover, .c-btn--tp:hover, .c-btn--top:hover {
    background: #AD2102;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .c-btn--tp:hover {
    color: #AD2102;
    background: transparent;
    border-color: #AD2102;
  }
}
@media screen and (min-width: 768px) {
  .c-btn--contact {
    height: 92px;
    font-size: 0.875rem;
  }
  .c-btn--contact:not(:first-child) {
    margin-top: 48px;
  }
  .c-btn--contact::before {
    left: 18px;
    width: 10px;
    height: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-btn--top {
    margin-top: 50px;
    width: 290px;
    height: 52px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--contact {
    margin: 0 auto;
    width: 79.4653333333vw;
    height: 21.3333333333vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
  }
  .c-btn--contact:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
  .c-btn--contact::before {
    left: 4.4vw;
    width: 2.1333333333vw;
    height: 3.8666666667vw;
  }
  .c-btn--top {
    margin: 16vw auto 0;
    width: 81.6vw;
    height: 16vw;
    font-size: 4vw;
  }
}

/* headline
----------------------------------- */
.c-headline {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
}
.c-headline__txt {
  color: #871400;
  display: inline-block;
  letter-spacing: 0.1em;
  font-family: "Cormorant Garamond", serif;
  border-bottom: 1px solid;
}
@media screen and (min-width: 768px) {
  .c-headline {
    font-size: 2rem;
    line-height: 1.59375;
  }
  .c-headline__txt {
    font-size: 1.25rem;
    padding-bottom: 3px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-headline {
    font-size: 5.5979643766vw;
    line-height: 1.7;
  }
  .c-headline__txt {
    font-size: 4.0712468193vw;
    padding-bottom: 0.7633587786vw;
    margin-bottom: 6.3613231552vw;
  }
}

/* lead
----------------------------------- */
.c-lead {
  font-family: "Zen Old Mincho", serif;
  line-height: 1.7;
  text-align: center;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .c-lead {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-lead {
    font-size: 4.0712468193vw;
  }
}

/* link
----------------------------------- */
.c-link {
  position: relative;
  display: inline-block;
  color: #141414;
  font-weight: 500;
  line-height: 1.4375;
  padding-right: 1.3em;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.c-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-link em {
  border-bottom: 1px solid;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .c-link {
    font-size: 1rem;
  }
  .c-link::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .c-link:hover {
    color: #871400;
  }
  .c-link:hover em {
    border-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .c-link {
    font-size: 4.0712468193vw;
  }
  .c-link::after {
    width: 2.5445292621vw;
    height: 2.5445292621vw;
  }
}

/* content
----------------------------------- */
.c-content__side > :first-child {
  margin-top: 0;
}
.c-content__search {
  overflow: hidden;
  border: solid 1px #B9B9B9;
}
.c-content__search input[type=text] {
  width: 100%;
  background: #FFF url("../img/common/icon_search.svg") no-repeat;
}
.c-content__search input[type=text]::-webkit-input-placeholder {
  color: #b4b4b4;
}
.c-content__search input[type=text]::-moz-placeholder {
  color: #b4b4b4;
}
.c-content__search input[type=text]:-ms-input-placeholder {
  color: #b4b4b4;
}
.c-content__search input[type=text]::-ms-input-placeholder {
  color: #b4b4b4;
}
.c-content__search input[type=text]::placeholder {
  color: #b4b4b4;
}
.c-content__link {
  position: relative;
  color: #373737;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
.c-content__link em {
  border-bottom: 1px solid #373737;
  -webkit-transition: border-color 0.4s ease-out;
  transition: border-color 0.4s ease-out;
}
.c-content__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/arw_next-bk.svg") no-repeat center center;
  -webkit-transition: background-image 0.4s ease-out;
  transition: background-image 0.4s ease-out;
}
@media screen and (min-width: 768px) {
  .c-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-content__main {
    width: 67.5%;
  }
  .c-content__side {
    width: 29.1666666667%;
  }
  .c-content__search {
    border-radius: 4px;
  }
  .c-content__search input[type=text] {
    padding: 10px 8px 10px 40px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    background-position: left 8px top 10px;
  }
  .c-content__link {
    display: inline-block;
    margin-top: 48px;
    padding-right: 32px;
  }
  .c-content__link em {
    font-size: 16px;
    line-height: 1.45;
  }
  .c-content__link::after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .c-content__link:hover {
    color: #871400;
  }
  .c-content__link:hover em {
    border-color: transparent;
  }
  .c-content__link:hover::after {
    background-image: url("../img/common/arw_next-hover.svg");
  }
}
@media screen and (min-width: 768px) {
  .c-content__btn-area {
    margin-top: 17px;
  }
  .c-content__btn-area .c-btn {
    padding: 12px 0;
    line-height: 1.4375;
  }
  .c-content__btn-area .c-btn--tp {
    margin-top: 16px;
    padding: 12px 0;
    line-height: 1.4375;
  }
}
@media screen and (max-width: 767px) {
  .c-content__side {
    margin-top: 12.213740458vw;
  }
  .c-content__search {
    border-radius: 1.0178117048vw;
  }
  .c-content__search input[type=text] {
    padding: 2.5445292621vw 2.0356234097vw 2.5445292621vw 10.1781170483vw;
    font-size: 3.5623409669vw;
    line-height: 1.7142857143;
    background-position: left 2.0356234097vw top 2.5445292621vw;
  }
  .c-content__link {
    display: inline-block;
    margin-top: 12.213740458vw;
    padding-right: 8.1424936387vw;
  }
  .c-content__link em {
    font-size: 4.0712468193vw;
    line-height: 1.45;
  }
  .c-content__link::after {
    width: 6.106870229vw;
    height: 6.106870229vw;
    background-size: cover;
  }
  .c-content__btn-area {
    margin-top: 4.3256997455vw;
  }
  .c-content__btn-area .c-btn {
    padding: 3.0534351145vw 0;
    line-height: 1.4375;
  }
  .c-content__btn-area .c-btn--tp {
    margin-top: 4.0712468193vw;
    padding: 3.0534351145vw 0;
    line-height: 1.4375;
  }
}

/* thumb
----------------------------------- */
.c-thumb {
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.c-thumb__link {
  display: block;
}
.c-thumb__img {
  overflow: hidden;
  position: relative;
}
.c-thumb__img::before {
  float: left;
  padding-top: 66.0256410256%;
  content: "";
}
.c-thumb__img::after {
  clear: both;
  display: block;
  content: "";
}
.c-thumb__img > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-thumb__date {
  color: #5b5b5b;
}
.c-thumb__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #141414;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .c-thumb:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .c-thumb__date {
    margin-top: 16px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
@media screen and (min-width: 768px) {
  .c-thumb__ttl {
    margin-top: 8px;
    font-size: 1rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .c-thumb__date {
    margin-top: 4.0712468193vw;
    font-size: 3.5623409669vw;
    line-height: 1.4285714286;
  }
  .c-thumb__ttl {
    margin-top: 2.0356234097vw;
    font-size: 4.0712468193vw;
    line-height: 1.7;
  }
}

/* pagenation
----------------------------------- */
.c-pagenation .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagenation .previouspostslink,
.c-pagenation .nextpostslink {
  position: relative;
  display: block;
  background: url("../img/common/arw_next-bk.svg") no-repeat center center;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: background-image 0.4s ease-out;
  transition: background-image 0.4s ease-out;
}
.c-pagenation .previouspostslink {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.c-pagenation .extend {
  display: block;
  text-align: center;
  color: #141414;
}
.c-pagenation .pages,
.c-pagenation .first,
.c-pagenation .last {
  color: #141414;
}
.c-pagenation .page,
.c-pagenation .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.01em;
  line-height: 1;
}
.c-pagenation .page {
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
  color: #141414;
}
.c-pagenation .current {
  color: #FFF;
  background: #871400;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .c-pagenation {
    margin-top: 46px;
  }
  .c-pagenation .wp-pagenavi {
    gap: 0 4px;
  }
  .c-pagenation .previouspostslink,
.c-pagenation .nextpostslink,
.c-pagenation .page,
.c-pagenation .current {
    width: 43px;
    height: 43px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .c-pagenation .previouspostslink:hover,
.c-pagenation .nextpostslink:hover {
    background-image: url("../img/common/arw_next-hover.svg");
  }
}
@media screen and (min-width: 768px) {
  .c-pagenation .first,
.c-pagenation .last {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-pagenation .extend {
    width: 43px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-pagenation .page,
.c-pagenation .current {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .c-pagenation .page:hover {
    color: #871400;
  }
}
@media screen and (min-width: 768px) {
  .c-pagenation .current {
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-pagenation {
    margin-top: 12.6666666667vw;
  }
  .c-pagenation .previouspostslink,
.c-pagenation .nextpostslink,
.c-pagenation .page,
.c-pagenation .current {
    width: 8.9333333333vw;
    height: 8.9333333333vw;
  }
  .c-pagenation .extend {
    width: 8.9333333333vw;
    font-size: 3.4666666667vw;
  }
  .c-pagenation .page,
.c-pagenation .current {
    font-size: 3.4666666667vw;
  }
}

/* page-ttl
----------------------------------- */
.c-page-ttl {
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .c-page-ttl {
    margin-bottom: 64px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page-ttl {
    margin-bottom: 15.6vw;
    font-size: 7.2vw;
  }
}

/* txt
----------------------------------- */
@media screen and (min-width: 768px) {
  .c-txt {
    font-size: 1rem;
    line-height: 1.875;
  }
  .c-txt + .c-txt {
    margin-top: 1.875em;
  }
}
@media screen and (max-width: 767px) {
  .c-txt {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
  .c-txt + .c-txt {
    margin-top: 2em;
  }
}

/* mailForm
----------------------------------- */
.p-top-form .mailForm table,
.p-foot-form .mailForm table,
.p-entry .mailForm table {
  width: 480px;
  margin: 0 auto;
}
.p-top-form .mailForm .form-group,
.p-foot-form .mailForm .form-group,
.p-entry .mailForm .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top-form .mailForm .form-group:not(:first-child),
.p-foot-form .mailForm .form-group:not(:first-child),
.p-entry .mailForm .form-group:not(:first-child) {
  margin-top: 24px;
}
.p-top-form .mailForm .formHeading,
.p-foot-form .mailForm .formHeading,
.p-entry .mailForm .formHeading {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #141414;
  padding-bottom: 8px;
}
.p-top-form .mailForm .formInputOuter.flex,
.p-foot-form .mailForm .formInputOuter.flex,
.p-entry .mailForm .formInputOuter.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 16px;
}
.p-top-form .mailForm .formInputInner,
.p-foot-form .mailForm .formInputInner,
.p-entry .mailForm .formInputInner {
  position: relative;
  width: 100%;
  background: #FFF;
  border: solid 1px #B9B9B9;
  border-radius: 4px;
  overflow: hidden;
}
.p-top-form .mailForm .formInputInner::before,
.p-foot-form .mailForm .formInputInner::before,
.p-entry .mailForm .formInputInner::before {
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 7px;
  background: url("../img/common/arw_down.svg") no-repeat center center/contain;
  pointer-events: none;
  content: "";
}
.p-top-form .mailForm .formInputInner select,
.p-foot-form .mailForm .formInputInner select,
.p-entry .mailForm .formInputInner select {
  width: 100%;
  height: 44px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding-left: 13px;
  font-size: 0.875rem;
}
.p-top-form .mailForm .formInputInner select::-ms-expand,
.p-foot-form .mailForm .formInputInner select::-ms-expand,
.p-entry .mailForm .formInputInner select::-ms-expand {
  display: none;
}
.p-top-form .mailForm .formInputInner select:invalid:first-child,
.p-top-form .mailForm .formInputInner select option:first-child,
.p-foot-form .mailForm .formInputInner select:invalid:first-child,
.p-foot-form .mailForm .formInputInner select option:first-child,
.p-entry .mailForm .formInputInner select:invalid:first-child,
.p-entry .mailForm .formInputInner select option:first-child {
  color: #b4b4b4;
}
.p-top-form .mailForm input[type=text], .p-top-form .mailForm input[type=tel], .p-top-form .mailForm input[type=url], .p-top-form .mailForm input[type=email], .p-top-form .mailForm input[type=number], .p-top-form .mailForm input[type=password], .p-top-form .mailForm textarea,
.p-foot-form .mailForm input[type=text],
.p-foot-form .mailForm input[type=tel],
.p-foot-form .mailForm input[type=url],
.p-foot-form .mailForm input[type=email],
.p-foot-form .mailForm input[type=number],
.p-foot-form .mailForm input[type=password],
.p-foot-form .mailForm textarea,
.p-entry .mailForm input[type=text],
.p-entry .mailForm input[type=tel],
.p-entry .mailForm input[type=url],
.p-entry .mailForm input[type=email],
.p-entry .mailForm input[type=number],
.p-entry .mailForm input[type=password],
.p-entry .mailForm textarea {
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 0.875rem;
  background: #FFF;
  border-radius: 8px;
}
.p-top-form .mailForm input[type=text]::-webkit-input-placeholder, .p-top-form .mailForm input[type=tel]::-webkit-input-placeholder, .p-top-form .mailForm input[type=url]::-webkit-input-placeholder, .p-top-form .mailForm input[type=email]::-webkit-input-placeholder, .p-top-form .mailForm input[type=number]::-webkit-input-placeholder, .p-top-form .mailForm input[type=password]::-webkit-input-placeholder, .p-top-form .mailForm textarea::-webkit-input-placeholder, .p-foot-form .mailForm input[type=text]::-webkit-input-placeholder, .p-foot-form .mailForm input[type=tel]::-webkit-input-placeholder, .p-foot-form .mailForm input[type=url]::-webkit-input-placeholder, .p-foot-form .mailForm input[type=email]::-webkit-input-placeholder, .p-foot-form .mailForm input[type=number]::-webkit-input-placeholder, .p-foot-form .mailForm input[type=password]::-webkit-input-placeholder, .p-foot-form .mailForm textarea::-webkit-input-placeholder, .p-entry .mailForm input[type=text]::-webkit-input-placeholder, .p-entry .mailForm input[type=tel]::-webkit-input-placeholder, .p-entry .mailForm input[type=url]::-webkit-input-placeholder, .p-entry .mailForm input[type=email]::-webkit-input-placeholder, .p-entry .mailForm input[type=number]::-webkit-input-placeholder, .p-entry .mailForm input[type=password]::-webkit-input-placeholder, .p-entry .mailForm textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
.p-top-form .mailForm input[type=text]::-moz-placeholder, .p-top-form .mailForm input[type=tel]::-moz-placeholder, .p-top-form .mailForm input[type=url]::-moz-placeholder, .p-top-form .mailForm input[type=email]::-moz-placeholder, .p-top-form .mailForm input[type=number]::-moz-placeholder, .p-top-form .mailForm input[type=password]::-moz-placeholder, .p-top-form .mailForm textarea::-moz-placeholder, .p-foot-form .mailForm input[type=text]::-moz-placeholder, .p-foot-form .mailForm input[type=tel]::-moz-placeholder, .p-foot-form .mailForm input[type=url]::-moz-placeholder, .p-foot-form .mailForm input[type=email]::-moz-placeholder, .p-foot-form .mailForm input[type=number]::-moz-placeholder, .p-foot-form .mailForm input[type=password]::-moz-placeholder, .p-foot-form .mailForm textarea::-moz-placeholder, .p-entry .mailForm input[type=text]::-moz-placeholder, .p-entry .mailForm input[type=tel]::-moz-placeholder, .p-entry .mailForm input[type=url]::-moz-placeholder, .p-entry .mailForm input[type=email]::-moz-placeholder, .p-entry .mailForm input[type=number]::-moz-placeholder, .p-entry .mailForm input[type=password]::-moz-placeholder, .p-entry .mailForm textarea::-moz-placeholder {
  color: #b4b4b4;
}
.p-top-form .mailForm input[type=text]:-ms-input-placeholder, .p-top-form .mailForm input[type=tel]:-ms-input-placeholder, .p-top-form .mailForm input[type=url]:-ms-input-placeholder, .p-top-form .mailForm input[type=email]:-ms-input-placeholder, .p-top-form .mailForm input[type=number]:-ms-input-placeholder, .p-top-form .mailForm input[type=password]:-ms-input-placeholder, .p-top-form .mailForm textarea:-ms-input-placeholder, .p-foot-form .mailForm input[type=text]:-ms-input-placeholder, .p-foot-form .mailForm input[type=tel]:-ms-input-placeholder, .p-foot-form .mailForm input[type=url]:-ms-input-placeholder, .p-foot-form .mailForm input[type=email]:-ms-input-placeholder, .p-foot-form .mailForm input[type=number]:-ms-input-placeholder, .p-foot-form .mailForm input[type=password]:-ms-input-placeholder, .p-foot-form .mailForm textarea:-ms-input-placeholder, .p-entry .mailForm input[type=text]:-ms-input-placeholder, .p-entry .mailForm input[type=tel]:-ms-input-placeholder, .p-entry .mailForm input[type=url]:-ms-input-placeholder, .p-entry .mailForm input[type=email]:-ms-input-placeholder, .p-entry .mailForm input[type=number]:-ms-input-placeholder, .p-entry .mailForm input[type=password]:-ms-input-placeholder, .p-entry .mailForm textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
.p-top-form .mailForm input[type=text]::-ms-input-placeholder, .p-top-form .mailForm input[type=tel]::-ms-input-placeholder, .p-top-form .mailForm input[type=url]::-ms-input-placeholder, .p-top-form .mailForm input[type=email]::-ms-input-placeholder, .p-top-form .mailForm input[type=number]::-ms-input-placeholder, .p-top-form .mailForm input[type=password]::-ms-input-placeholder, .p-top-form .mailForm textarea::-ms-input-placeholder, .p-foot-form .mailForm input[type=text]::-ms-input-placeholder, .p-foot-form .mailForm input[type=tel]::-ms-input-placeholder, .p-foot-form .mailForm input[type=url]::-ms-input-placeholder, .p-foot-form .mailForm input[type=email]::-ms-input-placeholder, .p-foot-form .mailForm input[type=number]::-ms-input-placeholder, .p-foot-form .mailForm input[type=password]::-ms-input-placeholder, .p-foot-form .mailForm textarea::-ms-input-placeholder, .p-entry .mailForm input[type=text]::-ms-input-placeholder, .p-entry .mailForm input[type=tel]::-ms-input-placeholder, .p-entry .mailForm input[type=url]::-ms-input-placeholder, .p-entry .mailForm input[type=email]::-ms-input-placeholder, .p-entry .mailForm input[type=number]::-ms-input-placeholder, .p-entry .mailForm input[type=password]::-ms-input-placeholder, .p-entry .mailForm textarea::-ms-input-placeholder {
  color: #b4b4b4;
}
.p-top-form .mailForm input[type=text]::placeholder, .p-top-form .mailForm input[type=tel]::placeholder, .p-top-form .mailForm input[type=url]::placeholder, .p-top-form .mailForm input[type=email]::placeholder, .p-top-form .mailForm input[type=number]::placeholder, .p-top-form .mailForm input[type=password]::placeholder, .p-top-form .mailForm textarea::placeholder,
.p-foot-form .mailForm input[type=text]::placeholder,
.p-foot-form .mailForm input[type=tel]::placeholder,
.p-foot-form .mailForm input[type=url]::placeholder,
.p-foot-form .mailForm input[type=email]::placeholder,
.p-foot-form .mailForm input[type=number]::placeholder,
.p-foot-form .mailForm input[type=password]::placeholder,
.p-foot-form .mailForm textarea::placeholder,
.p-entry .mailForm input[type=text]::placeholder,
.p-entry .mailForm input[type=tel]::placeholder,
.p-entry .mailForm input[type=url]::placeholder,
.p-entry .mailForm input[type=email]::placeholder,
.p-entry .mailForm input[type=number]::placeholder,
.p-entry .mailForm input[type=password]::placeholder,
.p-entry .mailForm textarea::placeholder {
  color: #b4b4b4;
}
.p-top-form .mailForm input[type=text], .p-top-form .mailForm input[type=tel], .p-top-form .mailForm input[type=url], .p-top-form .mailForm input[type=email], .p-top-form .mailForm input[type=number], .p-top-form .mailForm input[type=password],
.p-foot-form .mailForm input[type=text],
.p-foot-form .mailForm input[type=tel],
.p-foot-form .mailForm input[type=url],
.p-foot-form .mailForm input[type=email],
.p-foot-form .mailForm input[type=number],
.p-foot-form .mailForm input[type=password],
.p-entry .mailForm input[type=text],
.p-entry .mailForm input[type=tel],
.p-entry .mailForm input[type=url],
.p-entry .mailForm input[type=email],
.p-entry .mailForm input[type=number],
.p-entry .mailForm input[type=password] {
  height: 44px;
  padding: 0 16px;
}
.p-top-form .mailForm .contentFormAfter,
.p-foot-form .mailForm .contentFormAfter,
.p-entry .mailForm .contentFormAfter {
  margin-top: 24px;
  text-align: center;
  font-size: 0.875rem;
}
.p-top-form .mailForm .contentFormAfter a,
.p-foot-form .mailForm .contentFormAfter a,
.p-entry .mailForm .contentFormAfter a {
  display: inline-block;
  font-weight: 500;
  border-bottom: 1px solid;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-top-form .mailForm .submit,
.p-foot-form .mailForm .submit,
.p-entry .mailForm .submit {
  margin: 24px auto 0;
  width: 480px;
  height: 47px;
}
.p-top-form .mailForm .submit .btn,
.p-foot-form .mailForm .submit .btn,
.p-entry .mailForm .submit .btn {
  width: 100%;
  height: 100%;
  color: #FFF;
  background: #871400;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(102, 35, 14, 0.4);
          box-shadow: 0px 4px 4px 0px rgba(102, 35, 14, 0.4);
  transition: background-color 0.4s ease-out;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-top-form .mailForm .submit + .contentFormAfter a,
.p-foot-form .mailForm .submit + .contentFormAfter a,
.p-entry .mailForm .submit + .contentFormAfter a {
  border-bottom: none;
  position: relative;
  padding-right: 1.3em;
  font-size: 1rem;
}
.p-top-form .mailForm .submit + .contentFormAfter a::after,
.p-foot-form .mailForm .submit + .contentFormAfter a::after,
.p-entry .mailForm .submit + .contentFormAfter a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-top-form .mailForm .submit + .contentFormAfter a em,
.p-foot-form .mailForm .submit + .contentFormAfter a em,
.p-entry .mailForm .submit + .contentFormAfter a em {
  border-bottom: 1px solid;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.p-top-form .mailForm .contactLinkWrap,
.p-foot-form .mailForm .contactLinkWrap,
.p-entry .mailForm .contactLinkWrap {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-top-form .mailForm .contentFormAfter a:hover,
.p-foot-form .mailForm .contentFormAfter a:hover,
.p-entry .mailForm .contentFormAfter a:hover {
    color: #AD2102;
    border-color: transparent;
  }
  .p-top-form .mailForm .contentFormAfter a:hover em,
.p-foot-form .mailForm .contentFormAfter a:hover em,
.p-entry .mailForm .contentFormAfter a:hover em {
    border-color: transparent;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-top-form .mailForm .submit .btn:hover,
.p-foot-form .mailForm .submit .btn:hover,
.p-entry .mailForm .submit .btn:hover {
    background: #AD2102;
  }
}
@media screen and (max-width: 767px) {
  .p-top-form .mailForm table,
.p-foot-form .mailForm table,
.p-entry .mailForm table {
    width: 100%;
    max-width: 100%;
  }
  .p-top-form .mailForm .formInputInner::before,
.p-foot-form .mailForm .formInputInner::before,
.p-entry .mailForm .formInputInner::before {
    right: 2.5333333333vw;
  }
  .p-top-form .mailForm .submit,
.p-foot-form .mailForm .submit,
.p-entry .mailForm .submit {
    width: 100%;
  }
  .p-top-form .mailForm .submit .btn,
.p-foot-form .mailForm .submit .btn,
.p-entry .mailForm .submit .btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .p-top-form .mailForm .contentFormAfter,
.p-foot-form .mailForm .contentFormAfter,
.p-entry .mailForm .contentFormAfter {
    text-align: left;
  }
  .p-top-form .mailForm .submit + .contentFormAfter,
.p-foot-form .mailForm .submit + .contentFormAfter,
.p-entry .mailForm .submit + .contentFormAfter {
    text-align: center;
  }
}

/* faq
----------------------------------- */
.p-faq {
  font-family: "Zen Old Mincho", serif;
}
.p-faq__dl {
  background: #FFF;
  overflow: hidden;
}
.p-faq__dt {
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.p-faq__dt:after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-faq__dt.is-active:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.p-faq__dd {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding: 90px 20px 120px;
  }
  .p-faq__wrap {
    padding: 0 48px;
  }
  .p-faq__cont {
    margin-top: 32px;
  }
  .p-faq__dl:nth-of-type(n+2) {
    margin-top: 24px;
  }
  .p-faq__dt {
    font-size: 1.25rem;
    line-height: 1.7;
    padding: 12px 16px;
    padding-right: 56px;
  }
  .p-faq__dt:after {
    right: 22px;
    width: 10px;
    height: 10px;
  }
  .p-faq__dd {
    font-size: 1rem;
    line-height: 1.4375;
    padding: 4px 16px 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 25.4452926209vw 4.0712468193vw 30.534351145vw;
  }
  .p-faq__wrap {
    padding: 0 4.0712468193vw;
  }
  .p-faq__cont {
    margin-top: 8.1424936387vw;
  }
  .p-faq__dl:nth-of-type(n+2) {
    margin-top: 6.106870229vw;
  }
  .p-faq__dt {
    font-size: 4.5801526718vw;
    line-height: 1.7222222222;
    padding: 3.0534351145vw 4.0712468193vw;
    padding-right: 14.2493638677vw;
  }
  .p-faq__dt:after {
    right: 5.5979643766vw;
    width: 2.5445292621vw;
    height: 2.5445292621vw;
  }
  .p-faq__dd {
    padding: 1.0178117048vw 4.0712468193vw 3.0534351145vw;
    font-size: 4.0712468193vw;
    line-height: 1.6428571429;
  }
}

/* flow
----------------------------------- */
.p-flow {
  font-family: "Zen Old Mincho", serif;
}
.p-flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-flow__item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/top/flow_allow.svg") no-repeat center/contain;
}
.p-flow__fig {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-flow__h {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-flow__txt {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding: 0 20px;
  }
  .p-flow__wrap {
    padding: 102px 0 120px;
  }
  .p-flow__cont {
    margin-top: 32px;
  }
  .p-flow__item {
    gap: 0 16px;
  }
  .p-flow__item:not(:first-child)::before {
    top: -38px;
    width: 32px;
    height: 32px;
  }
  .p-flow__item:nth-of-type(n+2) {
    margin-top: 48px;
  }
  .p-flow__h {
    font-size: 1.25rem;
    line-height: 1.7;
    padding-bottom: 8px;
  }
  .p-flow__txt {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__wrap {
    padding-top: 25.4452926209vw;
    padding-bottom: 30.534351145vw;
  }
  .p-flow__cont {
    margin-top: 8.1424936387vw;
  }
  .p-flow__item {
    gap: 0 4.0712468193vw;
  }
  .p-flow__item:not(:first-child)::before {
    top: -9.6692111959vw;
    width: 8.1424936387vw;
    height: 8.1424936387vw;
  }
  .p-flow__item:nth-of-type(n+2) {
    margin-top: 12.213740458vw;
  }
  .p-flow__h {
    font-size: 4.5801526718vw;
    line-height: 1.7222222222;
    letter-spacing: 0.05em;
  }
  .p-flow__txt {
    margin-top: 2.0356234097vw;
    font-size: 3.5623409669vw;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 767px) and (min-width: 680px) {
  .p-flow__wrap {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* foot-form
----------------------------------- */
@media screen and (min-width: 768px) {
  .p-foot-form {
    padding: 95px 0 120px;
  }
  .p-foot-form__h {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-foot-form {
    padding-top: 25.4452926209vw;
    padding-bottom: 30.534351145vw;
  }
  .p-foot-form__h {
    padding-bottom: 8.1424936387vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 680px) {
  .p-foot-form .u-wrap {
    width: 480px;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* gnav
----------------------------------- */
@media screen and (max-width: 767px) {
  .p-gnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 105;
    background: #FFF;
    overflow-y: auto;
    overscroll-behavior-y: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .nav-open .p-gnav {
    opacity: 1;
    pointer-events: all;
  }
  .p-gnav__wrap {
    padding-top: 19.3384223919vw;
    padding-left: 17.6vw;
    padding-right: 17.6vw;
  }
  .p-gnav__main {
    padding: 32px 0;
  }
  .p-gnav__main__item:nth-of-type(n+2) {
    margin-top: 32px;
  }
  .p-gnav__btns {
    padding: 32px 0;
    border-top: solid 1px #B9B9B9;
  }
  .p-gnav__btn {
    margin: 0 auto;
    width: 100%;
    height: 47px;
  }
  .p-gnav__btn:nth-of-type(n+2) {
    margin-top: 24px;
  }
  .p-gnav__sub {
    padding-top: 32px;
    border-top: solid 1px #B9B9B9;
  }
  .p-gnav__sub__item:nth-of-type(n+2) {
    margin-top: 24px;
  }
  .p-gnav__sub__link {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    color: #373737;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .p-gnav__sub__link em {
    border-bottom: 1px solid;
  }
  .p-gnav__sub__link[target=_blank] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-gnav__sub__link[target=_blank]::before {
    display: block;
    background: url("../img/common/icon_blank.svg") no-repeat center center/contain;
    content: "";
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-gnav__wrap {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* hero
----------------------------------- */
.p-hero {
  background-color: #F3ECE3;
}
.p-hero__ttl__sub {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #141414;
  display: block;
}
.p-hero__ttl__sub mark {
  color: #871400;
}
.p-hero__ttl__main {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #FFF;
  display: block;
}
.p-hero__ttl__main mark {
  background-color: #871400;
}
.p-hero__copy {
  color: #141414;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-hero {
    padding: 32px 0;
  }
  .p-hero__wrap {
    max-width: 960px;
    width: calc(100% - 48px);
    margin: 0 auto;
  }
  .p-hero__ttl__sub {
    font-size: 16px;
    line-height: 1.7;
  }
  .p-hero__ttl__main {
    margin-top: 8px;
    font-size: 32px;
    line-height: 1.515625;
  }
  .p-hero__ttl__main mark {
    padding: 0 4px;
  }
  .p-hero__ttl__main:last-of-type {
    margin-top: 4px;
  }
  .p-hero__copy {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .p-hero {
    padding: 8.1424936387vw 0;
  }
  .p-hero__wrap {
    width: calc(100% - 8.1424936387vw);
    margin: 0 auto;
  }
  .p-hero__ttl__sub {
    font-size: 4.0712468193vw;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  .p-hero__ttl__main {
    margin-top: 2.0356234097vw;
    font-size: 5.5979643766vw;
    line-height: 1.4545454545;
    letter-spacing: 0.01em;
  }
  .p-hero__ttl__main mark {
    padding: 0 1.0178117048vw;
  }
  .p-hero__ttl__main:last-of-type {
    margin-top: 1.0178117048vw;
  }
  .p-hero__copy {
    margin-top: 4.0712468193vw;
    font-size: 4.0712468193vw;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
}

/* home
----------------------------------- */
@media screen and (max-width: 767px) {
  .p-home .c-headline {
    font-size: 5.3435114504vw;
  }
}

/* contact
----------------------------------- */
@media screen and (max-width: 767px) {
  .p-contact .p-faq__dt {
    padding-right: 12.7226463104vw;
  }
}

/* job
----------------------------------- */
.p-job__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px 24px;
  margin-top: 32px;
}
.p-job__li {
  -webkit-box-shadow: 0px 4px 16px rgba(139, 107, 45, 0.25);
          box-shadow: 0px 4px 16px rgba(139, 107, 45, 0.25);
}
.p-job__txtbloc {
  text-align: center;
}
.p-job__h {
  text-align: center;
  font-weight: 700;
  color: #FFF;
  background-color: #871400;
}
.p-job__num {
  font-family: "DIN Alternate", sans-serif;
}
.p-job__type {
  letter-spacing: 0.1em;
}
.p-job__type, .p-job__num {
  font-weight: 700;
}
.p-job__h, .p-job__txt, .p-job__income {
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  .p-job {
    padding: 120px 20px;
  }
  .p-job__li {
    width: 250px;
  }
  .p-job__h {
    font-size: 1.25rem;
    line-height: 1.45;
    padding: 8px 0;
  }
  .p-job__type {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
  .p-job__txtbloc {
    padding: 1em 0;
  }
  .p-job__txt {
    font-size: 1rem;
    line-height: 1.4375;
  }
  .p-job__income {
    font-size: 0.875rem;
  }
  .p-job__num {
    font-size: 1.9375rem;
    padding-left: 8px;
    padding-right: 4px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-job__list {
    margin-left: auto;
    margin-right: auto;
  }
  .p-job__li {
    width: 26vw;
  }
  .p-job__h {
    font-size: 2vw;
    padding: 0.8vw;
  }
  .p-job__type {
    font-size: 1.56vw;
  }
  .p-job__txtbloc {
    padding: 1.666vw 0;
  }
  .p-job__txt {
    font-size: 1.666vw;
  }
  .p-job__income {
    font-size: 1.458vw;
  }
  .p-job__num {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-job {
    padding: 30.534351145vw 0;
  }
  .p-job__li {
    width: min(228px, 33.52vw);
  }
  .p-job__h {
    font-size: min(20px, 2.9vw);
    padding: 8px 0;
  }
  .p-job__txtbloc {
    padding: 0.7em 0;
  }
  .p-job__type {
    font-size: min(15px, 2.2vw);
    padding-bottom: 0.5em;
  }
  .p-job__txt {
    font-size: min(16px, 2.35vw);
  }
  .p-job__income {
    font-size: min(14px, 2vw);
  }
  .p-job__num {
    font-size: min(31px, 4.5vw);
    padding-left: min(8px, 1vw);
    padding-right: 4px;
  }
}
@media screen and (max-width: 480px) {
  .p-job__li {
    width: calc(50% - 12px);
  }
  .p-job__h {
    font-size: 3.3333333333vw;
  }
  .p-job__type {
    font-size: 2.6666666667vw;
  }
  .p-job__txt {
    font-size: 2.9333333333vw;
  }
  .p-job__income {
    font-size: 2.4vw;
  }
  .p-job__num {
    font-size: 5.3333333333vw;
  }
}

/* mv
----------------------------------- */
.p-mv {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-mv {
    min-height: 590px;
    padding: 0 40px;
  }
  .p-home .p-mv {
    background-image: url("../img/top/kv_bg-pc.jpg");
    background-position: center;
  }
  .p-contact .p-mv {
    background-image: url("../img/contact/kv_bg-pc.jpg");
    background-position: 35% 0%;
  }
  .p-mv__ttl {
    width: 768px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: 160.8142493639vw;
    background-position: 50% 0;
  }
  .p-home .p-mv {
    background-image: url("../img/top/kv_bg-sp.jpg");
  }
  .p-contact .p-mv {
    background-image: url("../img/contact/kv_bg-sp.jpg");
  }
}

/* pickup
----------------------------------- */
.p-pickup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-pickup__fig {
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.p-pickup__ttl {
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
  padding-top: calc(12px + 0.5em);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-pickup__link {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-pickup {
    padding: 120px 0;
  }
  .p-pickup__list {
    margin: 32px auto;
    gap: 0 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-pickup__li {
    width: 302px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-pickup__li__link:hover .p-pickup__fig {
    opacity: 0.7;
  }
  .p-pickup__li__link:hover .p-pickup__ttl {
    color: #AD2102;
  }
}
@media screen and (min-width: 768px) {
  .p-pickup__fig img {
    width: 290px;
    -webkit-box-shadow: 12px 12px #F3ECE3;
            box-shadow: 12px 12px #F3ECE3;
  }
}
@media screen and (min-width: 768px) {
  .p-pickup__ttl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup {
    padding: 30.534351145vw 0;
  }
  .p-pickup__list {
    margin: 8.1424936387vw auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-pickup__li {
    width: 76.844783715vw;
  }
  .p-pickup__li:nth-of-type(n+2) {
    margin-top: 6.106870229vw;
  }
  .p-pickup__fig img {
    width: 73.7913486005vw;
    -webkit-box-shadow: 3.0534351145vw 3.0534351145vw #F3ECE3;
            box-shadow: 3.0534351145vw 3.0534351145vw #F3ECE3;
  }
  .p-pickup__ttl {
    font-size: 4.0712468193vw;
  }
}

/* top-service
----------------------------------- */
.p-top-service__txtbloc {
  background-color: #F3ECE3;
}
.p-top-service__h {
  text-align: center;
  font-weight: 700;
}
.p-top-service__h, .p-top-service__txt {
  font-family: "Zen Old Mincho", serif;
}
.p-top-service__txt {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-top-service {
    padding: 0 20px;
  }
  .p-top-service__cont {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 24px;
  }
  .p-top-service__box {
    width: 28.3333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-service__fig {
    margin: 0 auto;
    width: 200px;
  }
  .p-top-service__txtbloc {
    margin-top: -32px;
    padding: 48px 24px 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .p-top-service__h {
    font-size: 1.25rem;
    line-height: 1.45;
  }
  .p-top-service__txt {
    font-size: 1rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service {
    padding-top: 30.534351145vw;
  }
  .p-top-service__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6.106870229vw;
  }
  .p-top-service__box:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-top-service__box:nth-child(2n) .p-top-service__txtbloc {
    margin-left: 0;
    margin-right: -6.6157760814vw;
  }
  .p-top-service__fig {
    width: 40.7124681934vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-top-service__txtbloc {
    margin-left: -6.6157760814vw;
    padding: 4.0712468193vw 6.106870229vw;
    width: 56.2340966921vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-top-service__h {
    font-size: 4.5801526718vw;
  }
  .p-top-service__txt {
    font-size: 4.0712468193vw;
    line-height: 1.7;
  }
}

/* c-service
----------------------------------- */
.p-c-service {
  font-family: "Zen Old Mincho", serif;
}
.p-c-service__ttl {
  text-align: center;
}
.p-c-service__ttl span {
  color: #871400;
}
.p-c-service__ttl, .p-c-service__h {
  font-weight: 700;
}
.p-c-service__txt {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-c-service__cont {
    margin-top: 32px;
    padding: 0 48px;
  }
  .p-c-service__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 16px;
  }
  .p-c-service__box:not(:first-child) {
    margin-top: 24px;
  }
  .p-c-service__box:nth-child(2) .p-service__fig {
    margin-top: auto;
  }
  .p-c-service__ttl {
    width: 220px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-c-service__ttl span {
    display: block;
    font-size: 52px;
    line-height: 1.5384615385;
  }
  .p-c-service__fig {
    width: 140px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-c-service__ttl, .p-c-service__h {
    font-size: 1.25rem;
    line-height: 1.7;
  }
  .p-c-service__txt {
    font-size: 1rem;
    line-height: 1.7;
    padding-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-c-service {
    padding-top: 25.4452926209vw;
  }
  .p-c-service__box {
    margin-top: 6.106870229vw;
  }
  .p-c-service__ttl {
    font-size: 5.0890585242vw;
    line-height: 1.7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-c-service__ttl span {
    font-size: 14.2493638677vw;
    line-height: 1.5357142857;
    margin-right: 8px;
  }
  .p-c-service__fig {
    width: 35.6234096692vw;
    margin: 4.0712468193vw auto 0;
  }
  .p-c-service__h {
    font-size: 5.0890585242vw;
    line-height: 1.7;
    text-align: center;
    margin: 4.0712468193vw 0;
  }
  .p-c-service__txt {
    font-size: 4.0712468193vw;
    line-height: 1.7;
  }
}

/* step
----------------------------------- */
.p-step__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-step__item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/top/flow_allow.svg") no-repeat center/contain;
}
.p-step__fig {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-step__txtbloc {
  font-family: "Zen Old Mincho", serif;
}
.p-step__h {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-step {
    padding: 95px 0 120px;
  }
  .p-step__cont {
    margin-top: 32px;
  }
  .p-step__item {
    padding: 32px 48px;
    gap: 0 16px;
  }
  .p-step__item:not(:first-child)::before {
    top: -38px;
    width: 32px;
    height: 32px;
  }
  .p-step__item:nth-of-type(n+2) {
    margin-top: 48px;
  }
  .p-step__fig {
    width: 62px;
  }
  .p-step__h {
    font-size: 1.25rem;
    padding-bottom: 8px;
  }
  .p-step__txt {
    font-size: 1rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .p-step {
    padding: 25.4452926209vw 4.0712468193vw 30.534351145vw;
  }
  .p-step .u-wrap {
    padding: 0;
  }
  .p-step__cont {
    margin-top: 8.1424936387vw;
  }
  .p-step__item {
    padding: 4.0712468193vw;
    gap: 0 4.0712468193vw;
  }
  .p-step__item:not(:first-child)::before {
    top: -9.6692111959vw;
    width: 8.1424936387vw;
    height: 8.1424936387vw;
  }
  .p-step__item:nth-of-type(n+2) {
    margin-top: 12.213740458vw;
  }
  .p-step__fig {
    width: 15.7760814249vw;
  }
  .p-step__fig img {
    width: 100%;
  }
  .p-step__h {
    font-size: 4.5801526718vw;
    line-height: 1.7222222222;
  }
  .p-step__txt {
    margin-top: 2.0356234097vw;
    font-size: 3.5623409669vw;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
}

/* top-form
----------------------------------- */
.p-top-form {
  margin-top: -32px;
  position: relative;
  z-index: 2;
}
.p-top-form__wrap {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 16px 0 rgba(139, 107, 45, 0.25);
          box-shadow: 0 4px 16px 0 rgba(139, 107, 45, 0.25);
}
.p-top-form__lead {
  margin-bottom: 32px;
}
.p-top-form .contactLink {
  color: #131629;
}
.p-top-form .headLine01 {
  margin-bottom: 24px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  .p-top-form {
    margin-bottom: 95px;
  }
  .p-top-form__wrap {
    padding: 48px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-top-form .contactLink:hover {
    color: #F3B765;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-top-form {
    padding-left: min(24px, 3.1vw);
    padding-right: min(24px, 3.1vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-form {
    padding-left: 4.0712468193vw;
    padding-right: 4.0712468193vw;
  }
  .p-top-form__wrap {
    padding-top: 12.213740458vw;
    padding-bottom: 12.213740458vw;
  }
  .p-top-form .headLine01 {
    font-size: 1.125rem;
  }
}

/* archive
----------------------------------- */
.p-archive {
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .p-archive__cont {
    max-width: 960px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 120px;
  }
  .p-archive__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-archive__art {
    width: 48.1481481481%;
  }
  .p-archive__art:nth-of-type(n+3) {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__cont {
    width: calc(100% - 8.1424936387vw);
    margin: 0 auto;
    padding-top: 12.213740458vw;
    padding-bottom: 30.534351145vw;
  }
  .p-archive__art:nth-of-type(n+2) {
    margin-top: 6.106870229vw;
  }
}

/* single
----------------------------------- */
.p-single__head {
  background: #f4f4f4;
}
.p-single__head__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-single__head__link {
  color: #871400;
}
.p-single__cont {
  overflow: hidden;
}
.p-single .c-link {
  color: #871400;
}
.p-single .c-thumb__date {
  color: #909090;
}
.p-single .c-thumb__ttl {
  color: #141414;
}
.p-single .c-content__link {
  color: #141414;
}
.p-single .c-content__link em {
  border-color: #141414;
}
.p-single .c-content__link::after {
  background: url("../img/common/arw_next-bk.svg") no-repeat center center;
}
.p-single .c-btn,
.p-single .c-btn--tp {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-single .c-btn--tp {
  color: #141414;
  border-color: #141414;
}
@media screen and (min-width: 768px) {
  .p-single__head {
    padding: 14px 0 13px;
  }
  .p-single__head__ttl, .p-single__head__link {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-single__head__link:hover {
    color: #AD2102;
  }
}
@media screen and (min-width: 768px) {
  .p-single__head__wrap {
    max-width: 960px;
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-single__cont {
    max-width: 960px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 40px 0 110px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-single .c-content__link:hover {
    color: #871400;
  }
  .p-single .c-content__link:hover em {
    border-color: #871400;
  }
  .p-single .c-content__link:hover::after {
    background-image: url("../img/common/arw_next-hover.svg");
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-single .c-btn--tp:hover {
    color: #871400;
    border-color: #871400;
  }
}
@media screen and (max-width: 767px) {
  .p-single__head {
    padding: 3.2vw 0 2.1333333333vw;
  }
  .p-single__head__ttl, .p-single__head__link {
    font-size: 2.9333333333vw;
  }
  .p-single__head__wrap {
    padding: 0 5.3333333333vw;
  }
  .p-single__cont {
    padding: 8.5333333333vw 5.3333333333vw 16vw;
  }
}

/* post
----------------------------------- */
.p-post__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-post__date > li {
  letter-spacing: 0.01em;
  color: #909090;
}
.p-post__date > li:nth-of-type(n+2) {
  margin-left: 1em;
}
.p-post__ttl, .p-post__cont h1 {
  font-weight: 500;
  letter-spacing: 0.01em;
}
.p-post__cont {
  overflow: hidden;
}
.p-post__cont > :first-child {
  margin-top: 0;
}
.p-post__cont > :last-child {
  margin-bottom: 0;
}
.p-post__cont h3 {
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3684210526;
  border-left: solid 4px #871400;
}
.p-post__cont h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3888888889;
}
.p-post__cont h4::before {
  display: block;
  background: #871400;
  content: "";
}
.p-post__cont h5 {
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
.p-post__cont blockquote {
  position: relative;
  background: #f4f4f4;
}
.p-post__cont blockquote::before, .p-post__cont blockquote::after {
  position: absolute;
  display: block;
  background: url("../img/common/icon_quat.svg") no-repeat center center/contain;
  content: "";
}
.p-post__cont blockquote::after {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.p-post__cont blockquote > :first-child {
  margin-top: 0;
}
.p-post__cont blockquote > :last-child {
  margin-bottom: 0;
}
.p-post__cont blockquote h1, .p-post__cont blockquote h2, .p-post__cont blockquote h3, .p-post__cont blockquote h4, .p-post__cont blockquote h5 {
  margin-top: 0;
  color: #909090;
}
.p-post__cont table {
  width: 100%;
}
.p-post__cont th, .p-post__cont td {
  vertical-align: middle;
}
.p-post__cont .youtube {
  position: relative;
}
.p-post__cont .youtube::before {
  float: left;
  padding-top: 56.25%;
  content: "";
}
.p-post__cont .youtube::after {
  clear: both;
  display: block;
  content: "";
}
.p-post__cont .youtube > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-post__cont a {
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
.p-post__cont a::after {
  display: block;
  height: 1px;
  background: #141414;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  content: "";
}
@media (hover: hover) and (pointer: fine) {
  .p-post__cont a:hover {
    color: #871400;
  }
  .p-post__cont a:hover::after {
    background: #871400;
  }
}
.p-post__cont ul:not([class]) li,
.p-post__cont ol li {
  position: relative;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.p-post__cont ul:not([class]) li::before,
.p-post__cont ol li::before {
  position: absolute;
  left: 0;
  display: block;
}
.p-post__cont ul:not([class]) li::before {
  background: #871400;
  border-radius: 50%;
  content: "";
}
.p-post__cont ol {
  counter-reset: ol-list;
}
.p-post__cont ol > li {
  counter-increment: ol-list;
}
.p-post__cont ol > li::before {
  top: 0;
  font-weight: 500;
  color: #871400;
  content: counter(ol-list);
}
@media screen and (min-width: 768px) {
  .p-post__date > li {
    font-size: 0.75rem;
  }
  .p-post__ttl, .p-post__cont h1 {
    margin: 38px 0 50px;
    font-size: 1.875rem;
    line-height: 1.4666666667;
  }
  .p-post__cont {
    font-size: 1rem;
    line-height: 1.875;
  }
  .p-post__cont p + p {
    margin-top: 1.875em;
  }
  .p-post__cont h3 {
    margin: 50px 0 40px;
    padding-left: 15px;
    font-size: 1.375rem;
  }
  .p-post__cont h4 {
    margin: 50px 0 40px;
    font-size: 1.25rem;
  }
  .p-post__cont h4::before {
    margin-right: 12px;
    width: 17px;
    min-width: 17px;
    height: 2px;
  }
  .p-post__cont h5 {
    margin: 50px 0 40px;
    font-size: 1.125rem;
  }
  .p-post__cont blockquote {
    margin: 40px 0;
    padding: 30px 32px;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
  .p-post__cont blockquote::before {
    top: -7px;
    left: 16px;
    width: 18px;
    height: 16px;
  }
  .p-post__cont blockquote::after {
    right: 16px;
    bottom: -7px;
    width: 17px;
    height: 14px;
  }
  .p-post__cont blockquote h1, .p-post__cont blockquote h2, .p-post__cont blockquote h3, .p-post__cont blockquote h4, .p-post__cont blockquote h5 {
    margin-bottom: 30px;
  }
  .p-post__cont table {
    margin: 30px 0 45px;
  }
  .p-post__cont th, .p-post__cont td {
    padding: 25px;
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    border: solid 1px #d9dcdb;
  }
  .p-post__cont .youtube {
    margin: 48px 0;
  }
  .p-post__cont ul:not([class]),
.p-post__cont ol {
    margin: 35px 0 40px;
  }
  .p-post__cont ul:not([class]) li,
.p-post__cont ol li {
    padding-left: 20px;
    font-size: 1rem;
  }
  .p-post__cont ul:not([class]) li:nth-of-type(n+2),
.p-post__cont ol li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .p-post__cont ul:not([class]) li ul:not([class]), .p-post__cont ul:not([class]) li ol,
.p-post__cont ol li ul:not([class]),
.p-post__cont ol li ol {
    margin: 15px 0 30px;
  }
  .p-post__cont ul:not([class]) li::before {
    top: 0.5em;
    width: 6px;
    height: 6px;
  }
  .p-post__cont ol > li::before {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post__date > li {
    font-size: 3.2vw;
  }
  .p-post__ttl, .p-post__cont h1 {
    margin: 9.3333333333vw 0 14.6666666667vw;
    font-size: 7.2vw;
    line-height: 1.4814814815;
  }
  .p-post__cont {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
  .p-post__cont p + p {
    margin-top: 2em;
  }
  .p-post__cont h3 {
    margin: 14.6666666667vw 0 10.6666666667vw;
    padding-left: 3.2vw;
    font-size: 5.0666666667vw;
    border-left-width: 1.0666666667vw;
  }
  .p-post__cont h4 {
    margin: 13.3333333333vw 0 8vw;
    font-size: 4.8vw;
  }
  .p-post__cont h4::before {
    margin-right: 2.6666666667vw;
    width: 3.2vw;
    height: 0.5333333333vw;
  }
  .p-post__cont h5 {
    margin: 16vw 0 9.3333333333vw;
    font-size: 1.125rem;
  }
  .p-post__cont blockquote {
    margin: 9.3333333333vw 0;
    padding: 6.6666666667vw 5.0666666667vw;
    font-size: 3.4666666667vw;
    line-height: 2.0769230769;
  }
  .p-post__cont blockquote::before {
    top: -1.0666666667vw;
    left: 2.1333333333vw;
    width: 2.6666666667vw;
    height: 2.1333333333vw;
  }
  .p-post__cont blockquote::after {
    right: 2vw;
    bottom: -0.8vw;
    width: 2.4vw;
    height: 2vw;
  }
  .p-post__cont blockquote h1, .p-post__cont blockquote h2, .p-post__cont blockquote h3, .p-post__cont blockquote h4, .p-post__cont blockquote h5 {
    margin-bottom: 8vw;
  }
  .p-post__cont table, .p-post__cont thead, .p-post__cont tbody, .p-post__cont tr, .p-post__cont th, .p-post__cont td {
    display: block;
  }
  .p-post__cont table {
    margin: 9.3333333333vw 0 16vw;
    border: solid 1px #d9dcdb;
    border-top: none;
  }
  .p-post__cont th, .p-post__cont td {
    padding: 4vw 4.6666666667vw;
    font-size: 4vw;
    line-height: 1.5333333333;
    border-top: solid 1px #d9dcdb;
  }
  .p-post__cont .youtube {
    margin: 9.3333333333vw 0 13.3333333333vw;
  }
  .p-post__cont ul:not([class]),
.p-post__cont ol {
    margin: 9.3333333333vw 0;
  }
  .p-post__cont ul:not([class]) li,
.p-post__cont ol li {
    padding-left: 3.7333333333vw;
    font-size: 4.2666666667vw;
  }
  .p-post__cont ul:not([class]) li:nth-of-type(n+2),
.p-post__cont ol li:nth-of-type(n+2) {
    margin-top: 5.3333333333vw;
  }
  .p-post__cont ul:not([class]) li ul:not([class]), .p-post__cont ul:not([class]) li ol,
.p-post__cont ol li ul:not([class]),
.p-post__cont ol li ol {
    margin: 2.6666666667vw 0 4.6666666667vw;
  }
  .p-post__cont ul:not([class]) li::before {
    top: 0.5em;
    width: 1.6vw;
    height: 1.6vw;
  }
  .p-post__cont ol > li::before {
    font-size: 4.5333333333vw;
  }
}

#toc_container {
  display: block !important;
  background: #f4f4f4;
  line-height: 1.2;
}
#toc_container .toc_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #871400;
}
#toc_container .toc_title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: #871400;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
#toc_container .toc_title a::after {
  display: block;
  background: url("../img/common/arw_down.svg") no-repeat center center/contain;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  content: "";
}
@media (hover: hover) and (pointer: fine) {
  #toc_container .toc_title a:hover {
    color: #AD2102;
  }
}
#toc_container.contracted .toc_title a::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
#toc_container .toc_brackets {
  display: none;
}
#toc_container .toc_list a {
  display: inline;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
#toc_container .toc_list a::after {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  #toc_container .toc_list a:hover {
    color: #871400;
  }
}
#toc_container .toc_list > li {
  font-weight: 500;
  letter-spacing: 0.01em;
}
#toc_container .toc_depth_1::after {
  content: ".";
}
#toc_container .toc_depth_2 {
  display: none;
}
@media screen and (min-width: 768px) {
  #toc_container {
    margin-top: 30px;
    padding: 17px 0;
  }
  #toc_container .toc_title {
    padding: 0 32px 0 19px;
    font-size: 1rem;
  }
  #toc_container .toc_title a {
    font-size: 0.75rem;
  }
  #toc_container .toc_title a::after {
    margin-left: 14px;
    width: 16px;
    height: 11px;
  }
  #toc_container .toc_list {
    margin-top: 37px;
    padding: 0 50px 30px;
  }
  #toc_container .toc_list > li {
    font-size: 1.125rem;
  }
  #toc_container .toc_list > li:nth-of-type(n+2) {
    margin-top: 35px;
  }
  #toc_container .toc_list ul {
    margin: 30px 0 0;
    padding-left: 20px;
  }
  #toc_container .toc_list ul > li {
    font-size: 0.875rem;
  }
  #toc_container .toc_list ul > li:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #toc_container {
    margin-top: 12vw;
    padding: 5.0666666667vw 5.3333333333vw;
  }
  #toc_container .toc_title {
    font-size: 4.2666666667vw;
  }
  #toc_container .toc_title a {
    font-size: 3.2vw;
    letter-spacing: 0.15em;
  }
  #toc_container .toc_title a::after {
    margin-left: 1.3333333333vw;
    width: 3.2vw;
    height: 2.1333333333vw;
  }
  #toc_container .toc_list {
    margin-top: 8vw;
    padding-bottom: 8vw;
  }
  #toc_container .toc_list > li {
    font-size: 4.5333333333vw;
    line-height: 1.6470588235;
  }
  #toc_container .toc_list > li:nth-of-type(n+2) {
    margin-top: 9.3333333333vw;
  }
  #toc_container .toc_list ul {
    margin: 5.3333333333vw 0 0;
    padding-left: 3.3333333333vw;
  }
  #toc_container .toc_list ul > li {
    font-size: 3.7333333333vw;
  }
  #toc_container .toc_list ul > li:nth-of-type(n+2) {
    margin-top: 5.3333333333vw;
  }
}

/* consultant
----------------------------------- */
.p-consultant {
  background: #f4f4f4;
}
.p-consultant__ttl {
  font-weight: 700;
  letter-spacing: 0.01em;
}
.p-consultant__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-consultant__img {
  position: relative;
}
.p-consultant__img::before {
  float: left;
  padding-top: 100%;
  content: "";
}
.p-consultant__img::after {
  clear: both;
  display: block;
  content: "";
}
.p-consultant__img > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-consultant__img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.p-consultant__bloc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
  min-width: 0;
}
.p-consultant__name {
  font-weight: 500;
  letter-spacing: 0.01em;
}
.p-consultant__link {
  letter-spacing: 0.01em;
}
.p-consultant__link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #871400;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
.p-consultant__link a::before {
  display: block;
  background: url("../img/common/arw_down.svg") no-repeat center center/contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  content: "";
}
@media (hover: hover) and (pointer: fine) {
  .p-consultant__link a:hover {
    color: #AD2102;
  }
}
@media screen and (min-width: 768px) {
  .p-consultant {
    margin-top: 63px;
    padding: 32px 32px 35px;
  }
  .p-consultant__ttl {
    font-size: 1.125rem;
  }
  .p-consultant__head {
    margin-top: 23px;
  }
  .p-consultant__img {
    width: 88px;
  }
  .p-consultant__bloc {
    margin-left: 20px;
  }
  .p-consultant__name {
    font-size: 1rem;
  }
  .p-consultant__link {
    margin-top: 10px;
    font-size: 0.9375rem;
  }
  .p-consultant__link a::before {
    margin-right: 5px;
    width: 13px;
    height: 8px;
  }
  .p-consultant__profile {
    margin-top: 20px;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}
@media screen and (max-width: 767px) {
  .p-consultant {
    margin-top: 16vw;
    padding: 6.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
  .p-consultant__ttl {
    font-size: 4.2666666667vw;
  }
  .p-consultant__head {
    margin-top: 4.2666666667vw;
  }
  .p-consultant__img {
    width: 17.3333333333vw;
  }
  .p-consultant__bloc {
    margin-left: 3.8666666667vw;
  }
  .p-consultant__name {
    font-size: 4vw;
  }
  .p-consultant__link {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .p-consultant__link a::before {
    margin-right: 1.3333333333vw;
    width: 2.9333333333vw;
    height: 1.8666666667vw;
  }
  .p-consultant__profile {
    margin-top: 4vw;
    font-size: 3.4666666667vw;
    line-height: 2.0769230769;
  }
}

/* related
----------------------------------- */
.p-related__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-related__ttl {
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .p-related {
    margin-top: 80px;
  }
  .p-related__ttl {
    font-size: 1.5rem;
  }
  .p-related__list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-related__art {
    width: 46.4%;
  }
  .p-related__art:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-related {
    margin-top: 15.7333333333vw;
  }
  .p-related__ttl {
    font-size: 4.8vw;
  }
  .p-related__list {
    margin-top: 6.9333333333vw;
  }
  .p-related__art:nth-of-type(n+2) {
    margin-top: 8vw;
  }
}

/* entry
----------------------------------- */
.p-entry {
  position: relative;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .p-entry {
    padding: 80px 20px 88px;
  }
  .p-entry .headLine01 {
    margin-bottom: 32px;
    font-size: 2rem;
    text-align: center;
  }
  .p-entry .mailForm table {
    max-width: 500px;
  }
  .p-entry .mailForm .formHeading {
    padding-right: 23px;
    font-size: 0.9375rem;
  }
  .p-entry .mailForm input[type=text], .p-entry .mailForm input[type=tel], .p-entry .mailForm input[type=url], .p-entry .mailForm input[type=email], .p-entry .mailForm input[type=number], .p-entry .mailForm input[type=password],
.p-entry .mailForm textarea,
.p-entry .mailForm select {
    font-size: 0.875rem;
  }
  .p-entry .mailForm input[type=text], .p-entry .mailForm input[type=tel], .p-entry .mailForm input[type=url], .p-entry .mailForm input[type=email], .p-entry .mailForm input[type=number], .p-entry .mailForm input[type=password] {
    height: 44px;
    padding: 0 16px;
  }
  .p-entry .mailForm .formInputInner select {
    height: 40px;
  }
  .p-entry .mailForm .contentFormAfter {
    font-size: 0.875rem;
  }
  .p-entry .mailForm .submit {
    margin-top: 24px;
    height: 47px;
  }
  .p-entry .mailForm .submit::before {
    left: 25px;
  }
  .p-entry .mailForm .submit .btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry {
    padding: 8vw 4.0712468193vw 15.0666666667vw;
  }
  .p-entry .headLine01 {
    margin-bottom: 8.1424936387vw;
    font-size: 5.0890585242vw;
    text-align: center;
  }
}

/* free
----------------------------------- */
@media screen and (min-width: 768px) {
  .p-free {
    padding: 64px 20px 120px;
  }
  .p-free__wrap {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-free {
    padding: 16vw 5.3333333333vw 21.3333333333vw;
  }
}

/* privacy
----------------------------------- */
.p-privacy__ttl {
  font-weight: 500;
  letter-spacing: 0.01em;
}
.p-privacy__txt a {
  display: inline-block;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
.p-privacy__txt a::after {
  display: block;
  height: 1px;
  background: #141414;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  content: "";
}
@media (hover: hover) and (pointer: fine) {
  .p-privacy__txt a:hover {
    color: #871400;
  }
  .p-privacy__txt a:hover::after {
    background: #871400;
  }
}
.p-privacy__table th,
.p-privacy__table td, .p-privacy__table__dt, .p-privacy__table__dd {
  letter-spacing: 0.01em;
}
.p-privacy__table th, .p-privacy__table__dt {
  background: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .p-privacy {
    padding: 64px 20px 110px;
  }
  .p-privacy .u-wrap--inner {
    max-width: 960px;
    width: calc(100% - 48px);
    margin: 0 auto;
  }
  .p-privacy__ttl {
    font-size: 1.875rem;
    line-height: 1.4666666667;
  }
  .p-privacy__cont {
    margin-top: 60px;
  }
  .p-privacy__h {
    margin-top: 70px;
  }
  .p-privacy__txt {
    font-size: 1rem;
    line-height: 1.875;
  }
  .p-privacy__txt + .p-privacy__txt {
    margin-top: 1.875em;
  }
  .p-privacy__table {
    margin: 35px 0;
    width: 100%;
    table-layout: fixed;
  }
  .p-privacy__table th,
.p-privacy__table td {
    vertical-align: middle;
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    border: solid 1px #d9dcdb;
  }
  .p-privacy__table th {
    padding: 15px 32px;
  }
  .p-privacy__table td {
    padding: 20px 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 16vw 0;
  }
  .p-privacy .u-wrap--inner {
    padding: 0 5.3333333333vw;
  }
  .p-privacy__ttl {
    font-size: 7.2vw;
    line-height: 1.4814814815;
  }
  .p-privacy__cont {
    margin-top: 14.6666666667vw;
  }
  .p-privacy__txt {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
  .p-privacy__txt + .p-privacy__txt {
    margin-top: 2em;
  }
  .p-privacy__table {
    margin: 14vw 0;
    border: solid 1px #d9dcdb;
  }
  .p-privacy__table__item:nth-of-type(n+2) {
    border-top: solid 1px #d9dcdb;
  }
  .p-privacy__table__dt, .p-privacy__table__dd {
    padding: 4vw 4.6666666667vw;
    font-size: 4vw;
  }
  .p-privacy__table__dd {
    line-height: 1.5333333333;
    border-top: solid 1px #d9dcdb;
  }
}

/* bg
----------------------------------- */
.u-bg {
  background-color: #F3ECE3;
}

/* wrap
----------------------------------- */
@media screen and (min-width: 768px) {
  .u-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .u-wrap {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}