@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.6666666667vw;
  }
}

body {
  font-family: "M PLUS Rounded 1c", "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: #4B3424;
  background: #fcf5e4;
  -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;
}
body.no-scroll {
  overflow: hidden;
}

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

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;
  background-color: #E86828;
  padding: 9.7rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .l-ftr {
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .l-ftr-toTop {
    display: none;
  }
}
.l-ftr-toTop__btn {
  position: absolute;
  right: 0;
  top: -9rem;
  background-color: #FFD85B;
  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;
  padding: 2.3rem 2rem;
  border: 1px solid #4B3424;
  border-top-left-radius: 2.4rem;
  border-bottom-left-radius: 2.4rem;
}
.l-ftr-toTop__btn .icon {
  width: 2rem;
}
.l-ftr-toTop__btn .text {
  margin-top: 0.6rem;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
.l-ftr__bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-ftr__bg {
    bottom: 1rem;
  }
}
.l-ftr__bg img {
  width: 100%;
}
.l-ftr-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;
}
@media screen and (max-width: 767px) {
  .l-ftr-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-ftr-box__logoArea {
  position: relative;
  background-color: #D65413;
  border: 1px solid #4B3424;
  border-radius: 2.4rem;
  padding: 5.6rem 7rem 6rem;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__logoArea {
    padding: 4rem 2.8rem;
    width: 100%;
  }
}
.l-ftr-box__logoArea .chara {
  position: absolute;
  bottom: -2.5rem;
  right: -5rem;
  -webkit-animation: korokoro 2.5s linear 0s infinite;
          animation: korokoro 2.5s linear 0s infinite;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__logoArea .chara {
    right: -2rem;
  }
}
.l-ftr-box__logoArea .chara img {
  width: 15.8rem;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__logoArea .chara img {
    width: 9rem;
  }
}
.l-ftr-box__logoArea .logo {
  margin-bottom: 4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__logoArea .logo {
    margin-bottom: 2rem;
  }
}
.l-ftr-box__logoArea .logo img {
  width: 29rem;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__logoArea .logo img {
    width: 20rem;
  }
}
.l-ftr-box__logoArea .infoArea {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__logoArea .infoArea {
    font-size: 1.5rem;
  }
}
.l-ftr-box__logoArea .infoArea .address {
  margin-bottom: 1rem;
  display: block;
}
.l-ftr-box__logoArea .infoArea .telArea {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__logoArea .infoArea .telArea {
    gap: 0.6rem;
  }
}
.l-ftr-box__logoArea .infoArea .telArea img {
  width: 1.8rem;
}
.l-ftr-box__logoArea .infoArea .telArea .text {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__logoArea .infoArea .telArea .text {
    font-size: 1.5rem;
  }
}
.l-ftr-box__logoArea .infoArea .mailArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__logoArea .infoArea .mailArea {
    gap: 0.6rem;
  }
}
.l-ftr-box__logoArea .infoArea .mailArea img {
  width: 1.8rem;
}
.l-ftr-box__logoArea .infoArea .mailArea .text {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__logoArea .infoArea .mailArea .text {
    font-size: 1.5rem;
  }
}
.l-ftr-box__navArea .ftrNav {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -webkit-column-gap: 6.4rem;
     -moz-column-gap: 6.4rem;
          column-gap: 6.4rem;
  row-gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__navArea .ftrNav {
    -webkit-column-gap: 2.7rem;
       -moz-column-gap: 2.7rem;
            column-gap: 2.7rem;
    margin-top: 4rem;
  }
}
.l-ftr-box__navArea .ftrNav .navLink {
  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;
  width: 20rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #F3B393;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__navArea .ftrNav .navLink {
    width: 15rem;
  }
}
.l-ftr-box__navArea .ftrNav .navLink .text {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
.l-ftr-box__navArea .copyArea {
  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;
}
@media screen and (max-width: 767px) {
  .l-ftr-box__navArea .copyArea {
    margin-top: 4.8rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-ftr-box__navArea .copyArea .copy {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 3;
  text-align: center;
}

.l-hdr {
  padding: 3.2rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .l-hdr {
    padding: 0;
  }
}
.l-hdr.is-scrolled .l-hdr-box__logoArea .logo svg path {
  fill: #D65413;
}
.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;
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-hdr-box__logoArea {
    padding: 1.5rem 0 0 2.4rem;
  }
}
.l-hdr-box__logoArea .logo {
  position: relative;
  z-index: 99999;
}
.l-hdr-box__logoArea .logo svg {
  width: 29rem;
}
@media screen and (max-width: 767px) {
  .l-hdr-box__logoArea .logo svg {
    width: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .l-hdr-box__linkArea .navWrap {
    display: none;
    position: fixed;
    top: 6.4rem;
    left: 2.4rem;
    right: 0;
    z-index: 999;
  }
}
.l-hdr-box__linkArea .menuNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  padding: 2.4rem 4rem;
  background-color: #fff;
  border: 1px solid #4b3424;
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-hdr-box__linkArea .menuNav {
    position: relative;
    z-index: 999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem;
    border-bottom-left-radius: 2.4rem;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 0;
    border-right: 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: 767px) {
  .l-hdr-box__linkArea .menuNav .itemLink {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #4B3424;
  }
}
.l-hdr-box__linkArea .menuNav .itemLink .icon {
  width: 1.8rem;
}
.l-hdr-box__linkArea .menuNav .itemLink .text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-hdr-box__linkArea .menuNav .itemLink .text {
    font-size: 1.8rem;
  }
}
.l-hdr-box__linkArea .menuNav .itemLink--current .icon path {
  fill: #E86828;
}
.l-hdr-box__linkArea .menuNav .itemLink--current .text {
  color: #E86828;
}
.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 .humArea {
  position: relative;
  z-index: 999;
}
.l-hdr-box__linkArea .humArea .hum {
  position: relative;
  z-index: 99;
  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;
  background-color: #fff;
  border-left: 1px solid #4B3424;
  border-bottom: 1px solid #4B3424;
  border-bottom-left-radius: 0.8rem;
  width: 4.8rem;
  height: 4.8rem;
  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;
}
.l-hdr-box__linkArea .humArea .hum.is-active {
  background-color: #FFD85B;
}
.l-hdr-box__linkArea .humArea .hum.is-active span {
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-hdr-box__linkArea .humArea .hum.is-active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 2.2rem;
}
.l-hdr-box__linkArea .humArea .hum.is-active span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 0;
  margin-bottom: 0;
}
.l-hdr-box__linkArea .humArea .hum.is-active span:nth-child(3) {
  width: 0;
  height: 0;
}
.l-hdr-box__linkArea .humArea .hum span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #4B3424;
  width: 1.8rem;
  height: 2px;
  display: block;
  border-radius: 1rem;
}
.l-hdr-box__linkArea .humArea .hum span:nth-child(2) {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.js-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 32, 80, 0.8); /* 半透明の黒 */
  z-index: 99; /* メニューより低いが、他の要素より上に */
  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 {
  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;
  background-color: #FFD85B;
  border: 1px solid #4B3424;
  width: 26rem;
  height: 7.2rem;
  border-radius: 1.6rem;
  padding: 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-btnA {
    height: 6.3rem;
  }
}
.c-btnA__text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #4B3424;
}
.c-btnA__arrow {
  width: 1.4rem;
}
.c-btnA:hover {
  background-color: #D65413;
  opacity: 1;
}
.c-btnA:hover .c-btnA__text {
  color: #fff;
}
.c-btnA:hover .c-btnA__arrow path {
  fill: #fff;
}

