@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
/* =reset.css
-------------------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  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 {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 15px;
  cursor: default;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-size: 15px;
  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 {
    display: none !important;
  }
  html {
    scroll-padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  html {
    scroll-padding-top: 13.0666666667vw;
  }
}
/*------------------------------------------------------------
	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: 1.0666666667rem;
  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.8rem;
  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: 1.0666666667rem;
  border: none;
  -webkit-appearance: none;
  border-radius: 4px;
  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.2rem;
  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);
  transition: all 0.3s ease-in-out 0s;
  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;
  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;
  box-shadow: none;
  box-sizing: border-box;
}
#contact_form #member__regist textarea.form-control {
  border-radius: 4px;
  width: 100%;
  height: 120px;
  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: 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.9333333333rem !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;
    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;
  }
  #contact_form .form-control {
    max-width: 100%;
  }
  #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;
    box-shadow: none;
    box-sizing: border-box;
  }
  #contact_form #member__regist textarea.form-control {
    font-size: 14px;
    height: 120px;
  }
  #contact_form #member__regist table {
    margin-bottom: 17px !important;
  }
  #contact_form #member__regist td {
    padding: 5px 0 !important;
    color: #000;
    line-height: 1.72;
    border: 0 !important;
    /* white-space: nowrap; */
  }
  #contact_form #member__regist td.va-top {
    padding-top: 10px !important;
  }
  #contact_form #member__regist p {
    margin-bottom: 13px !important;
    text-align: left;
  }
  #contact_form #member__regist .cTxt {
    text-align: center !important;
  }
  #contact_form #member__regist .contentFormAfter p {
    text-align: center;
    font-size: 10px !important;
  }
  #contact_form #member__regist .flex {
    display: flex;
    justify-content: space-between;
  }
  #contact_form #member__regist .wp30 {
    width: 29%;
  }
  #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: 17px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #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;
  }
  #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 .mailForm .txtBox {
    padding: 14px 5px;
    background-color: #f7ecec;
  }
  #contact_form .mailForm .txtBox p {
    margin-bottom: 0 !important;
    font-size: 0.9333333333rem !important;
  }
}
@media all and (min-width: 897px) {
  #contact_form #contact_form .mailForm .submit li:hover .gradient {
    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.9333333333rem;
    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.8rem;
  }
  #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.9333333333rem;
  }
  #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.8rem;
  }
  #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.8rem;
    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: 12px;
  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: flex;
  justify-content: center;
  margin-top: -2px;
}

#contact_form.common_lp .c__flex {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

#contact_form .vl {
  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: 16px;
  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: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
  /* grid-auto-rows: 1fr; */
}

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

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

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

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

#contact_form .grid--col5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -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%;
  box-sizing: border-box;
  /* max-width: 620px; */
  margin-top: -10px;
}

#member__regist.common_lp .mailForm {
  background: #f9f9f9;
  padding: 30px 30px 10px;
  width: 100%;
  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 {
  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: flex;
  justify-content: 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: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  font-size: 10px;
}

#contact_form.common_lp .footer .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#contact_form .faq {
  position: relative;
}

#contact_form .qa__frame {
  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;
  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;
  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;
  transform: rotate(90deg);
}

#contact_form.common_lp .jisseki2 {
  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%;
  box-sizing: border-box;
  transition: all 0.3s;
}

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

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

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

