*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

:where(html) {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

:where(body) {
  margin: 0;
}

:where(main) {
  display: block;
}

:where(p, table, blockquote, address, pre, iframe, form, figure, dl) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

:where(ul, ol) {
  margin: 0;
  padding: 0;
  list-style: none;
}

:where(dt) {
  font-weight: bold;
}

:where(dd) {
  margin-left: 0;
}

:where(hr) {
  clear: both;
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  height: 0;
  border-top-width: 1px;
  color: inherit;
}

:where(pre) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(address) {
  font-style: inherit;
}

:where(a) {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

:where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

:where(b, strong) {
  font-weight: bolder;
}

:where(code, kbd, samp) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(small) {
  font-size: 80%;
}

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

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.5em;
}

:where(svg, img, embed, object, iframe) {
  vertical-align: bottom;
}

:where(button, input, optgroup, select, textarea) {
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-appearance: none;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  cursor: pointer;
}

:where(button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled) {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

:where(select:disabled) {
  opacity: inherit;
}

:where(option) {
  padding: 0;
}

:where(fieldset) {
  margin: 0;
  padding: 0;
  min-width: 0;
}

:where(legend) {
  padding: 0;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  overflow: auto;
}

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

:where([type=search]) {
  outline-offset: -2px;
}

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

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

:where([type=number]) {
  -moz-appearance: textfield;
}

:where(label[for]) {
  cursor: pointer;
}

:where(details) {
  display: block;
}

:where(summary) {
  display: list-item;
}

:where([contenteditable]:focus) {
  outline: auto;
}

:where(table) {
  border-collapse: collapse;
  border-color: inherit;
}

:where(caption) {
  text-align: left;
}

:where(td, th) {
  padding: 0;
  vertical-align: top;
}

:where(th) {
  text-align: left;
  font-weight: bold;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  -webkit-animation: fadeInRight;
          animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.delay-2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.delay-3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.delay-4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.delay-5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.delay-6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.delay-7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.delay-8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.delay-9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.delay-10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #1a1a1a;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.6rem;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 2;
  line-break: strict;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

:where(a) {
  color: #058aa7;
}
.human-capital-management {
  font-family: "Hiragino Kaku Gothic ProN";
}

@media screen and (min-width: 481px) {
  .human-capital-management .pc-none {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .human-capital-management .sp-none {
    display: none;
  }
}
.human-capital-management .wrap {
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  .human-capital-management .wrap {
    padding: 0 20px;
    max-width: 1120px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .human-capital-management .wrap {
    padding: 0 16px;
  }
}

@media screen and (min-width: 481px) {
  .topManagementMv {
    position: relative;
    width: 100%;
    height: 523px;
    background: url(../img/mv_pc.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .topManagementMv {
    position: relative;
    width: 100%;
    height: 250px;
    background: url(../img/mv_sp.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.topManagementMv-ttl {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic ProN";
}
@media screen and (min-width: 481px) {
  .topManagementMv-ttl {
    padding-top: 221px;
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .topManagementMv-ttl {
    padding-top: 96px;
    font-size: 20px;
  }
}

@media screen and (min-width: 481px) {
  .topManagementLead {
    padding: 64px 0;
  }
}
@media screen and (max-width: 480px) {
  .topManagementLead {
    padding: 38px 0 30px;
  }
}
.topManagementLead-txt {
  color: #666;
  letter-spacing: -0.04em;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN";
}
@media screen and (min-width: 481px) {
  .topManagementLead-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .topManagementLead-txt {
    font-size: 1.4rem;
    line-height: 1.8em;
  }
}

@media screen and (min-width: 481px) {
  .topManagementBody {
    padding: 0 0 64px;
  }
}
@media screen and (max-width: 480px) {
  .topManagementBody {
    padding: 0 0 50px;
  }
}
.topManagementBody-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 481px) {
  .topManagementBody-list {
    gap: 34px;
  }
}
@media screen and (max-width: 480px) {
  .topManagementBody-list {
    gap: 22px;
  }
}
.topManagementBody-list-item {
  padding: 25px 0;
  background: #f2eae4;
}
.topManagementBody-list-item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 481px) {
  .topManagementBody-list-item .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .topManagementBody-list-item .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 481px) {
  .topManagementBody-list-item-contents {
    width: 45%;
  }
}
.topManagementBody-list-item-contents-ttl {
  padding-left: 1em;
  color: #a9694f;
  text-indent: -1em;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 481px) {
  .topManagementBody-list-item-contents-ttl {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 480px) {
  .topManagementBody-list-item-contents-ttl {
    text-align: left;
    font-size: 1.9rem;
  }
}
.topManagementBody-list-item-contents-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #666;
  background: #fff;
  color: #666;
  line-height: 1;
}
@media screen and (min-width: 481px) {
  .topManagementBody-list-item-contents-link {
    margin-top: 34px;
    width: 320px;
    height: 30px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .topManagementBody-list-item-contents-link {
    margin: 19px auto 0;
    width: 264px;
    height: 60px;
    font-size: 1.6rem;
  }
}
.topManagementBody-list-item-contents-link:hover {
  opacity: 0.7;
}
.topManagementBody-list-item-contents-link::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 0.1rem solid #666;
  border-bottom: 0.1rem solid #666;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 481px) {
  .topManagementBody-list-item-contents-link::after {
    top: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  .topManagementBody-list-item-contents-link::after {
    top: 2.5rem;
  }
}
@media screen and (min-width: 481px) {
  .topManagementBody-list-item-img {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .topManagementBody-list-item-img {
    margin-top: 14px;
    width: 100%;
  }
}

@media screen and (min-width: 481px) {
  .moduleMv {
    position: relative;
    width: 100%;
    height: 523px;
    background: url(../img/management-personnel/mv_pc.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .moduleMv.humanrelationshipmv {
    position: relative;
    width: 100%;
    height: 495px;
    background: url(../img/humanrelationship/mv_pc.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .moduleMv.workingmv {
    position: relative;
    width: 100%;
    height: 495px;
    background: url(../img/working/mv_pc.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .moduleMv {
    position: relative;
    width: 100%;
    height: 250px;
    background: url(../img/management-personnel/mv_sp.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .moduleMv.humanrelationshipmv {
    position: relative;
    width: 100%;
    height: 250px;
    background: url(../img/humanrelationship/mv_sp.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .moduleMv.workingmv {
    position: relative;
    width: 100%;
    height: 250px;
    background: url(../img/working/mv_sp.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.moduleMv-ttl {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 481px) {
  .moduleMv-ttl {
    position: relative;
    top: 50%;
    left: 50%;
    letter-spacing: 4px;
    font-size: 40px;
    line-height: 1.4em;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 480px) {
  .moduleMv-ttl {
    padding-top: 96px;
    font-size: 20px;
  }
}

@media screen and (min-width: 481px) {
  .moduleLead {
    padding: 88px 0 82px;
  }
}
@media screen and (max-width: 480px) {
  .moduleLead {
    padding: 40px 0 46px;
  }
}
.moduleLead-body {
  background: #f2eae4;
}
@media screen and (min-width: 481px) {
  .moduleLead-body {
    padding: 12px 0 25px;
  }
}
@media screen and (max-width: 480px) {
  .moduleLead-body {
    padding: 17px 0 20px;
  }
}
.moduleLead-body-ttl {
  border-bottom: 1px solid #a4674e;
  color: #a9694f;
  text-align: center;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN";
}
@media screen and (min-width: 481px) {
  .moduleLead-body-ttl {
    padding-bottom: 10px;
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  .moduleLead-body-ttl {
    padding-bottom: 10px;
    font-size: 17px;
  }
}
.moduleLead-body-txt {
  letter-spacing: -0.06em;
}
@media screen and (min-width: 481px) {
  .moduleLead-body-txt {
    padding: 20px 35px 0;
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .moduleLead-body-txt {
    padding: 20px 20px 0;
    font-size: 14px;
    line-height: 1.6em;
  }
}
.moduleLead-ttl {
  color: #a9694f;
  font-weight: 700;
}
@media screen and (min-width: 481px) {
  .moduleLead-ttl {
    font-size: 27px;
  }
}
@media screen and (max-width: 480px) {
  .moduleLead-ttl {
    font-size: 17px;
  }
}
.moduleLead-txt {
  color: #666;
  line-height: 1.6em;
}
@media screen and (min-width: 481px) {
  .moduleLead-txt {
    margin-top: 28px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .moduleLead-txt {
    margin-top: 20px;
    letter-spacing: -0.08em;
    font-size: 14px;
  }
}

@media screen and (min-width: 481px) {
  .moduleBody {
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 480px) {
  .moduleBody {
    padding-bottom: 44px;
  }
}
.moduleBody-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 481px) {
  .moduleBody-list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 39px;
    margin-top: 57px;
  }
}
@media screen and (max-width: 480px) {
  .moduleBody-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 481px) {
  .moduleBody-list-item {
    max-width: 520px;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .moduleBody-list-item {
    width: 100%;
  }
}
.moduleBody-list-item-ttl {
  color: #a9694f;
  letter-spacing: -0.06em;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN";
}
@media screen and (min-width: 481px) {
  .moduleBody-list-item-ttl {
    text-indent: -1.5rem;
    font-size: 30px;
  }
  .moduleBody-list-item-ttl.bodyttlsmall {
    font-size: 28px;
  }
  .moduleBody-list-item-ttl.bodyttlmargin {
    margin-top: 44px;
  }
}
@media screen and (max-width: 480px) {
  .moduleBody-list-item-ttl {
    text-indent: -1rem;
    font-size: 19px;
  }
  .moduleBody-list-item-ttl.bodyttlmargin {
    margin-top: 30px;
  }
}
@media screen and (min-width: 481px) {
  .moduleBody-list-item-ttl span {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  .moduleBody-list-item-ttl span {
    font-size: 15px;
  }
}
.moduleBody-list-item-ttl .ttlsmall {
  font-size: 18px;
}
@media screen and (min-width: 481px) {
  .moduleBody-list-item-img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .moduleBody-list-item-img {
    margin-top: 15px;
  }
}
.moduleBody-onlyttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Hiragino Kaku Gothic ProN";
}
@media screen and (min-width: 481px) {
  .moduleBody-onlyttl {
    gap: 30px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .moduleBody-onlyttl {
    gap: 10px;
    margin-top: 30px;
  }
}
.moduleBody-txt {
  color: #666;
}
@media screen and (min-width: 481px) {
  .moduleBody-txt {
    margin-top: 30px;
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .moduleBody-txt {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6em;
  }
}
.moduleBody-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
}
@media screen and (min-width: 481px) {
  .moduleBody-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .moduleBody-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.moduleBody-links-item {
  position: relative;
  border: 1px solid #a4674e;
}
@media screen and (min-width: 481px) {
  .moduleBody-links-item {
    padding: 2px 9px;
    width: 202px;
  }
}
@media screen and (max-width: 480px) {
  .moduleBody-links-item {
    padding: 2px 12px;
    width: 100%;
  }
}
.moduleBody-links-item::after {
  content: "";
  position: absolute;
  top: 42%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 481px) {
  .moduleBody-links-item::after {
    right: 1.5rem;
    width: 1rem;
    height: 1rem;
    border-right: 0.1rem solid #a9694f;
    border-bottom: 0.1rem solid #a9694f;
  }
}
@media screen and (max-width: 480px) {
  .moduleBody-links-item::after {
    right: 2rem;
    width: 0.7rem;
    height: 0.7rem;
    border-right: 0.15rem solid #a9694f;
    border-bottom: 0.15rem solid #a9694f;
  }
}
.moduleBody-links-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a4674e;
  text-align: left;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.6em;
}
@media screen and (min-width: 481px) {
  .moduleBody-links-item-link {
    height: 67px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .moduleBody-links-item-link {
    height: 54px;
    font-size: 12px;
  }
}

.moduleContents-ttl {
  padding: 3px;
  background: #a9694f;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic ProN";
}
@media screen and (min-width: 481px) {
  .moduleContents-ttl {
    font-size: 27px;
  }
}
@media screen and (max-width: 480px) {
  .moduleContents-ttl {
    font-size: 17px;
  }
}
.moduleContents-subttl {
  color: #a9694f;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic ProN";
}
@media screen and (min-width: 481px) {
  .moduleContents-subttl {
    margin-top: 86px;
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .moduleContents-subttl {
    margin-top: 30px;
    font-size: 17px;
  }
}
.moduleContents-txt {
  color: #666;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN";
}
@media screen and (min-width: 481px) {
  .moduleContents-txt {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 480px) {
  .moduleContents-txt {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6em;
  }
}
.moduleContents-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 481px) {
  .moduleContents-body {
    gap: 39px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .moduleContents-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    margin-top: 17px;
  }
}
.moduleContents-body-contents-img {
  width: 100%;
}
.moduleContents-body-contents-caption {
  color: #666;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.4em;
}
@media screen and (min-width: 481px) {
  .moduleContents-body-contents-caption {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .moduleContents-body-contents-caption {
    margin-top: 4px;
    font-size: 10px;
  }
}
.moduleContents-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 481px) {
  .moduleContents-img {
    margin: 48px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .moduleContents-img {
    margin: 24px auto 0;
  }
}
.moduleContents-img.oneheart {
  width: 285px;
}
.moduleContents-caption {
  margin-top: 13px;
  padding-left: 1em;
  color: #666;
  text-indent: -1em;
  font-weight: 400;
  font-size: 10px;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.5em;
}
.moduleContents-txterea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 481px) {
  .moduleContents-txterea {
    gap: 15px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .moduleContents-txterea {
    gap: 10px;
    margin-top: 15px;
  }
}
.moduleContents-txterea-txt {
  color: #a9694f;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (min-width: 481px) {
  .moduleContents-txterea-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .moduleContents-txterea-txt {
    padding-left: 1.3em;
    text-indent: -1.3em;
    font-size: 14px;
  }
}
.moduleContents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 481px) {
  .moduleContents-list {
    gap: 17px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 480px) {
  .moduleContents-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
    margin-top: 20px;
  }
}
.moduleContents-list-item {
  width: 100%;
}
@media screen and (min-width: 481px) {
  .moduleContents-list-item-caption {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .moduleContents-list-item-caption {
    margin-top: 4px;
    font-size: 10px;
  }
}
.moduleContents-item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 481px) {
  .moduleContents-item2 {
    gap: 39px;
    margin-top: 76px;
  }
}
@media screen and (max-width: 480px) {
  .moduleContents-item2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 481px) {
  .moduleContents-item2-contents {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .moduleContents-item2-contents {
    width: 100%;
  }
}
.moduleContents-item2-contents-subttl {
  color: #a9694f;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic ProN";
}
@media screen and (min-width: 481px) {
  .moduleContents-item2-contents-subttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .moduleContents-item2-contents-subttl {
    font-size: 17px;
  }
}
.moduleContents-item2-contents-subtxt {
  color: #666;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN";
}
@media screen and (min-width: 481px) {
  .moduleContents-item2-contents-subtxt {
    margin-top: 30px;
    letter-spacing: -0.08em;
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 480px) {
  .moduleContents-item2-contents-subtxt {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6em;
  }
}

@media screen and (min-width: 481px) {
  .moduleLinks {
    padding: 105px 0 90px;
  }
}
@media screen and (max-width: 480px) {
  .moduleLinks {
    padding: 54px 0 90px;
  }
}
.moduleLinks-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 481px) {
  .moduleLinks-body {
    gap: 39px;
  }
}
@media screen and (max-width: 480px) {
  .moduleLinks-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 39px;
  }
}
.moduleLinks-body-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #f2eae4;
}
@media screen and (min-width: 481px) {
  .moduleLinks-body-link {
    height: 97px;
  }
}
@media screen and (max-width: 480px) {
  .moduleLinks-body-link {
    height: 62px;
  }
}
@media screen and (min-width: 481px) {
  .moduleLinks-body-link-img {
    height: 97px;
  }
}
@media screen and (max-width: 480px) {
  .moduleLinks-body-link-img {
    min-width: 104px;
    height: 62px;
  }
}
@media screen and (min-width: 481px) {
  .moduleLinks-body-link-img img {
    height: 97px;
  }
}
@media screen and (max-width: 480px) {
  .moduleLinks-body-link-img img {
    width: 104px;
    height: 62px;
  }
}
.moduleLinks-body-link-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 19px;
  padding-left: 1em;
  color: #a9694f;
  text-indent: -1em;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic ProN";
}
@media screen and (min-width: 481px) {
  .moduleLinks-body-link-txt {
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  .moduleLinks-body-link-txt {
    font-size: 13px;
  }
}
.moduleLinks-body-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 481px) {
  .moduleLinks-body-link::after {
    width: 1rem;
    height: 1rem;
    border-right: 0.2rem solid #a9694f;
    border-bottom: 0.2rem solid #a9694f;
  }
}
@media screen and (max-width: 480px) {
  .moduleLinks-body-link::after {
    width: 0.7rem;
    height: 0.7rem;
    border-right: 0.15rem solid #a9694f;
    border-bottom: 0.15rem solid #a9694f;
  }
}

@media screen and (min-width: 481px) {
  .moduleGroup {
    margin-top: -30px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 480px) {
  .moduleGroup {
    margin-top: -25px;
    padding-bottom: 50px;
  }
}
.moduleGroup-ttl {
  color: #a9694f;
  text-align: center;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic ProN";
}
@media screen and (min-width: 481px) {
  .moduleGroup-ttl {
    font-size: 37px;
  }
}
@media screen and (max-width: 480px) {
  .moduleGroup-ttl {
    font-size: 24px;
    line-height: 1.2em;
  }
}
.moduleGroup-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 481px) {
  .moduleGroup-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 34px;
  }
}
@media screen and (max-width: 480px) {
  .moduleGroup-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 25px;
  }
}
.moduleGroup-links-item {
  position: relative;
  background: #c49886;
}
@media screen and (min-width: 481px) {
  .moduleGroup-links-item {
    padding: 2px 9px;
    width: 202px;
  }
}
@media screen and (max-width: 480px) {
  .moduleGroup-links-item {
    padding: 2px 12px;
    width: 100%;
  }
}
.moduleGroup-links-item::after {
  content: "";
  position: absolute;
  top: 42%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 481px) {
  .moduleGroup-links-item::after {
    right: 1.5rem;
    width: 1rem;
    height: 1rem;
    border-right: 0.1rem solid #fff;
    border-bottom: 0.1rem solid #fff;
  }
}
@media screen and (max-width: 480px) {
  .moduleGroup-links-item::after {
    right: 2rem;
    width: 0.7rem;
    height: 0.7rem;
    border-right: 0.15rem solid #fff;
    border-bottom: 0.15rem solid #fff;
  }
}
.moduleGroup-links-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: left;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.6em;
}
@media screen and (min-width: 481px) {
  .moduleGroup-links-item-link {
    height: 67px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .moduleGroup-links-item-link {
    height: 54px;
    font-size: 12px;
  }
}