.c-titA {
  position: relative;
}
@media screen and (max-width: 767px) {
  .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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-titA__en {
  position: absolute;
  top: -0.4em;
  font-size: 8rem;
  line-height: 1;
  font-weight: 800;
  color: #F3F3F3;
}
@media screen and (max-width: 767px) {
  .c-titA__en {
    font-size: 2.4rem;
  }
}
.c-titA__jp {
  position: relative;
  z-index: 2;
  font-size: 4.8rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-titA__jp {
    font-size: 2.8rem;
  }
}
.c-titA--center {
  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 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-titB {
    font-size: 2rem;
    padding-left: 2rem;
  }
}
.c-titB::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  background-color: #E86828;
  width: 0.5rem;
  height: 3.2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .c-titB::before {
    height: 2.8rem;
  }
}

.c-titC {
  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;
  gap: 0.6rem;
}
.c-titC__en {
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 800;
  color: #fff;
}
.c-titC__en::before, .c-titC__en::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1rem;
  height: 1px;
  background-color: #fff;
}
.c-titC__en::before {
  left: -1.8rem;
}
.c-titC__en::after {
  right: -1.8rem;
}
.c-titC__jp {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}

.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% - 4.8rem);
}
.c-inner--960 {
  max-width: 96rem;
}

.c-jost {
  font-family: "Jost", "Noto Sans 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-mont {
  font-family: "Montserrat", "Noto Sans 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-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-pankuzu {
  padding: 1.9rem 0;
}
.c-pankuzu__list {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.c-pankuzu__list > span {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #033b8f;
}
@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-color: #a6b4c1;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: inline-block;
}
.c-pankuzu__list > span > a,
.c-pankuzu__list > span > span {
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-pankuzu__list > span > a,
  .c-pankuzu__list > span > span {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-pankuzu__list > span > a {
  text-decoration: underline;
  color: #a6b4c1;
}

.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;
  display: inline-block;
  z-index: 3;
  background-color: #fff;
  border: 1px solid #4B3424;
  color: #4B3424;
  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;
  display: block;
}
.c-cardB__image {
  border-radius: 3.2rem;
  border: 1px solid #4B3424;
  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 #4B3424;
  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 !important;
  pointer-events: auto !important;
}
.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 #4B3424;
  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 #4B3424;
  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: 768px) {
  .c-sp {
    display: none;
  }
}