@keyframes upMove-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@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: 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 {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 13px;
  }
  #contact_form .grid--col4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 11px;
         column-gap: 11px;
    row-gap: 15px;
    margin-bottom: 20px;
  }
  #contact_form .grid--col1 {
    display: grid;
    grid-template-columns: 1fr !important;
    -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%;
    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: flex;
    justify-content: center;
  }
  #contact_form .vl {
    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: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 15px;
    /* grid-auto-rows: 1fr; */
  }
  #contact_form.common_lp .grid {
    -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%;
    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 {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
  }
  #contact_form.common_lp .frame__pad {
    padding: 15px;
    width: 100%;
    margin: auto;
    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: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    font-size: 10px;
  }
  #contact_form.common_lp .footer .flex {
    display: block;
    justify-content: space-between;
    text-align: center;
    /* line-height: 4; */
  }
  #contact_form .faq {
    position: relative;
  }
  #contact_form .qa__frame {
    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: 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;
    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: grid;
    grid-template-columns: 1fr;
    -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: flex;
    overflow: hidden;
    position: relative;
  }
  #contact_form.common_lp .jisseki .flex:first-of-type {
    align-items: center;
  }
  #contact_form.common_lp .jisseki .flex .fg {
    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;
    transform: rotate(0deg);
  }
  #contact_form .common_lp__flow {
    line-height: 1;
    margin: 0;
    margin-top: 10px;
  }
  #contact_form .flow .doc {
    /* width: 60%; */
    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;
    transform: translateX(0);
  }
}
/* header
--------------------------------------------- */
.l-head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  display: flex;
  align-items: center;
  background: #FFF;
}
.l-head__logo {
  display: flex;
  align-items: center;
}
.l-head__logo__link {
  display: block;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .l-head__logo__link:hover {
    opacity: 0.7;
  }
}
.l-head__logo__txt {
  display: block;
  letter-spacing: 0.01em;
  color: #5a5a5a;
}
.l-head__nav-btn {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #aaabab;
  transition: background-color 0.4s ease-out;
}
.l-head__nav-btn::before, .l-head__nav-btn::after {
  transition: transform 0.3s ease-out;
  content: "";
}
.l-head__nav-btn > span {
  font-size: 0;
  color: transparent;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
  transition: opacity 0.3s ease-out;
}
.l-head__nav-btn::before, .l-head__nav-btn::after,
.l-head__nav-btn > span {
  display: block;
  background: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .l-head__nav-btn:hover {
    background: #9b1613;
  }
}
.nav-open .l-head__nav-btn > span {
  opacity: 0;
}
.nav-open .l-head__nav-btn::before, .nav-open .l-head__nav-btn::after {
  position: absolute;
  top: 50%;
  right: 50%;
}
.nav-open .l-head__nav-btn::before {
  transform: translate(50%, -50%) rotate(45deg);
}
.nav-open .l-head__nav-btn::after {
  transform: translate(50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .l-head {
    height: 80px;
    padding-left: 40px;
  }
  .l-head__logo {
    gap: 0 20px;
  }
  .l-head__logo__img {
    width: 230px;
  }
  .l-head__logo__txt {
    font-size: 1rem;
  }
  .l-head__btns {
    margin-left: auto;
    height: 100%;
    display: flex;
  }
  .l-head__btns__link, .l-head__btns__link--red {
    height: 100%;
    padding: 0 29px;
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #9b1613;
    transition: color 0.4s ease-out, background-color 0.4s ease-out;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .l-head__btns__link:hover, .l-head__btns__link--red:hover {
    color: #cf2431;
  }
}
@media screen and (min-width: 768px) {
  .l-head__btns__link--red {
    padding: 0 38px;
    color: #FFF;
    background: #9b1613;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .l-head__btns__link--red:hover {
    color: #FFF;
    background: #cf2431;
  }
}
@media screen and (min-width: 768px) {
  .l-head__nav-btn {
    width: 80px;
  }
  .l-head__nav-btn::before, .l-head__nav-btn::after,
  .l-head__nav-btn > span {
    width: 32px;
    height: 2px;
  }
  .l-head__nav-btn > span {
    margin: 9px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-head {
    height: 13.0666666667vw;
    padding-left: 2.1333333333vw;
    justify-content: space-between;
  }
  .l-head__logo {
    gap: 0 3.2vw;
  }
  .l-head__logo__img {
    width: 36.2666666667vw;
  }
  .l-head__logo__txt {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
  .l-head__nav-btn {
    width: 13.0666666667vw;
  }
  .l-head__nav-btn::before, .l-head__nav-btn::after,
  .l-head__nav-btn > span {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
  .l-head__nav-btn > span {
    margin: 1.3333333333vw 0;
  }
}

/* footer
--------------------------------------------- */
.l-foot__logo {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.l-foot__logo__link {
  min-height: 0%;
  display: block;
  text-align: center;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .l-foot__logo__link:hover {
    opacity: 0.7;
  }
}
.l-foot__logo__txt {
  display: block;
  letter-spacing: 0.01em;
}
.l-foot__nav {
  display: flex;
  flex-wrap: wrap;
}
.l-foot__nav__link {
  transition: color 0.4s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .l-foot__nav__link:hover {
    color: #9b1613;
  }
}
.l-foot__btm {
  border-top: solid 1px #d9dcdb;
}
.l-foot__sub-nav {
  display: flex;
  align-items: center;
}
.l-foot__sub-nav__item {
  letter-spacing: 0.01em;
}
.l-foot__sub-nav__link {
  display: flex;
  align-items: center;
  transition: color 0.4s ease-out;
}
.l-foot__sub-nav__link[target=_blank]::before {
  display: block;
  background: url("../img/common/icon_link.svg") no-repeat center center/contain;
  content: "";
}
@media (hover: hover) and (pointer: fine) {
  .l-foot__sub-nav__link:hover {
    color: #9b1613;
  }
}
.l-foot__copyright {
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .l-foot {
    padding: 40px 0 30px;
    border-top: solid 1px #d9dcdb;
  }
  .l-foot__wrap {
    padding: 0 60px;
  }
  .l-foot__main {
    display: flex;
    align-items: flex-start;
  }
  .l-foot__logo {
    gap: 16px 0;
  }
  .l-foot__logo__img {
    width: 234px;
  }
  .l-foot__logo__txt {
    font-size: 0.7333333333rem;
    line-height: 2.0909090909;
  }
  .l-foot__nav {
    margin-left: auto;
    max-width: 560px;
    gap: 20px 0;
  }
  .l-foot__nav__item {
    width: 50%;
  }
  .l-foot__nav__item:nth-of-type(2) {
    order: 3;
  }
  .l-foot__nav__item:nth-of-type(3) {
    order: 5;
  }
  .l-foot__nav__item:nth-of-type(4) {
    order: 2;
  }
  .l-foot__nav__item:nth-of-type(5) {
    order: 4;
  }
  .l-foot__nav__item:nth-of-type(6) {
    order: 6;
  }
  .l-foot__nav__link {
    display: inline-block;
    padding: 0 1em 0 10px;
    font-size: 0.9333333333rem;
    line-height: 1.8842857143;
  }
  .l-foot__side {
    margin-left: 60px;
  }
  .l-foot__btn:nth-of-type(n+2) {
    margin-top: 16px;
  }
  .l-foot__btm {
    margin-top: 48px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-foot__btm2 {
    margin-top: 0;
    padding-top: 24px;
    border-top: none;
  }
  .l-foot__sub-nav__item {
    font-size: 0.7333333333rem;
    line-height: 1.8181818182;
  }
  .l-foot__sub-nav__item:nth-of-type(n+2) {
    margin-left: 30px;
  }
  .l-foot__sub-nav__link {
    padding: 0 10px 0 0;
  }
  .l-foot__sub-nav__link[target=_blank]::before {
    margin-right: 6px;
    width: 11px;
    height: 11px;
  }
  .l-foot__related {
    font-size: 0.7333333333rem;
    display: flex;
  }
  .l-foot__related__item {
    font-size: 0.7333333333rem;
    line-height: 1.8181818182;
  }
  .l-foot__related__item:nth-of-type(n+2) {
    margin-left: 30px;
  }
  .l-foot__related__link {
    margin: 0 2px;
    font-size: 0.7333333333rem;
  }
  .l-foot__related__link[target=_blank] {
    display: inline-flex;
    align-items: center;
  }
  .l-foot__related__link[target=_blank]::before {
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    background: url("../img/common/icon_link.svg") no-repeat center center/contain;
    content: "";
  }
  .l-foot__copyright {
    font-size: 0.7333333333rem;
  }
}
@media screen and (max-width: 767px) {
  .l-foot {
    padding: 8.5333333333vw 0 24.8vw;
  }
  .l-foot__logo {
    gap: 3.7333333333vw 0;
  }
  .l-foot__logo__img {
    width: 49.8666666667vw;
  }
  .l-foot__logo__txt {
    font-size: 2.9333333333vw;
    line-height: 1.0454545455;
  }
  .l-foot__nav {
    margin-top: 5.4666666667vw;
    border-bottom: solid 1px #d9dcdb;
  }
  .l-foot__nav__item {
    width: 50%;
    border-top: solid 1px #d9dcdb;
  }
  .l-foot__nav__item:nth-of-type(2n+1) {
    border-right: solid 1px #d9dcdb;
  }
  .l-foot__nav__link {
    display: block;
    padding: 4.9333333333vw 0 4.2666666667vw;
    text-align: center;
    font-size: 3.2vw;
    line-height: 1.0991666667;
  }
  .l-foot__side {
    padding: 6.4vw 0;
  }
  .l-foot__btn {
    margin: 0 auto;
    width: 79.4653333333vw;
  }
  .l-foot__btn + .l-foot__btn {
    margin-top: 5.3333333333vw;
  }
  .l-foot__btm {
    padding: 6.4vw 5.3333333333vw 8vw;
  }
  .l-foot__sub-nav {
    justify-content: space-between;
  }
  .l-foot__sub-nav__link {
    font-size: 2.9333333333vw;
  }
  .l-foot__sub-nav__link[target=_blank]::before {
    margin-right: 1.8666666667vw;
    width: 2.5333333333vw;
    height: 2.5333333333vw;
  }
  .l-foot__related {
    text-align: center;
    font-size: 0.7333333333rem;
    padding: 0 min(60px, 4.2857142857vw) 0 min(70px, 5vw);
  }
  .l-foot__related__item {
    text-align: center;
    margin: 2.6666666667vw 0;
  }
  .l-foot__related__link {
    margin: 0 2px;
    font-size: 0.7333333333rem;
  }
  .l-foot__related__link[target=_blank] {
    display: inline-flex;
    align-items: center;
  }
  .l-foot__related__link[target=_blank]::before {
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    background: url("../img/common/icon_link.svg") no-repeat center center/contain;
    content: "";
  }
  .l-foot__copyright {
    margin-top: 8.2666666667vw;
    text-align: center;
    font-size: 2.9333333333vw;
  }
}

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

/* btn
----------------------------------- */
.c-btn, .c-btn--top, .c-btn--gry {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.01em;
  color: #FFF;
  background: #9b1613;
  border-radius: 4px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  transition: background-color 0.4s ease-out;
}
.c-btn::before, .c-btn--top::before, .c-btn--gry::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background: url("../img/common/btn_arw.svg") no-repeat center center/contain;
  content: "";
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover, .c-btn--top:hover, .c-btn--gry:hover {
    background: #cf2431;
  }
}
.c-btn--gry {
  background: #aaabab;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--gry:hover {
    background: #cdcdcd;
  }
}
.c-btn--contact {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.01em;
  color: #FFF;
  background: url("../img/common/bnr_contact.jpg") no-repeat center center/cover;
  transition: opacity 0.4s ease-out;
}
.c-btn--contact::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background: url("../img/common/btn_arw.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) {
  .c-btn, .c-btn--top, .c-btn--gry {
    width: 282px;
    height: 42px;
    padding-left: 18px;
    font-size: 0.9333333333rem;
  }
  .c-btn::before, .c-btn--gry::before, .c-btn--top::before {
    left: 18px;
    width: 10px;
    height: 15px;
  }
  .c-btn--contact {
    height: 92px;
    font-size: 0.9333333333rem;
  }
  .c-btn--contact:not(:first-child) {
    margin-top: 48px;
  }
  .c-btn--contact::before {
    left: 18px;
    width: 10px;
    height: 15px;
  }
  .c-btn--top {
    margin-top: 50px;
    width: 290px;
    height: 52px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn, .c-btn--top, .c-btn--gry {
    height: 12.5333333333vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
  }
  .c-btn::before, .c-btn--gry::before, .c-btn--top::before {
    left: 4.4vw;
    width: 2.1333333333vw;
    height: 3.8666666667vw;
  }
  .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;
  }
}

/* case
----------------------------------- */
.c-case__box {
  position: relative;
  background: #f4f4f4;
}
.c-case__icn {
  position: absolute;
}
.c-case__txt {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #9b1613;
}
.c-case__txt--sm {
  font-size: 0.9333333333rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #9b1613;
}
.c-case__income__box {
  position: relative;
  background: #FFF;
}
.c-case__income__box:nth-of-type(n+2)::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
.c-case__income__box:nth-of-type(n+2) .c-case__income__dt {
  color: #FFF;
  background: #ac9e4f;
}
.c-case__income__dt {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  background: #d4d4d5;
}
.c-case__income__dd {
  display: flex;
  justify-content: center;
}
.c-case__income__dd > em {
  font-weight: 500;
  line-height: 1;
  writing-mode: vertical-rl;
}
.c-case__income__dd > span {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  line-height: 1;
}
.c-case__income__dd > small {
  font-weight: 500;
}
.c-case__income__dd > i {
  font-style: normal;
  font-weight: 500;
  color: #968837;
}
@media screen and (min-width: 768px) {
  .c-case {
    display: flex;
    justify-content: center;
    gap: 0 2.5%;
  }
  .c-case__box {
    width: 23.125%;
    padding: 55px 0 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .c-case__icn {
    top: -32px;
    right: 50%;
    transform: translateX(50%);
    width: 76px;
  }
  .c-case__txt {
    text-align: center;
    line-height: 1.5;
  }
  .c-case__txt--sm {
    text-align: center;
    line-height: 1.6;
  }
  .c-case__income {
    margin-top: 16px;
    padding: 0 14px;
  }
  .c-case__income__box:nth-of-type(n+2) {
    margin-top: 22px;
  }
  .c-case__income__box:nth-of-type(n+2)::before {
    top: -17px;
    right: 50%;
    transform: translateX(50%);
    border-width: 10px 10px 0 10px;
    border-color: #9b1613 transparent transparent transparent;
  }
  .c-case__income__dt {
    padding: 9px 0;
    font-size: 1rem;
  }
  .c-case__income__dd {
    padding: 10px 0;
  }
  .c-case__income__dd > em {
    font-size: 0.8rem;
  }
  .c-case__income__dd > span {
    margin-left: 10px;
    font-size: 2rem;
  }
  .c-case__income__dd > small {
    margin-left: 7px;
    font-size: 1.0666666667rem;
    line-height: 1.875;
  }
  .c-case__income__dd > i {
    margin-left: 5px;
    font-size: 0.8666666667rem;
    line-height: 2.3076923077;
  }
}
@media screen and (max-width: 767px) {
  .c-case__box {
    margin-left: auto;
    width: 84vw;
    padding: 4.4vw 3.0666666667vw 3.2vw 10.5333333333vw;
  }
  .c-case__box:nth-of-type(n+2) {
    margin-top: 4.2666666667vw;
  }
  .c-case__icn {
    top: 50%;
    left: -9.2vw;
    transform: translateY(-50%);
    width: 18.6186666667vw;
  }
  .c-case__txt {
    line-height: 1.3846153846;
  }
  .c-case__txt--sm {
    line-height: 1.3846153846;
  }
  .c-case__income {
    margin-top: 3.3333333333vw;
    display: flex;
    justify-content: space-between;
  }
  .c-case__income__box {
    width: 33.0653333333vw;
    display: flex;
    flex-direction: column;
  }
  .c-case__income__box:nth-of-type(n+2)::before {
    top: 50%;
    left: -2.9333333333vw;
    transform: translateY(-50%);
    border-width: 1.7333333333vw 0 1.7333333333vw 1.6vw;
    border-color: transparent transparent transparent #9b1613;
  }
  .c-case__income__dt {
    flex: 1 1 5%;
    min-height: 0;
    padding: 1.7333333333vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6666666667vw;
  }
  .c-case__income__dd {
    padding: 1.7333333333vw 0;
  }
  .c-case__income__dd > em {
    font-size: 2.6666666667vw;
  }
  .c-case__income__dd > span {
    margin-left: 1.7333333333vw;
    font-size: 5.8666666667vw;
  }
  .c-case__income__dd > small {
    margin-left: 1.0666666667vw;
    font-size: 2.9333333333vw;
    line-height: 2;
  }
  .c-case__income__dd > i {
    margin-left: 0.9333333333vw;
    font-size: 2.4vw;
    line-height: 2.4444444444;
  }
}

/* content
----------------------------------- */
.c-content__side > :first-child {
  margin-top: 0;
}
.c-content__search {
  border-bottom: solid 1px #333;
  background: url("../img/common/icon_search.svg") no-repeat left top;
}
.c-content__search input[type=text] {
  width: 100%;
  background: transparent;
}
.c-content__search input[type=text]::-moz-placeholder {
  color: #909090;
}
.c-content__search input[type=text]::placeholder {
  color: #909090;
}
@media screen and (min-width: 768px) {
  .c-content {
    display: flex;
    justify-content: space-between;
  }
  .c-content__main {
    width: 65.1041666667%;
  }
  .c-content__side {
    width: 29.1666666667%;
  }
  .c-content__search input[type=text] {
    padding: 0 0 15px 32px;
    font-size: 1.0666666667rem;
  }
  .c-content__btn-area {
    margin-top: 40px;
  }
  .c-content__btn-area .c-btn {
    height: 53px;
  }
  .c-content__btn-area .c-btn:nth-of-type(n+2) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-content__side {
    margin-top: 15.2vw;
  }
  .c-content__search {
    background-size: 6.5333333333vw auto;
  }
  .c-content__search input[type=text] {
    padding: 0 0 5.3333333333vw 8.9333333333vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
  }
  .c-content__btn-area {
    margin-top: 10.6666666667vw;
  }
  .c-content__btn-area .c-btn {
    margin: 0 auto;
    width: 79.4653333333vw;
  }
  .c-content__btn-area .c-btn:nth-of-type(n+2) {
    margin-top: 5.3333333333vw;
  }
}

/* headline
----------------------------------- */
.c-headline {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.c-headline em {
  color: #9b1613;
}
@media screen and (min-width: 768px) {
  .c-headline {
    font-size: 1.7333333333rem;
    line-height: 1.6153846154;
  }
}
@media screen and (max-width: 767px) {
  .c-headline {
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
}

/* link
----------------------------------- */
.c-link {
  display: inline-block;
  color: #9b1613;
  letter-spacing: 0.01em;
  transition: color 0.4s ease-out;
}
.c-link::after {
  display: block;
  height: 1px;
  background: #9b1613;
  transition: background-color 0.4s ease-out;
  content: "";
}
@media (hover: hover) and (pointer: fine) {
  .c-link:hover {
    color: #cf2431;
  }
  .c-link:hover::after {
    background: #cf2431;
  }
}
@media screen and (min-width: 768px) {
  .c-link {
    font-size: 1rem;
    line-height: 2.1333333333;
  }
}
@media screen and (max-width: 767px) {
  .c-link {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
}

/* 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: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page-ttl {
    margin-bottom: 15.6vw;
    font-size: 7.2vw;
  }
}

/* pagenation
----------------------------------- */
.c-pagenation .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagenation .previouspostslink,
.c-pagenation .nextpostslink {
  position: relative;
  display: block;
  background: url("../img/common/arw_next.svg") no-repeat center center;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  transition: background-image 0.4s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagenation .previouspostslink:hover,
  .c-pagenation .nextpostslink:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.157%22%20height%3D%2218.15%22%20viewBox%3D%220%200%2011.157%2018.15%22%3E%3Cpath%20d%3D%22m1.178.5%209.469%208.9-9.469%208.26%22%20fill%3D%22none%22%20stroke%3D%22%239b1613%22%2F%3E%3C%2Fsvg%3E");
  }
}
.c-pagenation .previouspostslink {
  transform: scaleX(-1);
}
.c-pagenation .extend {
  display: block;
  text-align: center;
}
.c-pagenation .page,
.c-pagenation .current {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.01em;
  line-height: 1;
}
.c-pagenation .page {
  transition: color 0.4s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagenation .page:hover {
    color: #9b1613;
  }
}
.c-pagenation .current {
  color: #FFF;
  background: #333;
  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;
  }
  .c-pagenation .extend {
    width: 43px;
    font-size: 1.0666666667rem;
  }
  .c-pagenation .page,
  .c-pagenation .current {
    font-size: 1.0666666667rem;
  }
  .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;
  }
}

/* thumb
----------------------------------- */
.c-thumb__link {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .c-thumb__link:hover .c-thumb__img {
    opacity: 0.7;
  }
  .c-thumb__link:hover .c-thumb__ttl {
    color: #cf2431;
  }
}
.c-thumb__img {
  position: relative;
  transition: opacity 0.4s ease-out;
}
.c-thumb__img::before {
  float: left;
  padding-top: 65.8620689655%;
  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 {
  display: flex;
  letter-spacing: 0.01em;
  color: #909090;
}
.c-thumb__date__txt:nth-of-type(n+2) {
  margin-left: 1em;
}
.c-thumb__ttl {
  font-weight: 500;
  color: #9b1613;
  transition: color 0.4s ease-out;
}
@media screen and (min-width: 768px) {
  .c-thumb__date {
    margin-top: 16px;
    font-size: 0.8rem;
    line-height: 1.3333333333;
  }
  .c-thumb__ttl {
    margin-top: 10px;
    font-size: 1.0666666667rem;
    line-height: 1.5625;
  }
}
@media screen and (max-width: 767px) {
  .c-thumb__date {
    margin-top: 4vw;
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
  .c-thumb__ttl {
    margin-top: 2.6666666667vw;
    font-size: 4vw;
    letter-spacing: 0.01em;
    line-height: 1.6666666667;
  }
}

/* txt
----------------------------------- */
@media screen and (min-width: 768px) {
  .c-txt {
    font-size: 1.0666666667rem;
    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;
  }
}

/* journal
----------------------------------- */
/* journal Common
----------------------------------- */
.l-main.u-journal {
  background: #f4f4f4;
  padding-bottom: 8.6666666667rem;
}
@media screen and (max-width: 767px) {
  .l-main.u-journal {
    padding-bottom: 4rem;
  }
}
.l-main.u-journal.u-single {
  padding-bottom: 0;
}

/* journal header
----------------------------------- */
.l-head.u-journal {
  justify-content: space-between;
  padding-left: 0;
}
.l-head.u-journal .l-head__logo {
  width: calc(100% - 5.3333333333rem);
  justify-content: center;
  padding-left: 5.3333333333rem;
}
@media screen and (max-width: 767px) {
  .l-head.u-journal .l-head__logo {
    padding-left: 10.6666666667vw;
  }
}
.l-head.u-journal .l-head__nav-btn {
  background-color: #767676;
}
@media (hover: hover) and (pointer: fine) {
  .l-head.u-journal .l-head__nav-btn:hover {
    background: #9b1613;
  }
}
@media screen and (min-width: 768px) {
  .l-head.u-journal .l-head__nav-btn::before, .l-head.u-journal .l-head__nav-btn::after, .l-head.u-journal .l-head__nav-btn > span {
    width: 2.1333333333rem;
    height: 1px;
  }
  .l-head.u-journal .l-head__nav-btn > span {
    margin: 0.4666666667rem 0;
  }
}

/* journal gnav
----------------------------------- */
body.is-loaded.nav-open {
  overflow: hidden;
}

.p-gnav__bg {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.p-gnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  visibility: hidden;
}
.nav-open .p-gnav {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.p-gnav__wrap {
  width: 39.3333333333rem;
  background: #FFF;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .p-gnav__wrap {
    width: 100%;
  }
}
.p-gnav .l-head__nav-btn {
  height: 5.3333333333rem;
  position: fixed;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-gnav .l-head__nav-btn {
    height: 13.0666666667vw;
  }
}

.p-gnav__journal__cat {
  height: 50%;
  min-height: 22.6666666667rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-gnav__journal__cat {
    height: auto;
    min-height: auto;
    padding: 4.4rem 1.3333333333rem;
  }
}
.p-gnav__journal__cat__wrap {
  max-width: 26rem;
  width: 100%;
}
.p-gnav__journal__cat__ttl {
  color: #333;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-gnav__journal__cat__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 5rem;
  margin-top: 2.1333333333rem;
}
@media screen and (max-width: 767px) {
  .p-gnav__journal__cat__list {
    gap: 1.2rem 2.6666666667rem;
  }
}
.p-gnav__journal__cat__list li {
  width: calc((100% - 5rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-gnav__journal__cat__list li {
    width: calc((100% - 2.6666666667rem) / 2);
  }
}
.p-gnav__journal__cat__list a {
  position: relative;
  display: block;
  padding-right: 1.3333333333rem;
  padding-bottom: 0.2666666667rem;
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 2;
  border-bottom: 1px solid #aaabab;
}
.p-gnav__journal__cat__list a::before {
  content: "";
  width: 0.6rem;
  height: 0.9333333333rem;
  background: url(../img/journal/ico_head_cat.svg);
  position: absolute;
  top: calc(50% - 0.4666666667rem);
  right: 0;
}
.p-gnav__journal__btnArea {
  height: 50%;
  min-height: 22.6666666667rem;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-gnav__journal__btnArea {
    height: auto;
    min-height: auto;
    padding: 4.4rem 1.3333333333rem;
  }
}
.p-gnav__journal__btnArea__wrap {
  max-width: 18.6666666667rem;
}
.p-gnav__journal__btnArea__ttl {
  text-align: center;
  font-size: 1.0666666667rem;
  font-weight: 400;
  margin-bottom: 0.5333333333rem;
}
@media screen and (max-width: 767px) {
  .p-gnav__journal__btnArea__ttl {
    font-size: 0.9333333333rem;
  }
}
.p-gnav__journal__btnArea__btn {
  border-radius: 0.3333333333rem;
  background: #FFF;
  padding: 0.9333333333rem 1.2rem;
  display: block;
  text-align: center;
  position: relative;
}
.p-gnav__journal__btnArea__btn::before {
  content: "";
  background: #9b1613;
  background: linear-gradient(290deg, rgb(155, 22, 19) 0%, rgb(206, 40, 37) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.3333333333rem;
  opacity: 0;
}
.p-gnav__journal__btnArea__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.3333333333rem;
  border: 2px solid transparent;
  background: linear-gradient(290deg, rgb(155, 22, 19) 0%, rgb(206, 40, 37) 100%);
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-gnav__journal__btnArea__btn {
    transition: 0.7s;
  }
  .p-gnav__journal__btnArea__btn::before, .p-gnav__journal__btnArea__btn::after {
    transition: 0.7s;
  }
  .p-gnav__journal__btnArea__btn span {
    transition: 0.7s;
  }
  .p-gnav__journal__btnArea__btn:hover {
    color: #9b1613;
  }
  .p-gnav__journal__btnArea__btn:hover::before {
    opacity: 1;
  }
  .p-gnav__journal__btnArea__btn:hover::after {
    opacity: 0;
  }
  .p-gnav__journal__btnArea__btn:hover span {
    -webkit-text-fill-color: #fff;
  }
}
.p-gnav__journal__btnArea__btn span {
  display: inline-block;
  background: linear-gradient(290deg, #9B1613 0%, #CE2825 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 1.3333333333rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-gnav__journal__btnArea__btn span {
    font-size: 1.2rem;
  }
}
.p-gnav__journal__btnArea__btn + .p-gnav__journal__btnArea__ttl {
  margin-top: 1.2rem;
}

/* flowSide
----------------------------------- */
.p-flowSide {
  position: fixed;
  bottom: 0;
  right: -340px;
  display: flex;
  align-items: flex-end;
  transition: 0.5s;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-flowSide {
    right: 0;
    bottom: -330px;
    display: block;
    width: 100%;
  }
}
.p-flowSide.is-active {
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-flowSide.is-active {
    bottom: 0;
  }
}
.p-flowSide__btn {
  border-radius: 14px 0px 0px 0px;
  background: #9b1613;
  color: #FFF;
  border-top: 2px solid #9b1613;
  border-left: 2px solid #9b1613;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  writing-mode: vertical-rl;
  padding: 34px 22px;
  cursor: pointer;
  letter-spacing: 0.2em;
}
@media (hover: hover) and (pointer: fine) {
  .p-flowSide__btn {
    transition: 0.7s;
  }
  .p-flowSide__btn:hover {
    background: #FFF;
    color: #9b1613;
  }
}
@media screen and (max-width: 767px) {
  .p-flowSide__btn {
    writing-mode: unset;
    width: 100%;
    text-align: center;
    border-radius: 0;
    padding: 16px 18px;
    letter-spacing: 0;
    border: 2px solid #9b1613;
  }
}
.p-flowSide__links {
  border-radius: 14px 0px 0px 0px;
  background: #FFF;
  border-top: 1px solid #9b1613;
  border-left: 1px solid #9b1613;
  padding: 42px 28px;
  width: 340px;
}
@media screen and (max-width: 767px) {
  .p-flowSide__links {
    border-radius: 0;
    padding: 28px;
    width: 100%;
    border: none;
  }
}
.p-flowSide .p-gnav__journal__btnArea__btn + .p-gnav__journal__btnArea__ttl {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .p-flowSide .p-gnav__journal__btnArea__btn + .p-gnav__journal__btnArea__ttl {
    margin-top: 24px;
  }
}

/* footer
----------------------------------- */
.l-foot__journal {
  background: #333;
  color: #FFF;
  padding: 36px 20px;
}
@media screen and (max-width: 1460px) {
  .l-foot__journal {
    padding: 36px 80px 36px 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-foot__journal {
    padding: 30px 20px 80px;
  }
}
.l-foot__journal__wrap {
  max-width: 1270px;
  margin-inline: auto;
}
.l-foot__journal__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 30px;
  border-bottom: 1px solid #aaabab;
}
@media screen and (max-width: 767px) {
  .l-foot__journal__top {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 12px;
  }
}

.p-foot__journal__logo {
  max-width: 199px;
}
@media screen and (max-width: 767px) {
  .p-foot__journal__logo {
    max-width: 120px;
    margin-inline: auto;
  }
}
.p-foot__journal__links {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-foot__journal__links {
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 46px;
    justify-content: center;
  }
}
.p-foot__journal__links a {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
@media (hover: hover) and (pointer: fine) {
  .p-foot__journal__links a {
    transition: 0.7s;
  }
  .p-foot__journal__links a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .p-foot__journal__links a {
    font-size: 14px;
  }
}
.p-foot__journal__links a[target=_blank] {
  position: relative;
}
.p-foot__journal__links a[target=_blank]::after {
  content: "";
  background: url(../img/journal/ico_blank-w.png);
  display: inline-block;
  width: 11.5px;
  height: 11.5px;
  background-size: contain;
  margin-left: 4px;
}
.p-foot__journal__copyright {
  color: #aaabab;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-foot__journal__copyright {
    text-align: center;
  }
}

/* breadcrumbs
----------------------------------- */
.c-breadcrumbs {
  padding: 2.1333333333rem 2.6666666667rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    padding: 22px 20px;
  }
}
.c-breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 1.3333333333rem;
  font-size: 0.8rem;
  font-weight: 400;
  color: #AAA;
  overflow: auto;
  white-space: nowrap;
  padding: 1px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__list {
    font-size: 10px;
  }
}
.c-breadcrumbs__list li + li {
  position: relative;
}
.c-breadcrumbs__list li + li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  position: absolute;
  top: 0.3333333333rem;
  left: -0.8rem;
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumbs a {
    transition: 0.7s;
  }
  .c-breadcrumbs a:hover {
    opacity: 0.5;
  }
}
.c-breadcrumbs + .l-journal__2col {
  margin-top: 4.6666666667rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs + .l-journal__2col {
    margin-top: 30px;
  }
}

/* journal layout
----------------------------------- */
.l-journal__2col {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 82.6666666667rem;
  width: calc(100% - 2.6666666667rem);
}
@media screen and (max-width: 767px) {
  .l-journal__2col {
    display: block;
  }
}
.l-journal__2col--main {
  width: calc(100% - 15.3333333333rem);
  max-width: 62.6666666667rem;
}
@media screen and (max-width: 767px) {
  .l-journal__2col--main {
    width: 100%;
  }
}
.l-journal__2col--side {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .l-journal__2col--side {
    width: 100%;
    margin-top: 60px !important;
  }
}

/* journal parts
----------------------------------- */
.p-contentsTitle__en {
  position: relative;
  padding-left: 1.2rem;
  font-family: "Outfit", sans-serif;
  color: #9b1613;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-contentsTitle__en {
    font-size: 14px;
  }
}
.p-contentsTitle__en::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
  background: #9b1613;
}
@media screen and (max-width: 767px) {
  .p-contentsTitle__en::before {
    width: 8px;
    height: 8px;
  }
}
.p-contentsTitle__ja {
  font-size: 2.1333333333rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contentsTitle__ja {
    font-size: 24px;
  }
}

/* journal
----------------------------------- */
/* journal Top
----------------------------------- */
.l-journal__fv {
  overflow: hidden;
  padding-top: 80px;
  position: relative;
}
.l-journal__fv::before {
  content: "";
  width: 100%;
  height: min(460px, 33vw);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-journal__fv::before {
    height: 75vw;
  }
}

.p-journalSlide {
  max-width: 910px;
  margin-inline: auto;
  overflow: initial !important;
}
@media screen and (max-width: 1070px) {
  .p-journalSlide {
    width: calc(100% - 72px);
  }
}
@media screen and (max-width: 767px) {
  .p-journalSlide {
    width: calc(100% - 40px);
  }
}
.p-journalSlide:before {
  content: "";
  width: 70px;
  height: 350px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  position: absolute;
  top: -38px;
  left: 56px;
}
@media screen and (max-width: 1070px) {
  .p-journalSlide:before {
    height: 32vw;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-journalSlide:before {
    display: none;
  }
}
.p-journalSlide:after {
  content: "";
  width: 70px;
  height: 350px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  bottom: 30px;
  right: 56px;
}
@media screen and (max-width: 1070px) {
  .p-journalSlide:after {
    height: 32vw;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-journalSlide:after {
    display: none;
  }
}
.p-journalSlide .swiper-wrapper {
  visibility: visible;
}
.p-journalSlide .swiper-slide a {
  display: block;
  padding-bottom: 72px;
  transition: 0.5s;
  scale: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  .p-journalSlide .swiper-slide a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .p-journalSlide .swiper-slide a {
    padding-bottom: 0;
  }
}
.p-journalSlide .swiper-slide a .p-journalSlide__textWrap {
  opacity: 0;
  transition: 0.5s;
}
.p-journalSlide .swiper-slide.swiper-slide-active a {
  scale: 1;
}
.p-journalSlide .swiper-slide.swiper-slide-active a .p-journalSlide__textWrap {
  opacity: 1;
}
.p-journalSlide .swiper-button-prev {
  width: 56px;
  height: 56px;
  top: 45%;
  left: -54px;
}
@media screen and (max-width: 1070px) {
  .p-journalSlide .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-journalSlide .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 0;
    top: 27%;
  }
}
.p-journalSlide .swiper-button-prev:after {
  display: none;
}
.p-journalSlide .swiper-button-next {
  width: 56px;
  height: 56px;
  top: 45%;
  right: -54px;
}
@media screen and (max-width: 1070px) {
  .p-journalSlide .swiper-button-next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-journalSlide .swiper-button-next {
    width: 40px;
    height: 40px;
    right: 0;
    top: 27%;
  }
}
.p-journalSlide .swiper-button-next:after {
  display: none;
}
.p-journalSlide .swiper-control {
  position: absolute;
  bottom: 24px;
  right: 150px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1070px) {
  .p-journalSlide .swiper-control {
    display: none;
  }
}
.p-journalSlide .swiper-control .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  top: auto;
  display: flex;
  align-items: center;
  gap: 14px;
}
.p-journalSlide .swiper-control .swiper_pause {
  display: block;
  height: 9px;
  width: 10px;
  margin-left: 12px;
  z-index: 10;
  position: relative;
  pointer-events: all;
}
.p-journalSlide .swiper-control .swiper_pause img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-journalSlide .swiper-control .swiper_pause img[src*=pause] {
  opacity: 1;
}
.p-journalSlide .swiper-control .swiper_pause img[src*=start] {
  opacity: 0;
  top: -3px;
}
.p-journalSlide .swiper-control .swiper_pause.paused img[src*=pause] {
  opacity: 0;
}
.p-journalSlide .swiper-control .swiper_pause.paused img[src*=start] {
  opacity: 1;
}
.p-journalSlide .swiper-control .swiper-pagination-bullet {
  margin: 0 !important;
  background: #aaabab !important;
  position: relative;
}
.p-journalSlide .swiper-control .swiper-pagination-bullet::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #333;
  transition: 0.5s;
  opacity: 0;
  top: -8px;
  left: -8px;
}
.p-journalSlide .swiper-control .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #333 !important;
}
.p-journalSlide .swiper-control .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.p-journalSlide__thumb {
  width: 79%;
  margin-inline: auto;
  aspect-ratio: 3/2;
  position: relative;
}
@media screen and (max-width: 1070px) {
  .p-journalSlide__thumb {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .p-journalSlide__thumb {
    width: 84%;
    aspect-ratio: 1/1;
  }
  .p-journalSlide__thumb:before {
    content: "";
    width: 64px;
    height: 144px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    position: absolute;
    top: -20px;
    left: -20px;
  }
  .p-journalSlide__thumb:after {
    content: "";
    width: 64px;
    height: 144px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    bottom: -20px;
    right: -20px;
  }
}
.p-journalSlide__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-journalSlide__textWrap {
  position: relative;
  padding: 16px 24px;
  border: 1px solid #333;
  background: #FFF;
  max-width: 490px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-journalSlide__textWrap {
    position: relative;
    margin-top: 60px;
  }
}
.p-journalSlide__cat {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 6px 16px;
  background: #333;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -36px;
  left: -1px;
}
@media screen and (max-width: 767px) {
  .p-journalSlide__cat {
    top: -33px;
    font-size: 14px;
    padding: 6px 16px;
  }
}
.p-journalSlide__ttl {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-journalSlide__ttl {
    font-size: 20px;
  }
}
.p-journalSlide__wrap {
  border-left: 4px solid #9b1613;
  margin-top: 16px;
  padding-left: 12px;
}
.p-journalSlide__job {
  display: block;
  width: 100%;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.p-journalSlide__name {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.p-journal__top .l-journal__2col {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .p-journal__top .l-journal__2col {
    margin-top: 50px;
  }
}

.l-journal__top__catWrap + .l-journal__top__catWrap {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #aaabab;
}
@media screen and (max-width: 767px) {
  .l-journal__top__catWrap + .l-journal__top__catWrap {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.p-journal_btn_more {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 30px;
  border: 1px solid #333;
  background: #333;
  width: 240px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .p-journal_btn_more {
    margin-top: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-journal_btn_more {
    transition: 0.7s;
  }
  .p-journal_btn_more:hover {
    color: #333;
    background: #FFF;
  }
}

/* journal
----------------------------------- */
/* journal Archive
----------------------------------- */
.p-journalPost__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-journalPost__list {
    margin-top: 20px;
  }
}
.p-journalPost__item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .p-journalPost__item {
    width: 100%;
  }
}
.p-journalPost__item a {
  display: block;
  height: 100%;
  padding: 30px;
  background: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .p-journalPost__item a {
    transition: 0.7s;
  }
  .p-journalPost__item a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .p-journalPost__item a {
    padding: 20px;
  }
}
.p-journalPost__thumb {
  aspect-ratio: 3/2;
}
.p-journalPost__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-journalPost__textWrap {
  margin-top: 22px;
}
.p-journalPost__ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #D4D4D4;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.p-journalPost__job {
  margin-top: 22px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.p-journalPost__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.p-journalPost__cat {
  margin-bottom: 6px;
}
.p-journalPost__cat li {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  background: #333;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.p-journalPost__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.p-journalPost__tag li {
  padding: 4px 8px;
  border-radius: 5px;
  background: #F2F2F2;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.p-pagenation {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-pagenation {
    margin-top: 40px;
  }
}
.p-pagenation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  width: 100%;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-pagenation .nav-links {
    flex-wrap: wrap;
  }
}
.p-pagenation .nav-links > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.p-pagenation .nav-links > *.dots {
  background: none;
}
.p-pagenation .nav-links > *.current {
  background: #aaabab;
  color: #FFF;
}
.p-pagenation .nav-links a.next.page-numbers {
  margin-left: 8px;
}
.p-pagenation .nav-links a.prev.page-numbers {
  margin-right: 8px;
}

/* journal
----------------------------------- */
/* journal Sidebar
----------------------------------- */
.l-journal__2col--side {
  margin-top: 112px;
}

.p-journalSide__wrap {
  position: sticky;
  top: 120px;
}
.p-journalSide__item + * {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-journalSide__item + * {
    margin-top: 40px;
  }
}
.p-journalSide__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-journalSide__ttl {
    font-size: 16px;
  }
}
.p-journalSide__cat {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-journalSide__cat {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 30px;
  }
  .p-journalSide__cat li {
    width: calc((100% - 30px) / 2);
  }
}
.p-journalSide__cat li + li {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-journalSide__cat li + li {
    margin-top: 0;
  }
}
.p-journalSide__cat a {
  display: block;
  position: relative;
  padding-bottom: 6px;
  padding-right: 10px;
  border-bottom: 1px solid #aaabab;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
.p-journalSide__cat a:before {
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: 12px;
  right: 4px;
}
@media (hover: hover) and (pointer: fine) {
  .p-journalSide__cat a {
    transition: 0.7s;
  }
  .p-journalSide__cat a:hover {
    opacity: 0.5;
  }
}
.p-journalSide__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 20px;
}
.p-journalSide__tag a {
  display: block;
  border-radius: 5px;
  background: #FCFCFC;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (hover: hover) and (pointer: fine) {
  .p-journalSide__tag a {
    transition: 0.7s;
  }
  .p-journalSide__tag a:hover {
    background: #333;
    color: #FFF;
  }
}

/* journal
----------------------------------- */
/* journal Single
----------------------------------- */
.p-journal__single {
  background: #fff;
}

.p-journal__detail__title {
  position: relative;
  height: 41.88vw;
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #f4f4f4;
}
@media screen and (max-width: 900px) {
  .p-journal__detail__title {
    height: auto;
    padding: 0 0 34px;
    display: block;
  }
}
.p-journal__detail__title__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .p-journal__detail__title__bg {
    position: relative;
  }
}
.p-journal__detail__thumb {
  display: block;
  height: 100%;
  margin-left: auto;
  position: relative;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 900px) {
  .p-journal__detail__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }
}
.p-journal__detail__thumb::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f4f4f4 transparent transparent transparent;
  border-width: 41.88vw 6vw 0px 0px;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .p-journal__detail__thumb::before {
    display: none;
  }
}
.p-journal__detail__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-journal__detail__text {
  width: 100%;
  max-width: 1220px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .p-journal__detail__text {
    width: calc(100% - 40px);
    margin-top: -16vw;
  }
}
.p-journal__detail__text__inner {
  max-width: 564px;
  position: relative;
}
.p-journal__detail__cat {
  background: #333;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 16px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-journal__detail__cat {
    font-size: 14px;
  }
}
.p-journal__detail__wrap {
  padding: 16px 20px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-journal__detail__wrap {
    padding: 16px 20px;
  }
}
.p-journal__detail__h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-journal__detail__h1 {
    font-size: 20px;
  }
}
.p-journal__detail__job {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .p-journal__detail__job {
    font-size: 14px;
  }
}
.p-journal__detail__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  border-left: 4px solid #9b1613;
  margin-top: 16px;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .p-journal__detail__name {
    margin-top: 6px;
    font-size: 16px;
  }
}
.p-journal__detail__content {
  max-width: 840px;
  margin-top: 100px;
  margin-inline: auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-journal__detail__content {
    margin-top: 40px;
  }
}
.p-journal__detail__content > *:nth-child(1) {
  margin-top: 0;
}
.p-journal__detail__content h2 {
  position: relative;
  margin-top: 50px;
  padding: 14px 12px;
  background: #565656;
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-journal__detail__content h2 {
    margin-top: 30px;
    font-size: 20px;
  }
}
.p-journal__detail__content h2::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #FFF;
  position: absolute;
  top: 2px;
  left: 0;
}
.p-journal__detail__content h2::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #FFF;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.p-journal__detail__content h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  border-bottom: 1px solid #aaabab;
  margin-top: 44px;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-journal__detail__content h3 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.p-journal__detail__content h4 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 46px;
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-journal__detail__content h4 {
    margin-top: 30px;
    line-height: 1.5;
  }
}
.p-journal__detail__content h4::before {
  content: "";
  width: 16px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 14px;
  left: 0;
}
.p-journal__detail__content ul {
  margin-top: 24px;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-journal__detail__content ul {
    margin-top: 20px;
  }
}
.p-journal__detail__content ul li::before {
  content: "・";
}
.p-journal__detail__content ol {
  margin-top: 24px;
  list-style: decimal;
  padding-left: 20px;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-journal__detail__content ol {
    margin-top: 20px;
  }
}
.p-journal__detail__content p {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-journal__detail__content p {
    margin-top: 20px;
  }
}
.p-journal__detail__content p a {
  color: #9b1613;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-journal__detail__content p a {
    transition: 0.7s;
  }
  .p-journal__detail__content p a:hover {
    opacity: 0.5;
  }
}
.p-journal__detail__content p.wp-caption-text {
  color: #aaabab;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  margin-top: 6px;
}
.p-journal__detail__content p .red-marker {
  background: linear-gradient(transparent 70%, #FECDCD 70%);
  font-weight: 500;
}
.p-journal__detail__content .wp-caption {
  width: 100% !important;
}
.p-journal__detail__content img {
  width: 100% !important;
  margin-top: 24px;
}
.p-journal__detail__content .wakusen {
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-journal__detail__content .wakusen {
    padding: 28px 24px;
  }
}
.p-journal__detail__content .wakusen a {
  position: relative;
  display: inline-block;
  transition: color 0.4s ease-out;
}
.p-journal__detail__content .wakusen a:after {
  display: block;
  height: 1px;
  background: #333;
  transition: background-color 0.4s ease-out;
  content: "";
}
@media (hover: hover) and (pointer: fine) {
  .p-journal__detail__content .wakusen a:hover {
    color: #9b1613;
  }
  .p-journal__detail__content .wakusen a:hover:after {
    background: #9b1613;
  }
}

.p-journal__share {
  border-top: 1px solid #aaabab;
  border-bottom: 1px solid #aaabab;
  padding: 40px 0px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-journal__share {
    margin-top: 40px;
  }
}
.p-journal__share__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-journal__share__inner {
    flex-wrap: wrap;
    gap: 36px;
  }
}
.p-journal__share__ttl {
  font-weight: 700 !important;
  margin: 0 36px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .p-journal__share__ttl {
    margin: 0 !important;
    font-size: 14px !important;
  }
}
.p-journal__share__link {
  display: flex;
  gap: 26px;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-journal__share__link {
    gap: 14px;
  }
}
.p-journal__share__link li:before {
  display: none;
}
.p-journal__share__link a {
  display: block;
  max-width: 32px;
}
.p-journal__share__link a[href*=linkedin] {
  max-width: 38px;
}
@media (hover: hover) and (pointer: fine) {
  .p-journal__share__link a {
    transition: 0.7s;
  }
  .p-journal__share__link a:hover {
    opacity: 0.5;
  }
}
.p-journal__share__link img {
  margin: 0;
}

