@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 0.6944444444vw;
}
@media (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", "neue-haas-grotesk-display", "dnp-shuei-gothic-kin-std", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 2;
  color: #715727;
  background: #F5F0E4;
  -webkit-transition: 0.6s cubic-bezier(0.45, 0.05, 0.5, 1);
  transition: 0.6s cubic-bezier(0.45, 0.05, 0.5, 1);
  margin: 0;
  font-size: 1.6rem;
}
body.is-dark {
  background: #000000;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
a:hover {
  text-decoration: none;
}

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

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
  line-height: 1;
}

.js-hoge-hoge.is-hoge {
  color: #fff;
}

.l-ftr {
  position: relative;
  padding: 9.7rem 0 0;
}
.l-ftr-toTop__btn {
  position: absolute;
  right: 4.8rem;
  top: -4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.1rem;
  width: 8rem;
  height: 8rem;
}
@media screen and (max-width: 767px) {
  .l-ftr-toTop__btn {
    width: 6.8rem;
    height: 6.8rem;
    right: 3rem;
    top: -3rem;
  }
}
.l-ftr-toTop__btn img {
  width: 100%;
}
.l-ftr-box {
  position: relative;
  background-color: #715727;
  border-radius: 6rem 6rem 0 0;
  padding: 60px 0 24px;
}
@media screen and (max-width: 767px) {
  .l-ftr-box {
    margin: 0 -2rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
}
.l-ftr-box__inner {
  width: min(90%, 1040px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__inner {
    width: 100%;
    max-width: none;
    padding: 0 20px;
  }
}
.l-ftr-box__up {
  padding-bottom: 5rem;
  border-bottom: 1px solid #cbb998;
}
.l-ftr-box__up .ftrLogo {
  margin-bottom: 4.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-ftr-box__up .ftrLogo img {
  width: min(100%, 240px);
}
.l-ftr-box__up .ftrNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: clamp(24px, 3vw, 48px);
}
@media screen and (max-width: 1023px) {
  .l-ftr-box__up .ftrNav {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
  }
}
@media screen and (max-width: 767px) {
  .l-ftr-box__up .ftrNav {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-auto-flow: column;
    padding: 0 2rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
    row-gap: 2rem;
    gap: 20px;
  }
}
.l-ftr-box__up .ftrNav .ftrNavText {
  position: relative;
  color: #fff;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.4;
  font-weight: 500;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__up .ftrNav .ftrNavText {
    font-size: 15px;
  }
}
.l-ftr-box__up .ftrNav .ftrNavText::before {
  content: "";
  background-color: #ECA318;
  border-radius: 50%;
  min-width: 10px;
  aspect-ratio: 1/1;
}
.l-ftr-box__up .ftrNav .ftrNavText:hover {
  opacity: 0.7;
}
.l-ftr-box__lo {
  padding-top: 5rem;
}
.l-ftr-box__lo .linkArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .l-ftr-box__lo .linkArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .l-ftr-box__lo .linkArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-ftr-box__lo .linkArea .left {
  width: min(62%, 640px);
}
@media screen and (max-width: 1023px) {
  .l-ftr-box__lo .linkArea .left {
    width: 100%;
    padding-bottom: 4rem;
  }
}
.l-ftr-box__lo .linkArea .left .snsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(32px, 4vw, 80px);
}
@media screen and (max-width: 1023px) {
  .l-ftr-box__lo .linkArea .left .snsList {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-ftr-box__lo .linkArea .left .snsList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 2rem;
    padding: 0 16px;
  }
}
.l-ftr-box__lo .linkArea .left .snsList .snsListItem {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__lo .linkArea .left .snsList .snsListItem:nth-child(3) {
    grid-column: 2/3;
    margin-top: -6rem;
  }
}
.l-ftr-box__lo .linkArea .left .snsList .snsListItem .listTit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.l-ftr-box__lo .linkArea .left .snsList .snsListItem .listTit .icon {
  min-width: 42px;
  max-width: 42px;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__lo .linkArea .left .snsList .snsListItem .listTit .icon {
    min-width: 24px;
    max-width: 24px;
  }
}
.l-ftr-box__lo .linkArea .left .snsList .snsListItem .listTit .text {
  color: #fff;
  font-size: clamp(20px, 1.6vw, 24px);
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__lo .linkArea .left .snsList .snsListItem .listTit .text {
    font-size: 16px;
  }
}
.l-ftr-box__lo .linkArea .left .snsList .snsListItem .snsSecondList {
  margin-top: 1.6rem;
}
.l-ftr-box__lo .linkArea .left .snsList .snsListItem .snsSecondList .snsSecondListItem + .snsSecondListItem {
  margin-top: 1.4rem;
}
.l-ftr-box__lo .linkArea .left .snsList .snsListItem .snsSecondList .snsSecondListItem .itemLink {
  position: relative;
  color: #fff;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.5;
  font-weight: 400;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__lo .linkArea .left .snsList .snsListItem .snsSecondList .snsSecondListItem .itemLink {
    font-size: 14px;
    padding-left: 6px;
    gap: 6px;
  }
}
.l-ftr-box__lo .linkArea .left .snsList .snsListItem .snsSecondList .snsSecondListItem .itemLink::before {
  content: "";
  background-color: #ECA318;
  border-radius: 50%;
  min-width: 10px;
  aspect-ratio: 1/1;
}
.l-ftr-box__lo .linkArea .left .snsList .snsListItem .snsSecondList .snsSecondListItem .itemLink:hover {
  opacity: 0.7;
}
.l-ftr-box__lo .linkArea .right {
  width: min(32%, 280px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .l-ftr-box__lo .linkArea .right {
    width: 100%;
    border-left: none;
    border-top: 1px solid #cbb998;
    margin-left: 0;
    padding-left: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #cbb998;
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .l-ftr-box__lo .linkArea .right .fileList {
    padding: 0 20px;
  }
}
.l-ftr-box__lo .linkArea .right .fileList .fileListItem + .fileListItem {
  margin-top: 0.8rem;
}
.l-ftr-box__lo .linkArea .right .fileList .fileListItem .itemLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.l-ftr-box__lo .linkArea .right .fileList .fileListItem .itemLink:hover {
  opacity: 0.7;
}
.l-ftr-box__lo .linkArea .right .fileList .fileListItem .itemLink .icon {
  width: 2rem;
  height: 2rem;
}
.l-ftr-box__lo .linkArea .right .fileList .fileListItem .itemLink .itemText {
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__lo .linkArea .right .fileList .fileListItem .itemLink .itemText {
    font-size: 1.4rem;
  }
}
.l-ftr-box__lo .bnrArea {
  margin-top: 4rem;
}
.l-ftr-box__lo .bnrArea .bnrList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2rem;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__lo .bnrArea .bnrList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 7.2rem 15.4rem 10.4rem;
  }
}
.l-ftr-box__lo .bnrArea .bnrList .bnrLink {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.l-ftr-box__lo .bnrArea .bnrList .bnrLink:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__lo .bnrArea .bnrList .bnrLink .bnrMessage {
    color: #fff;
    margin-bottom: 1rem;
  }
  .l-ftr-box__lo .bnrArea .bnrList .bnrLink:nth-chilß(1) {
    grid-area: 1/1/2/2;
  }
  .l-ftr-box__lo .bnrArea .bnrList .bnrLink:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .l-ftr-box__lo .bnrArea .bnrList .bnrLink:nth-child(3) {
    grid-area: 2/1/3/3;
  }
  .l-ftr-box__lo .bnrArea .bnrList .bnrLink:nth-child(4) {
    grid-area: 3/1/4/3;
  }
}
.l-ftr-box__lo .bnrArea .bnrList .bnrLink img {
  width: 100%;
}
.l-ftr-box__lo .bnrArea .caption {
  width: min(57.4%, 596px);
  display: grid;
  font-size: clamp(13px, 1.4rem, 15px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__lo .bnrArea .caption {
    display: none;
  }
}
.l-ftr-box__copy {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.l-ftr-box__copy .copy {
  color: #fff;
  font-size: clamp(11px, 1.2rem, 13px);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.l-hdr {
  padding: 24px 2.8% 24px 4.2%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  .l-hdr {
    padding: 2px 16px;
  }
}
.l-hdr-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.l-hdr-box__logoArea .logo {
  position: relative;
  z-index: 99999;
}
.l-hdr-box__logoArea .logo img {
  width: 29rem;
}
@media screen and (max-width: 1023px) {
  .l-hdr-box__logoArea .logo img {
    width: min(100%, 300px);
  }
}
@media screen and (max-width: 767px) {
  .l-hdr-box__logoArea .logo img {
    width: min(100%, 165px);
  }
}
@media screen and (max-width: 1023px) {
  .l-hdr-box__linkArea .navWrap {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 999;
  }
}
@media screen and (max-width: 767px) {
  .l-hdr-box__linkArea .navWrap {
    top: 6.4rem;
  }
}
.l-hdr-box__linkArea .hdrWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 5rem;
  padding: 1.5rem 4.8rem;
}
@media screen and (max-width: 1023px) {
  .l-hdr-box__linkArea .hdrWrap {
    position: relative;
    z-index: 999;
    border-radius: 0;
    background-color: #f5f0e4;
    width: 100%;
    padding: 0;
  }
}
.l-hdr-box__linkArea .menuNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  padding-right: 3rem;
}
@media screen and (max-width: 1023px) {
  .l-hdr-box__linkArea .menuNav {
    position: relative;
    z-index: 9999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem;
    display: none;
  }
}
.l-hdr-box__linkArea .menuNav .itemLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 1023px) {
  .l-hdr-box__linkArea .menuNav .itemLink {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #715727;
  }
}
.l-hdr-box__linkArea .menuNav .itemLink .icon {
  width: 1.8rem;
}
.l-hdr-box__linkArea .menuNav .itemLink .text {
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media screen and (max-width: 1023px) {
  .l-hdr-box__linkArea .menuNav .itemLink .text {
    font-size: clamp(16px, 1.8rem, 20px);
  }
}
.l-hdr-box__linkArea .menuNav .itemLink:hover .icon path {
  fill: #e86828;
}
.l-hdr-box__linkArea .menuNav .itemLink:hover .text {
  color: #e86828;
}
.l-hdr-box__linkArea .spNav {
  position: relative;
  width: 100%;
}
.l-hdr-box__linkArea .spNav .itemLink {
  width: 100%;
  position: relative;
  padding: 1.5rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  border-bottom: 1px solid #715727;
}
.l-hdr-box__linkArea .spNav .itemLink:first-child {
  border-top: 1px solid #715727;
}
.l-hdr-box__linkArea .spNav .itemLink .icon {
  width: 3.2rem;
}
.l-hdr-box__linkArea .spNav .itemLink .text {
  font-size: clamp(18px, 2rem, 24px);
  line-height: 1.2;
  font-weight: 500;
}
.l-hdr-box__linkArea .spNav .itemLink .icon_spArrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  width: 3.2rem;
}
.l-hdr-box__linkArea .spNav .closeBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  gap: 1.6rem;
}
.l-hdr-box__linkArea .spNav .closeBtn .icon {
  width: 3.2rem;
}
.l-hdr-box__linkArea .telArea {
  border-left: 1px solid #d1c5b0;
  padding-left: 2.6rem;
}
@media screen and (max-width: 1023px) {
  .l-hdr-box__linkArea .telArea {
    display: none;
  }
}
.l-hdr-box__linkArea .telArea .telText {
  text-align: center;
  font-size: clamp(11px, 1.2rem, 13px);
  padding-left: 3rem;
  line-height: 2;
  font-weight: 500;
}
.l-hdr-box__linkArea .telArea .telLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
@media screen and (min-width: 1023px) {
  .l-hdr-box__linkArea .telArea .telLink {
    pointer-events: none;
  }
}
.l-hdr-box__linkArea .telArea .telLink .icon {
  width: 3rem;
  height: 3rem;
}
.l-hdr-box__linkArea .telArea .telLink .num {
  font-size: clamp(22px, 2.6rem, 30px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .l-hdr-box__linkArea .spArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.2rem;
    padding: 1rem;
  }
}
.l-hdr-box__linkArea .humArea {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-hdr-box__linkArea .humArea .hum {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #715727;
  border-radius: 999px;
  min-width: 100px;
  min-height: 40px;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  gap: 6px;
}
.l-hdr-box__linkArea .humArea .hum .humText {
  font-size: 10px;
  font-weight: bold;
  color: #715727;
  width: min(100%, 40px);
}
.l-hdr-box__linkArea .humArea .hum .bar {
  width: 20px;
}
.l-hdr-box__linkArea .humArea .hum.is-active .bar span {
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-hdr-box__linkArea .humArea .hum.is-active .bar span:nth-child(1) {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.l-hdr-box__linkArea .humArea .hum.is-active .bar span:nth-child(2) {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.l-hdr-box__linkArea .humArea .hum .bar span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #715727;
  width: 20px;
  height: 2px;
  display: block;
  border-radius: 1rem;
  position: absolute;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.l-hdr-box__linkArea .humArea .hum .bar span:nth-child(2) {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.js-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9; /* メニューより低いが、他の要素より上に */
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.l-wrapper {
  overflow: hidden;
}

.c-button {
  display: inline-block;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 14;
}
.c-button *,
.c-button *::before,
.c-button *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}

.c-btnA {
  background-color: #715727;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.6rem 3.2rem;
  border-radius: 5rem;
}
.c-btnA__text {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-right: 4.5rem;
}
@media screen and (max-width: 767px) {
  .c-btnA__text {
    font-size: 1.5rem;
    margin-right: 2rem;
  }
}
.c-btnA__icon {
  width: 0.9rem;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media screen and (max-width: 767px) {
  .c-btnA__icon {
    width: 0.68rem;
  }
}
.c-btnA:hover {
  background-color: #966C1E;
}
.c-btnA:hover .c-btnA__icon {
  -webkit-transform: translateX(0.6rem);
          transform: translateX(0.6rem);
}

.c-btnB {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2.9rem;
  border: 1px solid #715727;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 53rem;
  height: 5.8rem;
}
@media screen and (max-width: 767px) {
  .c-btnB {
    width: 100%;
    height: 5rem;
  }
}
.c-btnB--no {
  display: none;
}
.c-btnB--modal .c-btnB__arrow {
  width: 2.4rem;
}
.c-btnB__text {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}
.c-btnB__arrow {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9rem;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.c-btnB:hover {
  background-color: #FAE58A;
}
.c-btnB:hover .c-btnB__arrow {
  -webkit-transform: translate(0.8rem, -50%);
          transform: translate(0.8rem, -50%);
}

.c-titA {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-titA {
    gap: 1rem;
  }
}
.c-titA--lower .c-titA__jp {
  font-size: clamp(34px, 4rem, 48px);
}
@media screen and (max-width: 767px) {
  .c-titA--lower .c-titA__jp {
    font-size: clamp(20px, 2.4rem, 28px);
  }
}
.c-titA__icon img {
  width: 5.3rem;
}
@media screen and (max-width: 767px) {
  .c-titA__icon img {
    width: 2.6rem;
  }
}
.c-titA .jpWrap span {
  display: block;
}
.c-titA__jp {
  font-size: clamp(36px, 4.8rem, 60px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-titA__jp {
    font-size: clamp(24px, 2.8rem, 32px);
  }
}
.c-titA__jpSmall {
  font-size: clamp(20px, 2.4rem, 28px);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.c-titA__en {
  font-size: clamp(14px, 1.6rem, 18px);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #ECA318;
}
@media screen and (max-width: 767px) {
  .c-titA__en {
    font-size: clamp(13px, 1.4rem, 15px);
  }
}
.c-titA--ver {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.c-titB {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-titB--not .c-titB__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-titB--not .c-titB__text--small {
  margin-top: 1rem;
}
.c-titB__middle {
  font-size: clamp(18px, 2rem, 24px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-titB__middle {
    font-size: clamp(11px, 1.2rem, 13px);
    margin-bottom: 0.4rem;
  }
}
.c-titB__text {
  position: relative;
  font-size: clamp(28px, 3.2rem, 38px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.c-titB__text::after {
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-color: #715727;
  width: 14rem;
  height: 1px;
}
.c-titB__text--small {
  font-size: 2rem;
}

.c-textA {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}

.c-inner {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  width: calc(100% - 4rem);
}
.c-inner--906 {
  max-width: 90.6rem;
}
.c-inner--960 {
  max-width: 96rem;
}
.c-inner--1040 {
  max-width: 104rem;
}

.c-serif {
  font-family: "Noto Serif JP", "YakuHanJP", "neue-haas-grotesk-display", "dnp-shuei-gothic-kin-std", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
}

.c-roboto {
  font-family: "Roboto", "YakuHanJP", "neue-haas-grotesk-display", "dnp-shuei-gothic-kin-std", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
}

.c-cta {
  background-color: #fff;
  padding-bottom: 12rem;
}
.c-cta-box {
  background-color: #fff;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  padding-top: 9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -9.1rem;
  margin-left: auto;
  margin-right: auto;
  width: 120rem;
}
.c-cta-box__tit {
  font-size: 8rem;
  line-height: 1.4;
  font-weight: 500;
}
.c-titArea {
  padding-top: 3.1rem;
}
.c-titArea__bg img {
  width: 100%;
}

.c-text18 {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-text18 {
    font-size: 1.6rem;
  }
}

.c-text20 {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-text20 {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.c-cardA {
  position: relative;
}
.c-cardA__imageArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.c-cardA__tit {
  position: absolute;
  left: 0;
  bottom: 6.4rem;
  z-index: 3;
  background-color: #fff;
  border: 1px solid #715727;
  color: #715727;
  padding: 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-cardA__tit {
    padding: 0.4rem 1rem;
    font-size: 1.6rem;
  }
}

.c-cardB {
  position: relative;
}
.c-cardB__image {
  border-radius: 3.2rem;
  border: 1px solid #715727;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-cardB__image {
    border-radius: 1.6rem;
  }
}
.c-cardB__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-cardB__tit {
  position: absolute;
  left: 2.4rem;
  bottom: -2.4rem;
  z-index: 3;
  background-color: #fff;
  border-radius: 0.8rem;
  border: 1px solid #715727;
  display: inline-block;
  padding: 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-cardB__tit {
    font-size: 1.6rem;
    padding: 0.5rem;
    bottom: -1.8rem;
    left: 1.8rem;
  }
}

.c-modal {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-modal.show {
  opacity: 1;
  pointer-events: auto;
}
.c-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 32, 80, 0.8); /* 半透明の黒 */
}
.c-modal__content {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 50%;
  padding: 4.8rem 12rem;
  border-radius: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-modal__content {
    width: 90%;
    padding: 3rem 3rem;
    border-radius: 1.6rem;
  }
}
.c-modal__content .imageArea {
  border: 1px solid #715727;
  border-radius: 2.4rem;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-modal__content .imageArea {
    border-radius: 1.2rem;
  }
}
.c-modal__content .imageArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-modal__content .tit {
  margin-top: 1.8rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-modal__content .tit {
    margin-top: 1.2rem;
    font-size: 1.6rem;
  }
}
.c-modal__close {
  position: absolute;
  top: 2.2rem;
  right: 2.2rem;
  cursor: pointer;
  font-size: 2rem;
  border: 1px solid #715727;
  border-radius: 0.8rem;
  background-color: #FFD85B;
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-modal__close {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.8rem;
    top: 1rem;
    right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-pc {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .c-tb {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .c-sp {
    display: none;
  }
}

.c-pankuzu {
  padding: 14.1rem 6rem 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-pankuzu {
    padding: 7rem 2rem 0;
  }
}
.c-pankuzu__list {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.c-pankuzu__list .pankuzu_home {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  background: url(../../assets/img/common/icon_pankuzu_home.svg) no-repeat;
  background-size: contain;
  text-indent: -9999rem;
  overflow: hidden;
}
.c-pankuzu__list > span {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-pankuzu__list > span {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-pankuzu__list > span + span:before {
  margin: 0 0.9rem;
  content: "";
  background: url(../../assets/img/common/icon_pankuzu_arrow.svg) no-repeat;
  width: 0.4rem;
  height: 0.7rem;
  border-radius: 50%;
  display: inline-block;
}
.c-pankuzu__list > span > a,
.c-pankuzu__list > span > span {
  font-size: 1.2rem;
  line-height: 1.6;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-mv {
  position: relative;
  padding: 8rem 0 13.6rem;
}
@media screen and (max-width: 767px) {
  .c-mv {
    padding: 7rem 0 4.8rem;
  }
}
.c-mv__bg {
  position: fixed;
  z-index: -1;
}
.c-mv__bg--01 {
  width: 32.8rem;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-mv__bg--01 {
    width: 17.7rem;
  }
}
.c-mv__bg--02 {
  width: 58rem;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-mv__bg--02 {
    width: 29rem;
  }
}
.c-mv__text {
  text-align: center;
  font-size: clamp(14px, 1.6rem, 18px);
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-mv__text {
    font-size: 1.4rem;
  }
}

.remodal {
  position: relative;
  max-width: 100rem;
  margin-bottom: 0;
  padding: 0;
  border-radius: 2rem;
  overflow: hidden;
}
.remodal .remodal-cancel {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  color: transparent;
  background: url(../../assets/img/common/icon_modal_close.svg);
  width: 4rem;
  height: 4rem;
  background-size: 4rem;
  min-width: 0;
  padding: 0;
}

.c-anchor {
  margin-top: -15rem;
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .c-anchor {
    margin-top: -8rem;
    padding-top: 8rem;
  }
}

.c-pager {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .c-pager {
    margin-top: 5rem;
  }
}
.c-pager .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pager .wp-pagenavi span,
.c-pager .wp-pagenavi a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-pager .wp-pagenavi span + a,
.c-pager .wp-pagenavi span span,
.c-pager .wp-pagenavi a + a,
.c-pager .wp-pagenavi a span {
  margin-left: 1.2rem;
}
.c-pager .wp-pagenavi .page {
  font-size: 1.8rem;
  font-weight: 500;
  border: 1px solid #715727;
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  color: #715727;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi .page {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}
.c-pager .wp-pagenavi .page:hover {
  background: #715727;
  color: #fff;
  opacity: 1;
}
.c-pager .wp-pagenavi .extend {
  margin-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi .extend {
    margin-left: 1rem;
  }
}
.c-pager .wp-pagenavi .current {
  border: 1px solid #715727;
  width: 5rem;
  height: 5rem;
  background: #FFD85B;
  color: #715727;
  border-radius: 0.6rem;
  margin-left: 1.2rem;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi .current {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: 1rem;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}
.c-pager .wp-pagenavi .previouspostslink,
.c-pager .wp-pagenavi .nextpostslink {
  background: url(../../../assets/img/common/icon_arrow--black.svg) no-repeat;
  background-size: 2rem;
  width: 2rem;
  height: 1.6rem;
}
.c-pager .wp-pagenavi .previouspostslink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.2rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi .previouspostslink {
    margin-right: 1rem;
  }
}
.c-pager .wp-pagenavi .previouspostslink .text {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-left: 0.9rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi .previouspostslink .text {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
}
.c-pager .wp-pagenavi .nextpostslink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi .nextpostslink {
    margin-left: 1rem;
  }
}
.c-pager .wp-pagenavi .nextpostslink .text {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi .nextpostslink .text {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
}
.c-pager .wp-pagenavi .nextpostslink .image {
  margin-left: 0.9rem;
}
@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi .nextpostslink .image {
    margin-left: 0.5rem;
  }
}
.c-pager .wp-pagenavi .first,
.c-pager .wp-pagenavi .last {
  background: url(../../images/pager_arrow02.svg) no-repeat;
  width: 1.4rem;
  height: 1.6rem;
}
.c-pager .wp-pagenavi .last {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.c-pager .wp-pagenavi .extend {
  color: #fff;
}

.c-wysywig {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #715727;
  letter-spacing: -0.01em;
}
.c-wysywig *:first-child {
  margin-top: 0 !important;
}
.c-wysywig *:last-child {
  margin-bottom: 0 !important;
}
.c-wysywig h1 {
  font-size: 4.8rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 24px;
  color: #ECA318;
}
.c-wysywig h2 {
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #ECA318;
  padding: 5px 1rem;
  margin-bottom: 24px;
}
.c-wysywig h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #ECA318;
  margin-bottom: 2.5rem;
}
.c-wysywig h4 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #ECA318;
  padding-left: 11px;
  margin-bottom: 2rem;
}
.c-wysywig h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 6px;
}
.c-wysywig h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 1rem;
}
.c-wysywig h1 + h1,
.c-wysywig h1 + h2,
.c-wysywig h2 + h1,
.c-wysywig h2 + h2,
.c-wysywig p + h1,
.c-wysywig p + h2,
.c-wysywig pre + h1,
.c-wysywig pre + h2,
.c-wysywig ul + h1,
.c-wysywig ul + h2,
.c-wysywig ol + h1,
.c-wysywig ol + h2,
.c-wysywig blockquote + h1,
.c-wysywig blockquote + h2,
.c-wysywig table + h1,
.c-wysywig table + h2 {
  margin-top: 2rem;
}
.c-wysywig p {
  margin-bottom: 2rem;
}
.c-wysywig pre {
  margin-bottom: 2rem;
}
.c-wysywig ul {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.c-wysywig ul li {
  position: relative;
  padding-left: 2.5rem;
}
.c-wysywig ul li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #F3B393;
  border-radius: 50%;
}
.c-wysywig ol {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.c-wysywig ol li {
  margin-left: 2.5rem;
  list-style: decimal;
}
.c-wysywig table {
  margin-bottom: 2rem;
}
.c-wysywig a:hover {
  text-decoration: underline;
}
.c-wysywig hr {
  margin: 50px 0;
}
.c-wysywig .image {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.c-wysywig .image::before {
  position: absolute;
  z-index: -1;
  top: 14px;
  right: -16px;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #dfe8f0;
  border-radius: 14px;
}
.c-wysywig img {
  float: none !important;
  display: block !important;
  height: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
  border-radius: 14px;
  position: relative;
  width: auto;
}
.c-wysywig blockquote {
  border: 1px solid #ddd;
  margin-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2.3rem;
  padding-bottom: 2.1rem;
}
.c-wysywig blockquote > p {
  margin-bottom: 0;
}
.c-wysywig .aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.c-wysywig .alignright {
  margin-left: auto;
}
.c-wysywig .alignleft {
  margin-right: auto;
}

#top .p-mv {
  position: relative;
  padding: 15.2rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #top .p-mv {
    padding-top: 6.4rem;
    padding-bottom: 4.8rem;
  }
}
#top .p-mv__bg {
  position: absolute;
}
#top .p-mv__bg--01 {
  top: 12rem;
  left: 0;
  width: 56.8rem;
}
@media screen and (max-width: 767px) {
  #top .p-mv__bg--01 {
    top: 5rem;
    width: 28.4rem;
  }
}
#top .p-mv__bg--02 {
  right: 0;
  width: 69.8rem;
}
@media screen and (max-width: 767px) {
  #top .p-mv__bg--02 {
    display: none;
  }
}
#top .p-mv__bg--03 {
  top: 33rem;
  right: 0;
  width: 45.4rem;
}
@media screen and (max-width: 767px) {
  #top .p-mv__bg--03 {
    width: 22.7rem;
    top: 20rem;
  }
}
#top .p-mv-box {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #top .p-mv-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3rem;
  }
}
#top .p-mv-box__textArea {
  position: relative;
  z-index: 3;
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  #top .p-mv-box__textArea {
    padding-left: 2rem;
  }
}
#top .p-mv-box__textArea img {
  width: 48rem;
}
@media screen and (max-width: 767px) {
  #top .p-mv-box__textArea img {
    width: 28rem;
  }
}
#top .p-mv-box__imageArea {
  margin-left: -12.5rem;
  border-top-left-radius: 6rem;
  border-bottom-left-radius: 6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #top .p-mv-box__imageArea {
    margin-left: 4rem;
  }
}
#top .p-mv-box__imageArea img {
  width: 102.5rem;
}
@media screen and (max-width: 767px) {
  #top .p-mv-box__imageArea img {
    width: 35rem;
  }
}
#top .p-sec01 {
  position: relative;
  padding: 0 0 16.9rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec01 {
    padding: 0 0 8rem;
  }
}
#top .p-sec01-box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top .p-sec01-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6rem;
  }
}
#top .p-sec01-box__imageArea {
  position: relative;
  margin-left: -12rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec01-box__imageArea {
    margin-left: 0;
    width: 100%;
  }
}
#top .p-sec01-box__imageArea .imageItem {
  overflow: hidden;
}
#top .p-sec01-box__imageArea .imageItem--01 {
  border-bottom-right-radius: 4rem;
  border-top-right-radius: 4rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec01-box__imageArea .imageItem--01 {
    margin-left: -2rem;
  }
}
#top .p-sec01-box__imageArea .imageItem--01 img {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec01-box__imageArea .imageItem--01 img {
    width: 22rem;
    border-bottom-right-radius: 4rem;
    border-top-right-radius: 4rem;
  }
}
#top .p-sec01-box__imageArea .imageItem--02 {
  position: absolute;
  bottom: -6.7rem;
  right: -13.5rem;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec01-box__imageArea .imageItem--02 {
    right: -1rem;
    bottom: 10rem;
  }
}
#top .p-sec01-box__imageArea .imageItem--02 img {
  width: 26rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec01-box__imageArea .imageItem--02 img {
    width: 14rem;
  }
}
#top .p-sec01-box__textArea {
  max-width: 57rem;
}
#top .p-sec01-box__textArea .tit {
  font-size: clamp(36px, 4.8rem, 60px);
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec01-box__textArea .tit {
    font-size: clamp(24px, 2.8rem, 32px);
    line-height: 1.5;
    margin-bottom: 2.4rem;
  }
}
#top .p-sec01-box__textArea .text {
  font-size: clamp(14px, 1.6rem, 18px);
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #top .p-sec01-box__textArea .text {
    font-size: clamp(13px, 1.4rem, 15px);
    line-height: 1.8;
  }
}
#top .p-sec01-box__textArea .text .orange {
  color: #ECA318;
  font-weight: 500;
}
#top .p-sec01-box__textArea .btnArea {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec01-box__textArea .btnArea {
    margin-top: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#top .p-sec02 {
  position: relative;
  padding: 0 0 16rem;
}
#top .p-sec02__bg {
  position: absolute;
}
#top .p-sec02__bg--01 {
  top: -14.5rem;
  right: 0;
  width: 29rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec02__bg--01 {
    width: 14.5rem;
    top: -7rem;
  }
}
#top .p-sec02__bg--02 {
  top: 33.1rem;
  left: 0;
  width: 29.3rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec02__bg--02 {
    width: 14.5rem;
    top: 17rem;
  }
}
#top .p-sec02__bg--03 {
  bottom: -26.7rem;
  right: 0;
  width: 45.4rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec02__bg--03 {
    width: 22.6rem;
    bottom: -13rem;
  }
}
#top .p-sec02-box {
  position: relative;
  z-index: 4;
  padding: 6rem 8rem;
  background-color: #fffbf0;
  border-radius: 6rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec02-box {
    padding: 4rem 1.1rem;
    border-radius: 2rem;
  }
}
#top .p-sec02-box .c-titA {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec02-box .c-titA {
    margin-bottom: 2.4rem;
  }
}
#top .p-sec02-box__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #top .p-sec02-box__text {
    font-size: 1.4rem;
  }
}
#top .p-sec02-box__linkList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec02-box__linkList {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.1rem;
  }
}
#top .p-sec02-box__linkList .listItem .link {
  border: 1px solid #b7d002;
  border-radius: 2rem;
  background-color: #fffbf0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 2rem 2.2rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec02-box__linkList .listItem .link {
    padding: 0.8rem 2.3rem 1.6rem;
  }
}
#top .p-sec02-box__linkList .listItem .link .icon {
  width: 8rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec02-box__linkList .listItem .link .icon {
    width: 6rem;
  }
}
#top .p-sec02-box__linkList .listItem .link .itemTit {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  min-height: 6.7rem;
  vertical-align: middle;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  #top .p-sec02-box__linkList .listItem .link .itemTit {
    font-size: 1.8rem;
    min-height: auto;
  }
}
#top .p-sec02-box__linkList .listItem .link .itemText {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec02-box__linkList .listItem .link .itemText {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
}
#top .p-sec02-box__linkList .listItem .link .arrow {
  width: 1.6rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  #top .p-sec02-box__linkList .listItem .link .arrow {
    width: 0.8rem;
  }
}
#top .p-sec02-box__linkList .listItem .link:hover {
  border-color: #eca318;
}
#top .p-sec02-box__linkList .listItem .link:hover .itemTit {
  color: #eca318;
}
#top .p-sec02-box__linkList .listItem .link:hover .arrow {
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
}
#top .p-sec02-box__linkList .listItem .link:hover .arrow path {
  fill: #eca318;
}
#top .p-sec02-box .btnArea {
  margin-top: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #top .p-sec02-box .btnArea {
    margin-top: 3.2rem;
  }
}
#top .p-sec03 {
  position: relative;
  z-index: 3;
  background-color: rgba(255, 251, 240, 0.7215686275);
  padding: 8rem 0 6rem;
}
#top .p-sec03 .swiperArea {
  margin-top: 7.4rem;
}
#top .p-sec03 .swiperArea .swiper {
  position: relative;
  overflow: hidden;
  aspect-ratio: initial;
}
@media screen and (min-width: 768px) {
  #top .p-sec03 .swiperArea .swiper {
    aspect-ratio: 1440/435;
  }
}
@media screen and (min-width: 768px) {
  #top .p-sec03 .swiperArea .swiper .swiper-wrapper {
    margin-left: -5.55%;
  }
}
#top .p-sec03 .swiperArea .swiper .swiper-wrapper .swiper-slide {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  #top .p-sec03 .swiperArea .swiper .swiper-wrapper .swiper-slide {
    width: 22.2% !important;
    margin-right: 1.4%;
    margin-left: 1.4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  #top .p-sec03 .swiperArea .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 33.31% !important;
    margin-top: 0;
  }
}
#top .p-sec03 .swiperArea .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .imageArea img {
  width: 100%;
}
#top .p-sec03 .swiperArea .swiper .swiper-wrapper .swiper-slide .imageArea img {
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec03 .swiperArea .swiper .swiper-wrapper .swiper-slide .imageArea img {
    border-radius: 1.5rem;
  }
}
#top .p-sec03 .swiperArea .swiper .swiper-wrapper .swiper-slide .textArea {
  margin-top: 1.9rem;
}
#top .p-sec03 .swiperArea .swiper .swiper-wrapper .swiper-slide .textArea .infoArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
#top .p-sec03 .swiperArea .swiper .swiper-wrapper .swiper-slide .textArea .infoArea .catArea .cat {
  font-size: clamp(16px, 1.8rem, 20px);
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #top .p-sec03 .swiperArea .swiper .swiper-wrapper .swiper-slide .textArea .infoArea .catArea .cat {
    font-size: 1.4rem;
  }
}
#top .p-sec03 .swiperArea .swiper .swiper-wrapper .swiper-slide .textArea .infoArea .date {
  font-size: clamp(13px, 1.4rem, 15px);
}
#top .p-sec03 .swiperArea .swiper .swiper-wrapper .swiper-slide .textArea .tit {
  font-size: clamp(20px, 2.4rem, 28px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #top .p-sec03 .swiperArea .swiper .swiper-wrapper .swiper-slide .textArea .tit {
    font-size: 1.8rem;
  }
}
#top .p-sec03 .swiperArea .swiper-button-prev,
#top .p-sec03 .swiperArea .swiper-button-next {
  width: auto;
  top: 43%;
}
@media screen and (max-width: 767px) {
  #top .p-sec03 .swiperArea .swiper-button-prev,
  #top .p-sec03 .swiperArea .swiper-button-next {
    top: 36%;
  }
}
#top .p-sec03 .swiperArea .swiper-button-prev::after,
#top .p-sec03 .swiperArea .swiper-button-next::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 40px solid #b7d101;
  border-right: 0;
  -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  #top .p-sec03 .swiperArea .swiper-button-prev::after,
  #top .p-sec03 .swiperArea .swiper-button-next::after {
    background-size: 4.3rem;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    border-left: 2rem solid #b7d101;
  }
}
#top .p-sec03 .swiperArea .swiper-button-prev {
  left: calc(50% - 28rem);
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  #top .p-sec03 .swiperArea .swiper-button-prev {
    left: 4.5rem;
  }
}
#top .p-sec03 .swiperArea .swiper-button-next {
  right: calc(50% - 28rem);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  #top .p-sec03 .swiperArea .swiper-button-next {
    right: 4.5rem;
  }
}
#top .p-sec03 .btnArea {
  margin-top: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #top .p-sec03 .btnArea {
    margin-top: 3.2rem;
  }
}
#top .p-sec04 {
  position: relative;
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec04 {
    padding-top: 4rem;
  }
}
#top .p-sec04__bg {
  position: absolute;
  z-index: -1;
}
#top .p-sec04__bg--01 {
  width: 29.3rem;
  top: -46.7rem;
  left: 0;
}
#top .p-sec04__bg--02 {
  width: 28.5rem;
  bottom: -21.4rem;
  left: 0;
}
#top .p-sec04__bg--03 {
  width: 35.5rem;
  top: 30.3rem;
  right: 0;
}
#top .p-sec04__bg--04 {
  width: 26rem;
  right: 33.6rem;
  bottom: 0;
}
#top .p-sec04-contents__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec04-contents__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}
#top .p-sec04-contents__box + .p-sec04-contents__box {
  margin-top: 8rem;
}
#top .p-sec04-contents__box .imageArea {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #top .p-sec04-contents__box .imageArea {
    border-radius: 0;
    margin: 0 -2rem;
  }
}
#top .p-sec04-contents__box .imageArea img {
  width: 42rem;
}
#top .p-sec04-contents__box .textArea .c-titA {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec04-contents__box .textArea .c-titA {
    margin-bottom: 1.6rem;
  }
}
#top .p-sec04-contents__box .textArea .text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #top .p-sec04-contents__box .textArea .text {
    font-size: 1.4rem;
  }
}
#top .p-sec04-contents__box .textArea .btnArea {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec04-contents__box .textArea .btnArea {
    margin-top: 3.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#about .p-sec01__tit {
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about .p-sec01__tit {
    font-size: 2rem;
  }
}
#about .p-sec01-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  #about .p-sec01-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
#about .p-sec01-box__item {
  position: relative;
  padding-top: 14.1rem;
}
#about .p-sec01-box__item .itemTit {
  position: relative;
  z-index: 3;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  #about .p-sec01-box__item .itemTit {
    font-size: 2rem;
  }
}
#about .p-sec01-box__item .itemText {
  position: relative;
  z-index: 3;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #about .p-sec01-box__item .itemText {
    font-size: 1.4rem;
  }
}
#about .p-sec01-box__item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-size: 32.8rem;
  width: 32.8rem;
  height: 32.8rem;
}
@media screen and (max-width: 767px) {
  #about .p-sec01-box__item::after {
    top: 3.5rem;
    left: 4.2rem;
    background-size: 24rem;
    width: 24rem;
    height: 24rem;
  }
}
#about .p-sec01-box__item:nth-child(1)::after {
  background-image: url(../../assets/img/about/about_1.png);
}
#about .p-sec01-box__item:nth-child(2)::after {
  background-image: url(../../assets/img/about/about_2.png);
}
#about .p-sec01-box__item:nth-child(3)::after {
  background-image: url(../../assets/img/about/about_3.png);
}
#about .p-sec02 {
  padding-top: 16rem;
}
@media screen and (max-width: 767px) {
  #about .p-sec02 {
    padding-top: 10.6rem;
  }
}
#about .p-sec02-box {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #about .p-sec02-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
    margin-top: 3.2rem;
  }
}
#about .p-sec02-box__imageArea {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#about .p-sec02-box__imageArea img {
  width: 36rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #about .p-sec02-box__imageArea img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #about .p-sec02-box__textArea {
    padding: 0 2rem;
  }
}
#about .p-sec02-box__textArea .text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #about .p-sec02-box__textArea .text {
    font-size: 1.4rem;
  }
}
#about .p-sec02-afterText {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #about .p-sec02-afterText {
    margin-top: 2rem;
    padding: 0 2rem;
  }
}
#about .p-sec02-afterText__text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #about .p-sec02-afterText__text {
    font-size: 1.4rem;
  }
}
#about .p-sec02-afterText .nameArea {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.9rem;
}
@media screen and (max-width: 767px) {
  #about .p-sec02-afterText .nameArea {
    margin-top: 1.4rem;
  }
}
#about .p-sec02-afterText .nameArea .post {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #about .p-sec02-afterText .nameArea .post {
    font-size: 1.4rem;
  }
}
#about .p-sec02-afterText .nameArea .nameImg img {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  #about .p-sec02-afterText .nameArea .nameImg img {
    width: 12rem;
  }
}
#about .p-sec02-engArea {
  border-top: 1px solid rgba(113, 87, 39, 0.2);
  margin-top: 4.8rem;
  padding-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  #about .p-sec02-engArea {
    margin-top: 3rem;
    padding: 4rem 2rem 0;
  }
}
#about .p-sec02-engArea .enTit {
  color: #F6AA00;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #about .p-sec02-engArea .enTit {
    font-size: 1.8rem;
  }
}
#about .p-sec02-engArea .enText {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #about .p-sec02-engArea .enText {
    font-size: 1.4rem;
  }
}
#about .p-sec03 {
  padding-top: 16rem;
  padding-bottom: 11.8rem;
}
@media screen and (max-width: 767px) {
  #about .p-sec03 {
    padding-top: 9.5rem;
  }
}
#about .p-sec03 .c-titA {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #about .p-sec03 .c-titA {
    margin-bottom: 3.2rem;
  }
}
#about .p-sec03-contents__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  #about .p-sec03-contents__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.6rem;
  }
}
#about .p-sec03-contents__box + .p-sec03-contents__box {
  margin-top: 2rem;
}
#about .p-sec03-contents__box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #about .p-sec03-contents__box:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  #about .p-sec03-contents__box .textArea {
    padding: 0 2rem;
  }
}
#about .p-sec03-contents__box .textArea .text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #about .p-sec03-contents__box .textArea .text {
    font-size: 1.4rem;
  }
}
#about .p-sec03-contents__box .imageArea {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  border-radius: 2rem;
}
#about .p-sec03-contents__box .imageArea img {
  width: 42rem;
}
@media screen and (max-width: 767px) {
  #about .p-sec03-contents__box .imageArea img {
    width: 100%;
  }
}
#about .p-sec03-message {
  margin-top: 8rem;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #about .p-sec03-message {
    margin-top: 3.1rem;
    font-size: 1.6rem;
  }
}
#about .p-sec04 {
  background-color: #fffbf0;
  padding: 8rem 0;
}
#about .p-sec04 .c-titA {
  margin-bottom: 4rem;
}
#about .p-sec04-list {
  border-top: 1px solid #d6d0c4;
}
#about .p-sec04-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
  border-bottom: 1px solid #d6d0c4;
}
@media screen and (max-width: 767px) {
  #about .p-sec04-list__item {
    gap: 0.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.8rem 2rem 2rem;
  }
}
#about .p-sec04-list__item .year {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
  color: #b7d101;
}
@media screen and (max-width: 767px) {
  #about .p-sec04-list__item .year {
    font-size: 2.8rem;
  }
}
#about .p-sec04-list__item .year .nen {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #about .p-sec04-list__item .year .nen {
    font-size: 1.8rem;
  }
}
#about .p-sec04-list__item .secondList .secondListItem {
  color: #1A1A1A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  #about .p-sec04-list__item .secondList .secondListItem {
    gap: 1.6rem;
  }
}
#about .p-sec04-list__item .secondList .secondListItem .month {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  min-width: 4rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #about .p-sec04-list__item .secondList .secondListItem .month {
    font-size: 1.4rem;
    min-width: 3rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