.c-mv {
  position: relative;
  padding: 20rem 0 10rem;
  background-color: #E86828;
}
@media screen and (max-width: 767px) {
  .c-mv {
    padding: 8rem 0;
  }
}
.c-mv__chara {
  position: absolute;
  bottom: 0;
  right: 20rem;
}
@media screen and (max-width: 767px) {
  .c-mv__chara {
    right: 3rem;
  }
}
.c-mv__chara img {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .c-mv__chara img {
    width: 8rem;
  }
}
.c-mv-tit {
  color: #fff;
  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-mv-tit__en {
  position: relative;
  color: #F3B393;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .c-mv-tit__en {
    font-size: 1.6rem;
  }
}
.c-mv-tit__en::before, .c-mv-tit__en::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1.8rem;
  height: 1px;
  background-color: #F3B393;
}
.c-mv-tit__en::before {
  left: -3rem;
}
.c-mv-tit__en::after {
  right: -3rem;
}
.c-mv-tit__jp {
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-mv-tit__jp {
    font-size: 2.4rem;
  }
}

@-webkit-keyframes korokoro {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  5% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    -webkit-transform: translate(20%, 0%) rotate(20deg);
            transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    -webkit-transform: translate(-10%, 0%) rotate(-10deg);
            transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    -webkit-transform: translate(-15%, 0%) rotate(-15deg);
            transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    -webkit-transform: translate(15%, 0%) rotate(15deg);
            transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    -webkit-transform: translate(-5%, 0%) rotate(-5deg);
            transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    -webkit-transform: translate(-7%, 0%) rotate(-7deg);
            transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
}