.p-journal__profile {
  width: calc(100% - 40px);
  max-width: 800px;
  margin-inline: auto;
  margin-top: 60px;
  padding: 40px 60px;
  background: #f4f4f4;
}
.p-journal__profile + .p-journal__profile {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-journal__profile {
    margin-top: 40px;
    padding: 28px 24px;
  }
}
.p-journal__profile__top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.p-journal__profile__img {
  width: 90px;
  margin-right: 18px;
}
.p-journal__profile__name {
  width: calc(100% - 108px);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.p-journal__profile__name__job {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4px;
  display: block;
}
.p-journal__profile__sub {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.p-journal__profile__other {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 30px;
}
.p-journal__profile__other a {
  text-decoration: underline;
}
.p-journal__profile__other a[target=_blank] {
  position: relative;
}
.p-journal__profile__other a[target=_blank]:after {
  content: "";
  background: url(../img/journal/ico_blank.png);
  width: 14px;
  height: 13px;
  display: inline-block;
  background-size: contain;
  margin-left: 6px;
}
@media (hover: hover) and (pointer: fine) {
  .p-journal__profile__other a {
    transition: 0.7s;
  }
  .p-journal__profile__other a:hover {
    opacity: 0.5;
  }
}
.p-journal__profile__history li {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.p-journal__profile__history li + li {
  margin-top: 6px;
}
.p-journal__profile__history__year {
  width: 62px;
}
@media screen and (max-width: 767px) {
  .p-journal__profile__history__year {
    width: 54px;
  }
}
.p-journal__profile__history__month {
  width: 56px;
}
@media screen and (max-width: 767px) {
  .p-journal__profile__history__month {
    width: 40px;
  }
}
.p-journal__profile__history__text {
  width: calc(100% - 118px);
}
@media screen and (max-width: 767px) {
  .p-journal__profile__history__text {
    width: calc(100% - 94px);
  }
}

.p-journal__btn--red {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
  width: 360px;
  height: 72px;
  border-radius: 100px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.p-journal__btn--red span {
  position: relative;
}
.p-journal__btn--red::before {
  content: "";
  background: #9b1613;
  background: linear-gradient(290deg, rgb(155, 22, 19) 0%, rgb(206, 40, 37) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.p-journal__btn--red::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100px;
  border: 2px solid transparent;
  background: linear-gradient(290deg, rgb(155, 22, 19) 0%, rgb(206, 40, 37) 100%);
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-journal__btn--red {
    transition: 0.7s;
  }
  .p-journal__btn--red::before, .p-journal__btn--red::after {
    transition: 0.7s;
  }
  .p-journal__btn--red:hover {
    color: #9b1613;
  }
  .p-journal__btn--red:hover::before {
    opacity: 0;
  }
  .p-journal__btn--red:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-journal__btn--red {
    max-width: 288px;
    width: 100%;
    font-size: 16px;
    height: auto;
    padding: 20px;
    margin-top: 36px;
  }
}

.l-journal__recommend {
  margin-top: 70px;
  background: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .l-journal__recommend {
    margin-top: 60px;
  }
}
.l-journal__recommend__inner {
  width: calc(100% - 40px);
  max-width: 940px;
  margin-inline: auto;
  padding: 120px 0 130px;
}
@media screen and (max-width: 767px) {
  .l-journal__recommend__inner {
    padding: 60px 0;
  }
}