#about .p-sec04-list__item .secondList .secondListItem .contents {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #about .p-sec04-list__item .secondList .secondListItem .contents {
    font-size: 1.4rem;
  }
}
#about .p-sec04-bnrArea {
  margin-top: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#about .p-sec04-bnrArea__bnr {
  width: 64.6rem;
}
#about .p-sec04-bnrArea__bnr img {
  width: 100%;
}
#about .p-sec05 {
  padding-top: 8rem;
}
#about .p-sec05 .c-titA {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #about .p-sec05 .c-titA {
    margin-bottom: 2.4rem;
  }
}
#about .p-sec05__text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #about .p-sec05__text {
    font-size: 1.4rem;
  }
}
#about .p-sec05-imageBox {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #about .p-sec05-imageBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
#about .p-sec05-imageBox__item {
  border-radius: 2rem;
  overflow: hidden;
}
#about .p-sec05-imageBox__item img {
  width: 100%;
}

#company .c-mv__text {
  text-align: left;
  margin-top: 12rem;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #company .c-mv__text {
    margin-top: 8rem;
    padding: 0 2rem;
  }
}
#company .p-sec01 {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  #company .p-sec01 {
    padding-bottom: 8rem;
  }
}
#company .p-sec01 .c-titA {
  margin-bottom: 4rem;
}
#company .p-sec01-list {
  border-top: 1px solid #d6d0c4;
}
#company .p-sec01-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.2rem;
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
  border-bottom: 1px solid #d6d0c4;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-list__item {
    gap: 1rem;
  }
}
#company .p-sec01-list__item .tit {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  min-width: 10.2rem;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-list__item .tit {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-size: 1.6rem;
    min-width: 9rem;
  }
}
#company .p-sec01-list__item .contents {
  font-size: 1.6rem;
  line-height: 2;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-list__item .contents {
    font-size: 1.4rem;
  }
}
#company .p-sec02 {
  padding: 8rem 0;
  background-color: #FFFBF0;
}
#company .p-sec02 .c-titA {
  margin-bottom: 4rem;
}
#company .p-sec02-list {
  border-top: 1px solid #d6d0c4;
}
#company .p-sec02-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
  border-bottom: 1px solid #d6d0c4;
}
@media screen and (max-width: 767px) {
  #company .p-sec02-list__item {
    padding: 1.4rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}