@keyframes korokoro {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  5% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    -webkit-transform: translate(20%, 0%) rotate(20deg);
            transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    -webkit-transform: translate(-10%, 0%) rotate(-10deg);
            transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    -webkit-transform: translate(-15%, 0%) rotate(-15deg);
            transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    -webkit-transform: translate(15%, 0%) rotate(15deg);
            transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    -webkit-transform: translate(-5%, 0%) rotate(-5deg);
            transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    -webkit-transform: translate(-7%, 0%) rotate(-7deg);
            transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
}
@-webkit-keyframes poyon {
  0% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -100%);
            transform: scale(0.8, 1.4) translate(0%, -100%);
  }
  10% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -15%);
            transform: scale(0.8, 1.4) translate(0%, -15%);
  }
  20% {
    -webkit-transform: scale(1.4, 0.6) translate(0%, 30%);
            transform: scale(1.4, 0.6) translate(0%, 30%);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translate(0%, -10%);
            transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -30%);
            transform: scale(0.95, 1.2) translate(0%, -30%);
  }
  50% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
            transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  60% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes poyon {
  0% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -100%);
            transform: scale(0.8, 1.4) translate(0%, -100%);
  }
  10% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -15%);
            transform: scale(0.8, 1.4) translate(0%, -15%);
  }
  20% {
    -webkit-transform: scale(1.4, 0.6) translate(0%, 30%);
            transform: scale(1.4, 0.6) translate(0%, 30%);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translate(0%, -10%);
            transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -30%);
            transform: scale(0.95, 1.2) translate(0%, -30%);
  }
  50% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
            transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  60% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
.fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  will-change: opacity, transform;
}

.fade-up.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.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 #4B3424;
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  color: #4B3424;
  -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: #4B3424;
  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 #4B3424;
  width: 5rem;
  height: 5rem;
  background: #FFD85B;
  color: #4B3424;
  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: #4B3424;
  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: #E86828;
}
.c-wysywig h2 {
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #E86828;
  padding: 5px 1rem;
  margin-bottom: 24px;
}
.c-wysywig h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #E86828;
  margin-bottom: 2.5rem;
}
.c-wysywig h4 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #E86828;
  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;
  background-color: #E86828;
  padding: 15.2rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #top .p-mv {
    padding-top: 6.4rem;
    padding-bottom: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  #top .p-mv__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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) {
  #top .p-mv .c-inner {
    display: contents;
  }
}
#top .p-mv-textArea {
  position: absolute;
  bottom: 16rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #top .p-mv-textArea {
    position: relative;
    bottom: auto;
    padding: 4.3rem 4rem 0;
  }
}
#top .p-mv-textArea__theme {
  background-color: #fff;
  border: 1px solid #4B3424;
  border-radius: 1.6rem;
  font-size: 5.6rem;
  line-height: 1.6;
  font-weight: 500;
  padding: 0 1.8rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  #top .p-mv-textArea__theme {
    font-size: 2.8rem;
    position: absolute;
    top: -2rem;
    left: 2.3rem;
    border-radius: 0.8rem;
  }
}
#top .p-mv-textArea__text {
  padding-left: 2rem;
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top .p-mv-textArea__text {
    font-size: 1.8rem;
    padding-left: 0;
  }
}
#top .p-mv-textArea__text .dot {
  position: relative;
}
#top .p-mv-textArea__text .dot::before {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FFD85B;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #top .p-mv-textArea__text .dot::before {
    width: 0.3rem;
    height: 0.3rem;
    top: -0.3rem;
  }
}
#top .p-mv-imageArea {
  position: relative;
  margin-left: auto;
  width: 118.2rem;
}
@media screen and (max-width: 767px) {
  #top .p-mv-imageArea {
    width: 100%;
  }
}
#top .p-mv-imageArea .slideImg {
  border-radius: 4rem;
  overflow: hidden;
  border: 1px solid #4B3424;
}
@media screen and (max-width: 767px) {
  #top .p-mv-imageArea .slideImg {
    border-radius: 0;
    border: none;
    width: 37.5rem;
    height: 24.5rem;
  }
}
@media screen and (max-width: 767px) {
  #top .p-mv-imageArea .slideImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#top .p-mv-imageArea__chara {
  position: absolute;
  z-index: 4;
  bottom: -3.5rem;
  right: 4rem;
  -webkit-animation: korokoro 2.5s linear 0s infinite;
          animation: korokoro 2.5s linear 0s infinite;
}
@media screen and (max-width: 767px) {
  #top .p-mv-imageArea__chara {
    right: 2.2rem;
    bottom: -3.7rem;
  }
}
#top .p-mv-imageArea__chara img {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  #top .p-mv-imageArea__chara img {
    width: 7.8rem;
  }
}
#top .p-sec01 {
  position: relative;
  padding-top: 20rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec01 {
    overflow: hidden;
    padding-top: 10rem;
  }
}
#top .p-sec01__bg {
  position: absolute;
}
#top .p-sec01__bg--01 {
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #top .p-sec01__bg--01 {
    display: none;
  }
}
#top .p-sec01__bg--01 img {
  width: 39.8rem;
}
#top .p-sec01__bg--02 {
  top: 28.2rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  #top .p-sec01__bg--02 {
    top: 2rem;
    right: -3rem;
  }
}
#top .p-sec01__bg--02 img {
  width: 35.3rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec01__bg--02 img {
    width: 12rem;
  }
}
#top .p-sec01__slideArea {
  position: absolute;
  top: 12rem;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #top .p-sec01__slideArea {
    top: 7rem;
  }
}
#top .p-sec01__slideArea .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#top .p-sec01__slideArea .swiper .swiper-wrapper .swiper-slide {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec01__slideArea .swiper .swiper-wrapper .swiper-slide {
    margin-right: 1rem;
  }
}
#top .p-sec01__slideArea .swiper .swiper-wrapper .swiper-slide img {
  width: 140rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec01__slideArea .swiper .swiper-wrapper .swiper-slide img {
    width: 37.5rem;
  }
}
#top .p-sec01-box__themeArea {
  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;
}
#top .p-sec01-box__themeArea .theme {
  background-color: #F3F3F3;
  border-radius: 1.6rem;
  border: 1px solid #4B3424;
  padding: 0.2rem 2rem 0.2rem 3.2rem;
  font-size: 4rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #top .p-sec01-box__themeArea .theme {
    padding: 0.8rem 1.2rem;
    font-size: 2.4rem;
    border-radius: 0.8rem;
  }
}
#top .p-sec01-box__themeArea .theme + .theme {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec01-box__themeArea .theme + .theme {
    margin-top: 1rem;
  }
}
#top .p-sec01-box__themeArea .c-text20 {
  margin-top: 4rem;
  text-align: center;
}
#top .p-sec01-box__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) {
  #top .p-sec01-box__btnArea {
    margin-top: 3.2rem;
  }
}
#top .p-sec02 {
  padding-top: 16rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec02 {
    padding-top: 12rem;
  }
}
#top .p-sec02__wrap {
  position: relative;
  background-color: #fff;
  border-radius: 4rem;
  padding: 7.6rem 8rem 8rem;
  border: 1px solid #4B3424;
}
@media screen and (max-width: 767px) {
  #top .p-sec02__wrap {
    padding: 4.8rem 2.8rem 4rem;
    border-radius: 1.6rem;
  }
}
#top .p-sec02-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5.2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #top .p-sec02-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#top .p-sec02-box__chara {
  position: absolute;
  z-index: -1;
  top: -13.3rem;
  right: 3rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec02-box__chara {
    top: -7.3rem;
    right: 2.9rem;
  }
}
#top .p-sec02-box__chara img {
  width: 17rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec02-box__chara img {
    width: 9.3rem;
  }
}
#top .p-sec02-box__textArea .c-titA {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec02-box__textArea .c-titA {
    margin-bottom: 2.4rem;
  }
}
#top .p-sec02-box__textArea .c-titA__en {
  left: -3rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec02-box__textArea .c-titA__en {
    left: auto;
  }
}
#top .p-sec02-box__textArea .btnArea {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec02-box__textArea .btnArea {
    margin-top: 2.4rem;
  }
}
#top .p-sec02-box__imageArea img {
  width: 60rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec02-box__imageArea img {
    width: 100%;
  }
}
#top .p-sec03 {
  padding-top: 19.2rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec03 {
    padding-top: 10.8rem;
    padding-bottom: 10rem;
  }
}
#top .p-sec03 .c-titA__en {
  color: #fff;
}
#top .p-sec03-box {
  margin-top: 4.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec03-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