#company .p-sec02-list__item .year {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
  color: #b7d101;
}
@media screen and (max-width: 767px) {
  #company .p-sec02-list__item .year {
    font-size: 2.8rem;
  }
}
#company .p-sec02-list__item .year .nen {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #company .p-sec02-list__item .year .nen {
    font-size: 1.8rem;
  }
}
#company .p-sec02-list__item .secondList .secondListItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
#company .p-sec02-list__item .secondList .secondListItem .month {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
#company .p-sec02-list__item .secondList .secondListItem .contents {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #company .p-sec02-list__item .secondList .secondListItem .contents {
    font-size: 1.4rem;
  }
}

#service .p-fixedArea-btn {
  position: fixed;
  z-index: 99;
  top: 22.8rem;
  right: 0;
  width: 6.4rem;
  height: 18.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(183, 208, 2)), to(rgb(137, 188, 0)));
  background: -webkit-linear-gradient(top, rgb(183, 208, 2) 0%, rgb(137, 188, 0) 100%);
  background: linear-gradient(180deg, rgb(183, 208, 2) 0%, rgb(137, 188, 0) 100%);
}
@media screen and (max-width: 767px) {
  #service .p-fixedArea-btn {
    top: 8.4rem;
    width: 4rem;
    height: 11.3rem;
  }
}
#service .p-fixedArea-btn__icon {
  width: 2.4rem;
}
@media screen and (max-width: 767px) {
  #service .p-fixedArea-btn__icon {
    width: 1.6rem;
  }
}
#service .p-fixedArea-btn__text {
  width: 1.5rem;
}
@media screen and (max-width: 767px) {
  #service .p-fixedArea-btn__text {
    width: 1rem;
  }
}
#service .p-sec01 {
  padding: 0 0 8rem;
}
#service .p-sec01__text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
#service .p-sec01-anchorArea {
  margin-top: 8rem;
}
#service .p-sec01-anchorArea__tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2rem;
}
#service .p-sec01-anchorArea__tit .icon {
  width: 4rem;
}
#service .p-sec01-anchorArea__tit .text {
  font-size: 3.2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#service .p-sec01-anchorArea__box {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec01-anchorArea__box {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.6rem;
    margin-top: 2.4rem;
  }
}
#service .p-sec01-anchorArea__box .linkBtn {
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
  padding: 1.4rem 1.6rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #service .p-sec01-anchorArea__box .linkBtn {
    padding: 1.4rem 3.5rem 1.4rem 0.8rem;
  }
}
#service .p-sec01-anchorArea__box .linkBtn .contentsBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#service .p-sec01-anchorArea__box .linkBtn .contentsBox .iconArea img {
  width: 8rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec01-anchorArea__box .linkBtn .contentsBox .iconArea img {
    width: 5.2rem;
  }
}
#service .p-sec01-anchorArea__box .linkBtn .contentsBox .textArea .theme {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #service .p-sec01-anchorArea__box .linkBtn .contentsBox .textArea .theme {
    font-size: 1.2rem;
  }
}
#service .p-sec01-anchorArea__box .linkBtn .contentsBox .textArea .tit {
  color: #1a1a1a;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #service .p-sec01-anchorArea__box .linkBtn .contentsBox .textArea .tit {
    font-size: 1.6rem;
  }
}
#service .p-sec01-anchorArea__box .linkBtn .arrow {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec01-anchorArea__box .linkBtn .arrow {
    right: 1.2rem;
  }
}
#service .p-sec02-serviceArea__contents {
  padding: 8rem 0;
}
#service .p-sec02-serviceArea__contents:nth-child(odd) {
  background-color: #fffbf0;
}
#service .p-sec02-serviceArea__contents .contentsInner .titArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}
#service .p-sec02-serviceArea__contents .contentsInner .titArea .icon {
  width: 8rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec02-serviceArea__contents .contentsInner .titArea .icon {
    width: 6rem;
  }
}
#service .p-sec02-serviceArea__contents .contentsInner .titArea .text {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #service .p-sec02-serviceArea__contents .contentsInner .titArea .text {
    font-size: 2.4rem;
  }
}
#service .p-sec02-serviceArea__contents .contentsInner .contentsBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec02-serviceArea__contents .contentsInner .contentsBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.4rem;
  }
}
#service .p-sec02-serviceArea__contents .contentsInner .contentsBox .textArea {
  max-width: 53rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec02-serviceArea__contents .contentsInner .contentsBox .textArea {
    padding: 0 2rem;
  }
}
#service .p-sec02-serviceArea__contents .contentsInner .contentsBox .textArea .boxTit {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec02-serviceArea__contents .contentsInner .contentsBox .textArea .boxTit {
    font-size: 1.8rem;
  }
}
#service .p-sec02-serviceArea__contents .contentsInner .contentsBox .textArea .boxText {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #service .p-sec02-serviceArea__contents .contentsInner .contentsBox .textArea .boxText {
    font-size: 1.4rem;
  }
}
#service .p-sec02-serviceArea__contents .contentsInner .contentsBox .textArea .btnArea {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec02-serviceArea__contents .contentsInner .contentsBox .textArea .btnArea {
    margin-top: 2.4rem;
  }
}
#service .p-sec02-serviceArea__contents .contentsInner .contentsBox .textArea .btnArea .popupWrap {
  margin-bottom: 1.6rem;
}
#service .p-sec02-serviceArea__contents .contentsInner .contentsBox .textArea .btnArea .c-btnB + .c-btnB {
  margin-top: 1.6rem;
}
#service .p-sec02-serviceArea__contents .contentsInner .contentsBox .textArea .btnArea .c-btnB--freco .c-btnB__arrow {
  width: 1.8rem;
}
#service .p-sec02-serviceArea__contents .contentsInner .contentsBox .imageArea img {
  border-radius: 2rem;
  width: 46rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec02-serviceArea__contents .contentsInner .contentsBox .imageArea img {
    width: 100%;
  }
}
#service .p-sec02-serviceArea__contents .contentsInner .contentsBox .imageArea img + img {
  margin-top: 1.6rem;
}