#top .p-sec03__btnArea {
  margin-top: 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;
}
@media screen and (max-width: 767px) {
  #top .p-sec03__btnArea {
    margin-top: 6.4rem;
  }
}
#top .p-sec04 {
  background: url(../../assets/img/common/top_sec04_bg@2x.jpg) no-repeat;
  background-size: cover;
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  #top .p-sec04 {
    padding: 8.8rem 0;
  }
}
#top .p-sec04__wrap {
  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: 17rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec04__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  #top .p-sec04-titArea {
    display: contents;
  }
}
#top .p-sec04-titArea .c-titA {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec04-titArea .c-titA {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
#top .p-sec04-titArea .c-titA__en {
  color: #162050;
}
#top .p-sec04-titArea .c-titA__jp {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top .p-sec04-titArea .btnArea {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    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-sec04-contentsArea {
  background-color: #fff;
  border-radius: 4rem;
  padding: 8rem;
  width: 85rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec04-contentsArea {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 3.9rem 2.8rem;
    border-radius: 1.6rem;
  }
}
#top .p-sec04-contentsArea__list .listItem + .listItem .itemLink {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec04-contentsArea__list .listItem + .listItem .itemLink {
    padding-top: 1.6rem;
  }
}
#top .p-sec04-contentsArea__list .listItem:first-child .itemLink::after {
  top: calc(50% - 2rem);
}
#top .p-sec04-contentsArea__list .listItem .itemLink {
  position: relative;
  padding-bottom: 4rem;
  border-bottom: 1px solid #4B3424;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  #top .p-sec04-contentsArea__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;
  }
}
#top .p-sec04-contentsArea__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;
}
#top .p-sec04-contentsArea__list .listItem .itemLink .date {
  color: #E86828;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #top .p-sec04-contentsArea__list .listItem .itemLink .date {
    font-size: 1.2rem;
  }
}
#top .p-sec04-contentsArea__list .listItem .itemLink .tit {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #top .p-sec04-contentsArea__list .listItem .itemLink .tit {
    font-size: 1.5rem;
  }
}

#about .p-sec01 {
  padding-bottom: 16.9rem;
}
#about .p-sec01-contents {
  margin-top: 4.3rem;
}
#about .p-sec01-contents__image {
  margin-bottom: 3.7rem;
  border-radius: 3rem;
  overflow: hidden;
}
#about .p-sec01-contents__image img {
  width: 100%;
}
#about .p-sec01-contents__nameArea {
  margin-top: 3.7rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3rem;
}
#about .p-sec01-contents__nameArea .post {
  font-size: 1.8rem;
  line-height: 1.4;
}
#about .p-sec01-contents__nameArea .name {
  font-size: 2.7rem;
  line-height: 1.4;
  font-weight: bold;
}
#about .p-sec02 {
  background-color: #fff;
  border-radius: 3rem;
  margin: 0 2.5rem;
  padding: 16rem 0;
}
#about .p-sec02__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15rem;
}
@media screen and (max-width: 767px) {
  #about .p-sec02__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#about .p-sec02-titArea {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#about .p-sec02-contentsArea__textArea .tit {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 2.7rem;
}
#about .p-sec02-contentsArea__imageArea {
  border-radius: 3rem;
  overflow: hidden;
  margin-top: 5.3rem;
}
#about .p-sec03 {
  border-radius: 3rem;
  padding: 16rem 0;
  overflow: hidden;
}
#about .p-sec03__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15rem;
}
@media screen and (max-width: 767px) {
  #about .p-sec03__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#about .p-sec03-titArea {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#about .p-sec03-contentsArea__textArea .tit {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 2.7rem;
}
#about .p-sec03-contentsArea__imageArea {
  border-radius: 3rem;
  overflow: hidden;
}
#about .p-sec03__bg {
  margin-left: -4rem;
  margin-right: -2rem;
}
#about .p-sec03__bg img {
  width: 100%;
}