#narsing_home .p-sec01 {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
#narsing_home .p-sec01__tit {
  margin-bottom: 3.2rem;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec01__tit {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
#narsing_home .p-sec01__text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec01__text {
    font-size: 1.4rem;
  }
}
#narsing_home .p-sec01-reason {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec01-reason {
    margin-top: 6rem;
  }
}
#narsing_home .p-sec01-reason__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  row-gap: 6.4rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec01-reason__contents {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5rem;
  }
}
#narsing_home .p-sec01-reason__contents__item .imageArea img {
  border-radius: 2rem;
}
#narsing_home .p-sec01-reason__contents__item .textArea {
  margin-top: 1.6rem;
}
#narsing_home .p-sec01-reason__contents__item .textArea .titArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
#narsing_home .p-sec01-reason__contents__item .textArea .titArea .titIcon img {
  width: 8rem;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec01-reason__contents__item .textArea .titArea .titIcon img {
    width: 6rem;
  }
}
#narsing_home .p-sec01-reason__contents__item .textArea .titArea .titText {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec01-reason__contents__item .textArea .titArea .titText {
    font-size: 1.8rem;
  }
}
#narsing_home .p-sec01-reason__contents__item .textArea .itemText {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 1.6rem;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec01-reason__contents__item .textArea .itemText {
    font-size: 1.4rem;
  }
}
#narsing_home .p-sec02 {
  position: relative;
  background-color: #fffbf0;
  padding: 9.2rem 0 6.4rem;
}
#narsing_home .p-sec02__tit {
  position: absolute;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60rem;
  height: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec02__tit {
    width: 90%;
    height: 6rem;
    top: -3rem;
  }
}
#narsing_home .p-sec02__tit::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  border-radius: 4rem;
}
#narsing_home .p-sec02__tit .titText {
  position: relative;
  z-index: 5;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec02__tit .titText {
    font-size: 2rem;
  }
}
#narsing_home .p-sec02-contents__list {
  max-width: 60rem;
  margin: 0 auto;
}
#narsing_home .p-sec02-contents__list .listItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px dashed #715727;
}
#narsing_home .p-sec02-contents__list .listItem + .listItem {
  margin-top: 1.6rem;
}
#narsing_home .p-sec02-contents__list .listItem .icon {
  width: 3.2rem;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec02-contents__list .listItem .icon {
    width: 2.8rem;
  }
}
#narsing_home .p-sec02-contents__list .listItem .itemText {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec02-contents__list .listItem .itemText {
    font-size: 1.6rem;
  }
}
#narsing_home .p-sec03 {
  padding: 12rem 0 4rem;
}
#narsing_home .p-sec03-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 9.9rem;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec03-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
#narsing_home .p-sec03-box__titArea {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#narsing_home .p-sec03-box__contentsArea {
  width: 100%;
}
#narsing_home .p-sec03-box__contentsArea .contentsBox + .contentsBox {
  margin-top: 2.4rem;
}
#narsing_home .p-sec03-box__contentsArea .contentsBox .boxTit {
  background-color: #D9C399;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  padding: 0.8rem 2.4rem;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec03-box__contentsArea .contentsBox .boxTit {
    gap: 1rem;
    padding: 0.8rem 2rem;
  }
}
#narsing_home .p-sec03-box__contentsArea .contentsBox .boxTit .icon {
  width: 4rem;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec03-box__contentsArea .contentsBox .boxTit .icon {
    width: 3rem;
  }
}
#narsing_home .p-sec03-box__contentsArea .contentsBox .boxTit .titText {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec03-box__contentsArea .contentsBox .boxTit .titText {
    font-size: 2rem;
  }
}
#narsing_home .p-sec03-box__contentsArea .contentsBox .boxList {
  background-color: #fff;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  padding: 2.4rem;
}
#narsing_home .p-sec03-box__contentsArea .contentsBox .boxList .boxListItem {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-left: 3.2rem;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec03-box__contentsArea .contentsBox .boxList .boxListItem {
    padding-left: 2rem;
  }
}
#narsing_home .p-sec03-box__contentsArea .contentsBox .boxList .boxListItem::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #F6AA00;
}
#narsing_home .p-sec04-swiperArea .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#narsing_home .p-sec05 {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec05 {
    padding-top: 8rem;
  }
}
#narsing_home .p-sec05__text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec05__text {
    font-size: 1.4rem;
  }
}
#narsing_home .p-sec05-bnrArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec05-bnrArea {
    gap: 2rem;
  }
}
#narsing_home .p-sec05-bnrArea__bnrItem {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
#narsing_home .p-sec05-bnrArea__bnrItem:hover {
  opacity: 0.7;
}
#narsing_home .p-sec05-bnrArea__bnrItem img {
  width: 29.2rem;
}
@media screen and (max-width: 767px) {
  #narsing_home .p-sec05-bnrArea__bnrItem img {
    width: 14.5rem;
  }
}

#komorebi .p-sec01 {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
#komorebi .p-sec01__tit {
  margin-bottom: 3.2rem;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #komorebi .p-sec01__tit {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
#komorebi .p-sec01__text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #komorebi .p-sec01__text {
    font-size: 1.4rem;
  }
}
#komorebi .p-sec01-reason {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #komorebi .p-sec01-reason {
    margin-top: 6rem;
  }
}
#komorebi .p-sec01-reason__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  row-gap: 6.4rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #komorebi .p-sec01-reason__contents {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5rem;
  }
}
#komorebi .p-sec01-reason__contents__item .imageArea img {
  border-radius: 2rem;
}
#komorebi .p-sec01-reason__contents__item .textArea {
  margin-top: 1.6rem;
}
#komorebi .p-sec01-reason__contents__item .textArea .titArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
#komorebi .p-sec01-reason__contents__item .textArea .titArea .titIcon img {
  width: 8rem;
}
@media screen and (max-width: 767px) {
  #komorebi .p-sec01-reason__contents__item .textArea .titArea .titIcon img {
    width: 6rem;
  }
}
#komorebi .p-sec01-reason__contents__item .textArea .titArea .titText {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #komorebi .p-sec01-reason__contents__item .textArea .titArea .titText {
    font-size: 1.8rem;
  }
}
#komorebi .p-sec01-reason__contents__item .textArea .itemText {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 1.6rem;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #komorebi .p-sec01-reason__contents__item .textArea .itemText {
    font-size: 1.4rem;
  }
}
#komorebi .p-sec02 {
  position: relative;
  background-color: #fffbf0;
  padding: 9.2rem 0 6.4rem;
}
#komorebi .p-sec02__tit {
  position: absolute;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60rem;
  height: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #komorebi .p-sec02__tit {
    width: 90%;
    height: 6rem;
    top: -3rem;
  }
}
#komorebi .p-sec02__tit::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  border-radius: 4rem;
}
#komorebi .p-sec02__tit .titText {
  position: relative;
  z-index: 5;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #komorebi .p-sec02__tit .titText {
    font-size: 2rem;
  }
}
#komorebi .p-sec02-contents__list {
  max-width: 60rem;
  margin: 0 auto;
}
#komorebi .p-sec02-contents__list .listItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px dashed #715727;
}
#komorebi .p-sec02-contents__list .listItem + .listItem {
  margin-top: 1.6rem;
}
#komorebi .p-sec02-contents__list .listItem .icon {
  width: 3.2rem;
}
@media screen and (max-width: 767px) {
  #komorebi .p-sec02-contents__list .listItem .icon {
    width: 2.8rem;
  }
}
#komorebi .p-sec02-contents__list .listItem .itemText {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #komorebi .p-sec02-contents__list .listItem .itemText {
    font-size: 1.6rem;
  }
}
#komorebi .p-sec03 {
  padding: 12rem 0 4rem;
}
#komorebi .p-sec03-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 9.9rem;
}
@media screen and (max-width: 767px) {
  #komorebi .p-sec03-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
#komorebi .p-sec03-box__titArea {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#komorebi .p-sec03-box__contentsArea {
  width: 100%;
}
#komorebi .p-sec03-box__contentsArea .contentsBox + .contentsBox {
  margin-top: 2.4rem;
}
#komorebi .p-sec03-box__contentsArea .contentsBox .boxTit {
  background-color: #D9C399;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  padding: 0.8rem 2.4rem;
}
@media screen and (max-width: 767px) {
  #komorebi .p-sec03-box__contentsArea .contentsBox .boxTit {
    gap: 1rem;
    padding: 0.8rem 2rem;
  }
}
#komorebi .p-sec03-box__contentsArea .contentsBox .boxTit .icon {
  width: 4rem;
}
@media screen and (max-width: 767px) {
  #komorebi .p-sec03-box__contentsArea .contentsBox .boxTit .icon {
    width: 3rem;
  }
}
#komorebi .p-sec03-box__contentsArea .contentsBox .boxTit .titText {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #komorebi .p-sec03-box__contentsArea .contentsBox .boxTit .titText {
    font-size: 2rem;
  }
}
#komorebi .p-sec03-box__contentsArea .contentsBox .boxList {
  background-color: #fff;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  padding: 2.4rem;
}
#komorebi .p-sec03-box__contentsArea .contentsBox .boxList .boxListItem {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-left: 3.2rem;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #komorebi .p-sec03-box__contentsArea .contentsBox .boxList .boxListItem {
    padding-left: 2rem;
  }
}
#komorebi .p-sec03-box__contentsArea .contentsBox .boxList .boxListItem::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #F6AA00;
}
#komorebi .p-sec04-swiperArea .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#komorebi .p-sec05 {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  #komorebi .p-sec05 {
    padding-top: 8rem;
  }
}
#komorebi .p-sec05__text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #komorebi .p-sec05__text {
    font-size: 1.4rem;
  }
}
#komorebi .p-sec05-bnrArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #komorebi .p-sec05-bnrArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