#company .p-sec01 {
  padding: 15rem 0 16rem;
}
@media screen and (max-width: 767px) {
  #company .p-sec01 {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
#company .p-sec01-intro {
  position: relative;
  border: 1px solid #4B3424;
  border-radius: 3.2rem;
  background-color: #fff;
  padding: 6.4rem 6.4rem 4rem;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-intro {
    padding: 4rem 2rem;
    border-radius: 1.6rem;
  }
}
#company .p-sec01-intro__chara {
  position: absolute;
  bottom: -10rem;
  right: -14rem;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-intro__chara {
    right: -2rem;
    bottom: -4rem;
  }
}
#company .p-sec01-intro__chara img {
  width: 22.4rem;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-intro__chara img {
    width: 10rem;
  }
}
#company .p-sec01-intro__tit {
  position: absolute;
  top: -3rem;
  left: 3.2rem;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  background-color: #F3F3F3;
  border: 1px solid #4B3424;
  border-radius: 0.8rem;
  padding: 0.8rem 1.8rem 0.8rem 3.2rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-intro__tit {
    font-size: 1.6rem;
    padding: 0.4rem 1.2rem 0.4rem 2rem;
    top: -1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
  }
}
#company .p-sec01-intro__contents {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-intro__contents {
    font-size: 1.6rem;
  }
}
#company .p-sec01-intro__contents .color {
  color: #E86828;
}
#company .p-sec01-infoArea {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-infoArea {
    margin-top: 10rem;
  }
}
#company .p-sec01-infoArea__list {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-infoArea__list {
    margin-top: 4rem;
  }
}
#company .p-sec01-infoArea__list .listItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #4B3424;
}
#company .p-sec01-infoArea__list .listItem + .listItem {
  margin-top: 2.4rem;
}
#company .p-sec01-infoArea__list .listItem .tit {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  min-width: 12rem;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-infoArea__list .listItem .tit {
    font-size: 1.6rem;
  }
}
#company .p-sec01-infoArea__list .listItem .contents {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-infoArea__list .listItem .contents {
    font-size: 1.6rem;
  }
}
#company .p-sec01-access {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-access {
    margin-top: 10rem;
  }
}
#company .p-sec01-access__text {
  margin-top: 4.8rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-access__text {
    margin-top: 4rem;
  }
}
#company .p-sec01-access__map {
  border-radius: 4rem;
  border: 1px solid #4B3424;
  overflow: hidden;
  height: 34.6rem;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-access__map {
    border-radius: 2rem;
    height: 20rem;
  }
}
#company .p-sec01-access__map iframe {
  width: 100%;
  height: 100%;
}
#company .p-sec01-story {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-story {
    margin-top: 10rem;
  }
}
#company .p-sec01-story__list {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-story__list {
    margin-top: 4rem;
  }
}
#company .p-sec01-story__list .listItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4rem;
  position: relative;
  padding-left: 2.3rem;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-story__list .listItem {
    gap: 2rem;
    padding-left: 1.4rem;
  }
}
#company .p-sec01-story__list .listItem + .listItem {
  margin-top: 1.6rem;
}
#company .p-sec01-story__list .listItem::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  background-color: #E86828;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-story__list .listItem::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#company .p-sec01-story__list .listItem .date {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-story__list .listItem .date {
    font-size: 1.8rem;
  }
}
#company .p-sec01-story__list .listItem .date .year {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-story__list .listItem .date .year {
    font-size: 1.6rem;
  }
}
#company .p-sec01-story__list .listItem .contents {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #company .p-sec01-story__list .listItem .contents {
    font-size: 1.6rem;
  }
}