#facility .c-mv {
  padding: 0;
}
#facility .sectionWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 9.4rem;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
#facility .sectionWrap .sideArea {
  position: relative;
  width: 37.4rem;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .sideArea {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 2rem;
  }
}
#facility .sectionWrap .sideArea__list {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: rgba(255, 251, 240, 0.8);
  padding: 3.2rem 3.2rem 4rem;
  border-bottom-right-radius: 2rem;
  border-top-right-radius: 2rem;
  width: 37.4rem;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .sideArea__list {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    left: auto;
    width: 100%;
    padding: 1.6rem 2rem;
    border-radius: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #facility .sectionWrap .sideArea__list.is-stop {
    position: absolute;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#facility .sectionWrap .sideArea__list .listItem + .listItem .itemLink {
  padding-top: 2.4rem;
}
#facility .sectionWrap .sideArea__list .listItem .itemLink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #ebe0cc;
}
#facility .sectionWrap .sideArea__list .listItem .itemLink .icon {
  width: 4rem;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .sideArea__list .listItem .itemLink .icon {
    width: 3.2rem;
  }
}
#facility .sectionWrap .sideArea__list .listItem .itemLink .text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .sideArea__list .listItem .itemLink .text {
    font-size: 1.4rem;
  }
}
#facility .sectionWrap .sideArea__list .listItem .itemLink .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3rem;
  width: 0.4rem;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .sideArea__list .listItem .itemLink .arrow {
    width: 0.9rem;
    right: 0;
  }
}
#facility .sectionWrap .mainArea {
  width: 90.6rem;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea {
    width: 100%;
    display: contents;
  }
}
#facility .sectionWrap .mainArea .c-inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .c-inner {
    width: calc(100% - 4rem);
  }
}
#facility .sectionWrap .mainArea .p-mv {
  padding: 9.7rem 0 8rem;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-mv {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    padding: 3.2rem 0 4.8rem;
  }
}
#facility .sectionWrap .mainArea .p-mv__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 12rem;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-mv__text {
    margin-top: 4.8rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
#facility .sectionWrap .mainArea .p-sec01-contents + .p-sec01-contents {
  margin-top: 8rem;
}
#facility .sectionWrap .mainArea .p-sec01-contents__box {
  padding: 4rem 5.4rem;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-contents__box {
    padding: 3rem 2rem;
    background-color: #fff;
  }
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .titArea {
  padding-left: 2.4rem;
  border-left: 0.8rem solid #d9c399;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-contents__box .titArea {
    padding-left: 1rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .titArea .big {
  color: #1a1a1a;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-contents__box .titArea .big {
    font-size: 2.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .titArea .big .caution {
  padding: 0.4rem 1.2rem;
  color: #ff0000;
  border: 1px solid #ff0000;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-contents__box .titArea .big .caution {
    font-size: 1.4rem;
  }
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .titArea .small {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-contents__box .titArea .small {
    font-size: 1.4rem;
  }
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .contentsBox {
  margin-top: 2.4rem;
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .contentsBox .imageBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8rem;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-contents__box .contentsBox .imageBox {
    gap: 0.9rem;
  }
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .contentsBox .boxText {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 2.4rem;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-contents__box .contentsBox .boxText {
    font-size: 1.3rem;
  }
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .catArea {
  margin-top: 2.4rem;
  padding-bottom: 2.4rem;
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .catArea .catTit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .catArea .catTit .square {
  width: 1.8rem;
  height: 1.8rem;
  background-color: #715727;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-contents__box .catArea .catTit .square {
    width: 1.6rem;
    height: 1.6rem;
  }
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .catArea .catTit .titText {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-contents__box .catArea .catTit .titText {
    font-size: 1.6rem;
  }
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .catArea .catBox {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.8rem;
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .catArea .catBox .cat {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.4rem 1.2rem;
  background-color: rgba(183, 208, 2, 0.2);
  border-radius: 0.2rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #5c6424;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-contents__box .catArea .catBox .cat {
    font-size: 1.3rem;
    padding: 0.4rem 0.8rem;
  }
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .infoArea {
  padding-top: 2.7rem;
  border-top: 1px solid #715727;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-contents__box .infoArea {
    padding-top: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .infoArea--no {
  display: none;
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .infoArea .accessInfo .addressArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-contents__box .infoArea .accessInfo .addressArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .infoArea .accessInfo .addressArea .address {
  color: #1a1a1a;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-contents__box .infoArea .accessInfo .addressArea .address {
    font-size: 1.3rem;
  }
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .infoArea .accessInfo .addressArea .mapLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .infoArea .accessInfo .addressArea .mapLink .icon {
  width: 2.4rem;
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .infoArea .accessInfo .addressArea .mapLink .mapText {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px dashed #715727;
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .infoArea .accessInfo .telArea {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-contents__box .infoArea .accessInfo .telArea {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-contents__box .infoArea .accessInfo .telArea--dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .infoArea .accessInfo .telArea .telTit {
  font-size: 1.4rem;
  line-height: 1.4;
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .infoArea .accessInfo .telArea .telNum {
  color: #1a1a1a;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
}
#facility .sectionWrap .mainArea .p-sec01-contents__box .infoArea .accessInfo .telArea .telNum .telText {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-contents__box .infoArea .btnArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.4rem;
  }
}
#facility .sectionWrap .mainArea .p-sec01-group {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
#facility .sectionWrap .mainArea .p-sec01-group__textArea {
  margin-top: 2.4rem;
}
#facility .sectionWrap .mainArea .p-sec01-group__textArea .tit {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-group__textArea .tit {
    font-size: 1.6rem;
  }
}
#facility .sectionWrap .mainArea .p-sec01-group__textArea .text {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1A1A1A;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-group__textArea .text {
    font-size: 1.3rem;
  }
}
#facility .sectionWrap .mainArea .p-sec01-group__textArea .infoArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-group__textArea .infoArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#facility .sectionWrap .mainArea .p-sec01-group__textArea .infoArea--no {
  display: none;
}
#facility .sectionWrap .mainArea .p-sec01-group__textArea .infoArea .catArea {
  margin-top: 2.4rem;
  padding-bottom: 2.4rem;
}
#facility .sectionWrap .mainArea .p-sec01-group__textArea .infoArea .catArea .catTit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-weight: 500;
}
#facility .sectionWrap .mainArea .p-sec01-group__textArea .infoArea .catArea .catTit .square {
  width: 1.8rem;
  height: 1.8rem;
  background-color: #715727;
}
#facility .sectionWrap .mainArea .p-sec01-group__textArea .infoArea .catArea .catTit .titText {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
#facility .sectionWrap .mainArea .p-sec01-group__textArea .infoArea .catArea .catBox {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.8rem;
}
#facility .sectionWrap .mainArea .p-sec01-group__textArea .infoArea .catArea .catBox .cat {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.4rem 1.2rem;
  background-color: rgba(183, 208, 2, 0.2);
  border-radius: 0.2rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #5c6424;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-group__textArea .infoArea .btnArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#facility .sectionWrap .mainArea .p-sec01-group .boxWrap {
  margin-top: 4rem;
}
#facility .sectionWrap .mainArea .p-sec01-group .boxWrap .itemBox {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 4rem 5.4rem;
  border-radius: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-group .boxWrap .itemBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    padding: 3rem 2rem;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#facility .sectionWrap .mainArea .p-sec01-group .boxWrap .itemBox + .itemBox {
  margin-top: 2.4rem;
}
#facility .sectionWrap .mainArea .p-sec01-group .boxWrap .itemBox .imageArea {
  width: 38rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-group .boxWrap .itemBox .imageArea {
    width: 100%;
  }
}
#facility .sectionWrap .mainArea .p-sec01-group .boxWrap .itemBox .textArea .itemTitWrap {
  margin-bottom: 2.7rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #715727;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-group .boxWrap .itemBox .textArea .itemTitWrap {
    margin-bottom: 2rem;
  }
}
#facility .sectionWrap .mainArea .p-sec01-group .boxWrap .itemBox .textArea .itemTitWrap .itemTit {
  padding-left: 2.4rem;
  border-left: 0.8rem solid #d9c399;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-group .boxWrap .itemBox .textArea .itemTitWrap .itemTit {
    font-size: 1.8rem;
  }
}
#facility .sectionWrap .mainArea .p-sec01-group .boxWrap .itemBox .textArea .itemTitWrap .caution {
  margin-top: 1.2rem;
  padding: 0.4rem 1.2rem;
  display: inline-block;
  color: #ff0000;
  border: 1px solid #ff0000;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-group .boxWrap .itemBox .textArea .itemTitWrap .caution {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
#facility .sectionWrap .mainArea .p-sec01-group .boxWrap .itemBox .textArea .itemInfo .address {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #facility .sectionWrap .mainArea .p-sec01-group .boxWrap .itemBox .textArea .itemInfo .address {
    font-size: 1.3rem;
  }
}
#facility .sectionWrap .mainArea .p-sec01-group .boxWrap .itemBox .textArea .itemInfo .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#facility .sectionWrap .mainArea .p-sec01-group .boxWrap .itemBox .textArea .itemInfo .link .icon {
  width: 2.4rem;
}
#facility .sectionWrap .mainArea .p-sec01-group .boxWrap .itemBox .textArea .itemInfo .link .linkText {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px dashed #715727;
}

#consulting .c-titA__jp {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #consulting .c-titA__jp {
    font-size: 2.4rem;
  }
}
#consulting .p-sec01 {
  padding-bottom: 11.2rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec01 {
    padding-bottom: 7rem;
  }
}
#consulting .p-sec01-textArea__tit {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec01-textArea__tit {
    font-size: 1.8rem;
  }
}
#consulting .p-sec01-textArea__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #1A1A1A;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec01-textArea__text {
    font-size: 1.4rem;
    margin-top: 2.4rem;
  }
}
#consulting .p-sec02 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec02 {
    padding-bottom: 6rem;
  }
}
#consulting .p-sec02__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #1A1A1A;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec02__text {
    font-size: 1.4rem;
    margin-top: 2.4rem;
  }
}
#consulting .p-sec02-contents {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec02-contents {
    margin-top: 2.4rem;
  }
}
#consulting .p-sec02-contents__list .listItem {
  position: relative;
  display: grid;
  grid-template-columns: 42fr 62fr;
  gap: 0;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec02-contents__list .listItem {
    grid-template-columns: 1fr;
  }
}
#consulting .p-sec02-contents__list .listItem + .listItem {
  margin-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec02-contents__list .listItem + .listItem {
    margin-top: 5.2rem;
  }
}
#consulting .p-sec02-contents__list .listItem + .listItem::before {
  position: absolute;
  top: -6.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background: url(../../assets/img/consulting/consulting_icon_arrow.svg);
  background-size: 12rem;
  width: 12rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec02-contents__list .listItem + .listItem::before {
    background-size: 6rem;
    width: 6rem;
    height: 2rem;
    top: -3.5rem;
  }
}
#consulting .p-sec02-contents__list .listItem .titArea {
  background-color: rgba(246, 170, 0, 0.6);
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec02-contents__list .listItem .titArea {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
    padding: 1.6rem 0;
  }
}
#consulting .p-sec02-contents__list .listItem .titArea .stepTit {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.7rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #fff;
  color: #fff;
}
#consulting .p-sec02-contents__list .listItem .titArea .stepTit .en {
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec02-contents__list .listItem .titArea .stepTit .en {
    font-size: 1.4rem;
  }
}
#consulting .p-sec02-contents__list .listItem .titArea .stepTit .num {
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec02-contents__list .listItem .titArea .stepTit .num {
    font-size: 2rem;
  }
}
#consulting .p-sec02-contents__list .listItem .titArea .titText {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec02-contents__list .listItem .titArea .titText {
    font-size: 1.8rem;
  }
}
#consulting .p-sec02-contents__list .listItem .contentsArea {
  background-color: #fff;
  border-bottom-right-radius: 2rem;
  border-top-right-radius: 2rem;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec02-contents__list .listItem .contentsArea {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
    padding: 1.6rem 2rem;
  }
}
#consulting .p-sec02-contents__list .listItem .contentsArea .checkList .checkListItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
#consulting .p-sec02-contents__list .listItem .contentsArea .checkList .checkListItem + .checkListItem {
  margin-top: 1.6rem;
}
#consulting .p-sec02-contents__list .listItem .contentsArea .checkList .checkListItem .icon {
  width: 2.2rem;
}
#consulting .p-sec02-contents__list .listItem .contentsArea .checkList .checkListItem .text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec02-contents__list .listItem .contentsArea .checkList .checkListItem .text {
    font-size: 1.4rem;
  }
}
#consulting .p-sec02-contents__list .listItem .contentsArea .detail {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec02-contents__list .listItem .contentsArea .detail {
    font-size: 1.4rem;
  }
}
#consulting .p-sec02-contents__after {
  margin-top: 5.4rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec02-contents__after {
    margin-top: 4rem;
  }
}
#consulting .p-sec03 {
  background-color: rgba(255, 251, 240, 0.6);
  padding: 8rem 0;
}
#consulting .p-sec03__text {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec03__text {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
}
#consulting .p-sec03-archiveArea {
  margin-top: 4.4rem;
}
#consulting .p-sec03-archiveArea__tit {
  color: #1a1a1a;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
}
#consulting .p-sec03-archiveArea__list {
  margin-top: 1.7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec03-archiveArea__list {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
#consulting .p-sec03-archiveArea__list .listItem {
  padding: 3.2rem 2rem;
  border-bottom: 1px solid #d6d0c4;
}
#consulting .p-sec03-archiveArea__list .listItem:nth-child(1) {
  border-top: 1px solid #d6d0c4;
}
#consulting .p-sec03-archiveArea__list .listItem:nth-child(2) {
  border-top: 1px solid #d6d0c4;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec03-archiveArea__list .listItem:nth-child(2) {
    border-top: none;
  }
}
#consulting .p-sec03-archiveArea__list .listItem .itemTit {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
#consulting .p-sec03-archiveArea__list .listItem .secondList {
  margin-top: 1.6rem;
}
#consulting .p-sec03-archiveArea__list .listItem .secondList .secondListItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.9rem;
}
#consulting .p-sec03-archiveArea__list .listItem .secondList .secondListItem + .secondListItem {
  margin-top: 1rem;
}
#consulting .p-sec03-archiveArea__list .listItem .secondList .secondListItem .circle {
  background-color: #f6aa00;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}
#consulting .p-sec03-archiveArea__list .listItem .secondList .secondListItem .itemText {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec03-archiveArea__list .listItem .secondList .secondListItem .itemText {
    font-size: 1.4rem;
  }
}
#consulting .p-sec04 {
  padding: 8rem 0;
}
#consulting .p-sec04-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6.4rem;
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec04-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3rem;
  }
}
#consulting .p-sec04-box__textArea .nameArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec04-box__textArea .nameArea {
    margin-bottom: 2.4rem;
  }
}
#consulting .p-sec04-box__textArea .nameArea .name {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec04-box__textArea .nameArea .name {
    font-size: 1.8rem;
  }
}
#consulting .p-sec04-box__textArea .nameArea .post {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec04-box__textArea .nameArea .post {
    font-size: 1.4rem;
  }
}
#consulting .p-sec04-box__textArea .text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec04-box__textArea .text {
    font-size: 1.4rem;
  }
}
#consulting .p-sec04-box__imageArea {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec04-box__imageArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
}
#consulting .p-sec04-box__imageArea .imageItem + .imageItem {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec04-box__imageArea .imageItem + .imageItem {
    margin-top: 0;
  }
}
#consulting .p-sec04-box__imageArea .imageItem img {
  width: 38rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec04-box__imageArea .imageItem img {
    width: 100%;
    border-radius: 1rem;
  }
}
#consulting .p-sec05 {
  position: relative;
  padding: 6.4rem 0;
  background: url(../../assets/img/consulting/consulting_bg01@2x.jpg);
  background-size: cover;
}
#consulting .p-sec05::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(46, 51, 8, 0.7);
  width: 100%;
  height: 100%;
}
#consulting .p-sec05-box {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec05-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#consulting .p-sec05-box__textArea {
  color: #fff;
}
#consulting .p-sec05-box__textArea .tit {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec05-box__textArea .tit {
    font-size: 2.2rem;
  }
}
#consulting .p-sec05-box__textArea .text {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec05-box__textArea .text {
    font-size: 1.4rem;
  }
}
#consulting .p-sec05-box__btnArea .btnItem {
  background-color: #fff;
  border-radius: 8rem;
  width: 48rem;
  height: 14rem;
  padding: 2.5rem 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec05-box__btnArea .btnItem {
    width: 100%;
    height: 10rem;
    padding: 2rem;
    gap: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #consulting .p-sec05-box__btnArea .btnItem:nth-child(1) {
    pointer-events: none;
  }
}
#consulting .p-sec05-box__btnArea .btnItem:nth-child(2) .textArea .caution {
  font-size: 1.2rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec05-box__btnArea .btnItem:nth-child(2) .textArea .caution {
    font-size: 1.1rem;
  }
}
#consulting .p-sec05-box__btnArea .btnItem + .btnItem {
  margin-top: 1.6rem;
}
#consulting .p-sec05-box__btnArea .btnItem .icon {
  width: 6.8rem;
  height: 6.8rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec05-box__btnArea .btnItem .icon {
    width: 4rem;
    height: 4rem;
  }
}
#consulting .p-sec05-box__btnArea .btnItem .textArea .text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec05-box__btnArea .btnItem .textArea .text {
    font-size: 1.4rem;
  }
}
#consulting .p-sec05-box__btnArea .btnItem .textArea .num {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec05-box__btnArea .btnItem .textArea .num {
    font-size: 2.2rem;
  }
}
#consulting .p-sec05-box__btnArea .btnItem .textArea .mail {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec05-box__btnArea .btnItem .textArea .mail {
    font-size: 1.8rem;
  }
}
#consulting .p-sec05-box__btnArea .btnItem .textArea .caution {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #consulting .p-sec05-box__btnArea .btnItem .textArea .caution {
    font-size: 1.4rem;
  }
}

#works .p-sec01 {
  padding: 12rem 0 18rem;
}
@media screen and (max-width: 767px) {
  #works .p-sec01 {
    padding: 6rem 0 9rem;
  }
}
#works .p-sec01-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  #works .p-sec01-contents {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #works .p-sec01-contents .c-cardB__tit {
    font-size: 1.2rem;
    bottom: -1rem;
    left: 1rem;
  }
}