#service .p-sec01 {
  position: relative;
  padding: 20rem 0 16rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec01 {
    padding: 7rem 0 10rem;
  }
}
#service .p-sec01__bg01 {
  position: absolute;
  top: 12rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #service .p-sec01__bg01 {
    top: 5rem;
  }
}
#service .p-sec01__bg01 img {
  width: 100%;
}
#service .p-sec01__bg02 {
  position: absolute;
  top: 58rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #service .p-sec01__bg02 {
    top: 20rem;
  }
}
#service .p-sec01__bg02 img {
  width: 100%;
}
#service .p-sec01__text {
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #service .p-sec01__text {
    font-size: 1.8rem;
  }
}
#service .p-sec01-contents {
  position: relative;
  z-index: 2;
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec01-contents {
    margin-top: 8rem;
  }
}
#service .p-sec01-contents__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec01-contents__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
#service .p-sec01-contents__box .textArea .tit {
  padding: 0.6rem 3.2rem;
  background-color: #F3F3F3;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 0.8rem;
  display: inline-block;
  border: 1px solid #4B3424;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec01-contents__box .textArea .tit {
    font-size: 2.4rem;
    padding: 0.6rem 2.4rem;
    margin-bottom: 3rem;
  }
}
#service .p-sec01-contents__box .textArea .chara {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec01-contents__box .textArea .chara {
    margin-top: 4rem;
  }
}
#service .p-sec01-contents__box .textArea .chara img {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec01-contents__box .textArea .chara img {
    width: 10rem;
  }
}
#service .p-sec01-contents__box .imageArea {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 64rem;
  border-radius: 4rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec01-contents__box .imageArea {
    width: 100%;
  }
}
#service .p-sec01-contents__imageGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec01-contents__imageGrid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 2rem;
  }
}
#service .p-sec01-equipArea {
  margin-top: 16rem;
  background-color: #fff;
  border: 1px solid #4B3424;
  border-radius: 4rem;
  padding: 8rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec01-equipArea {
    margin-top: 8rem;
    border-radius: 2rem;
    padding: 4rem 2rem;
  }
}
#service .p-sec01-equipArea__imageArea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 6.4rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec01-equipArea__imageArea {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4rem;
    margin-top: 3rem;
  }
}
#service .p-sec01-linkArea {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec01-linkArea {
    margin-top: 8rem;
  }
}
#service .p-sec01-linkArea__link {
  position: relative;
  background: url(../../assets/img/service/service_sec01_link_bg@2x.jpg) no-repeat;
  background-size: cover;
  padding: 6rem 0 3rem;
  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;
  border-radius: 3.2rem;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #service .p-sec01-linkArea__link {
    padding: 4rem 0 3rem;
  }
}
#service .p-sec01-linkArea__link .btn {
  margin-top: 1.4rem;
  background-color: #FFD85B;
  width: 3.2rem;
  height: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.8rem;
}
#service .p-sec01-linkArea__link .btn img {
  width: 0.8rem;
}
#service .p-sec01-linkArea__link .chara {
  position: absolute;
  bottom: -4rem;
  right: -3rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec01-linkArea__link .chara {
    right: -2rem;
    bottom: -3rem;
  }
}
#service .p-sec01-linkArea__link .chara img {
  width: 12rem;
}
@media screen and (max-width: 767px) {
  #service .p-sec01-linkArea__link .chara img {
    width: 10rem;
  }
}

#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;
    right: 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 #4B3424;
  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:first-child .itemLink::after {
  top: calc(50% - 2rem);
}
#news .p-sec01-contents__list .listItem .itemLink {
  position: relative;
  padding-bottom: 4rem;
  border-bottom: 1px solid #4B3424;
  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: #E86828;
  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 #4B3424;
  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: #E86828;
  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: 12rem 0 16rem;
}
@media screen and (max-width: 767px) {
  #notfound .p-sec01 {
    padding: 6rem 0 8rem;
  }
}
#notfound .p-sec01__text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #notfound .p-sec01__text {
    font-size: 1.6rem;
  }
}
#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 */