#works_detail .p-sec01 {
  background-color: #fff;
  border-radius: 3rem;
  padding: 13.6rem 0 12.8rem;
  margin: 0 2.5rem 0;
}
#works_detail .p-sec01-contents__titArea {
  margin: 0 auto 7rem;
  max-width: 90rem;
}
#works_detail .p-sec01-contents__titArea .infoArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
#works_detail .p-sec01-contents__titArea .infoArea .cat {
  padding: 0.4rem 2rem;
  border-radius: 4rem;
  background-color: #033B8F;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}
#works_detail .p-sec01-contents__titArea .infoArea .cat--cat01 {
  background-color: #188B9A;
}
#works_detail .p-sec01-contents__titArea .infoArea .cat--cat02 {
  background-color: #0375BB;
}
#works_detail .p-sec01-contents__titArea .infoArea .year {
  font-size: 1.4rem;
  line-height: 1.5;
}
#works_detail .p-sec01-contents__titArea .tit {
  margin-top: 2rem;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 2.7rem;
  border-bottom: 1px solid #A6B4C1;
}
#works_detail .p-sec01-contents__slideArea {
  position: relative;
}
#works_detail .p-sec01-contents__slideArea .swiper .swiper-wrapper .swiper-slide .imageArea {
  width: 90rem;
  margin: 0 auto;
}
#works_detail .p-sec01-contents__slideArea .swiper .swiper-button-next,
#works_detail .p-sec01-contents__slideArea .swiper .swiper-button-prev {
  background-color: #033B8F;
  border-radius: 50%;
  width: 6.6rem;
  height: 6.6rem;
}
#works_detail .p-sec01-contents__slideArea .swiper .swiper-button-next::after,
#works_detail .p-sec01-contents__slideArea .swiper .swiper-button-prev::after {
  content: "";
  background: url(../../assets/img/common/icon_swiperArrow.svg) no-repeat;
  background-size: 1.8rem;
  width: 1.8rem;
  height: 1.5rem;
}
#works_detail .p-sec01-contents__slideArea .swiper .swiper-button-prev {
  left: 5rem;
}
#works_detail .p-sec01-contents__slideArea .swiper .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#works_detail .p-sec01-contents__slideArea .swiper .swiper-button-next {
  right: 5rem;
}
#works_detail .p-sec01-contents__slideArea .swiper-pagination {
  bottom: -4rem;
}
#works_detail .p-sec01-contents__contentsArea {
  margin: 13.9rem auto 0;
  max-width: 90rem;
}
#works_detail .p-sec01-contents__contentsArea .contentsList .listItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#works_detail .p-sec01-contents__contentsArea .contentsList .listItem + .listItem {
  margin-top: 3.2rem;
}
#works_detail .p-sec01-contents__contentsArea .contentsList .listItem .tit {
  width: 11.1rem;
  color: #033B8F;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
}
#works_detail .p-sec01-contents__contentsArea .contentsList .listItem .text {
  font-size: 1.6rem;
  line-height: 2;
}
#works_detail .p-sec02 {
  padding: 8.7rem 0 0;
}
#works_detail .p-sec02__btnArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#works_detail .p-sec02__btnArea .btn {
  width: 23rem;
  height: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  background-color: #182B48;
  border: 1px solid #182B48;
  border-radius: 3rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#works_detail .p-sec02__btnArea .btn:hover {
  background-color: #fff;
  color: #182B48;
}

#news .p-sec01 {
  padding: 12rem 0 16rem;
}
@media screen and (max-width: 767px) {
  #news .p-sec01 {
    padding: 6rem 0 8rem;
  }
}
#news .p-sec01-contents {
  background-color: #fff;
  border: 1px solid #715727;
  border-radius: 4rem;
  padding: 8rem 8rem 9.4rem;
}
@media screen and (max-width: 767px) {
  #news .p-sec01-contents {
    border-radius: 2rem;
    padding: 3rem 2rem;
  }
}
#news .p-sec01-contents__list .listItem + .listItem .itemLink {
  padding-top: 4rem;
}
#news .p-sec01-contents__list .listItem .itemLink {
  position: relative;
  padding-bottom: 4rem;
  border-bottom: 1px solid #715727;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  #news .p-sec01-contents__list .listItem .itemLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-bottom: 1.6rem;
  }
}
#news .p-sec01-contents__list .listItem .itemLink::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background: url(../../assets/img/common/icon_arrow--black.svg) no-repeat;
  background-size: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
}
#news .p-sec01-contents__list .listItem .itemLink .date {
  color: #ECA318;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #news .p-sec01-contents__list .listItem .itemLink .date {
    font-size: 1.2rem;
  }
}
#news .p-sec01-contents__list .listItem .itemLink .tit {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #news .p-sec01-contents__list .listItem .itemLink .tit {
    font-size: 1.5rem;
  }
}

#news_detail .c-mv {
  padding-top: 15.2rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #news_detail .c-mv {
    padding-top: 8rem;
  }
}
#news_detail .p-sec01 {
  padding: 12rem 0 16rem;
}
@media screen and (max-width: 767px) {
  #news_detail .p-sec01 {
    padding: 6rem 0 8rem;
  }
}
#news_detail .p-sec01-contents {
  position: relative;
  background-color: #fff;
  border: 1px solid #715727;
  border-radius: 4rem;
  padding: 8rem 8rem 9.4rem;
}
@media screen and (max-width: 767px) {
  #news_detail .p-sec01-contents {
    border-radius: 2rem;
    padding: 3rem 2rem;
  }
}
#news_detail .p-sec01-contents__chara {
  position: absolute;
  top: -7.2rem;
  left: 6.5rem;
}
@media screen and (max-width: 767px) {
  #news_detail .p-sec01-contents__chara {
    top: -5.4rem;
    left: 0.5rem;
  }
}
#news_detail .p-sec01-contents__chara img {
  width: 10.7rem;
}
@media screen and (max-width: 767px) {
  #news_detail .p-sec01-contents__chara img {
    width: 8rem;
  }
}
#news_detail .p-sec01-contents__titArea {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  #news_detail .p-sec01-contents__titArea {
    margin-bottom: 3rem;
  }
}
#news_detail .p-sec01-contents__titArea .tit {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #news_detail .p-sec01-contents__titArea .tit {
    font-size: 2.4rem;
  }
}
#news_detail .p-sec01-contents__titArea .infoArea .date {
  color: #ECA318;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
#news_detail .p-sec01__btnArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  #news_detail .p-sec01__btnArea {
    margin-top: 5rem;
  }
}

#notfound .p-sec01 {
  padding: 0 0 16rem;
}
@media screen and (max-width: 767px) {
  #notfound .p-sec01 {
    padding: 0 0 8rem;
  }
}
#notfound .p-sec01-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#notfound .p-sec01-image__bg img {
  width: 17.4rem;
}
#notfound .p-sec01-image__img {
  position: absolute;
  z-index: 4;
  top: 4.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#notfound .p-sec01-image__img img {
  width: 4rem;
  -webkit-animation: purupuru 0.8s linear 0s infinite;
          animation: purupuru 0.8s linear 0s infinite;
}
@-webkit-keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
            transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
            transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
            transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
            transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
            transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
            transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
#notfound .p-sec01__text {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #notfound .p-sec01__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #notfound .p-sec01__text h2 {
    font-size: 2rem;
  }
}
#notfound .p-sec01__btnArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  #notfound .p-sec01__btnArea {
    margin-top: 4rem;
  }
}

/*----------------------------------------------------
  margin-top
----------------------------------------------------*/
.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

@media (min-width: 1024px) {
  .u-mt10-lg-min {
    margin-top: 10px;
  }
}

@media (min-width: 1024px) {
  .u-mt20-lg-min {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .u-mt30-lg-min {
    margin-top: 30px;
  }
}

@media (min-width: 1024px) {
  .u-mt40-lg-min {
    margin-top: 40px;
  }
}

@media (min-width: 1024px) {
  .u-mt50-lg-min {
    margin-top: 50px;
  }
}

@media (min-width: 1024px) {
  .u-mt60-lg-min {
    margin-top: 60px;
  }
}

@media (min-width: 1024px) {
  .u-mt70-lg-min {
    margin-top: 70px;
  }
}

@media (min-width: 1024px) {
  .u-mt80-lg-min {
    margin-top: 80px;
  }
}

@media (min-width: 1024px) {
  .u-mt90-lg-min {
    margin-top: 90px;
  }
}

@media (min-width: 1024px) {
  .u-mt100-lg-min {
    margin-top: 100px;
  }
}

/*----------------------------------------------------
  margin-bottom
----------------------------------------------------*/
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb100 {
  margin-bottom: 100px;
}

@media (min-width: 1024px) {
  .u-mb10-lg-min {
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .u-mb20-lg-min {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .u-mb30-lg-min {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .u-mb40-lg-min {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .u-mb50-lg-min {
    margin-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .u-mb60-lg-min {
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .u-mb70-lg-min {
    margin-bottom: 70px;
  }
}

@media (min-width: 1024px) {
  .u-mb80-lg-min {
    margin-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .u-mb90-lg-min {
    margin-bottom: 90px;
  }
}

@media (min-width: 1024px) {
  .u-mb100-lg-min {
    margin-bottom: 100px;
  }
}

/*----------------------------------------------------
  margin-left
----------------------------------------------------*/
.u-ml10 {
  margin-left: 10px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml100 {
  margin-left: 100px;
}

@media (min-width: 1024px) {
  .u-ml10-lg-min {
    margin-left: 10px;
  }
}

@media (min-width: 1024px) {
  .u-ml20-lg-min {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .u-ml30-lg-min {
    margin-left: 30px;
  }
}

@media (min-width: 1024px) {
  .u-ml40-lg-min {
    margin-left: 40px;
  }
}

@media (min-width: 1024px) {
  .u-ml50-lg-min {
    margin-left: 50px;
  }
}

@media (min-width: 1024px) {
  .u-ml60-lg-min {
    margin-left: 60px;
  }
}

@media (min-width: 1024px) {
  .u-ml70-lg-min {
    margin-left: 70px;
  }
}

@media (min-width: 1024px) {
  .u-ml80-lg-min {
    margin-left: 80px;
  }
}

@media (min-width: 1024px) {
  .u-ml90-lg-min {
    margin-left: 90px;
  }
}

@media (min-width: 1024px) {
  .u-ml100-lg-min {
    margin-left: 100px;
  }
}

/*----------------------------------------------------
  margin-right
----------------------------------------------------*/
.u-mr10 {
  margin-right: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mr100 {
  margin-right: 100px;
}

@media (min-width: 1024px) {
  .u-mr10-lg-min {
    margin-right: 10px;
  }
}

@media (min-width: 1024px) {
  .u-mr20-lg-min {
    margin-right: 20px;
  }
}

@media (min-width: 1024px) {
  .u-mr30-lg-min {
    margin-right: 30px;
  }
}

@media (min-width: 1024px) {
  .u-mr40-lg-min {
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .u-mr50-lg-min {
    margin-right: 50px;
  }
}

@media (min-width: 1024px) {
  .u-mr60-lg-min {
    margin-right: 60px;
  }
}

@media (min-width: 1024px) {
  .u-mr70-lg-min {
    margin-right: 70px;
  }
}

@media (min-width: 1024px) {
  .u-mr80-lg-min {
    margin-right: 80px;
  }
}

@media (min-width: 1024px) {
  .u-mr90-lg-min {
    margin-right: 90px;
  }
}

@media (min-width: 1024px) {
  .u-mr100-lg-min {
    margin-right: 100px;
  }
}

/*----------------------------------------------------
  テキスト
----------------------------------------------------*/
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

/*----------------------------------------------------
  display: none系
----------------------------------------------------*/
@media (max-width: 767px) {
  .u-dn-sp-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-dn-md {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */