@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@500;600;700&display=swap");
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  text-align: left;
  text-decoration: none;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

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

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

a, span, small, strong, em {
  color: inherit;
  font-weight: inherit;
}

html {
  font-size: 0.625em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font: 500 16px/2 "Noto Serif JP", serif;
  color: #0d0d0d;
}
@media screen and (min-width: 901px) {
  body {
    font-size: 18px;
  }
}

input, select, option, textarea, button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 500 16px/2 "Noto Serif JP", serif;
  color: #0d0d0d;
}
input:after, input:before, select:after, select:before, option:after, option:before, textarea:after, textarea:before, button:after, button:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  input, select, option, textarea, button {
    font-size: 18px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: smooth;
}

svg {
  width: 100%;
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*[role=button], label {
  cursor: pointer;
}

.wrapper {
  overflow: hidden;
  padding-top: 60px;
}
.wrapper.is-modalopen {
  position: fixed;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .wrapper {
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .wrapper {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transition: 0.3s -webkit-transform ease-in-out;
    transition: 0.3s -webkit-transform ease-in-out;
    -o-transition: 0.3s transform ease-in-out;
    transition: 0.3s transform ease-in-out;
    transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
  }
  .wrapper.is-open {
    position: fixed;
    left: 0;
    width: 100%;
  }
  .wrapper.is-open .glnav {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .wrapper.is-open .glnav::after {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
  .wrapper.is-open .menubtn__bar--top {
    top: 6px;
    -webkit-transform: rotateZ(45deg) rotateY(180deg);
            transform: rotateZ(45deg) rotateY(180deg);
  }
  .wrapper.is-open .menubtn__bar--middle {
    top: 6px;
    -webkit-transform: rotateZ(90deg) rotateY(90deg);
            transform: rotateZ(90deg) rotateY(90deg);
  }
  .wrapper.is-open .menubtn__bar--bottom {
    top: 6px;
    -webkit-transform: rotateZ(-45deg) rotateY(180deg);
            transform: rotateZ(-45deg) rotateY(180deg);
  }
  .wrapper.is-open .menubtn__text::before {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  .wrapper.is-open .menubtn__text::after {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

.site-header {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 60px;
  padding-left: 15px;
  background-color: #fff;
}
.site-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
}
.site-header__contact {
  display: none;
}
.site-header__tel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  width: 36px;
  height: 36px;
  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;
  background-color: #f18700;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 5px;
}
.site-header__tel svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
}
.site-header__tel path {
  fill: #fff;
}
.site-header__mail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin-right: 5px;
}
.site-header__mail path {
  fill: #f18700;
}
@media screen and (min-width: 901px) {
  .site-header {
    height: 95px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 22px;
    padding-right: 0;
  }
  .site-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 316px;
            flex: 0 0 316px;
    width: 316px;
  }
  .site-header__contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    width: 300px;
    background-color: #facd89;
    height: 100%;
    display: block;
  }
  .site-header__tel, .site-header__mail {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .site-header {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
  }
}

@media screen and (min-width: 901px) {
  .h-contact__text {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.18em;
    line-height: 1;
    padding-top: 7px;
  }
  .h-contact__tel {
    line-height: 1;
    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;
    padding-top: 5px;
  }
  .h-contact__tel i {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19px;
            flex: 0 0 19px;
    width: 19px;
  }
  .h-contact__tel path {
    fill: #502911;
  }
  .h-contact__tel span {
    font-size: 30px;
    color: #502911;
    font-weight: 600;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 3px;
    line-height: 1;
  }
  .h-contact__btn {
    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;
    background-color: #f18700;
    width: 160px;
    height: 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 7px auto 0;
    border-radius: 15px;
    -webkit-transition: 0.3s opacity ease-in-out;
    -o-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out;
  }
  .h-contact__btn:hover {
    opacity: 0.6;
  }
}

.menubtn {
  position: fixed;
  height: 60px;
  width: 60px;
  z-index: 100;
  right: 0;
  top: 0;
  background-color: #facd89;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  -o-transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.menubtn__bar {
  position: relative;
  width: 24px;
  height: 14px;
  margin: 0 auto 8px;
  display: block;
}
.menubtn__bar--top, .menubtn__bar--middle, .menubtn__bar--bottom {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #502911;
  left: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.menubtn__bar--top {
  top: 0;
}
.menubtn__bar--middle {
  top: 6px;
}
.menubtn__bar--bottom {
  top: 12px;
}
.menubtn__text {
  line-height: 1;
  font-weight: 600;
  font-size: 12px;
  color: #502911;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.menubtn__text::before, .menubtn__text::after {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.menubtn__text::before {
  content: "MENU";
}
.menubtn__text::after {
  content: "CLOSE";
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 901px) {
  .menubtn {
    display: none;
  }
}

.glnav {
  z-index: 49;
}
@media screen and (min-width: 901px) {
  .glnav {
    position: relative;
  }
}
@media screen and (max-width: 900px) {
  .glnav {
    -webkit-transition: 0.3s -webkit-transform ease-in-out;
    transition: 0.3s -webkit-transform ease-in-out;
    -o-transition: 0.3s transform ease-in-out;
    transition: 0.3s transform ease-in-out;
    transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 60px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .glnav::-webkit-scrollbar {
    display: none;
  }
  .glnav::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(80, 41, 17, 0.4);
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    -webkit-transition: 0.3s -webkit-transform ease-in-out;
    transition: 0.3s -webkit-transform ease-in-out;
    -o-transition: 0.3s transform ease-in-out;
    transition: 0.3s transform ease-in-out;
    transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
  }
  .glnav__inner {
    padding: 30px 15px;
    background-color: #fef5e7;
    position: relative;
    z-index: 2;
  }
}

@media screen and (min-width: 901px) {
  .glmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .glmenu__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 16px;
  }
  .glmenu__item + .glmenu__item {
    margin-left: 1.5em;
  }
  .glmenu__item[aria-controls] {
    position: relative;
  }
  .glmenu__link {
    height: 62px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    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;
    font-weight: 600;
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
  }
  .glmenu__link:hover {
    color: #f18700;
  }
  .glmenu__text {
    height: 62px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    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;
    font-weight: 600;
    cursor: pointer;
  }
}
@media screen and (min-width: 1281px) {
  .glmenu__item + .glmenu__item {
    margin-left: 3em;
  }
}
@media screen and (max-width: 900px) {
  .glmenu__item {
    padding: 7px 0;
  }
  .glmenu__item + .glmenu__item {
    border-top: 1px solid #fff;
  }
  .glmenu__link, .glmenu__text {
    display: block;
  }
  .glmenu__item[aria-controls] .glmenu__text {
    position: relative;
  }
  .glmenu__item[aria-controls] .glmenu__text::before, .glmenu__item[aria-controls] .glmenu__text::after {
    content: "";
    position: absolute;
    background-color: #f18700;
    top: 50%;
  }
  .glmenu__item[aria-controls] .glmenu__text::before {
    width: 10px;
    height: 2px;
    margin-top: -1px;
    right: 0;
  }
  .glmenu__item[aria-controls] .glmenu__text::after {
    height: 10px;
    width: 2px;
    margin-top: -5px;
    right: 4px;
    -webkit-transition: 0.3s -webkit-transform ease-in-out;
    transition: 0.3s -webkit-transform ease-in-out;
    -o-transition: 0.3s transform ease-in-out;
    transition: 0.3s transform ease-in-out;
    transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  .glmenu__item[aria-controls].is-active .glmenu__text::after {
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@media screen and (min-width: 901px) {
  .subnav {
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    width: 200px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(102, 102, 102, 0.3);
            box-shadow: 0 0 10px rgba(102, 102, 102, 0.3);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: 0.3s opacity ease-in-out, 0s visibility 0.3s linear, 0.3s -webkit-transform ease-in-out;
    transition: 0.3s opacity ease-in-out, 0s visibility 0.3s linear, 0.3s -webkit-transform ease-in-out;
    -o-transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0.3s linear;
    transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0.3s linear;
    transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0.3s linear, 0.3s -webkit-transform ease-in-out;
  }
  .subnav.is-active {
    -webkit-transition: 0.3s opacity ease-in-out, 0s visibility linear, 0.3s -webkit-transform ease-in-out;
    transition: 0.3s opacity ease-in-out, 0s visibility linear, 0.3s -webkit-transform ease-in-out;
    -o-transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility linear;
    transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility linear;
    transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility linear, 0.3s -webkit-transform ease-in-out;
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    visibility: visible;
  }
}
@media screen and (max-width: 900px) {
  .subnav {
    overflow: hidden;
    display: none;
  }
}

@media screen and (min-width: 901px) {
  .submenu__item + .submenu__item {
    border-top: 1px solid rgba(204, 204, 204, 0.2);
  }
  .submenu__link {
    padding: 7px 5px;
    display: block;
    -webkit-transition: 0.3s background-color ease-in-out;
    -o-transition: 0.3s background-color ease-in-out;
    transition: 0.3s background-color ease-in-out;
  }
  .submenu__link:hover {
    background-color: #fef5e7;
  }
}
@media screen and (max-width: 900px) {
  .submenu {
    padding-left: 1em;
  }
  .submenu__link {
    display: block;
    padding: 5px 0;
  }
}

.site-footer {
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 30px;
}
.site-footer__logo {
  text-align: center;
  margin-bottom: 10px;
}
.site-footer__tel {
  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;
  margin: 5px 0;
}
.site-footer__tel span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 26px;
  margin-left: 3px;
  line-height: 1;
}
.site-footer__tel i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  width: 19px;
  line-height: 0;
}
.site-footer__tel path {
  fill: #0d0d0d;
}
.site-footer__info {
  margin-bottom: 30px;
}
.site-footer__info p {
  text-align: center;
  font-size: 12px;
}
.site-footer__link1 a:hover, .site-footer__link2 a:hover {
  text-decoration: underline;
}
.site-footer__link1 {
  color: #f18700;
  font-weight: 600;
  font-size: 0.88em;
}
.site-footer__link1 + .site-footer__link2 {
  margin-top: 0.2em;
}
.site-footer__link2 {
  font-size: 0.77em;
  font-family: "Noto Sans JP", serif;
}
.site-footer__link2 + .site-footer__link2 {
  margin-top: 0.2em;
}
.site-footer__sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}
.site-footer__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  margin-top: 20px;
}
.site-footer__copyright {
  font-size: 10px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 601px) {
  .site-footer__sitemap {
    padding: 0 30px 0 50px;
    margin: -20px -20px 0 0;
  }
  .site-footer__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    margin-top: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 601px) and (max-width: 900px) {
  .site-footer__sitemap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 901px) {
  .site-footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-footer__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 342px;
            flex: 0 0 342px;
    width: 342px;
    margin-bottom: 0;
    border-right: 1px solid #aba6a2;
  }
  .site-footer__info p {
    font-size: 14px;
  }
  .site-footer__sitemap {
    margin-right: -40px;
  }
  .site-footer__column {
    margin-right: 40px;
  }
  .site-footer__copyright {
    font-size: 12px;
    position: absolute;
    right: 30px;
    bottom: 0;
    margin-top: 0;
  }
}

.section {
  padding-top: 50px;
}
.section--y {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 901px) {
  .section {
    padding-top: 80px;
  }
  .section--y {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.spacer {
  height: 50px;
}
.spacer--half {
  height: 25px;
}
@media screen and (min-width: 901px) {
  .spacer {
    height: 80px;
  }
  .spacer--half {
    height: 40px;
  }
}

.spacer-line {
  background: #cccccc;
  width: 100%;
  height: 1px;
  margin: 37.5px 0;
}
@media screen and (min-width: 901px) {
  .spacer-line {
    margin: 60px 0;
  }
}

.container-1080--no-x, .container-1080, .container-slim--no-x, .container-slim, .container-wide--no-x, .container-wide, .container--no-x, .container {
  margin-left: auto;
  margin-right: auto;
}

.container-1080, .container-slim, .container-wide, .container {
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  max-width: 1230px;
}
.container--no-x {
  max-width: 1200px;
}
.container-wide {
  max-width: 1430px;
}
.container-wide--no-x {
  max-width: 1400px;
}
.container-slim {
  max-width: 890px;
}
.container-slim--no-x {
  max-width: 860px;
}
.container-1080 {
  max-width: 1110px;
}
.container-1080--no-x {
  max-width: 1080px;
}

@media screen and (min-width: 901px) {
  .grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid-container__main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: calc(100% - 250px);
    padding-right: 30px;
  }
  .grid-container__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    width: 250px;
  }
}
@media screen and (min-width: 1201px) {
  .grid-container__main {
    max-width: calc(100% - 300px);
    padding-right: 40px;
  }
  .grid-container__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    width: 300px;
  }
}
@media screen and (max-width: 900px) {
  .grid-container__main {
    margin-bottom: 50px;
  }
}

.row .row__item {
  margin: 40px 0 0;
}
.row.item-column--1\/2 .row__item:nth-child(1), .row.item-column--1\/3 .row__item:nth-child(1) {
  margin-top: 0;
}
@media screen and (min-width: 451px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row .row__item {
    margin: 40px 20px 0 0;
  }
  .row.item-column--1\/2 .row__item, .row.item-column--1\/3 .row__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .row.item-column--1\/2 .row__item:nth-child(2), .row.item-column--1\/3 .row__item:nth-child(2) {
    margin-top: 0;
  }
  .row.item-column--1\/2 .row__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 601px) {
  .row .row__item {
    margin: 50px 30px 0 0;
  }
  .row.item-column--1\/2 .row__item, .row.item-column--1\/3 .row__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media screen and (min-width: 901px) {
  .row .row__item {
    margin: 50px 50px 0 0;
  }
  .row.item-column--1\/2 .row__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 25px);
            flex: 0 0 calc(50% - 25px);
    width: calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
  .row.item-column--1\/3 .row__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 34px);
            flex: 0 0 calc(33.33% - 34px);
    width: calc(33.33% - 34px);
    max-width: calc(33.33% - 34px);
  }
  .row.item-column--1\/3 .row__item:nth-child(3) {
    margin-top: 0;
  }
  .row.item-column--1\/3 .row__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .row.item-column--1\/3 .row__item:nth-child(2n) {
    margin-right: 0;
  }
}

.bread {
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.bread__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.bread__list::-webkit-scrollbar {
  display: none;
}
.bread__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 11px;
}
.bread__item + .bread__item {
  margin-left: 0.5em;
}
.bread__item + .bread__item::before {
  content: ">";
  margin-right: 0.5em;
}
.bread__link {
  font-family: "Noto Sans JP", serif;
  -webkit-transition: 0.3s color ease-in-out;
  -o-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.bread__link:hover {
  color: #f18700;
}
@media screen and (min-width: 901px) {
  .bread {
    margin-bottom: 90px;
  }
  .bread__item {
    font-size: 13px;
  }
}

.contact-area {
  border-radius: 15px;
  background-color: #fff;
  padding: 30px 15px;
}
.contact-area__tel {
  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;
  margin-bottom: 10px;
}
.contact-area__tel span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #f18700;
  line-height: 1;
}
.contact-area__tel i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17.4px;
          flex: 0 0 17.4px;
  width: 17.4px;
  height: 22.8px;
}
.contact-area__tel i path {
  fill: #f18700;
}
.contact-area__mail {
  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;
  background-color: #f0ad57;
  border: 3px solid #f0ad57;
  border-radius: 15px;
  max-width: 355px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s background-color ease-in-out;
  -o-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
}
.contact-area__mail:hover {
  background-color: #fff;
}
.contact-area__mail span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10px;
  font-size: 18px;
  color: #502911;
}
.contact-area__mail i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  width: 26px;
  height: 26px;
}
.contact-area__mail i path {
  fill: #502911;
}
@media screen and (min-width: 601px) {
  .contact-area__tel span {
    font-size: 32px;
  }
  .contact-area__tel i {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.2px;
            flex: 0 0 23.2px;
    width: 23.2px;
    height: 30.4px;
  }
  .contact-area__mail i {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    width: 32px;
    height: 32px;
  }
  .contact-area__mail span {
    font-size: 23px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 901px) {
  .contact-area {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-area__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 5px;
  }
  .contact-area__column + .contact-area__column {
    border-left: 1px solid #aba6a2;
  }
  .contact-area__tel span {
    font-size: 40px;
  }
  .contact-area__tel i {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29px;
            flex: 0 0 29px;
    width: 29px;
    height: 38px;
  }
  .contact-area__mail i {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39px;
            flex: 0 0 39px;
    width: 39px;
    height: 39px;
  }
  .contact-area__mail span {
    font-size: 26px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .contact-area__column + .contact-area__column {
    margin-top: 35px;
  }
}

.main--lower {
  padding-bottom: 80px;
}
@media screen and (min-width: 901px) {
  .main--lower {
    padding-bottom: 130px;
  }
}

.pageheader {
  position: relative;
  height: 180px;
  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;
}
.pageheader__text {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.pageheader__en, .pageheader__jp {
  display: block;
  line-height: 1.2;
  text-align: center;
  color: #502911;
  letter-spacing: 0.06em;
}
.pageheader__en {
  font-size: 13px;
}
.pageheader__jp {
  font-size: 24px;
}
.pageheader__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .pageheader {
    height: 240px;
  }
  .pageheader__en {
    font-size: 16px;
  }
  .pageheader__jp {
    font-size: 36px;
  }
}

.aside__title {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
  border-bottom: 2px solid #f18700;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 601px) and (max-width: 900px) {
  .aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .aside__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 901px) {
  .aside__item + .aside__item {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .aside__item + .aside__item {
    margin-top: 35px;
  }
}

.asidelist__item {
  padding: 0 0 12px;
  border-bottom: 1px solid #cccccc;
}
.asidelist__item + .asidelist__item {
  padding-top: 12px;
}
.asidelist__date {
  display: block;
  font-size: 13px;
  line-height: 1.1;
  font-weight: bold;
  color: #f18700;
  margin-bottom: 3px;
}
.asidelist__link {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  -webkit-transition: 0.3s color ease-in-out;
  -o-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.asidelist__link:hover {
  color: #f18700;
}

.asidemonth__link {
  -webkit-transition: 0.3s color ease-in-out;
  -o-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.asidemonth__link:hover {
  color: #f18700;
}
.asidemonth__item {
  font-size: 14px;
  padding-left: 1.2em;
  position: relative;
}
.asidemonth__item:before {
  content: "";
  display: block;
  width: 0.8em;
  height: 2px;
  background-color: #f18700;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.asidemonth__item + .asidemonth__item {
  margin-top: 0.5em;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s opacity ease, 0s visibility 0.3s linear;
  -o-transition: 0.3s opacity ease, 0s visibility 0.3s linear;
  transition: 0.3s opacity ease, 0s visibility 0.3s linear;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.is-open {
  -webkit-transition: 0.3s opacity ease, 0s visibility 0s linear;
  -o-transition: 0.3s opacity ease, 0s visibility 0s linear;
  transition: 0.3s opacity ease, 0s visibility 0s linear;
  opacity: 1;
  visibility: visible;
}
.modal__content {
  position: relative;
  z-index: 2;
  -webkit-overflow-scrolling: touch;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1200px;
          flex: 0 1 1200px;
  width: 100%;
  max-width: 1200px;
  max-height: 100%;
}
.modal__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal__close {
  width: 36px;
  height: 36px;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: 0.2s opacity ease-in-out, 0.2s -webkit-transform ease-in-out;
  transition: 0.2s opacity ease-in-out, 0.2s -webkit-transform ease-in-out;
  -o-transition: 0.2s transform ease-in-out, 0.2s opacity ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s opacity ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s opacity ease-in-out, 0.2s -webkit-transform ease-in-out;
}
.modal__close:hover {
  opacity: 0.6;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.img-gallery__thumbnail {
  margin-top: 20px;
}
.img-gallery__thumbslide {
  width: 100%;
  padding-top: 62.2%;
  position: relative;
  cursor: pointer;
}
.img-gallery__thumbslide img {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 901px) {
  .hidden-desk {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .hidden-mobile {
    display: none;
  }
}
.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
  white-space: pre-line;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pd-y-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pd-x-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mg-y-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mg-x-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pd-y-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pd-x-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mg-y-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mg-x-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pd-y-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pd-x-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mg-y-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mg-x-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pd-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pd-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mg-y-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mg-x-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pd-y-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pd-x-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mg-y-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mg-x-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pd-y-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pd-x-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mg-y-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mg-x-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pd-y-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pd-x-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mg-y-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mg-x-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pd-y-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pd-x-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mg-y-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mg-x-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pd-y-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pd-x-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mg-y-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mg-x-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pd-y-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pd-x-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mg-y-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mg-x-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pd-y-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.pd-x-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.mt-55 {
  margin-top: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mg-y-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.mg-x-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pd-y-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pd-x-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mg-y-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mg-x-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pd-y-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.pd-x-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.mt-65 {
  margin-top: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mg-y-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.mg-x-65 {
  margin-left: 65px;
  margin-right: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pd-y-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pd-x-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mg-y-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mg-x-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pd-y-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pd-x-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.mt-75 {
  margin-top: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mg-y-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mg-x-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pd-y-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pd-x-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mg-y-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mg-x-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pd-y-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.pd-x-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.mt-85 {
  margin-top: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mg-y-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.mg-x-85 {
  margin-left: 85px;
  margin-right: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pd-y-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pd-x-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mg-y-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mg-x-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pd-y-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.pd-x-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.mt-95 {
  margin-top: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mg-y-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.mg-x-95 {
  margin-left: 95px;
  margin-right: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pd-y-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pd-x-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mg-y-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mg-x-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pr-105 {
  padding-right: 105px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pl-105 {
  padding-left: 105px;
}

.pd-y-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.pd-x-105 {
  padding-left: 105px;
  padding-right: 105px;
}

.mt-105 {
  margin-top: 105px;
}

.mr-105 {
  margin-right: 105px;
}

.mb-105 {
  margin-bottom: 105px;
}

.ml-105 {
  margin-left: 105px;
}

.mg-y-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}

.mg-x-105 {
  margin-left: 105px;
  margin-right: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pr-110 {
  padding-right: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pl-110 {
  padding-left: 110px;
}

.pd-y-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.pd-x-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.mt-110 {
  margin-top: 110px;
}

.mr-110 {
  margin-right: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.ml-110 {
  margin-left: 110px;
}

.mg-y-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.mg-x-110 {
  margin-left: 110px;
  margin-right: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pr-115 {
  padding-right: 115px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pl-115 {
  padding-left: 115px;
}

.pd-y-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.pd-x-115 {
  padding-left: 115px;
  padding-right: 115px;
}

.mt-115 {
  margin-top: 115px;
}

.mr-115 {
  margin-right: 115px;
}

.mb-115 {
  margin-bottom: 115px;
}

.ml-115 {
  margin-left: 115px;
}

.mg-y-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.mg-x-115 {
  margin-left: 115px;
  margin-right: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pd-y-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pd-x-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mg-y-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mg-x-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pr-125 {
  padding-right: 125px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pl-125 {
  padding-left: 125px;
}

.pd-y-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.pd-x-125 {
  padding-left: 125px;
  padding-right: 125px;
}

.mt-125 {
  margin-top: 125px;
}

.mr-125 {
  margin-right: 125px;
}

.mb-125 {
  margin-bottom: 125px;
}

.ml-125 {
  margin-left: 125px;
}

.mg-y-125 {
  margin-top: 125px;
  margin-bottom: 125px;
}

.mg-x-125 {
  margin-left: 125px;
  margin-right: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pr-130 {
  padding-right: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pl-130 {
  padding-left: 130px;
}

.pd-y-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.pd-x-130 {
  padding-left: 130px;
  padding-right: 130px;
}

.mt-130 {
  margin-top: 130px;
}

.mr-130 {
  margin-right: 130px;
}

.mb-130 {
  margin-bottom: 130px;
}

.ml-130 {
  margin-left: 130px;
}

.mg-y-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.mg-x-130 {
  margin-left: 130px;
  margin-right: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pr-135 {
  padding-right: 135px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pl-135 {
  padding-left: 135px;
}

.pd-y-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.pd-x-135 {
  padding-left: 135px;
  padding-right: 135px;
}

.mt-135 {
  margin-top: 135px;
}

.mr-135 {
  margin-right: 135px;
}

.mb-135 {
  margin-bottom: 135px;
}

.ml-135 {
  margin-left: 135px;
}

.mg-y-135 {
  margin-top: 135px;
  margin-bottom: 135px;
}

.mg-x-135 {
  margin-left: 135px;
  margin-right: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pr-140 {
  padding-right: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pl-140 {
  padding-left: 140px;
}

.pd-y-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.pd-x-140 {
  padding-left: 140px;
  padding-right: 140px;
}

.mt-140 {
  margin-top: 140px;
}

.mr-140 {
  margin-right: 140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.ml-140 {
  margin-left: 140px;
}

.mg-y-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.mg-x-140 {
  margin-left: 140px;
  margin-right: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pr-145 {
  padding-right: 145px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pl-145 {
  padding-left: 145px;
}

.pd-y-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.pd-x-145 {
  padding-left: 145px;
  padding-right: 145px;
}

.mt-145 {
  margin-top: 145px;
}

.mr-145 {
  margin-right: 145px;
}

.mb-145 {
  margin-bottom: 145px;
}

.ml-145 {
  margin-left: 145px;
}

.mg-y-145 {
  margin-top: 145px;
  margin-bottom: 145px;
}

.mg-x-145 {
  margin-left: 145px;
  margin-right: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pl-150 {
  padding-left: 150px;
}

.pd-y-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pd-x-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.mt-150 {
  margin-top: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.ml-150 {
  margin-left: 150px;
}

.mg-y-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.mg-x-150 {
  margin-left: 150px;
  margin-right: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pr-155 {
  padding-right: 155px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pl-155 {
  padding-left: 155px;
}

.pd-y-155 {
  padding-top: 155px;
  padding-bottom: 155px;
}

.pd-x-155 {
  padding-left: 155px;
  padding-right: 155px;
}

.mt-155 {
  margin-top: 155px;
}

.mr-155 {
  margin-right: 155px;
}

.mb-155 {
  margin-bottom: 155px;
}

.ml-155 {
  margin-left: 155px;
}

.mg-y-155 {
  margin-top: 155px;
  margin-bottom: 155px;
}

.mg-x-155 {
  margin-left: 155px;
  margin-right: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pr-160 {
  padding-right: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pl-160 {
  padding-left: 160px;
}

.pd-y-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.pd-x-160 {
  padding-left: 160px;
  padding-right: 160px;
}

.mt-160 {
  margin-top: 160px;
}

.mr-160 {
  margin-right: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.ml-160 {
  margin-left: 160px;
}

.mg-y-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.mg-x-160 {
  margin-left: 160px;
  margin-right: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pr-165 {
  padding-right: 165px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pl-165 {
  padding-left: 165px;
}

.pd-y-165 {
  padding-top: 165px;
  padding-bottom: 165px;
}

.pd-x-165 {
  padding-left: 165px;
  padding-right: 165px;
}

.mt-165 {
  margin-top: 165px;
}

.mr-165 {
  margin-right: 165px;
}

.mb-165 {
  margin-bottom: 165px;
}

.ml-165 {
  margin-left: 165px;
}

.mg-y-165 {
  margin-top: 165px;
  margin-bottom: 165px;
}

.mg-x-165 {
  margin-left: 165px;
  margin-right: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pr-170 {
  padding-right: 170px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pl-170 {
  padding-left: 170px;
}

.pd-y-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.pd-x-170 {
  padding-left: 170px;
  padding-right: 170px;
}

.mt-170 {
  margin-top: 170px;
}

.mr-170 {
  margin-right: 170px;
}

.mb-170 {
  margin-bottom: 170px;
}

.ml-170 {
  margin-left: 170px;
}

.mg-y-170 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.mg-x-170 {
  margin-left: 170px;
  margin-right: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pr-175 {
  padding-right: 175px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pl-175 {
  padding-left: 175px;
}

.pd-y-175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.pd-x-175 {
  padding-left: 175px;
  padding-right: 175px;
}

.mt-175 {
  margin-top: 175px;
}

.mr-175 {
  margin-right: 175px;
}

.mb-175 {
  margin-bottom: 175px;
}

.ml-175 {
  margin-left: 175px;
}

.mg-y-175 {
  margin-top: 175px;
  margin-bottom: 175px;
}

.mg-x-175 {
  margin-left: 175px;
  margin-right: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pr-180 {
  padding-right: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pl-180 {
  padding-left: 180px;
}

.pd-y-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.pd-x-180 {
  padding-left: 180px;
  padding-right: 180px;
}

.mt-180 {
  margin-top: 180px;
}

.mr-180 {
  margin-right: 180px;
}

.mb-180 {
  margin-bottom: 180px;
}

.ml-180 {
  margin-left: 180px;
}

.mg-y-180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.mg-x-180 {
  margin-left: 180px;
  margin-right: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pr-185 {
  padding-right: 185px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pl-185 {
  padding-left: 185px;
}

.pd-y-185 {
  padding-top: 185px;
  padding-bottom: 185px;
}

.pd-x-185 {
  padding-left: 185px;
  padding-right: 185px;
}

.mt-185 {
  margin-top: 185px;
}

.mr-185 {
  margin-right: 185px;
}

.mb-185 {
  margin-bottom: 185px;
}

.ml-185 {
  margin-left: 185px;
}

.mg-y-185 {
  margin-top: 185px;
  margin-bottom: 185px;
}

.mg-x-185 {
  margin-left: 185px;
  margin-right: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pr-190 {
  padding-right: 190px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pl-190 {
  padding-left: 190px;
}

.pd-y-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.pd-x-190 {
  padding-left: 190px;
  padding-right: 190px;
}

.mt-190 {
  margin-top: 190px;
}

.mr-190 {
  margin-right: 190px;
}

.mb-190 {
  margin-bottom: 190px;
}

.ml-190 {
  margin-left: 190px;
}

.mg-y-190 {
  margin-top: 190px;
  margin-bottom: 190px;
}

.mg-x-190 {
  margin-left: 190px;
  margin-right: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pr-195 {
  padding-right: 195px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pl-195 {
  padding-left: 195px;
}

.pd-y-195 {
  padding-top: 195px;
  padding-bottom: 195px;
}

.pd-x-195 {
  padding-left: 195px;
  padding-right: 195px;
}

.mt-195 {
  margin-top: 195px;
}

.mr-195 {
  margin-right: 195px;
}

.mb-195 {
  margin-bottom: 195px;
}

.ml-195 {
  margin-left: 195px;
}

.mg-y-195 {
  margin-top: 195px;
  margin-bottom: 195px;
}

.mg-x-195 {
  margin-left: 195px;
  margin-right: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-200 {
  padding-left: 200px;
}

.pd-y-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.pd-x-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.mt-200 {
  margin-top: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-200 {
  margin-left: 200px;
}

.mg-y-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.mg-x-200 {
  margin-left: 200px;
  margin-right: 200px;
}

@media screen and (min-width: 901px) {
  .pt-5--desk {
    padding-top: 5px;
  }

  .pr-5--desk {
    padding-right: 5px;
  }

  .pb-5--desk {
    padding-bottom: 5px;
  }

  .pl-5--desk {
    padding-left: 5px;
  }

  .pd-y-5--desk {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pd-x-5--desk {
    padding-left: 5px;
    padding-right: 5px;
  }

  .mt-5--desk {
    margin-top: 5px;
  }

  .mr-5--desk {
    margin-right: 5px;
  }

  .mb-5--desk {
    margin-bottom: 5px;
  }

  .ml-5--desk {
    margin-left: 5px;
  }

  .mg-y-5--desk {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mg-x-5--desk {
    margin-left: 5px;
    margin-right: 5px;
  }

  .pt-10--desk {
    padding-top: 10px;
  }

  .pr-10--desk {
    padding-right: 10px;
  }

  .pb-10--desk {
    padding-bottom: 10px;
  }

  .pl-10--desk {
    padding-left: 10px;
  }

  .pd-y-10--desk {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pd-x-10--desk {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mt-10--desk {
    margin-top: 10px;
  }

  .mr-10--desk {
    margin-right: 10px;
  }

  .mb-10--desk {
    margin-bottom: 10px;
  }

  .ml-10--desk {
    margin-left: 10px;
  }

  .mg-y-10--desk {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mg-x-10--desk {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pt-15--desk {
    padding-top: 15px;
  }

  .pr-15--desk {
    padding-right: 15px;
  }

  .pb-15--desk {
    padding-bottom: 15px;
  }

  .pl-15--desk {
    padding-left: 15px;
  }

  .pd-y-15--desk {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pd-x-15--desk {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mt-15--desk {
    margin-top: 15px;
  }

  .mr-15--desk {
    margin-right: 15px;
  }

  .mb-15--desk {
    margin-bottom: 15px;
  }

  .ml-15--desk {
    margin-left: 15px;
  }

  .mg-y-15--desk {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mg-x-15--desk {
    margin-left: 15px;
    margin-right: 15px;
  }

  .pt-20--desk {
    padding-top: 20px;
  }

  .pr-20--desk {
    padding-right: 20px;
  }

  .pb-20--desk {
    padding-bottom: 20px;
  }

  .pl-20--desk {
    padding-left: 20px;
  }

  .pd-y-20--desk {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pd-x-20--desk {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mt-20--desk {
    margin-top: 20px;
  }

  .mr-20--desk {
    margin-right: 20px;
  }

  .mb-20--desk {
    margin-bottom: 20px;
  }

  .ml-20--desk {
    margin-left: 20px;
  }

  .mg-y-20--desk {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mg-x-20--desk {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pt-25--desk {
    padding-top: 25px;
  }

  .pr-25--desk {
    padding-right: 25px;
  }

  .pb-25--desk {
    padding-bottom: 25px;
  }

  .pl-25--desk {
    padding-left: 25px;
  }

  .pd-y-25--desk {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pd-x-25--desk {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mt-25--desk {
    margin-top: 25px;
  }

  .mr-25--desk {
    margin-right: 25px;
  }

  .mb-25--desk {
    margin-bottom: 25px;
  }

  .ml-25--desk {
    margin-left: 25px;
  }

  .mg-y-25--desk {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .mg-x-25--desk {
    margin-left: 25px;
    margin-right: 25px;
  }

  .pt-30--desk {
    padding-top: 30px;
  }

  .pr-30--desk {
    padding-right: 30px;
  }

  .pb-30--desk {
    padding-bottom: 30px;
  }

  .pl-30--desk {
    padding-left: 30px;
  }

  .pd-y-30--desk {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pd-x-30--desk {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mt-30--desk {
    margin-top: 30px;
  }

  .mr-30--desk {
    margin-right: 30px;
  }

  .mb-30--desk {
    margin-bottom: 30px;
  }

  .ml-30--desk {
    margin-left: 30px;
  }

  .mg-y-30--desk {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mg-x-30--desk {
    margin-left: 30px;
    margin-right: 30px;
  }

  .pt-35--desk {
    padding-top: 35px;
  }

  .pr-35--desk {
    padding-right: 35px;
  }

  .pb-35--desk {
    padding-bottom: 35px;
  }

  .pl-35--desk {
    padding-left: 35px;
  }

  .pd-y-35--desk {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pd-x-35--desk {
    padding-left: 35px;
    padding-right: 35px;
  }

  .mt-35--desk {
    margin-top: 35px;
  }

  .mr-35--desk {
    margin-right: 35px;
  }

  .mb-35--desk {
    margin-bottom: 35px;
  }

  .ml-35--desk {
    margin-left: 35px;
  }

  .mg-y-35--desk {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .mg-x-35--desk {
    margin-left: 35px;
    margin-right: 35px;
  }

  .pt-40--desk {
    padding-top: 40px;
  }

  .pr-40--desk {
    padding-right: 40px;
  }

  .pb-40--desk {
    padding-bottom: 40px;
  }

  .pl-40--desk {
    padding-left: 40px;
  }

  .pd-y-40--desk {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pd-x-40--desk {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mt-40--desk {
    margin-top: 40px;
  }

  .mr-40--desk {
    margin-right: 40px;
  }

  .mb-40--desk {
    margin-bottom: 40px;
  }

  .ml-40--desk {
    margin-left: 40px;
  }

  .mg-y-40--desk {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mg-x-40--desk {
    margin-left: 40px;
    margin-right: 40px;
  }

  .pt-45--desk {
    padding-top: 45px;
  }

  .pr-45--desk {
    padding-right: 45px;
  }

  .pb-45--desk {
    padding-bottom: 45px;
  }

  .pl-45--desk {
    padding-left: 45px;
  }

  .pd-y-45--desk {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .pd-x-45--desk {
    padding-left: 45px;
    padding-right: 45px;
  }

  .mt-45--desk {
    margin-top: 45px;
  }

  .mr-45--desk {
    margin-right: 45px;
  }

  .mb-45--desk {
    margin-bottom: 45px;
  }

  .ml-45--desk {
    margin-left: 45px;
  }

  .mg-y-45--desk {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .mg-x-45--desk {
    margin-left: 45px;
    margin-right: 45px;
  }

  .pt-50--desk {
    padding-top: 50px;
  }

  .pr-50--desk {
    padding-right: 50px;
  }

  .pb-50--desk {
    padding-bottom: 50px;
  }

  .pl-50--desk {
    padding-left: 50px;
  }

  .pd-y-50--desk {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pd-x-50--desk {
    padding-left: 50px;
    padding-right: 50px;
  }

  .mt-50--desk {
    margin-top: 50px;
  }

  .mr-50--desk {
    margin-right: 50px;
  }

  .mb-50--desk {
    margin-bottom: 50px;
  }

  .ml-50--desk {
    margin-left: 50px;
  }

  .mg-y-50--desk {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mg-x-50--desk {
    margin-left: 50px;
    margin-right: 50px;
  }

  .pt-55--desk {
    padding-top: 55px;
  }

  .pr-55--desk {
    padding-right: 55px;
  }

  .pb-55--desk {
    padding-bottom: 55px;
  }

  .pl-55--desk {
    padding-left: 55px;
  }

  .pd-y-55--desk {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .pd-x-55--desk {
    padding-left: 55px;
    padding-right: 55px;
  }

  .mt-55--desk {
    margin-top: 55px;
  }

  .mr-55--desk {
    margin-right: 55px;
  }

  .mb-55--desk {
    margin-bottom: 55px;
  }

  .ml-55--desk {
    margin-left: 55px;
  }

  .mg-y-55--desk {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .mg-x-55--desk {
    margin-left: 55px;
    margin-right: 55px;
  }

  .pt-60--desk {
    padding-top: 60px;
  }

  .pr-60--desk {
    padding-right: 60px;
  }

  .pb-60--desk {
    padding-bottom: 60px;
  }

  .pl-60--desk {
    padding-left: 60px;
  }

  .pd-y-60--desk {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pd-x-60--desk {
    padding-left: 60px;
    padding-right: 60px;
  }

  .mt-60--desk {
    margin-top: 60px;
  }

  .mr-60--desk {
    margin-right: 60px;
  }

  .mb-60--desk {
    margin-bottom: 60px;
  }

  .ml-60--desk {
    margin-left: 60px;
  }

  .mg-y-60--desk {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mg-x-60--desk {
    margin-left: 60px;
    margin-right: 60px;
  }

  .pt-65--desk {
    padding-top: 65px;
  }

  .pr-65--desk {
    padding-right: 65px;
  }

  .pb-65--desk {
    padding-bottom: 65px;
  }

  .pl-65--desk {
    padding-left: 65px;
  }

  .pd-y-65--desk {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .pd-x-65--desk {
    padding-left: 65px;
    padding-right: 65px;
  }

  .mt-65--desk {
    margin-top: 65px;
  }

  .mr-65--desk {
    margin-right: 65px;
  }

  .mb-65--desk {
    margin-bottom: 65px;
  }

  .ml-65--desk {
    margin-left: 65px;
  }

  .mg-y-65--desk {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .mg-x-65--desk {
    margin-left: 65px;
    margin-right: 65px;
  }

  .pt-70--desk {
    padding-top: 70px;
  }

  .pr-70--desk {
    padding-right: 70px;
  }

  .pb-70--desk {
    padding-bottom: 70px;
  }

  .pl-70--desk {
    padding-left: 70px;
  }

  .pd-y-70--desk {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pd-x-70--desk {
    padding-left: 70px;
    padding-right: 70px;
  }

  .mt-70--desk {
    margin-top: 70px;
  }

  .mr-70--desk {
    margin-right: 70px;
  }

  .mb-70--desk {
    margin-bottom: 70px;
  }

  .ml-70--desk {
    margin-left: 70px;
  }

  .mg-y-70--desk {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mg-x-70--desk {
    margin-left: 70px;
    margin-right: 70px;
  }

  .pt-75--desk {
    padding-top: 75px;
  }

  .pr-75--desk {
    padding-right: 75px;
  }

  .pb-75--desk {
    padding-bottom: 75px;
  }

  .pl-75--desk {
    padding-left: 75px;
  }

  .pd-y-75--desk {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .pd-x-75--desk {
    padding-left: 75px;
    padding-right: 75px;
  }

  .mt-75--desk {
    margin-top: 75px;
  }

  .mr-75--desk {
    margin-right: 75px;
  }

  .mb-75--desk {
    margin-bottom: 75px;
  }

  .ml-75--desk {
    margin-left: 75px;
  }

  .mg-y-75--desk {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .mg-x-75--desk {
    margin-left: 75px;
    margin-right: 75px;
  }

  .pt-80--desk {
    padding-top: 80px;
  }

  .pr-80--desk {
    padding-right: 80px;
  }

  .pb-80--desk {
    padding-bottom: 80px;
  }

  .pl-80--desk {
    padding-left: 80px;
  }

  .pd-y-80--desk {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pd-x-80--desk {
    padding-left: 80px;
    padding-right: 80px;
  }

  .mt-80--desk {
    margin-top: 80px;
  }

  .mr-80--desk {
    margin-right: 80px;
  }

  .mb-80--desk {
    margin-bottom: 80px;
  }

  .ml-80--desk {
    margin-left: 80px;
  }

  .mg-y-80--desk {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mg-x-80--desk {
    margin-left: 80px;
    margin-right: 80px;
  }

  .pt-85--desk {
    padding-top: 85px;
  }

  .pr-85--desk {
    padding-right: 85px;
  }

  .pb-85--desk {
    padding-bottom: 85px;
  }

  .pl-85--desk {
    padding-left: 85px;
  }

  .pd-y-85--desk {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .pd-x-85--desk {
    padding-left: 85px;
    padding-right: 85px;
  }

  .mt-85--desk {
    margin-top: 85px;
  }

  .mr-85--desk {
    margin-right: 85px;
  }

  .mb-85--desk {
    margin-bottom: 85px;
  }

  .ml-85--desk {
    margin-left: 85px;
  }

  .mg-y-85--desk {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .mg-x-85--desk {
    margin-left: 85px;
    margin-right: 85px;
  }

  .pt-90--desk {
    padding-top: 90px;
  }

  .pr-90--desk {
    padding-right: 90px;
  }

  .pb-90--desk {
    padding-bottom: 90px;
  }

  .pl-90--desk {
    padding-left: 90px;
  }

  .pd-y-90--desk {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pd-x-90--desk {
    padding-left: 90px;
    padding-right: 90px;
  }

  .mt-90--desk {
    margin-top: 90px;
  }

  .mr-90--desk {
    margin-right: 90px;
  }

  .mb-90--desk {
    margin-bottom: 90px;
  }

  .ml-90--desk {
    margin-left: 90px;
  }

  .mg-y-90--desk {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .mg-x-90--desk {
    margin-left: 90px;
    margin-right: 90px;
  }

  .pt-95--desk {
    padding-top: 95px;
  }

  .pr-95--desk {
    padding-right: 95px;
  }

  .pb-95--desk {
    padding-bottom: 95px;
  }

  .pl-95--desk {
    padding-left: 95px;
  }

  .pd-y-95--desk {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .pd-x-95--desk {
    padding-left: 95px;
    padding-right: 95px;
  }

  .mt-95--desk {
    margin-top: 95px;
  }

  .mr-95--desk {
    margin-right: 95px;
  }

  .mb-95--desk {
    margin-bottom: 95px;
  }

  .ml-95--desk {
    margin-left: 95px;
  }

  .mg-y-95--desk {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .mg-x-95--desk {
    margin-left: 95px;
    margin-right: 95px;
  }

  .pt-100--desk {
    padding-top: 100px;
  }

  .pr-100--desk {
    padding-right: 100px;
  }

  .pb-100--desk {
    padding-bottom: 100px;
  }

  .pl-100--desk {
    padding-left: 100px;
  }

  .pd-y-100--desk {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pd-x-100--desk {
    padding-left: 100px;
    padding-right: 100px;
  }

  .mt-100--desk {
    margin-top: 100px;
  }

  .mr-100--desk {
    margin-right: 100px;
  }

  .mb-100--desk {
    margin-bottom: 100px;
  }

  .ml-100--desk {
    margin-left: 100px;
  }

  .mg-y-100--desk {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mg-x-100--desk {
    margin-left: 100px;
    margin-right: 100px;
  }

  .pt-105--desk {
    padding-top: 105px;
  }

  .pr-105--desk {
    padding-right: 105px;
  }

  .pb-105--desk {
    padding-bottom: 105px;
  }

  .pl-105--desk {
    padding-left: 105px;
  }

  .pd-y-105--desk {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .pd-x-105--desk {
    padding-left: 105px;
    padding-right: 105px;
  }

  .mt-105--desk {
    margin-top: 105px;
  }

  .mr-105--desk {
    margin-right: 105px;
  }

  .mb-105--desk {
    margin-bottom: 105px;
  }

  .ml-105--desk {
    margin-left: 105px;
  }

  .mg-y-105--desk {
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .mg-x-105--desk {
    margin-left: 105px;
    margin-right: 105px;
  }

  .pt-110--desk {
    padding-top: 110px;
  }

  .pr-110--desk {
    padding-right: 110px;
  }

  .pb-110--desk {
    padding-bottom: 110px;
  }

  .pl-110--desk {
    padding-left: 110px;
  }

  .pd-y-110--desk {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .pd-x-110--desk {
    padding-left: 110px;
    padding-right: 110px;
  }

  .mt-110--desk {
    margin-top: 110px;
  }

  .mr-110--desk {
    margin-right: 110px;
  }

  .mb-110--desk {
    margin-bottom: 110px;
  }

  .ml-110--desk {
    margin-left: 110px;
  }

  .mg-y-110--desk {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .mg-x-110--desk {
    margin-left: 110px;
    margin-right: 110px;
  }

  .pt-115--desk {
    padding-top: 115px;
  }

  .pr-115--desk {
    padding-right: 115px;
  }

  .pb-115--desk {
    padding-bottom: 115px;
  }

  .pl-115--desk {
    padding-left: 115px;
  }

  .pd-y-115--desk {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .pd-x-115--desk {
    padding-left: 115px;
    padding-right: 115px;
  }

  .mt-115--desk {
    margin-top: 115px;
  }

  .mr-115--desk {
    margin-right: 115px;
  }

  .mb-115--desk {
    margin-bottom: 115px;
  }

  .ml-115--desk {
    margin-left: 115px;
  }

  .mg-y-115--desk {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .mg-x-115--desk {
    margin-left: 115px;
    margin-right: 115px;
  }

  .pt-120--desk {
    padding-top: 120px;
  }

  .pr-120--desk {
    padding-right: 120px;
  }

  .pb-120--desk {
    padding-bottom: 120px;
  }

  .pl-120--desk {
    padding-left: 120px;
  }

  .pd-y-120--desk {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .pd-x-120--desk {
    padding-left: 120px;
    padding-right: 120px;
  }

  .mt-120--desk {
    margin-top: 120px;
  }

  .mr-120--desk {
    margin-right: 120px;
  }

  .mb-120--desk {
    margin-bottom: 120px;
  }

  .ml-120--desk {
    margin-left: 120px;
  }

  .mg-y-120--desk {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .mg-x-120--desk {
    margin-left: 120px;
    margin-right: 120px;
  }

  .pt-125--desk {
    padding-top: 125px;
  }

  .pr-125--desk {
    padding-right: 125px;
  }

  .pb-125--desk {
    padding-bottom: 125px;
  }

  .pl-125--desk {
    padding-left: 125px;
  }

  .pd-y-125--desk {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .pd-x-125--desk {
    padding-left: 125px;
    padding-right: 125px;
  }

  .mt-125--desk {
    margin-top: 125px;
  }

  .mr-125--desk {
    margin-right: 125px;
  }

  .mb-125--desk {
    margin-bottom: 125px;
  }

  .ml-125--desk {
    margin-left: 125px;
  }

  .mg-y-125--desk {
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .mg-x-125--desk {
    margin-left: 125px;
    margin-right: 125px;
  }

  .pt-130--desk {
    padding-top: 130px;
  }

  .pr-130--desk {
    padding-right: 130px;
  }

  .pb-130--desk {
    padding-bottom: 130px;
  }

  .pl-130--desk {
    padding-left: 130px;
  }

  .pd-y-130--desk {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .pd-x-130--desk {
    padding-left: 130px;
    padding-right: 130px;
  }

  .mt-130--desk {
    margin-top: 130px;
  }

  .mr-130--desk {
    margin-right: 130px;
  }

  .mb-130--desk {
    margin-bottom: 130px;
  }

  .ml-130--desk {
    margin-left: 130px;
  }

  .mg-y-130--desk {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .mg-x-130--desk {
    margin-left: 130px;
    margin-right: 130px;
  }

  .pt-135--desk {
    padding-top: 135px;
  }

  .pr-135--desk {
    padding-right: 135px;
  }

  .pb-135--desk {
    padding-bottom: 135px;
  }

  .pl-135--desk {
    padding-left: 135px;
  }

  .pd-y-135--desk {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .pd-x-135--desk {
    padding-left: 135px;
    padding-right: 135px;
  }

  .mt-135--desk {
    margin-top: 135px;
  }

  .mr-135--desk {
    margin-right: 135px;
  }

  .mb-135--desk {
    margin-bottom: 135px;
  }

  .ml-135--desk {
    margin-left: 135px;
  }

  .mg-y-135--desk {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .mg-x-135--desk {
    margin-left: 135px;
    margin-right: 135px;
  }

  .pt-140--desk {
    padding-top: 140px;
  }

  .pr-140--desk {
    padding-right: 140px;
  }

  .pb-140--desk {
    padding-bottom: 140px;
  }

  .pl-140--desk {
    padding-left: 140px;
  }

  .pd-y-140--desk {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .pd-x-140--desk {
    padding-left: 140px;
    padding-right: 140px;
  }

  .mt-140--desk {
    margin-top: 140px;
  }

  .mr-140--desk {
    margin-right: 140px;
  }

  .mb-140--desk {
    margin-bottom: 140px;
  }

  .ml-140--desk {
    margin-left: 140px;
  }

  .mg-y-140--desk {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .mg-x-140--desk {
    margin-left: 140px;
    margin-right: 140px;
  }

  .pt-145--desk {
    padding-top: 145px;
  }

  .pr-145--desk {
    padding-right: 145px;
  }

  .pb-145--desk {
    padding-bottom: 145px;
  }

  .pl-145--desk {
    padding-left: 145px;
  }

  .pd-y-145--desk {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .pd-x-145--desk {
    padding-left: 145px;
    padding-right: 145px;
  }

  .mt-145--desk {
    margin-top: 145px;
  }

  .mr-145--desk {
    margin-right: 145px;
  }

  .mb-145--desk {
    margin-bottom: 145px;
  }

  .ml-145--desk {
    margin-left: 145px;
  }

  .mg-y-145--desk {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .mg-x-145--desk {
    margin-left: 145px;
    margin-right: 145px;
  }

  .pt-150--desk {
    padding-top: 150px;
  }

  .pr-150--desk {
    padding-right: 150px;
  }

  .pb-150--desk {
    padding-bottom: 150px;
  }

  .pl-150--desk {
    padding-left: 150px;
  }

  .pd-y-150--desk {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .pd-x-150--desk {
    padding-left: 150px;
    padding-right: 150px;
  }

  .mt-150--desk {
    margin-top: 150px;
  }

  .mr-150--desk {
    margin-right: 150px;
  }

  .mb-150--desk {
    margin-bottom: 150px;
  }

  .ml-150--desk {
    margin-left: 150px;
  }

  .mg-y-150--desk {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .mg-x-150--desk {
    margin-left: 150px;
    margin-right: 150px;
  }

  .pt-155--desk {
    padding-top: 155px;
  }

  .pr-155--desk {
    padding-right: 155px;
  }

  .pb-155--desk {
    padding-bottom: 155px;
  }

  .pl-155--desk {
    padding-left: 155px;
  }

  .pd-y-155--desk {
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .pd-x-155--desk {
    padding-left: 155px;
    padding-right: 155px;
  }

  .mt-155--desk {
    margin-top: 155px;
  }

  .mr-155--desk {
    margin-right: 155px;
  }

  .mb-155--desk {
    margin-bottom: 155px;
  }

  .ml-155--desk {
    margin-left: 155px;
  }

  .mg-y-155--desk {
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .mg-x-155--desk {
    margin-left: 155px;
    margin-right: 155px;
  }

  .pt-160--desk {
    padding-top: 160px;
  }

  .pr-160--desk {
    padding-right: 160px;
  }

  .pb-160--desk {
    padding-bottom: 160px;
  }

  .pl-160--desk {
    padding-left: 160px;
  }

  .pd-y-160--desk {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .pd-x-160--desk {
    padding-left: 160px;
    padding-right: 160px;
  }

  .mt-160--desk {
    margin-top: 160px;
  }

  .mr-160--desk {
    margin-right: 160px;
  }

  .mb-160--desk {
    margin-bottom: 160px;
  }

  .ml-160--desk {
    margin-left: 160px;
  }

  .mg-y-160--desk {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .mg-x-160--desk {
    margin-left: 160px;
    margin-right: 160px;
  }

  .pt-165--desk {
    padding-top: 165px;
  }

  .pr-165--desk {
    padding-right: 165px;
  }

  .pb-165--desk {
    padding-bottom: 165px;
  }

  .pl-165--desk {
    padding-left: 165px;
  }

  .pd-y-165--desk {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .pd-x-165--desk {
    padding-left: 165px;
    padding-right: 165px;
  }

  .mt-165--desk {
    margin-top: 165px;
  }

  .mr-165--desk {
    margin-right: 165px;
  }

  .mb-165--desk {
    margin-bottom: 165px;
  }

  .ml-165--desk {
    margin-left: 165px;
  }

  .mg-y-165--desk {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .mg-x-165--desk {
    margin-left: 165px;
    margin-right: 165px;
  }

  .pt-170--desk {
    padding-top: 170px;
  }

  .pr-170--desk {
    padding-right: 170px;
  }

  .pb-170--desk {
    padding-bottom: 170px;
  }

  .pl-170--desk {
    padding-left: 170px;
  }

  .pd-y-170--desk {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .pd-x-170--desk {
    padding-left: 170px;
    padding-right: 170px;
  }

  .mt-170--desk {
    margin-top: 170px;
  }

  .mr-170--desk {
    margin-right: 170px;
  }

  .mb-170--desk {
    margin-bottom: 170px;
  }

  .ml-170--desk {
    margin-left: 170px;
  }

  .mg-y-170--desk {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .mg-x-170--desk {
    margin-left: 170px;
    margin-right: 170px;
  }

  .pt-175--desk {
    padding-top: 175px;
  }

  .pr-175--desk {
    padding-right: 175px;
  }

  .pb-175--desk {
    padding-bottom: 175px;
  }

  .pl-175--desk {
    padding-left: 175px;
  }

  .pd-y-175--desk {
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .pd-x-175--desk {
    padding-left: 175px;
    padding-right: 175px;
  }

  .mt-175--desk {
    margin-top: 175px;
  }

  .mr-175--desk {
    margin-right: 175px;
  }

  .mb-175--desk {
    margin-bottom: 175px;
  }

  .ml-175--desk {
    margin-left: 175px;
  }

  .mg-y-175--desk {
    margin-top: 175px;
    margin-bottom: 175px;
  }

  .mg-x-175--desk {
    margin-left: 175px;
    margin-right: 175px;
  }

  .pt-180--desk {
    padding-top: 180px;
  }

  .pr-180--desk {
    padding-right: 180px;
  }

  .pb-180--desk {
    padding-bottom: 180px;
  }

  .pl-180--desk {
    padding-left: 180px;
  }

  .pd-y-180--desk {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .pd-x-180--desk {
    padding-left: 180px;
    padding-right: 180px;
  }

  .mt-180--desk {
    margin-top: 180px;
  }

  .mr-180--desk {
    margin-right: 180px;
  }

  .mb-180--desk {
    margin-bottom: 180px;
  }

  .ml-180--desk {
    margin-left: 180px;
  }

  .mg-y-180--desk {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .mg-x-180--desk {
    margin-left: 180px;
    margin-right: 180px;
  }

  .pt-185--desk {
    padding-top: 185px;
  }

  .pr-185--desk {
    padding-right: 185px;
  }

  .pb-185--desk {
    padding-bottom: 185px;
  }

  .pl-185--desk {
    padding-left: 185px;
  }

  .pd-y-185--desk {
    padding-top: 185px;
    padding-bottom: 185px;
  }

  .pd-x-185--desk {
    padding-left: 185px;
    padding-right: 185px;
  }

  .mt-185--desk {
    margin-top: 185px;
  }

  .mr-185--desk {
    margin-right: 185px;
  }

  .mb-185--desk {
    margin-bottom: 185px;
  }

  .ml-185--desk {
    margin-left: 185px;
  }

  .mg-y-185--desk {
    margin-top: 185px;
    margin-bottom: 185px;
  }

  .mg-x-185--desk {
    margin-left: 185px;
    margin-right: 185px;
  }

  .pt-190--desk {
    padding-top: 190px;
  }

  .pr-190--desk {
    padding-right: 190px;
  }

  .pb-190--desk {
    padding-bottom: 190px;
  }

  .pl-190--desk {
    padding-left: 190px;
  }

  .pd-y-190--desk {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .pd-x-190--desk {
    padding-left: 190px;
    padding-right: 190px;
  }

  .mt-190--desk {
    margin-top: 190px;
  }

  .mr-190--desk {
    margin-right: 190px;
  }

  .mb-190--desk {
    margin-bottom: 190px;
  }

  .ml-190--desk {
    margin-left: 190px;
  }

  .mg-y-190--desk {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .mg-x-190--desk {
    margin-left: 190px;
    margin-right: 190px;
  }

  .pt-195--desk {
    padding-top: 195px;
  }

  .pr-195--desk {
    padding-right: 195px;
  }

  .pb-195--desk {
    padding-bottom: 195px;
  }

  .pl-195--desk {
    padding-left: 195px;
  }

  .pd-y-195--desk {
    padding-top: 195px;
    padding-bottom: 195px;
  }

  .pd-x-195--desk {
    padding-left: 195px;
    padding-right: 195px;
  }

  .mt-195--desk {
    margin-top: 195px;
  }

  .mr-195--desk {
    margin-right: 195px;
  }

  .mb-195--desk {
    margin-bottom: 195px;
  }

  .ml-195--desk {
    margin-left: 195px;
  }

  .mg-y-195--desk {
    margin-top: 195px;
    margin-bottom: 195px;
  }

  .mg-x-195--desk {
    margin-left: 195px;
    margin-right: 195px;
  }

  .pt-200--desk {
    padding-top: 200px;
  }

  .pr-200--desk {
    padding-right: 200px;
  }

  .pb-200--desk {
    padding-bottom: 200px;
  }

  .pl-200--desk {
    padding-left: 200px;
  }

  .pd-y-200--desk {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .pd-x-200--desk {
    padding-left: 200px;
    padding-right: 200px;
  }

  .mt-200--desk {
    margin-top: 200px;
  }

  .mr-200--desk {
    margin-right: 200px;
  }

  .mb-200--desk {
    margin-bottom: 200px;
  }

  .ml-200--desk {
    margin-left: 200px;
  }

  .mg-y-200--desk {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .mg-x-200--desk {
    margin-left: 200px;
    margin-right: 200px;
  }
}
@media screen and (min-width: 601px) {
  .pt-5--sm {
    padding-top: 5px;
  }

  .pr-5--sm {
    padding-right: 5px;
  }

  .pb-5--sm {
    padding-bottom: 5px;
  }

  .pl-5--sm {
    padding-left: 5px;
  }

  .pd-y-5--sm {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pd-x-5--sm {
    padding-left: 5px;
    padding-right: 5px;
  }

  .mt-5--sm {
    margin-top: 5px;
  }

  .mr-5--sm {
    margin-right: 5px;
  }

  .mb-5--sm {
    margin-bottom: 5px;
  }

  .ml-5--sm {
    margin-left: 5px;
  }

  .mg-y-5--sm {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mg-x-5--sm {
    margin-left: 5px;
    margin-right: 5px;
  }

  .pt-10--sm {
    padding-top: 10px;
  }

  .pr-10--sm {
    padding-right: 10px;
  }

  .pb-10--sm {
    padding-bottom: 10px;
  }

  .pl-10--sm {
    padding-left: 10px;
  }

  .pd-y-10--sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pd-x-10--sm {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mt-10--sm {
    margin-top: 10px;
  }

  .mr-10--sm {
    margin-right: 10px;
  }

  .mb-10--sm {
    margin-bottom: 10px;
  }

  .ml-10--sm {
    margin-left: 10px;
  }

  .mg-y-10--sm {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mg-x-10--sm {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pt-15--sm {
    padding-top: 15px;
  }

  .pr-15--sm {
    padding-right: 15px;
  }

  .pb-15--sm {
    padding-bottom: 15px;
  }

  .pl-15--sm {
    padding-left: 15px;
  }

  .pd-y-15--sm {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pd-x-15--sm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mt-15--sm {
    margin-top: 15px;
  }

  .mr-15--sm {
    margin-right: 15px;
  }

  .mb-15--sm {
    margin-bottom: 15px;
  }

  .ml-15--sm {
    margin-left: 15px;
  }

  .mg-y-15--sm {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mg-x-15--sm {
    margin-left: 15px;
    margin-right: 15px;
  }

  .pt-20--sm {
    padding-top: 20px;
  }

  .pr-20--sm {
    padding-right: 20px;
  }

  .pb-20--sm {
    padding-bottom: 20px;
  }

  .pl-20--sm {
    padding-left: 20px;
  }

  .pd-y-20--sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pd-x-20--sm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mt-20--sm {
    margin-top: 20px;
  }

  .mr-20--sm {
    margin-right: 20px;
  }

  .mb-20--sm {
    margin-bottom: 20px;
  }

  .ml-20--sm {
    margin-left: 20px;
  }

  .mg-y-20--sm {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mg-x-20--sm {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pt-25--sm {
    padding-top: 25px;
  }

  .pr-25--sm {
    padding-right: 25px;
  }

  .pb-25--sm {
    padding-bottom: 25px;
  }

  .pl-25--sm {
    padding-left: 25px;
  }

  .pd-y-25--sm {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pd-x-25--sm {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mt-25--sm {
    margin-top: 25px;
  }

  .mr-25--sm {
    margin-right: 25px;
  }

  .mb-25--sm {
    margin-bottom: 25px;
  }

  .ml-25--sm {
    margin-left: 25px;
  }

  .mg-y-25--sm {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .mg-x-25--sm {
    margin-left: 25px;
    margin-right: 25px;
  }

  .pt-30--sm {
    padding-top: 30px;
  }

  .pr-30--sm {
    padding-right: 30px;
  }

  .pb-30--sm {
    padding-bottom: 30px;
  }

  .pl-30--sm {
    padding-left: 30px;
  }

  .pd-y-30--sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pd-x-30--sm {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mt-30--sm {
    margin-top: 30px;
  }

  .mr-30--sm {
    margin-right: 30px;
  }

  .mb-30--sm {
    margin-bottom: 30px;
  }

  .ml-30--sm {
    margin-left: 30px;
  }

  .mg-y-30--sm {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mg-x-30--sm {
    margin-left: 30px;
    margin-right: 30px;
  }

  .pt-35--sm {
    padding-top: 35px;
  }

  .pr-35--sm {
    padding-right: 35px;
  }

  .pb-35--sm {
    padding-bottom: 35px;
  }

  .pl-35--sm {
    padding-left: 35px;
  }

  .pd-y-35--sm {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pd-x-35--sm {
    padding-left: 35px;
    padding-right: 35px;
  }

  .mt-35--sm {
    margin-top: 35px;
  }

  .mr-35--sm {
    margin-right: 35px;
  }

  .mb-35--sm {
    margin-bottom: 35px;
  }

  .ml-35--sm {
    margin-left: 35px;
  }

  .mg-y-35--sm {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .mg-x-35--sm {
    margin-left: 35px;
    margin-right: 35px;
  }

  .pt-40--sm {
    padding-top: 40px;
  }

  .pr-40--sm {
    padding-right: 40px;
  }

  .pb-40--sm {
    padding-bottom: 40px;
  }

  .pl-40--sm {
    padding-left: 40px;
  }

  .pd-y-40--sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pd-x-40--sm {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mt-40--sm {
    margin-top: 40px;
  }

  .mr-40--sm {
    margin-right: 40px;
  }

  .mb-40--sm {
    margin-bottom: 40px;
  }

  .ml-40--sm {
    margin-left: 40px;
  }

  .mg-y-40--sm {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mg-x-40--sm {
    margin-left: 40px;
    margin-right: 40px;
  }

  .pt-45--sm {
    padding-top: 45px;
  }

  .pr-45--sm {
    padding-right: 45px;
  }

  .pb-45--sm {
    padding-bottom: 45px;
  }

  .pl-45--sm {
    padding-left: 45px;
  }

  .pd-y-45--sm {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .pd-x-45--sm {
    padding-left: 45px;
    padding-right: 45px;
  }

  .mt-45--sm {
    margin-top: 45px;
  }

  .mr-45--sm {
    margin-right: 45px;
  }

  .mb-45--sm {
    margin-bottom: 45px;
  }

  .ml-45--sm {
    margin-left: 45px;
  }

  .mg-y-45--sm {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .mg-x-45--sm {
    margin-left: 45px;
    margin-right: 45px;
  }

  .pt-50--sm {
    padding-top: 50px;
  }

  .pr-50--sm {
    padding-right: 50px;
  }

  .pb-50--sm {
    padding-bottom: 50px;
  }

  .pl-50--sm {
    padding-left: 50px;
  }

  .pd-y-50--sm {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pd-x-50--sm {
    padding-left: 50px;
    padding-right: 50px;
  }

  .mt-50--sm {
    margin-top: 50px;
  }

  .mr-50--sm {
    margin-right: 50px;
  }

  .mb-50--sm {
    margin-bottom: 50px;
  }

  .ml-50--sm {
    margin-left: 50px;
  }

  .mg-y-50--sm {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mg-x-50--sm {
    margin-left: 50px;
    margin-right: 50px;
  }

  .pt-55--sm {
    padding-top: 55px;
  }

  .pr-55--sm {
    padding-right: 55px;
  }

  .pb-55--sm {
    padding-bottom: 55px;
  }

  .pl-55--sm {
    padding-left: 55px;
  }

  .pd-y-55--sm {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .pd-x-55--sm {
    padding-left: 55px;
    padding-right: 55px;
  }

  .mt-55--sm {
    margin-top: 55px;
  }

  .mr-55--sm {
    margin-right: 55px;
  }

  .mb-55--sm {
    margin-bottom: 55px;
  }

  .ml-55--sm {
    margin-left: 55px;
  }

  .mg-y-55--sm {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .mg-x-55--sm {
    margin-left: 55px;
    margin-right: 55px;
  }

  .pt-60--sm {
    padding-top: 60px;
  }

  .pr-60--sm {
    padding-right: 60px;
  }

  .pb-60--sm {
    padding-bottom: 60px;
  }

  .pl-60--sm {
    padding-left: 60px;
  }

  .pd-y-60--sm {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pd-x-60--sm {
    padding-left: 60px;
    padding-right: 60px;
  }

  .mt-60--sm {
    margin-top: 60px;
  }

  .mr-60--sm {
    margin-right: 60px;
  }

  .mb-60--sm {
    margin-bottom: 60px;
  }

  .ml-60--sm {
    margin-left: 60px;
  }

  .mg-y-60--sm {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mg-x-60--sm {
    margin-left: 60px;
    margin-right: 60px;
  }

  .pt-65--sm {
    padding-top: 65px;
  }

  .pr-65--sm {
    padding-right: 65px;
  }

  .pb-65--sm {
    padding-bottom: 65px;
  }

  .pl-65--sm {
    padding-left: 65px;
  }

  .pd-y-65--sm {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .pd-x-65--sm {
    padding-left: 65px;
    padding-right: 65px;
  }

  .mt-65--sm {
    margin-top: 65px;
  }

  .mr-65--sm {
    margin-right: 65px;
  }

  .mb-65--sm {
    margin-bottom: 65px;
  }

  .ml-65--sm {
    margin-left: 65px;
  }

  .mg-y-65--sm {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .mg-x-65--sm {
    margin-left: 65px;
    margin-right: 65px;
  }

  .pt-70--sm {
    padding-top: 70px;
  }

  .pr-70--sm {
    padding-right: 70px;
  }

  .pb-70--sm {
    padding-bottom: 70px;
  }

  .pl-70--sm {
    padding-left: 70px;
  }

  .pd-y-70--sm {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pd-x-70--sm {
    padding-left: 70px;
    padding-right: 70px;
  }

  .mt-70--sm {
    margin-top: 70px;
  }

  .mr-70--sm {
    margin-right: 70px;
  }

  .mb-70--sm {
    margin-bottom: 70px;
  }

  .ml-70--sm {
    margin-left: 70px;
  }

  .mg-y-70--sm {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mg-x-70--sm {
    margin-left: 70px;
    margin-right: 70px;
  }

  .pt-75--sm {
    padding-top: 75px;
  }

  .pr-75--sm {
    padding-right: 75px;
  }

  .pb-75--sm {
    padding-bottom: 75px;
  }

  .pl-75--sm {
    padding-left: 75px;
  }

  .pd-y-75--sm {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .pd-x-75--sm {
    padding-left: 75px;
    padding-right: 75px;
  }

  .mt-75--sm {
    margin-top: 75px;
  }

  .mr-75--sm {
    margin-right: 75px;
  }

  .mb-75--sm {
    margin-bottom: 75px;
  }

  .ml-75--sm {
    margin-left: 75px;
  }

  .mg-y-75--sm {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .mg-x-75--sm {
    margin-left: 75px;
    margin-right: 75px;
  }

  .pt-80--sm {
    padding-top: 80px;
  }

  .pr-80--sm {
    padding-right: 80px;
  }

  .pb-80--sm {
    padding-bottom: 80px;
  }

  .pl-80--sm {
    padding-left: 80px;
  }

  .pd-y-80--sm {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pd-x-80--sm {
    padding-left: 80px;
    padding-right: 80px;
  }

  .mt-80--sm {
    margin-top: 80px;
  }

  .mr-80--sm {
    margin-right: 80px;
  }

  .mb-80--sm {
    margin-bottom: 80px;
  }

  .ml-80--sm {
    margin-left: 80px;
  }

  .mg-y-80--sm {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mg-x-80--sm {
    margin-left: 80px;
    margin-right: 80px;
  }

  .pt-85--sm {
    padding-top: 85px;
  }

  .pr-85--sm {
    padding-right: 85px;
  }

  .pb-85--sm {
    padding-bottom: 85px;
  }

  .pl-85--sm {
    padding-left: 85px;
  }

  .pd-y-85--sm {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .pd-x-85--sm {
    padding-left: 85px;
    padding-right: 85px;
  }

  .mt-85--sm {
    margin-top: 85px;
  }

  .mr-85--sm {
    margin-right: 85px;
  }

  .mb-85--sm {
    margin-bottom: 85px;
  }

  .ml-85--sm {
    margin-left: 85px;
  }

  .mg-y-85--sm {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .mg-x-85--sm {
    margin-left: 85px;
    margin-right: 85px;
  }

  .pt-90--sm {
    padding-top: 90px;
  }

  .pr-90--sm {
    padding-right: 90px;
  }

  .pb-90--sm {
    padding-bottom: 90px;
  }

  .pl-90--sm {
    padding-left: 90px;
  }

  .pd-y-90--sm {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pd-x-90--sm {
    padding-left: 90px;
    padding-right: 90px;
  }

  .mt-90--sm {
    margin-top: 90px;
  }

  .mr-90--sm {
    margin-right: 90px;
  }

  .mb-90--sm {
    margin-bottom: 90px;
  }

  .ml-90--sm {
    margin-left: 90px;
  }

  .mg-y-90--sm {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .mg-x-90--sm {
    margin-left: 90px;
    margin-right: 90px;
  }

  .pt-95--sm {
    padding-top: 95px;
  }

  .pr-95--sm {
    padding-right: 95px;
  }

  .pb-95--sm {
    padding-bottom: 95px;
  }

  .pl-95--sm {
    padding-left: 95px;
  }

  .pd-y-95--sm {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .pd-x-95--sm {
    padding-left: 95px;
    padding-right: 95px;
  }

  .mt-95--sm {
    margin-top: 95px;
  }

  .mr-95--sm {
    margin-right: 95px;
  }

  .mb-95--sm {
    margin-bottom: 95px;
  }

  .ml-95--sm {
    margin-left: 95px;
  }

  .mg-y-95--sm {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .mg-x-95--sm {
    margin-left: 95px;
    margin-right: 95px;
  }

  .pt-100--sm {
    padding-top: 100px;
  }

  .pr-100--sm {
    padding-right: 100px;
  }

  .pb-100--sm {
    padding-bottom: 100px;
  }

  .pl-100--sm {
    padding-left: 100px;
  }

  .pd-y-100--sm {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pd-x-100--sm {
    padding-left: 100px;
    padding-right: 100px;
  }

  .mt-100--sm {
    margin-top: 100px;
  }

  .mr-100--sm {
    margin-right: 100px;
  }

  .mb-100--sm {
    margin-bottom: 100px;
  }

  .ml-100--sm {
    margin-left: 100px;
  }

  .mg-y-100--sm {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mg-x-100--sm {
    margin-left: 100px;
    margin-right: 100px;
  }

  .pt-105--sm {
    padding-top: 105px;
  }

  .pr-105--sm {
    padding-right: 105px;
  }

  .pb-105--sm {
    padding-bottom: 105px;
  }

  .pl-105--sm {
    padding-left: 105px;
  }

  .pd-y-105--sm {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .pd-x-105--sm {
    padding-left: 105px;
    padding-right: 105px;
  }

  .mt-105--sm {
    margin-top: 105px;
  }

  .mr-105--sm {
    margin-right: 105px;
  }

  .mb-105--sm {
    margin-bottom: 105px;
  }

  .ml-105--sm {
    margin-left: 105px;
  }

  .mg-y-105--sm {
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .mg-x-105--sm {
    margin-left: 105px;
    margin-right: 105px;
  }

  .pt-110--sm {
    padding-top: 110px;
  }

  .pr-110--sm {
    padding-right: 110px;
  }

  .pb-110--sm {
    padding-bottom: 110px;
  }

  .pl-110--sm {
    padding-left: 110px;
  }

  .pd-y-110--sm {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .pd-x-110--sm {
    padding-left: 110px;
    padding-right: 110px;
  }

  .mt-110--sm {
    margin-top: 110px;
  }

  .mr-110--sm {
    margin-right: 110px;
  }

  .mb-110--sm {
    margin-bottom: 110px;
  }

  .ml-110--sm {
    margin-left: 110px;
  }

  .mg-y-110--sm {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .mg-x-110--sm {
    margin-left: 110px;
    margin-right: 110px;
  }

  .pt-115--sm {
    padding-top: 115px;
  }

  .pr-115--sm {
    padding-right: 115px;
  }

  .pb-115--sm {
    padding-bottom: 115px;
  }

  .pl-115--sm {
    padding-left: 115px;
  }

  .pd-y-115--sm {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .pd-x-115--sm {
    padding-left: 115px;
    padding-right: 115px;
  }

  .mt-115--sm {
    margin-top: 115px;
  }

  .mr-115--sm {
    margin-right: 115px;
  }

  .mb-115--sm {
    margin-bottom: 115px;
  }

  .ml-115--sm {
    margin-left: 115px;
  }

  .mg-y-115--sm {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .mg-x-115--sm {
    margin-left: 115px;
    margin-right: 115px;
  }

  .pt-120--sm {
    padding-top: 120px;
  }

  .pr-120--sm {
    padding-right: 120px;
  }

  .pb-120--sm {
    padding-bottom: 120px;
  }

  .pl-120--sm {
    padding-left: 120px;
  }

  .pd-y-120--sm {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .pd-x-120--sm {
    padding-left: 120px;
    padding-right: 120px;
  }

  .mt-120--sm {
    margin-top: 120px;
  }

  .mr-120--sm {
    margin-right: 120px;
  }

  .mb-120--sm {
    margin-bottom: 120px;
  }

  .ml-120--sm {
    margin-left: 120px;
  }

  .mg-y-120--sm {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .mg-x-120--sm {
    margin-left: 120px;
    margin-right: 120px;
  }

  .pt-125--sm {
    padding-top: 125px;
  }

  .pr-125--sm {
    padding-right: 125px;
  }

  .pb-125--sm {
    padding-bottom: 125px;
  }

  .pl-125--sm {
    padding-left: 125px;
  }

  .pd-y-125--sm {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .pd-x-125--sm {
    padding-left: 125px;
    padding-right: 125px;
  }

  .mt-125--sm {
    margin-top: 125px;
  }

  .mr-125--sm {
    margin-right: 125px;
  }

  .mb-125--sm {
    margin-bottom: 125px;
  }

  .ml-125--sm {
    margin-left: 125px;
  }

  .mg-y-125--sm {
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .mg-x-125--sm {
    margin-left: 125px;
    margin-right: 125px;
  }

  .pt-130--sm {
    padding-top: 130px;
  }

  .pr-130--sm {
    padding-right: 130px;
  }

  .pb-130--sm {
    padding-bottom: 130px;
  }

  .pl-130--sm {
    padding-left: 130px;
  }

  .pd-y-130--sm {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .pd-x-130--sm {
    padding-left: 130px;
    padding-right: 130px;
  }

  .mt-130--sm {
    margin-top: 130px;
  }

  .mr-130--sm {
    margin-right: 130px;
  }

  .mb-130--sm {
    margin-bottom: 130px;
  }

  .ml-130--sm {
    margin-left: 130px;
  }

  .mg-y-130--sm {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .mg-x-130--sm {
    margin-left: 130px;
    margin-right: 130px;
  }

  .pt-135--sm {
    padding-top: 135px;
  }

  .pr-135--sm {
    padding-right: 135px;
  }

  .pb-135--sm {
    padding-bottom: 135px;
  }

  .pl-135--sm {
    padding-left: 135px;
  }

  .pd-y-135--sm {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .pd-x-135--sm {
    padding-left: 135px;
    padding-right: 135px;
  }

  .mt-135--sm {
    margin-top: 135px;
  }

  .mr-135--sm {
    margin-right: 135px;
  }

  .mb-135--sm {
    margin-bottom: 135px;
  }

  .ml-135--sm {
    margin-left: 135px;
  }

  .mg-y-135--sm {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .mg-x-135--sm {
    margin-left: 135px;
    margin-right: 135px;
  }

  .pt-140--sm {
    padding-top: 140px;
  }

  .pr-140--sm {
    padding-right: 140px;
  }

  .pb-140--sm {
    padding-bottom: 140px;
  }

  .pl-140--sm {
    padding-left: 140px;
  }

  .pd-y-140--sm {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .pd-x-140--sm {
    padding-left: 140px;
    padding-right: 140px;
  }

  .mt-140--sm {
    margin-top: 140px;
  }

  .mr-140--sm {
    margin-right: 140px;
  }

  .mb-140--sm {
    margin-bottom: 140px;
  }

  .ml-140--sm {
    margin-left: 140px;
  }

  .mg-y-140--sm {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .mg-x-140--sm {
    margin-left: 140px;
    margin-right: 140px;
  }

  .pt-145--sm {
    padding-top: 145px;
  }

  .pr-145--sm {
    padding-right: 145px;
  }

  .pb-145--sm {
    padding-bottom: 145px;
  }

  .pl-145--sm {
    padding-left: 145px;
  }

  .pd-y-145--sm {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .pd-x-145--sm {
    padding-left: 145px;
    padding-right: 145px;
  }

  .mt-145--sm {
    margin-top: 145px;
  }

  .mr-145--sm {
    margin-right: 145px;
  }

  .mb-145--sm {
    margin-bottom: 145px;
  }

  .ml-145--sm {
    margin-left: 145px;
  }

  .mg-y-145--sm {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .mg-x-145--sm {
    margin-left: 145px;
    margin-right: 145px;
  }

  .pt-150--sm {
    padding-top: 150px;
  }

  .pr-150--sm {
    padding-right: 150px;
  }

  .pb-150--sm {
    padding-bottom: 150px;
  }

  .pl-150--sm {
    padding-left: 150px;
  }

  .pd-y-150--sm {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .pd-x-150--sm {
    padding-left: 150px;
    padding-right: 150px;
  }

  .mt-150--sm {
    margin-top: 150px;
  }

  .mr-150--sm {
    margin-right: 150px;
  }

  .mb-150--sm {
    margin-bottom: 150px;
  }

  .ml-150--sm {
    margin-left: 150px;
  }

  .mg-y-150--sm {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .mg-x-150--sm {
    margin-left: 150px;
    margin-right: 150px;
  }

  .pt-155--sm {
    padding-top: 155px;
  }

  .pr-155--sm {
    padding-right: 155px;
  }

  .pb-155--sm {
    padding-bottom: 155px;
  }

  .pl-155--sm {
    padding-left: 155px;
  }

  .pd-y-155--sm {
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .pd-x-155--sm {
    padding-left: 155px;
    padding-right: 155px;
  }

  .mt-155--sm {
    margin-top: 155px;
  }

  .mr-155--sm {
    margin-right: 155px;
  }

  .mb-155--sm {
    margin-bottom: 155px;
  }

  .ml-155--sm {
    margin-left: 155px;
  }

  .mg-y-155--sm {
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .mg-x-155--sm {
    margin-left: 155px;
    margin-right: 155px;
  }

  .pt-160--sm {
    padding-top: 160px;
  }

  .pr-160--sm {
    padding-right: 160px;
  }

  .pb-160--sm {
    padding-bottom: 160px;
  }

  .pl-160--sm {
    padding-left: 160px;
  }

  .pd-y-160--sm {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .pd-x-160--sm {
    padding-left: 160px;
    padding-right: 160px;
  }

  .mt-160--sm {
    margin-top: 160px;
  }

  .mr-160--sm {
    margin-right: 160px;
  }

  .mb-160--sm {
    margin-bottom: 160px;
  }

  .ml-160--sm {
    margin-left: 160px;
  }

  .mg-y-160--sm {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .mg-x-160--sm {
    margin-left: 160px;
    margin-right: 160px;
  }

  .pt-165--sm {
    padding-top: 165px;
  }

  .pr-165--sm {
    padding-right: 165px;
  }

  .pb-165--sm {
    padding-bottom: 165px;
  }

  .pl-165--sm {
    padding-left: 165px;
  }

  .pd-y-165--sm {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .pd-x-165--sm {
    padding-left: 165px;
    padding-right: 165px;
  }

  .mt-165--sm {
    margin-top: 165px;
  }

  .mr-165--sm {
    margin-right: 165px;
  }

  .mb-165--sm {
    margin-bottom: 165px;
  }

  .ml-165--sm {
    margin-left: 165px;
  }

  .mg-y-165--sm {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .mg-x-165--sm {
    margin-left: 165px;
    margin-right: 165px;
  }

  .pt-170--sm {
    padding-top: 170px;
  }

  .pr-170--sm {
    padding-right: 170px;
  }

  .pb-170--sm {
    padding-bottom: 170px;
  }

  .pl-170--sm {
    padding-left: 170px;
  }

  .pd-y-170--sm {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .pd-x-170--sm {
    padding-left: 170px;
    padding-right: 170px;
  }

  .mt-170--sm {
    margin-top: 170px;
  }

  .mr-170--sm {
    margin-right: 170px;
  }

  .mb-170--sm {
    margin-bottom: 170px;
  }

  .ml-170--sm {
    margin-left: 170px;
  }

  .mg-y-170--sm {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .mg-x-170--sm {
    margin-left: 170px;
    margin-right: 170px;
  }

  .pt-175--sm {
    padding-top: 175px;
  }

  .pr-175--sm {
    padding-right: 175px;
  }

  .pb-175--sm {
    padding-bottom: 175px;
  }

  .pl-175--sm {
    padding-left: 175px;
  }

  .pd-y-175--sm {
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .pd-x-175--sm {
    padding-left: 175px;
    padding-right: 175px;
  }

  .mt-175--sm {
    margin-top: 175px;
  }

  .mr-175--sm {
    margin-right: 175px;
  }

  .mb-175--sm {
    margin-bottom: 175px;
  }

  .ml-175--sm {
    margin-left: 175px;
  }

  .mg-y-175--sm {
    margin-top: 175px;
    margin-bottom: 175px;
  }

  .mg-x-175--sm {
    margin-left: 175px;
    margin-right: 175px;
  }

  .pt-180--sm {
    padding-top: 180px;
  }

  .pr-180--sm {
    padding-right: 180px;
  }

  .pb-180--sm {
    padding-bottom: 180px;
  }

  .pl-180--sm {
    padding-left: 180px;
  }

  .pd-y-180--sm {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .pd-x-180--sm {
    padding-left: 180px;
    padding-right: 180px;
  }

  .mt-180--sm {
    margin-top: 180px;
  }

  .mr-180--sm {
    margin-right: 180px;
  }

  .mb-180--sm {
    margin-bottom: 180px;
  }

  .ml-180--sm {
    margin-left: 180px;
  }

  .mg-y-180--sm {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .mg-x-180--sm {
    margin-left: 180px;
    margin-right: 180px;
  }

  .pt-185--sm {
    padding-top: 185px;
  }

  .pr-185--sm {
    padding-right: 185px;
  }

  .pb-185--sm {
    padding-bottom: 185px;
  }

  .pl-185--sm {
    padding-left: 185px;
  }

  .pd-y-185--sm {
    padding-top: 185px;
    padding-bottom: 185px;
  }

  .pd-x-185--sm {
    padding-left: 185px;
    padding-right: 185px;
  }

  .mt-185--sm {
    margin-top: 185px;
  }

  .mr-185--sm {
    margin-right: 185px;
  }

  .mb-185--sm {
    margin-bottom: 185px;
  }

  .ml-185--sm {
    margin-left: 185px;
  }

  .mg-y-185--sm {
    margin-top: 185px;
    margin-bottom: 185px;
  }

  .mg-x-185--sm {
    margin-left: 185px;
    margin-right: 185px;
  }

  .pt-190--sm {
    padding-top: 190px;
  }

  .pr-190--sm {
    padding-right: 190px;
  }

  .pb-190--sm {
    padding-bottom: 190px;
  }

  .pl-190--sm {
    padding-left: 190px;
  }

  .pd-y-190--sm {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .pd-x-190--sm {
    padding-left: 190px;
    padding-right: 190px;
  }

  .mt-190--sm {
    margin-top: 190px;
  }

  .mr-190--sm {
    margin-right: 190px;
  }

  .mb-190--sm {
    margin-bottom: 190px;
  }

  .ml-190--sm {
    margin-left: 190px;
  }

  .mg-y-190--sm {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .mg-x-190--sm {
    margin-left: 190px;
    margin-right: 190px;
  }

  .pt-195--sm {
    padding-top: 195px;
  }

  .pr-195--sm {
    padding-right: 195px;
  }

  .pb-195--sm {
    padding-bottom: 195px;
  }

  .pl-195--sm {
    padding-left: 195px;
  }

  .pd-y-195--sm {
    padding-top: 195px;
    padding-bottom: 195px;
  }

  .pd-x-195--sm {
    padding-left: 195px;
    padding-right: 195px;
  }

  .mt-195--sm {
    margin-top: 195px;
  }

  .mr-195--sm {
    margin-right: 195px;
  }

  .mb-195--sm {
    margin-bottom: 195px;
  }

  .ml-195--sm {
    margin-left: 195px;
  }

  .mg-y-195--sm {
    margin-top: 195px;
    margin-bottom: 195px;
  }

  .mg-x-195--sm {
    margin-left: 195px;
    margin-right: 195px;
  }

  .pt-200--sm {
    padding-top: 200px;
  }

  .pr-200--sm {
    padding-right: 200px;
  }

  .pb-200--sm {
    padding-bottom: 200px;
  }

  .pl-200--sm {
    padding-left: 200px;
  }

  .pd-y-200--sm {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .pd-x-200--sm {
    padding-left: 200px;
    padding-right: 200px;
  }

  .mt-200--sm {
    margin-top: 200px;
  }

  .mr-200--sm {
    margin-right: 200px;
  }

  .mb-200--sm {
    margin-bottom: 200px;
  }

  .ml-200--sm {
    margin-left: 200px;
  }

  .mg-y-200--sm {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .mg-x-200--sm {
    margin-left: 200px;
    margin-right: 200px;
  }
}
.mb-1em {
  margin-bottom: 1em;
}

.mg-x-auto {
  margin-left: auto;
  margin-right: auto;
}

.pl-1em {
  padding-left: 1em;
}

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

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

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

@media screen and (min-width: 901px) {
  .text-center-lg {
    text-align: center;
  }

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

  .text-left-lg {
    text-align: left;
  }
}
.text-indent-1em {
  text-indent: 1em;
}

.text-outdent-1em {
  text-indent: -1em;
  padding-left: 1em;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-decoration-line-through {
  text-decoration: line-through;
}

.color-primary {
  color: #f18700;
}

.color-secondary {
  color: #502911;
}

.color-thirdly {
  color: #3f5c02;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.ff-sans {
  font-family: "Noto Sans JP", serif;
}

.fz-sm {
  font-size: 14px;
}
@media screen and (min-width: 901px) {
  .fz-sm {
    font-size: 16px;
  }
}

.font-size-10 {
  font-size: 10px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-23 {
  font-size: 23px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-27 {
  font-size: 27px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-29 {
  font-size: 29px;
}

.font-size-30 {
  font-size: 30px;
}

@media screen and (min-width: 901px) {
  .font-size-10--pc {
    font-size: 10px;
  }

  .font-size-11--pc {
    font-size: 11px;
  }

  .font-size-12--pc {
    font-size: 12px;
  }

  .font-size-13--pc {
    font-size: 13px;
  }

  .font-size-14--pc {
    font-size: 14px;
  }

  .font-size-15--pc {
    font-size: 15px;
  }

  .font-size-16--pc {
    font-size: 16px;
  }

  .font-size-17--pc {
    font-size: 17px;
  }

  .font-size-18--pc {
    font-size: 18px;
  }

  .font-size-19--pc {
    font-size: 19px;
  }

  .font-size-20--pc {
    font-size: 20px;
  }

  .font-size-21--pc {
    font-size: 21px;
  }

  .font-size-22--pc {
    font-size: 22px;
  }

  .font-size-23--pc {
    font-size: 23px;
  }

  .font-size-24--pc {
    font-size: 24px;
  }

  .font-size-25--pc {
    font-size: 25px;
  }

  .font-size-26--pc {
    font-size: 26px;
  }

  .font-size-27--pc {
    font-size: 27px;
  }

  .font-size-28--pc {
    font-size: 28px;
  }

  .font-size-29--pc {
    font-size: 29px;
  }

  .font-size-30--pc {
    font-size: 30px;
  }
}
.line-height-0 {
  line-height: 0;
}

.line-height-1 {
  line-height: 1;
}

.line-height-1\.1 {
  line-height: 1.1;
}

.line-height-1\.2 {
  line-height: 1.2;
}

.line-height-1\.3 {
  line-height: 1.3;
}

.line-height-1\.4 {
  line-height: 1.4;
}

.line-height-1\.5 {
  line-height: 1.5;
}

.line-height-1\.6 {
  line-height: 1.6;
}

.line-height-1\.7 {
  line-height: 1.7;
}

.line-height-1\.8 {
  line-height: 1.8;
}

.line-height-1\.9 {
  line-height: 1.9;
}

.line-height-2 {
  line-height: 2;
}

.line-height-2\.1 {
  line-height: 2.1;
}

.line-height-2\.2 {
  line-height: 2.2;
}

.line-height-2\.3 {
  line-height: 2.3;
}

.line-height-2\.4 {
  line-height: 2.4;
}

.line-height-2\.5 {
  line-height: 2.5;
}

.line-height-2\.6 {
  line-height: 2.6;
}

.line-height-2\.7 {
  line-height: 2.7;
}

.line-height-2\.8 {
  line-height: 2.8;
}

.line-height-2\.9 {
  line-height: 2.9;
}

.line-height-3 {
  line-height: 3;
}

@media screen and (min-width: 901px) {
  .line-height-1--desk {
    line-height: 1;
  }

  .line-height-1\.1--desk {
    line-height: 1.1;
  }

  .line-height-1\.2--desk {
    line-height: 1.2;
  }

  .line-height-1\.3--desk {
    line-height: 1.3;
  }

  .line-height-1\.4--desk {
    line-height: 1.4;
  }

  .line-height-1\.5--desk {
    line-height: 1.5;
  }

  .line-height-1\.6--desk {
    line-height: 1.6;
  }

  .line-height-1\.7--desk {
    line-height: 1.7;
  }

  .line-height-1\.8--desk {
    line-height: 1.8;
  }

  .line-height-1\.9--desk {
    line-height: 1.9;
  }

  .line-height-2--desk {
    line-height: 2;
  }

  .line-height-2\.1--desk {
    line-height: 2.1;
  }

  .line-height-2\.2--desk {
    line-height: 2.2;
  }

  .line-height-2\.3--desk {
    line-height: 2.3;
  }

  .line-height-2\.4--desk {
    line-height: 2.4;
  }

  .line-height-2\.5--desk {
    line-height: 2.5;
  }

  .line-height-2\.6--desk {
    line-height: 2.6;
  }

  .line-height-2\.7--desk {
    line-height: 2.7;
  }

  .line-height-2\.8--desk {
    line-height: 2.8;
  }

  .line-height-2\.9--desk {
    line-height: 2.9;
  }

  .line-height-3--desk {
    line-height: 3;
  }
}
.max-width-100 {
  max-width: 100px;
}

.max-width-110 {
  max-width: 110px;
}

.max-width-120 {
  max-width: 120px;
}

.max-width-130 {
  max-width: 130px;
}

.max-width-140 {
  max-width: 140px;
}

.max-width-150 {
  max-width: 150px;
}

.max-width-160 {
  max-width: 160px;
}

.max-width-170 {
  max-width: 170px;
}

.max-width-180 {
  max-width: 180px;
}

.max-width-190 {
  max-width: 190px;
}

.max-width-200 {
  max-width: 200px;
}

.max-width-210 {
  max-width: 210px;
}

.max-width-220 {
  max-width: 220px;
}

.max-width-230 {
  max-width: 230px;
}

.max-width-240 {
  max-width: 240px;
}

.max-width-250 {
  max-width: 250px;
}

.max-width-260 {
  max-width: 260px;
}

.max-width-270 {
  max-width: 270px;
}

.max-width-280 {
  max-width: 280px;
}

.max-width-290 {
  max-width: 290px;
}

.max-width-300 {
  max-width: 300px;
}

.max-width-310 {
  max-width: 310px;
}

.max-width-320 {
  max-width: 320px;
}

.max-width-330 {
  max-width: 330px;
}

.max-width-340 {
  max-width: 340px;
}

.max-width-350 {
  max-width: 350px;
}

.max-width-360 {
  max-width: 360px;
}

.max-width-370 {
  max-width: 370px;
}

.max-width-380 {
  max-width: 380px;
}

.max-width-390 {
  max-width: 390px;
}

.max-width-400 {
  max-width: 400px;
}

.max-width-410 {
  max-width: 410px;
}

.max-width-420 {
  max-width: 420px;
}

.max-width-430 {
  max-width: 430px;
}

.max-width-440 {
  max-width: 440px;
}

.max-width-450 {
  max-width: 450px;
}

.max-width-460 {
  max-width: 460px;
}

.max-width-470 {
  max-width: 470px;
}

.max-width-480 {
  max-width: 480px;
}

.max-width-490 {
  max-width: 490px;
}

.max-width-500 {
  max-width: 500px;
}

.max-width-510 {
  max-width: 510px;
}

.max-width-520 {
  max-width: 520px;
}

.max-width-530 {
  max-width: 530px;
}

.max-width-540 {
  max-width: 540px;
}

.max-width-550 {
  max-width: 550px;
}

.max-width-560 {
  max-width: 560px;
}

.max-width-570 {
  max-width: 570px;
}

.max-width-580 {
  max-width: 580px;
}

.max-width-590 {
  max-width: 590px;
}

.max-width-600 {
  max-width: 600px;
}

.max-width-610 {
  max-width: 610px;
}

.max-width-620 {
  max-width: 620px;
}

.max-width-630 {
  max-width: 630px;
}

.max-width-640 {
  max-width: 640px;
}

.max-width-650 {
  max-width: 650px;
}

.max-width-660 {
  max-width: 660px;
}

.max-width-670 {
  max-width: 670px;
}

.max-width-680 {
  max-width: 680px;
}

.max-width-690 {
  max-width: 690px;
}

.max-width-700 {
  max-width: 700px;
}

.max-width-710 {
  max-width: 710px;
}

.max-width-720 {
  max-width: 720px;
}

.max-width-730 {
  max-width: 730px;
}

.max-width-740 {
  max-width: 740px;
}

.max-width-750 {
  max-width: 750px;
}

.max-width-760 {
  max-width: 760px;
}

.max-width-770 {
  max-width: 770px;
}

.max-width-780 {
  max-width: 780px;
}

.max-width-790 {
  max-width: 790px;
}

.max-width-800 {
  max-width: 800px;
}

.max-width-810 {
  max-width: 810px;
}

.max-width-820 {
  max-width: 820px;
}

.max-width-830 {
  max-width: 830px;
}

.max-width-840 {
  max-width: 840px;
}

.max-width-850 {
  max-width: 850px;
}

.max-width-860 {
  max-width: 860px;
}

.max-width-870 {
  max-width: 870px;
}

.max-width-880 {
  max-width: 880px;
}

.max-width-890 {
  max-width: 890px;
}

.max-width-900 {
  max-width: 900px;
}

.max-width-910 {
  max-width: 910px;
}

.max-width-920 {
  max-width: 920px;
}

.max-width-930 {
  max-width: 930px;
}

.max-width-940 {
  max-width: 940px;
}

.max-width-950 {
  max-width: 950px;
}

.max-width-960 {
  max-width: 960px;
}

.max-width-970 {
  max-width: 970px;
}

.max-width-980 {
  max-width: 980px;
}

.max-width-990 {
  max-width: 990px;
}

.max-width-1000 {
  max-width: 1000px;
}

@media screen and (min-width: 901px) {
  .max-width-100--lg {
    max-width: 100px;
  }

  .max-width-110--lg {
    max-width: 110px;
  }

  .max-width-120--lg {
    max-width: 120px;
  }

  .max-width-130--lg {
    max-width: 130px;
  }

  .max-width-140--lg {
    max-width: 140px;
  }

  .max-width-150--lg {
    max-width: 150px;
  }

  .max-width-160--lg {
    max-width: 160px;
  }

  .max-width-170--lg {
    max-width: 170px;
  }

  .max-width-180--lg {
    max-width: 180px;
  }

  .max-width-190--lg {
    max-width: 190px;
  }

  .max-width-200--lg {
    max-width: 200px;
  }

  .max-width-210--lg {
    max-width: 210px;
  }

  .max-width-220--lg {
    max-width: 220px;
  }

  .max-width-230--lg {
    max-width: 230px;
  }

  .max-width-240--lg {
    max-width: 240px;
  }

  .max-width-250--lg {
    max-width: 250px;
  }

  .max-width-260--lg {
    max-width: 260px;
  }

  .max-width-270--lg {
    max-width: 270px;
  }

  .max-width-280--lg {
    max-width: 280px;
  }

  .max-width-290--lg {
    max-width: 290px;
  }

  .max-width-300--lg {
    max-width: 300px;
  }

  .max-width-310--lg {
    max-width: 310px;
  }

  .max-width-320--lg {
    max-width: 320px;
  }

  .max-width-330--lg {
    max-width: 330px;
  }

  .max-width-340--lg {
    max-width: 340px;
  }

  .max-width-350--lg {
    max-width: 350px;
  }

  .max-width-360--lg {
    max-width: 360px;
  }

  .max-width-370--lg {
    max-width: 370px;
  }

  .max-width-380--lg {
    max-width: 380px;
  }

  .max-width-390--lg {
    max-width: 390px;
  }

  .max-width-400--lg {
    max-width: 400px;
  }

  .max-width-410--lg {
    max-width: 410px;
  }

  .max-width-420--lg {
    max-width: 420px;
  }

  .max-width-430--lg {
    max-width: 430px;
  }

  .max-width-440--lg {
    max-width: 440px;
  }

  .max-width-450--lg {
    max-width: 450px;
  }

  .max-width-460--lg {
    max-width: 460px;
  }

  .max-width-470--lg {
    max-width: 470px;
  }

  .max-width-480--lg {
    max-width: 480px;
  }

  .max-width-490--lg {
    max-width: 490px;
  }

  .max-width-500--lg {
    max-width: 500px;
  }

  .max-width-510--lg {
    max-width: 510px;
  }

  .max-width-520--lg {
    max-width: 520px;
  }

  .max-width-530--lg {
    max-width: 530px;
  }

  .max-width-540--lg {
    max-width: 540px;
  }

  .max-width-550--lg {
    max-width: 550px;
  }

  .max-width-560--lg {
    max-width: 560px;
  }

  .max-width-570--lg {
    max-width: 570px;
  }

  .max-width-580--lg {
    max-width: 580px;
  }

  .max-width-590--lg {
    max-width: 590px;
  }

  .max-width-600--lg {
    max-width: 600px;
  }

  .max-width-610--lg {
    max-width: 610px;
  }

  .max-width-620--lg {
    max-width: 620px;
  }

  .max-width-630--lg {
    max-width: 630px;
  }

  .max-width-640--lg {
    max-width: 640px;
  }

  .max-width-650--lg {
    max-width: 650px;
  }

  .max-width-660--lg {
    max-width: 660px;
  }

  .max-width-670--lg {
    max-width: 670px;
  }

  .max-width-680--lg {
    max-width: 680px;
  }

  .max-width-690--lg {
    max-width: 690px;
  }

  .max-width-700--lg {
    max-width: 700px;
  }

  .max-width-710--lg {
    max-width: 710px;
  }

  .max-width-720--lg {
    max-width: 720px;
  }

  .max-width-730--lg {
    max-width: 730px;
  }

  .max-width-740--lg {
    max-width: 740px;
  }

  .max-width-750--lg {
    max-width: 750px;
  }

  .max-width-760--lg {
    max-width: 760px;
  }

  .max-width-770--lg {
    max-width: 770px;
  }

  .max-width-780--lg {
    max-width: 780px;
  }

  .max-width-790--lg {
    max-width: 790px;
  }

  .max-width-800--lg {
    max-width: 800px;
  }

  .max-width-810--lg {
    max-width: 810px;
  }

  .max-width-820--lg {
    max-width: 820px;
  }

  .max-width-830--lg {
    max-width: 830px;
  }

  .max-width-840--lg {
    max-width: 840px;
  }

  .max-width-850--lg {
    max-width: 850px;
  }

  .max-width-860--lg {
    max-width: 860px;
  }

  .max-width-870--lg {
    max-width: 870px;
  }

  .max-width-880--lg {
    max-width: 880px;
  }

  .max-width-890--lg {
    max-width: 890px;
  }

  .max-width-900--lg {
    max-width: 900px;
  }

  .max-width-910--lg {
    max-width: 910px;
  }

  .max-width-920--lg {
    max-width: 920px;
  }

  .max-width-930--lg {
    max-width: 930px;
  }

  .max-width-940--lg {
    max-width: 940px;
  }

  .max-width-950--lg {
    max-width: 950px;
  }

  .max-width-960--lg {
    max-width: 960px;
  }

  .max-width-970--lg {
    max-width: 970px;
  }

  .max-width-980--lg {
    max-width: 980px;
  }

  .max-width-990--lg {
    max-width: 990px;
  }

  .max-width-1000--lg {
    max-width: 1000px;
  }
}
@media screen and (min-width: 751px) {
  .max-width-100--md {
    max-width: 100px;
  }

  .max-width-110--md {
    max-width: 110px;
  }

  .max-width-120--md {
    max-width: 120px;
  }

  .max-width-130--md {
    max-width: 130px;
  }

  .max-width-140--md {
    max-width: 140px;
  }

  .max-width-150--md {
    max-width: 150px;
  }

  .max-width-160--md {
    max-width: 160px;
  }

  .max-width-170--md {
    max-width: 170px;
  }

  .max-width-180--md {
    max-width: 180px;
  }

  .max-width-190--md {
    max-width: 190px;
  }

  .max-width-200--md {
    max-width: 200px;
  }

  .max-width-210--md {
    max-width: 210px;
  }

  .max-width-220--md {
    max-width: 220px;
  }

  .max-width-230--md {
    max-width: 230px;
  }

  .max-width-240--md {
    max-width: 240px;
  }

  .max-width-250--md {
    max-width: 250px;
  }

  .max-width-260--md {
    max-width: 260px;
  }

  .max-width-270--md {
    max-width: 270px;
  }

  .max-width-280--md {
    max-width: 280px;
  }

  .max-width-290--md {
    max-width: 290px;
  }

  .max-width-300--md {
    max-width: 300px;
  }

  .max-width-310--md {
    max-width: 310px;
  }

  .max-width-320--md {
    max-width: 320px;
  }

  .max-width-330--md {
    max-width: 330px;
  }

  .max-width-340--md {
    max-width: 340px;
  }

  .max-width-350--md {
    max-width: 350px;
  }

  .max-width-360--md {
    max-width: 360px;
  }

  .max-width-370--md {
    max-width: 370px;
  }

  .max-width-380--md {
    max-width: 380px;
  }

  .max-width-390--md {
    max-width: 390px;
  }

  .max-width-400--md {
    max-width: 400px;
  }

  .max-width-410--md {
    max-width: 410px;
  }

  .max-width-420--md {
    max-width: 420px;
  }

  .max-width-430--md {
    max-width: 430px;
  }

  .max-width-440--md {
    max-width: 440px;
  }

  .max-width-450--md {
    max-width: 450px;
  }

  .max-width-460--md {
    max-width: 460px;
  }

  .max-width-470--md {
    max-width: 470px;
  }

  .max-width-480--md {
    max-width: 480px;
  }

  .max-width-490--md {
    max-width: 490px;
  }

  .max-width-500--md {
    max-width: 500px;
  }

  .max-width-510--md {
    max-width: 510px;
  }

  .max-width-520--md {
    max-width: 520px;
  }

  .max-width-530--md {
    max-width: 530px;
  }

  .max-width-540--md {
    max-width: 540px;
  }

  .max-width-550--md {
    max-width: 550px;
  }

  .max-width-560--md {
    max-width: 560px;
  }

  .max-width-570--md {
    max-width: 570px;
  }

  .max-width-580--md {
    max-width: 580px;
  }

  .max-width-590--md {
    max-width: 590px;
  }

  .max-width-600--md {
    max-width: 600px;
  }

  .max-width-610--md {
    max-width: 610px;
  }

  .max-width-620--md {
    max-width: 620px;
  }

  .max-width-630--md {
    max-width: 630px;
  }

  .max-width-640--md {
    max-width: 640px;
  }

  .max-width-650--md {
    max-width: 650px;
  }

  .max-width-660--md {
    max-width: 660px;
  }

  .max-width-670--md {
    max-width: 670px;
  }

  .max-width-680--md {
    max-width: 680px;
  }

  .max-width-690--md {
    max-width: 690px;
  }

  .max-width-700--md {
    max-width: 700px;
  }

  .max-width-710--md {
    max-width: 710px;
  }

  .max-width-720--md {
    max-width: 720px;
  }

  .max-width-730--md {
    max-width: 730px;
  }

  .max-width-740--md {
    max-width: 740px;
  }

  .max-width-750--md {
    max-width: 750px;
  }

  .max-width-760--md {
    max-width: 760px;
  }

  .max-width-770--md {
    max-width: 770px;
  }

  .max-width-780--md {
    max-width: 780px;
  }

  .max-width-790--md {
    max-width: 790px;
  }

  .max-width-800--md {
    max-width: 800px;
  }

  .max-width-810--md {
    max-width: 810px;
  }

  .max-width-820--md {
    max-width: 820px;
  }

  .max-width-830--md {
    max-width: 830px;
  }

  .max-width-840--md {
    max-width: 840px;
  }

  .max-width-850--md {
    max-width: 850px;
  }

  .max-width-860--md {
    max-width: 860px;
  }

  .max-width-870--md {
    max-width: 870px;
  }

  .max-width-880--md {
    max-width: 880px;
  }

  .max-width-890--md {
    max-width: 890px;
  }

  .max-width-900--md {
    max-width: 900px;
  }

  .max-width-910--md {
    max-width: 910px;
  }

  .max-width-920--md {
    max-width: 920px;
  }

  .max-width-930--md {
    max-width: 930px;
  }

  .max-width-940--md {
    max-width: 940px;
  }

  .max-width-950--md {
    max-width: 950px;
  }

  .max-width-960--md {
    max-width: 960px;
  }

  .max-width-970--md {
    max-width: 970px;
  }

  .max-width-980--md {
    max-width: 980px;
  }

  .max-width-990--md {
    max-width: 990px;
  }

  .max-width-1000--md {
    max-width: 1000px;
  }
}
@media screen and (min-width: 601px) {
  .max-width-100--sm {
    max-width: 100px;
  }

  .max-width-110--sm {
    max-width: 110px;
  }

  .max-width-120--sm {
    max-width: 120px;
  }

  .max-width-130--sm {
    max-width: 130px;
  }

  .max-width-140--sm {
    max-width: 140px;
  }

  .max-width-150--sm {
    max-width: 150px;
  }

  .max-width-160--sm {
    max-width: 160px;
  }

  .max-width-170--sm {
    max-width: 170px;
  }

  .max-width-180--sm {
    max-width: 180px;
  }

  .max-width-190--sm {
    max-width: 190px;
  }

  .max-width-200--sm {
    max-width: 200px;
  }

  .max-width-210--sm {
    max-width: 210px;
  }

  .max-width-220--sm {
    max-width: 220px;
  }

  .max-width-230--sm {
    max-width: 230px;
  }

  .max-width-240--sm {
    max-width: 240px;
  }

  .max-width-250--sm {
    max-width: 250px;
  }

  .max-width-260--sm {
    max-width: 260px;
  }

  .max-width-270--sm {
    max-width: 270px;
  }

  .max-width-280--sm {
    max-width: 280px;
  }

  .max-width-290--sm {
    max-width: 290px;
  }

  .max-width-300--sm {
    max-width: 300px;
  }

  .max-width-310--sm {
    max-width: 310px;
  }

  .max-width-320--sm {
    max-width: 320px;
  }

  .max-width-330--sm {
    max-width: 330px;
  }

  .max-width-340--sm {
    max-width: 340px;
  }

  .max-width-350--sm {
    max-width: 350px;
  }

  .max-width-360--sm {
    max-width: 360px;
  }

  .max-width-370--sm {
    max-width: 370px;
  }

  .max-width-380--sm {
    max-width: 380px;
  }

  .max-width-390--sm {
    max-width: 390px;
  }

  .max-width-400--sm {
    max-width: 400px;
  }

  .max-width-410--sm {
    max-width: 410px;
  }

  .max-width-420--sm {
    max-width: 420px;
  }

  .max-width-430--sm {
    max-width: 430px;
  }

  .max-width-440--sm {
    max-width: 440px;
  }

  .max-width-450--sm {
    max-width: 450px;
  }

  .max-width-460--sm {
    max-width: 460px;
  }

  .max-width-470--sm {
    max-width: 470px;
  }

  .max-width-480--sm {
    max-width: 480px;
  }

  .max-width-490--sm {
    max-width: 490px;
  }

  .max-width-500--sm {
    max-width: 500px;
  }

  .max-width-510--sm {
    max-width: 510px;
  }

  .max-width-520--sm {
    max-width: 520px;
  }

  .max-width-530--sm {
    max-width: 530px;
  }

  .max-width-540--sm {
    max-width: 540px;
  }

  .max-width-550--sm {
    max-width: 550px;
  }

  .max-width-560--sm {
    max-width: 560px;
  }

  .max-width-570--sm {
    max-width: 570px;
  }

  .max-width-580--sm {
    max-width: 580px;
  }

  .max-width-590--sm {
    max-width: 590px;
  }

  .max-width-600--sm {
    max-width: 600px;
  }

  .max-width-610--sm {
    max-width: 610px;
  }

  .max-width-620--sm {
    max-width: 620px;
  }

  .max-width-630--sm {
    max-width: 630px;
  }

  .max-width-640--sm {
    max-width: 640px;
  }

  .max-width-650--sm {
    max-width: 650px;
  }

  .max-width-660--sm {
    max-width: 660px;
  }

  .max-width-670--sm {
    max-width: 670px;
  }

  .max-width-680--sm {
    max-width: 680px;
  }

  .max-width-690--sm {
    max-width: 690px;
  }

  .max-width-700--sm {
    max-width: 700px;
  }

  .max-width-710--sm {
    max-width: 710px;
  }

  .max-width-720--sm {
    max-width: 720px;
  }

  .max-width-730--sm {
    max-width: 730px;
  }

  .max-width-740--sm {
    max-width: 740px;
  }

  .max-width-750--sm {
    max-width: 750px;
  }

  .max-width-760--sm {
    max-width: 760px;
  }

  .max-width-770--sm {
    max-width: 770px;
  }

  .max-width-780--sm {
    max-width: 780px;
  }

  .max-width-790--sm {
    max-width: 790px;
  }

  .max-width-800--sm {
    max-width: 800px;
  }

  .max-width-810--sm {
    max-width: 810px;
  }

  .max-width-820--sm {
    max-width: 820px;
  }

  .max-width-830--sm {
    max-width: 830px;
  }

  .max-width-840--sm {
    max-width: 840px;
  }

  .max-width-850--sm {
    max-width: 850px;
  }

  .max-width-860--sm {
    max-width: 860px;
  }

  .max-width-870--sm {
    max-width: 870px;
  }

  .max-width-880--sm {
    max-width: 880px;
  }

  .max-width-890--sm {
    max-width: 890px;
  }

  .max-width-900--sm {
    max-width: 900px;
  }

  .max-width-910--sm {
    max-width: 910px;
  }

  .max-width-920--sm {
    max-width: 920px;
  }

  .max-width-930--sm {
    max-width: 930px;
  }

  .max-width-940--sm {
    max-width: 940px;
  }

  .max-width-950--sm {
    max-width: 950px;
  }

  .max-width-960--sm {
    max-width: 960px;
  }

  .max-width-970--sm {
    max-width: 970px;
  }

  .max-width-980--sm {
    max-width: 980px;
  }

  .max-width-990--sm {
    max-width: 990px;
  }

  .max-width-1000--sm {
    max-width: 1000px;
  }
}
.bgc-primary {
  background-color: #fef5e7;
}

.bgc-grey {
  background-color: #aba6a2;
}

.bgc-lightgrey {
  background-color: #f1efef;
}

.bg-pattern1 {
  background: url(../img/shared/bg-pattern1.jpg) repeat left center/6px 6px;
}

.bg-pattern2 {
  background: url(../img/shared/bg-pattern2.jpg) repeat left center/6px 6px;
}

.title-t1--primary {
  padding-top: 18px;
  position: relative;
}
.title-t1--primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  height: 5px;
  width: 40px;
  margin-left: -20px;
  border-radius: 3px;
}
@media screen and (min-width: 901px) {
  .title-t1--primary {
    padding-top: 30px;
  }
  .title-t1--primary::before {
    height: 10px;
    width: 80px;
    margin-left: -40px;
    border-radius: 5px;
  }
}

.title-t1--primary::before {
  background-color: #f18700;
}
.title-t1__jp {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-size: 24px;
}
.title-t1__en {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-size: 13px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 901px) {
  .title-t1__jp {
    font-size: 30px;
  }
  .title-t1__en {
    font-size: 16px;
  }
}

.title-t2 {
  line-height: 1.4;
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 901px) {
  .title-t2 {
    font-size: 30px;
  }
}

.title-t3 {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 901px) {
  .title-t3 {
    font-size: 24px;
  }
}

.title-t4 {
  line-height: 1.4;
  font-weight: bold;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.title-t4::before {
  content: "■";
  padding-right: 0.2em;
  color: #f18700;
}

.title-t5 {
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 901px) {
  .title-t5 {
    font-size: 20px;
  }
}

.title-t6 {
  line-height: 1.4;
  font-size: 26px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 901px) {
  .title-t6 {
    font-size: 32px;
  }
}

.title-t7 {
  line-height: 1.4;
  font-size: 22px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 901px) {
  .title-t7 {
    font-size: 26px;
  }
}

.btn-t1--grey, .btn-t1 {
  height: 36px;
  border-radius: 18px;
  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;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width: 901px) {
  .btn-t1--grey, .btn-t1 {
    height: 44px;
    border-radius: 22px;
  }
}

.btn-t1 {
  background-color: #502911;
  color: #fff;
}
.btn-t1:hover {
  color: #502911;
  background-color: #fff;
}
.btn-t1--grey {
  background-color: #aba6a2;
  color: #fff;
}
.btn-t1--grey:hover {
  color: #0d0d0d;
  background-color: #fff;
}

.btn-t2--grey, .btn-t2 {
  height: 40px;
  border-radius: 20px;
  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;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width: 901px) {
  .btn-t2--grey, .btn-t2 {
    height: 56px;
    border-radius: 28px;
  }
}

.btn-t2 {
  background-color: #502911;
  color: #fff;
}
.btn-t2:hover {
  color: #502911;
  background-color: #fff;
}
.btn-t2--grey {
  background-color: #aba6a2;
  color: #fff;
}
.btn-t2--grey:hover {
  color: #0d0d0d;
  background-color: #fff;
}

.hover-alpha {
  -webkit-transition: 0.2s opacity ease;
  -o-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.hover-alpha:hover {
  opacity: 0.6;
}

.hover-underline:hover {
  text-decoration: underline;
}

.link-t1 {
  -webkit-transition: 0.3s color ease-in-out;
  -o-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.link-t1:hover {
  color: #f18700;
}

.link-t2 {
  text-decoration: underline;
  -webkit-transition: 0.3s color ease-in-out;
  -o-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.link-t2:hover {
  color: #f18700;
}

img.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: none;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;object-position: center;";
}
img.ofi.object-position-left {
  -o-object-position: left;
     object-position: left;
  font-family: "object-fit: cover;object-position: left;";
}
img.ofi.object-position-right {
  -o-object-position: right;
     object-position: right;
  font-family: "object-fit: cover;object-position: right;";
}
img.ofi.object-position-top {
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit: cover;object-position: top;";
}
img.ofi.object-position-bottom {
  -o-object-position: right;
     object-position: right;
  font-family: "object-fit: cover;object-position: bottom;";
}
img.ofi.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;object-position: center;";
}
img.ofi.object-fit-contain.object-position-left {
  -o-object-position: left;
     object-position: left;
  font-family: "object-fit: contain;object-position: left;";
}
img.ofi.object-fit-contain.object-position-right {
  -o-object-position: right;
     object-position: right;
  font-family: "object-fit: contain;object-position: right;";
}
img.ofi.object-fit-contain.object-position-top {
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit: contain;object-position: top;";
}
img.ofi.object-fit-contain.object-position-bottom {
  -o-object-position: right;
     object-position: right;
  font-family: "object-fit: contain;object-position: bottom;";
}

picture.ofi-wrapper {
  width: 100%;
  height: 100%;
}

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

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

.form-block {
  padding: 12px 5px;
  border-top: 1px dotted #d0cece;
  border-bottom: 1px dotted #d0cece;
}
.form-block + .form-block {
  border-top: none;
}
.form-block dt {
  font-weight: bold;
  padding: 10px 0;
}
.form-block dt.required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-block dt.required:after {
  content: "必須";
  background-color: #f18700;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  padding: 2px 5px;
  margin-top: 4px;
}
@media screen and (min-width: 901px) {
  .form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .form-block dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    width: 300px;
    padding: 15px;
  }
  .form-block dt.required:after {
    margin-top: 6px;
  }
  .form-block dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 300px);
            flex: 0 0 calc(100% - 300px);
    width: calc(100% - 300px);
    padding: 15px;
  }
}

.form-select, .form-input, .form-textarea {
  padding: 5px 10px;
  border: 1px solid #d0cece;
  background-color: #f6f5f5;
}
.form-select:focus, .form-input:focus, .form-textarea:focus {
  border-color: #f18700;
}

.form-input, .form-textarea {
  width: 100%;
}

.form-textarea {
  height: 200px;
}
@media screen and (min-width: 901px) {
  .form-textarea {
    height: 300px;
  }
}

.form-radio {
  display: none;
}
.form-radio:checked + .form-radio__text {
  color: #f18700;
}
.form-radio:checked + .form-radio__text:before {
  background-image: url(../img/shared/icon-radio-checked.png);
}
.form-radio__text {
  display: block;
  position: relative;
  padding-left: 1.2em;
}
.form-radio__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../img/shared/icon-radio-unchecked.png) no-repeat center center/cover;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-check__input {
  display: none;
}
.form-check__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #d0cece;
  background-color: #f6f5f5;
}
.form-check__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(100% - 20px);
  padding-left: 10px;
}
.form-check__input:checked + .form-check__icon {
  background: #f18700 url(../img/shared/icon-check.png) no-repeat center center/14px auto;
}

.form-nameblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-nameblock__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 3.5em);
          flex: 0 0 calc(100% - 3.5em);
  width: calc(100% - 3.5em);
}
.form-nameblock__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.5em;
          flex: 0 0 3.5em;
  width: 3.5em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .form-nameblock .form-nameblock__text:nth-child(3),
.form-nameblock .form-nameblock__input:nth-child(4) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 601px) {
  .form-nameblock {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .form-nameblock__input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 3.5em);
            flex: 0 0 calc(50% - 3.5em);
    width: calc(50% - 3.5em);
  }
}

.form-zipblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-zipblock__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  margin-bottom: 5px;
}
.form-zipblock__zip1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5em;
          flex: 0 0 5em;
  width: 5em;
}
.form-zipblock__hyphen {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2em;
          flex: 0 0 2em;
  width: 2em;
  text-align: center;
}
.form-zipblock__zip2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6em;
          flex: 0 0 6em;
  width: 6em;
}
.form-zipblock__zipbtn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  padding: 5px 2px;
  font-size: 12px;
  margin-left: 10px;
  display: block;
  border-radius: 5px;
  text-align: center;
  background-color: #502911;
  color: #fff;
}
@media screen and (min-width: 601px) {
  .form-zipblock {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .form-zipblock__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    width: 140px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 351px) {
  .form-zipblock__zipbtn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    width: 80px;
    padding: 5px 8px;
    font-size: 14px;
  }
}

.form-prefblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.form-prefblock__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  width: 140px;
}
.form-prefblock__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 140px);
}

.form-addressblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-addressblock__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  margin-bottom: 5px;
}
.form-addressblock__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
@media screen and (min-width: 601px) {
  .form-addressblock {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .form-addressblock__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    width: 140px;
    margin-bottom: 0;
  }
  .form-addressblock__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: calc(100% - 140px);
  }
}

.form-telblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-telblock__hyphen {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2em;
          flex: 0 0 2em;
  width: 2em;
  text-align: center;
}
.form-telblock__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc((100% - 4.2em)/3);
}

.form-birthdayblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-birthdayblock__year {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5em;
          flex: 0 0 5em;
  width: 5em;
}
.form-birthdayblock__month, .form-birthdayblock__day {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3em;
          flex: 0 0 3em;
  width: 3em;
}
.form-birthdayblock__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2em;
          flex: 0 0 2em;
  width: 2em;
  text-align: center;
}

.form-radioblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
}
.form-radioblock__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
  margin-right: 2em;
  margin-top: 10px;
}

.form-privacytext {
  height: 200px;
  width: 100%;
  border: 1px solid #d0cece;
  background-color: #f6f5f5;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.form-privacytext__in {
  padding: 20px;
}
@media screen and (min-width: 901px) {
  .form-privacytext__in {
    padding: 40px;
  }
}

.form-privacy {
  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;
}
.form-privacy__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 1em;
}
.form-privacy__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.form-graybtn {
  width: 220px;
  height: 46px;
  display: block;
  padding: 1px;
  position: relative;
  cursor: pointer;
}
.form-graybtn:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #acabab;
}
.form-graybtn__text {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 44px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s background-color ease, 0.5s color ease;
  -o-transition: 0.5s background-color ease, 0.5s color ease;
  transition: 0.5s background-color ease, 0.5s color ease;
  color: #fff;
  line-height: 1.3;
}
.form-graybtn:hover {
  opacity: 0.6;
}
@media screen and (min-width: 601px) {
  .form-graybtn {
    width: 264px;
    height: 50px;
  }
  .form-graybtn__text {
    height: 48px;
  }
}

.form-submit {
  width: 220px;
  height: 46px;
  display: block;
  padding: 1px;
  position: relative;
  cursor: not-allowed;
}
.form-submit:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #acabab;
  border-radius: 10px;
}
.form-submit__text {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 44px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s background-color ease, 0.5s color ease;
  -o-transition: 0.5s background-color ease, 0.5s color ease;
  transition: 0.5s background-color ease, 0.5s color ease;
  color: #777;
  line-height: 1.3;
}
.form-submit:hover.is-abled {
  opacity: 0.6;
}
.form-submit.is-abled {
  cursor: pointer;
  -webkit-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.form-submit.is-abled:after {
  background-color: #f18700;
}
.form-submit.is-abled .form-submit__text {
  color: #fff;
}
@media screen and (min-width: 601px) {
  .form-submit {
    width: 264px;
    height: 50px;
  }
  .form-submit__text {
    height: 48px;
  }
}

.form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.form-btns__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  width: 49%;
  max-width: 264px;
}
.form-btns__item > button, .form-btns__item .form-graybtn, .form-btns__item .form-submit {
  width: 100%;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pager a.pager__item:hover, .pager .pager__item.is-current {
  background-color: #f18700;
  border: 1px solid #f18700;
  color: #fff;
}
.pager .pager__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2em;
          flex: 0 0 2em;
  width: 2em;
  height: 2em;
  margin: 0 2px;
}
.pager__item {
  border-radius: 5px;
  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;
  font-family: "Noto Sans JP", serif;
  border: 1px solid #f18700;
}
.pager a.pager__item {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.mv {
  position: relative;
}
.mv__item {
  position: absolute;
  z-index: 2;
  width: 24%;
  left: 38%;
  bottom: 15%;
}
.mv__bg {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .mv__item {
    width: 13.77%;
    left: 58.44%;
    top: 70.51%;
  }
}

.home-linkblock__title--grey, .home-linkblock__title--orange, .home-linkblock__title--match {
  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;
  font-size: 15px;
  height: 40px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 601px) {
  .home-linkblock__title--grey, .home-linkblock__title--orange, .home-linkblock__title--match {
    font-size: 20px;
    height: 46px;
    border-radius: 23px;
  }
}
@media screen and (min-width: 901px) {
  .home-linkblock__title--grey, .home-linkblock__title--orange, .home-linkblock__title--match {
    font-size: 24px;
    height: 50px;
    border-radius: 25px;
  }
}

.home-linkblock--flex {
  position: relative;
  height: 200px;
}
@media screen and (min-width: 601px) {
  .home-linkblock--flex {
    height: 220px;
  }
}
@media screen and (min-width: 901px) {
  .home-linkblock--flex {
    height: 296px;
  }
}

.home-linkblock {
  position: relative;
  height: 300px;
}
@media screen and (min-width: 601px) {
  .home-linkblock {
    height: 320px;
  }
}
@media screen and (min-width: 901px) {
  .home-linkblock {
    height: 344px;
  }
}

.home-linkblock {
  padding: 45px 2% 0;
}
.home-linkblock .home-linkblock__title--match,
.home-linkblock .home-linkblock__title--orange,
.home-linkblock .home-linkblock__title--grey {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.home-linkblock--flex {
  padding: 0 2%;
  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;
}
.home-linkblock--flex .home-linkblock__title--match,
.home-linkblock--flex .home-linkblock__title--orange,
.home-linkblock--flex .home-linkblock__title--grey {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 250px;
}
.home-linkblock__title--match {
  background-color: rgba(72, 106, 0, 0.7);
  color: #fff;
}
.home-linkblock__title--orange {
  background-color: rgba(241, 135, 0, 0.7);
  color: #502911;
}
.home-linkblock__title--grey {
  background-color: rgba(64, 64, 64, 0.6);
  color: #fff;
}
.home-linkblock__text {
  position: relative;
  z-index: 2;
  margin-top: 5px;
  text-align: center;
}
.home-linkblock__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
}
.home-linkblock__btn {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 2%;
  z-index: 2;
}
.home-linkblock__btn a {
  margin: 0 auto;
  max-width: 250px;
}
.home-linkblock__btn-bottom {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  padding: 0 2%;
  z-index: 2;
}
.home-linkblock__btn-bottom a {
  margin: 0 auto;
  max-width: 250px;
}
@media screen and (min-width: 601px) {
  .home-linkblock__btn {
    bottom: 20px;
  }
}
@media screen and (min-width: 901px) {
  .home-linkblock {
    padding: 105px 2% 0;
  }
  .home-linkblock__btn-bottom {
    bottom: -22px;
  }
  .home-linkblock__btn {
    bottom: 30px;
  }
}

.concept {
  margin-top: 40px;
  background: url(../img/home/bg-concept@mobile.jpg) no-repeat center center/cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.concept__btn {
  margin-top: 120px;
}
@media screen and (min-width: 901px) {
  .concept {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../img/home/bg-concept.jpg);
  }
  .concept .container {
    position: relative;
    padding-bottom: 350px;
  }
  .concept__btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.access__map {
  margin-left: -15px;
  margin-right: -15px;
}
.access__map iframe {
  width: 100%;
  height: 350px;
}
.access__info {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 10px;
  margin-bottom: 25px;
}
.access__info p {
  text-align: center;
}
.access__tel {
  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;
  margin-top: 5px;
}
.access__tel span {
  color: #3f5c02;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 24px;
  margin-left: 3px;
  line-height: 1;
}
.access__tel i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13px;
          flex: 0 0 13px;
  width: 13px;
  line-height: 0;
}
.access__tel path {
  fill: #3f5c02;
}
@media screen and (min-width: 751px) {
  .access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .access__info, .access__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .access__info {
    padding: 45px 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
  .access__map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
  .access__map iframe {
    height: 100%;
  }
  .access__tel span {
    font-size: 26px;
  }
  .access__tel i {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
  }
}
@media screen and (min-width: 901px) {
  .access {
    padding: 0 40px;
  }
  .access__info, .access__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 50px);
            flex: 0 0 calc(50% - 50px);
    width: calc(50% - 50px);
    max-width: calc(50% - 50px);
  }
  .access__tel span {
    font-size: 32px;
  }
  .access__tel i {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19px;
            flex: 0 0 19px;
    width: 19px;
  }
}

.news {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 15px 45px;
  position: relative;
}
.news__btn {
  bottom: -18px;
  position: absolute;
  left: 0;
  width: 100%;
}
.news__item {
  max-width: 630px;
  margin: 0 auto;
}
.news__item + .news__item {
  margin-top: 12px;
}
.news__date {
  display: block;
}
@media screen and (min-width: 601px) {
  .news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    width: 180px;
    margin-bottom: 0;
  }
  .news__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media screen and (min-width: 901px) {
  .news {
    padding: 50px 15px 60px;
  }
  .news__btn {
    bottom: -22px;
  }
  .news__item + .news__item {
    margin-top: 20px;
  }
}

.concept-catch {
  background: url(../img/concept/bg1@mobile.jpg) no-repeat center center/cover;
  height: 500px;
  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;
}
.concept-catch__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 20px;
}
.concept-catch__text p {
  text-align: center;
}
.concept-catch__text span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (min-width: 901px) {
  .concept-catch {
    background-image: url(../img/concept/bg1.jpg);
  }
  .concept-catch__text {
    font-size: 32px;
  }
}

.concept-number {
  color: #fff;
  width: 120px;
  height: 32px;
  margin-bottom: 12px;
  border-radius: 16px;
  text-align: center;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.concept-number i {
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
}
@media screen and (min-width: 901px) {
  .concept-number {
    width: 170px;
    height: 42px;
    border-radius: 21px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .concept-number i {
    font-size: 36px;
  }
}

.concept-title {
  margin-bottom: 12px;
}
@media screen and (min-width: 901px) {
  .concept-title {
    margin-bottom: 20px;
  }
}

.concept-text p {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .concept-text {
    margin-top: 12px;
  }
}

.concept-hashira {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.concept-hashira + .concept-hashira {
  margin-top: 20px;
}
.concept-hashira dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  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;
  position: relative;
  font-size: 20px;
}
.concept-hashira dt span {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.concept-hashira dt::after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  top: 50%;
  left: 50%;
}
.concept-hashira dt.circle-yellow::after {
  background-color: #fff799;
}
.concept-hashira dt.circle-green::after {
  background-color: #cce198;
}
.concept-hashira dt.circle-aqua::after {
  background-color: #84ccc9;
}
.concept-hashira dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(100% - 60px);
  max-width: calc(100% - 60px);
  padding-left: 10px;
}
@media screen and (min-width: 901px) {
  .concept-hashira dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    width: 80px;
    font-size: 24px;
  }
  .concept-hashira dt::after {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
  }
  .concept-hashira dd {
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    padding-left: 15px;
  }
}

.concept-section {
  padding: 50px 15px 0;
}
.concept-section .concept-section__container:nth-child(odd) .concept-number {
  background-color: #f18700;
}
.concept-section .concept-section__container:nth-child(even) .concept-number {
  background-color: #3f5c02;
}
.concept-section__container + .concept-section__container {
  margin-top: 60px;
}
@media screen and (min-width: 901px) {
  .concept-section {
    padding: 50px 0 0;
  }
  .concept-section__container {
    position: relative;
    padding: 0 15px;
  }
  .concept-section__container + .concept-section__container {
    margin-top: 90px;
  }
  .concept-section .concept-section__container:nth-child(odd) .concept-section__contentin {
    margin-left: 400px;
  }
  .concept-section .concept-section__container:nth-child(odd) .concept-section__img {
    left: 0;
    border-radius: 0 15px 15px 0;
  }
  .concept-section .concept-section__container:nth-child(even) .concept-section__img {
    right: 0;
    border-radius: 15px 0 0 15px;
  }
  .concept-section .concept-section__container:nth-child(even) .concept-section__contentin {
    margin-right: 400px;
  }
  .concept-section__img {
    position: absolute;
    height: 360px;
    top: 0;
    overflow: hidden;
    width: 380px;
  }
  .concept-section__content {
    max-width: 1160px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 360px;
  }
  .concept-section__contentin--fg {
    position: relative;
    padding-right: 400px;
  }
  .concept-section__fg {
    position: absolute;
    right: 0;
    top: 0;
    width: 375px;
  }
}
@media screen and (min-width: 1201px) {
  .concept-section .concept-section__container:nth-child(odd) .concept-section__contentin {
    margin-left: 500px;
  }
  .concept-section .concept-section__container:nth-child(even) .concept-section__contentin {
    margin-right: 500px;
  }
  .concept-section__img {
    width: calc(50% - 120px);
    height: 460px;
  }
  .concept-section__contentin {
    max-width: 650px;
  }
  .concept-section__contentin--fg {
    padding-right: 500px;
  }
  .concept-section__fg {
    width: 425px;
  }
  .concept-section__content {
    min-height: 460px;
  }
}
@media screen and (min-width: 1801px) {
  .concept-section__img {
    width: 796px;
  }
}
@media screen and (max-width: 900px) {
  .concept-section__fg {
    text-align: center;
  }
  .concept-section__fg img {
    width: 50%;
    max-width: 400px;
  }
}

.blog-list__link {
  -webkit-transition: 0.3s color ease-in-out;
  -o-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
  display: block;
}
.blog-list__link:hover {
  color: #f18700;
}
.blog-list__date {
  display: block;
}
.blog-list__item + .blog-list__item {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #cccccc;
}
@media screen and (min-width: 601px) {
  .blog-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-list__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    width: 180px;
    margin-bottom: 0;
  }
  .blog-list__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media screen and (max-width: 600px) {
  .blog-list__date {
    font-size: 0.85em;
  }
}

.blog-post__date {
  font-weight: bold;
  font-size: 12px;
  color: #f18700;
}
.blog-post__title {
  line-height: 1.4;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.2em;
}
.blog-post__content {
  padding: 35px 0;
  margin-bottom: 35px;
  border-bottom: 1px solid #cccccc;
}
.blog-post__content small {
  font-size: 0.9em;
}
.blog-post__content big {
  font-size: 1.1em;
}
.blog-post__content em, .blog-post__content i {
  font-style: italic;
}
.blog-post__content b, .blog-post__content strong {
  font-weight: bold;
}
.blog-post__content a {
  text-decoration: underline;
  color: #f18700;
}
.blog-post__content a:hover {
  text-decoration: none;
}
.blog-post__content del, .blog-post__content strike, .blog-post__content s {
  text-decoration: line-through;
}
.blog-post__content u {
  text-decoration: underline;
}
.blog-post__content h1, .blog-post__content h2, .blog-post__content h3, .blog-post__content h4, .blog-post__content h5, .blog-post__content h6 {
  line-height: 1.4;
}
.blog-post__content h1 {
  font-size: 1.8em;
  font-weight: bold;
}
.blog-post__content h2 {
  font-size: 1.6em;
  font-weight: bold;
}
.blog-post__content h3 {
  font-size: 1.4em;
  font-weight: bold;
}
.blog-post__content h4 {
  font-size: 1.4em;
}
.blog-post__content h5 {
  font-size: 1.2em;
}
.blog-post__content h6 {
  font-size: 1.1em;
}
@media screen and (min-width: 601px) {
  .blog-post__title {
    font-size: 24px;
  }
}

.sitemap {
  margin-top: -40px;
}
.sitemap__title {
  color: #f18700;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.sitemap__title a:hover {
  text-decoration: underline;
}
.sitemap__list {
  border-left: 2px solid #f18700;
  padding-left: 10px;
  margin-left: 0.5em;
}
.sitemap__list a {
  -webkit-transition: 0.3s color ease-in-out;
  -o-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.sitemap__list a:hover {
  color: #f18700;
}
.sitemap__card {
  margin-top: 40px;
}
@media screen and (min-width: 481px) {
  .sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sitemap__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    width: 49%;
  }
}
@media screen and (min-width: 901px) {
  .sitemap__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.5%;
            flex: 0 0 23.5%;
    width: 23.5%;
  }
}

.access-map {
  max-width: 880px;
  margin: 0 auto;
  width: 100%;
  height: 300px;
  display: block;
}
@media screen and (min-width: 901px) {
  .access-map {
    height: 600px;
  }
}

.access-transit {
  max-width: 850px;
  margin: 0 auto;
}
.access-transit__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 10px;
}
.access-transit__in {
  max-width: 280px;
  margin: 0 auto;
}
.access-transit__table {
  width: 100%;
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  table-layout: fixed;
}
.access-transit__table .border-top {
  border-top: 1px dotted #b5b5b5;
}
.access-transit__table td {
  padding: 0 3px;
}
.access-transit__table th {
  width: auto;
  padding: 3px;
}
.access-transit__table th + td {
  padding: 3px;
}
.access-transit__table th + td + td {
  padding: 3px;
}
.access-transit__table .c1 {
  width: 3em;
}
.access-transit__table .c2 {
  width: 4em;
}
@media screen and (min-width: 601px) {
  .access-transit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .access-transit__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    width: 49%;
    max-width: 400px;
  }
}
@media screen and (min-width: 901px) {
  .access-transit__table {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .access-transit__item + .access-transit__item {
    margin-top: 35px;
  }
}

.access-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -40px;
}
.access-location__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  width: calc(50% - 5px);
  max-width: 280px;
  margin-top: 40px;
}
.access-location__img {
  margin-bottom: 10px;
}
.access-location__text {
  text-align: center;
}
.access-location__text span {
  display: inline-block;
  background-color: #f1efef;
  border-radius: 30px;
  padding: 0 12px;
}
@media screen and (min-width: 751px) {
  .access-location__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 5px);
            flex: 0 0 calc(25% - 5px);
    width: calc(25% - 5px);
  }
}

.facilities-outline {
  max-width: 960px;
  margin: 0 auto;
}
.facilities-outline__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 10px;
}
.facilities-outline__item + .facilities-outline__item {
  margin-top: 5px;
}
.facilities-outline__title {
  background-color: #f18700;
  color: #fff;
  font-weight: 600;
  border-radius: 40px;
  font-size: 18px;
  padding: 4px 18px 0;
}
.facilities-outline__text {
  padding: 0 18px;
}
@media screen and (min-width: 801px) {
  .facilities-outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .facilities-outline__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .facilities-outline__item.h-100\% {
    height: 100%;
  }
}
@media screen and (min-width: 901px) {
  .facilities-outline__item {
    padding: 30px 35px;
  }
  .facilities-outline__title {
    font-size: 20px;
    padding: 0 20px;
  }
  .facilities-outline__text {
    padding: 5px 20px 0;
  }
}
@media screen and (max-width: 800px) {
  .facilities-outline__column + .facilities-outline__column {
    margin-top: 5px;
  }
}

.facilities-price {
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
}
.facilities-price th, .facilities-price td {
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
  padding: 10px 0;
}
.facilities-price th {
  width: 130px;
}
.facilities-price td {
  text-align: right;
  width: 80px;
}
.facilities-price td.small-text {
  font-size: 10px;
  text-align: left;
  width: auto;
  font-weight: 400;
}
.facilities-price tbody tr:last-child th, .facilities-price tbody tr:last-child td {
  padding-bottom: 30px;
}
.facilities-price tfoot tr {
  border-top: 2px solid #707070;
}
.facilities-price tfoot th, .facilities-price tfoot td {
  padding-top: 30px;
}
@media screen and (min-width: 901px) {
  .facilities-price {
    font-size: 16px;
  }
  .facilities-price th {
    width: 140px;
  }
  .facilities-price td {
    width: 90px;
  }
  .facilities-price td.small-text {
    font-size: 13px;
  }
}

.facilities-biz {
  max-width: 700px;
  margin: 0 auto;
}
.facilities-biz__title {
  text-align: center;
  margin-bottom: 30px;
}
.facilities-biz__title span {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  width: 8.18em;
  border-radius: 4em;
  background-color: #f1efef;
  color: #502911;
}
.facilities-biz__table {
  width: 100%;
}
.facilities-biz__table tr {
  border-bottom: 1px dashed #aaaaaa;
}
.facilities-biz__table th {
  width: 100px;
}
.facilities-biz__table th, .facilities-biz__table td {
  padding: 8px 4px;
  font-family: "Noto Sans JP", serif;
  font-size: 13px;
}
.facilities-biz + .facilities-biz {
  margin-top: 60px;
}
@media screen and (min-width: 901px) {
  .facilities-biz__title span {
    font-size: 22px;
  }
  .facilities-biz__table th, .facilities-biz__table td {
    padding: 12px 5px;
    font-size: 16px;
  }
  .facilities-biz__table th {
    width: 200px;
  }
}

.floor-map-fg__button {
  -webkit-transition: 0.3s opacity ease-in-out;
  -o-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  cursor: pointer;
  text-align: center;
}
.floor-map-fg__button:hover {
  opacity: 0.6;
}
@media screen and (min-width: 751px) {
  .floor-map-fg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .floor-map-fg__item {
    max-width: 350px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 5px);
            flex: 0 0 calc(33.33% - 5px);
    width: calc(33.33% - 5px);
  }
}
@media screen and (max-width: 750px) {
  .floor-map-fg__item + .floor-map-fg__item {
    margin-top: 40px;
  }
}

.eg-catch {
  padding: 0 15px;
}
.eg-catch__img {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
.eg-catch__bg {
  display: none;
}
@media screen and (min-width: 901px) {
  .eg-catch {
    background: #f2f6f8;
    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;
    padding: 0 15px;
    height: 500px;
    overflow: hidden;
    position: relative;
  }
  .eg-catch__bg {
    position: absolute;
    z-index: 1;
    height: 500px;
    display: block;
    left: 50%;
    top: 0;
  }
  .eg-catch__img {
    display: none;
  }
  .eg-catch__container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 1200px;
            flex: 0 1 1200px;
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 2;
  }
}

.eg-featured {
  font-family: "Noto Sans JP", serif;
  max-width: 1020px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 601px) {
  .eg-featured ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .eg-featured li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    width: 33.33%;
  }
}
@media screen and (min-width: 901px) {
  .eg-featured {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .eg-featured__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
}

.eg-foods {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 601px) {
  .eg-foods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .eg-foods__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
    width: 230px;
  }
  .eg-foods__content {
    padding-left: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: calc(100% - 230px);
    max-width: calc(100% - 230px);
  }
}
@media screen and (min-width: 901px) {
  .eg-foods__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 430px;
            flex: 0 0 430px;
    width: 430px;
  }
  .eg-foods__content {
    padding-left: 30px;
    width: calc(100% - 430px);
    max-width: calc(100% - 430px);
  }
}
@media screen and (max-width: 600px) {
  .eg-foods__img {
    text-align: center;
    margin-bottom: 12px;
  }
}

.eg-table th, .eg-table td {
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width: 601px) {
  .eg-table {
    width: 100%;
  }
  .eg-table thead th {
    background-color: #fbce79;
  }
  .eg-table th, .eg-table td {
    border: 1px solid #7d7d7d;
    padding: 12px 5px;
    text-align: center;
  }
  .eg-table td {
    background-color: #fff;
  }
}
@media screen and (max-width: 600px) {
  .eg-table {
    display: block;
  }
  .eg-table thead {
    display: none;
  }
  .eg-table tbody, .eg-table tr, .eg-table th, .eg-table td {
    display: block;
  }
  .eg-table tr {
    border-left: 1px solid #7d7d7d;
    border-top: 1px solid #7d7d7d;
  }
  .eg-table tr + tr {
    margin-top: 20px;
  }
  .eg-table td {
    padding: 10px 10px 10px 140px;
    position: relative;
    font-size: 13px;
    background-color: #fff;
    border-right: 1px solid #7d7d7d;
    border-bottom: 1px solid #7d7d7d;
    min-height: 47px;
  }
  .eg-table td::before {
    content: attr(aria-label);
    background-color: #fbce79;
    width: 120px;
    height: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
  }
}

.js-scrollable {
  -webkit-overflow-scrolling: touch;
}

.price-east__title {
  text-align: center;
  background-color: #fabf50;
  padding: 0.3em 0.7em;
  font-family: "Noto Sans JP", serif;
  border: 1px solid #a0a0a0;
  border-bottom: none;
}

.price-west__title {
  text-align: center;
  background-color: #95ab67;
  padding: 0.3em 0.7em;
  font-family: "Noto Sans JP", serif;
  border: 1px solid #a0a0a0;
  border-bottom: none;
}

.price-west__main img, .price-east__main img {
  max-width: none;
  width: 1920px;
}

.faq-container {
  background-color: #f8f9f9;
  border-radius: 15px;
  padding: 20px;
}
@media screen and (min-width: 901px) {
  .faq-container {
    padding: 40px;
  }
}

.faq-block + .faq-block {
  margin-top: 28px;
}
.faq-block__q {
  color: #f18700;
  font-size: 17px;
  padding-left: 40px;
  position: relative;
}
.faq-block__q::before {
  content: "Q.";
  font-size: 26px;
  position: absolute;
  left: 0;
  top: auto;
  line-height: 1;
}
.faq-block__a {
  border-top: 1px dotted #898989;
  margin-top: 7px;
  padding-top: 7px;
  padding-left: 40px;
  position: relative;
  font-family: "Noto Sans JP", serif;
}
.faq-block__a::before {
  content: "A.";
  font-size: 26px;
  position: absolute;
  left: 0;
  top: auto;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 901px) {
  .faq-block + .faq-block {
    margin-top: 35px;
  }
  .faq-block__q {
    font-size: 20px;
  }
  .faq-block__a {
    margin-top: 15px;
    padding-top: 15px;
  }
  .faq-block__q, .faq-block__a {
    padding-left: 63px;
  }
  .faq-block__q::before, .faq-block__a::before {
    font-size: 32px;
  }
}

.dc-catch {
  padding: 0 15px;
}
.dc-catch__img {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
.dc-catch__bg {
  display: none;
}
@media screen and (min-width: 901px) {
  .dc-catch {
    background: #f2f6f8;
    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;
    padding: 0 15px;
    height: 500px;
    overflow: hidden;
    position: relative;
  }
  .dc-catch__bg {
    position: absolute;
    z-index: 1;
    height: 500px;
    display: block;
    left: 50%;
    top: 0;
  }
  .dc-catch__img {
    display: none;
  }
  .dc-catch__container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 1200px;
            flex: 0 1 1200px;
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 2;
  }
}

.dc-flow {
  max-width: 614px;
  margin-left: auto;
  margin-right: auto;
}
.dc-flow .dc-flow__item:nth-child(1) {
  background-color: #fcebcb;
}
.dc-flow .dc-flow__item:nth-child(2) {
  background-color: #fae2b5;
}
.dc-flow .dc-flow__item:nth-child(3) {
  background-color: #fbd795;
}
.dc-flow .dc-flow__item:nth-child(4) {
  background-color: #fbce79;
}
.dc-flow .dc-flow__item:nth-child(5) {
  background-color: #f6bb4b;
}
.dc-flow .dc-flow__item:nth-child(6) {
  background-color: #f6ad22;
}
.dc-flow .dc-flow__item:nth-child(7) {
  background-color: #fc981a;
}
.dc-flow__item {
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
.dc-flow__item + .dc-flow__item {
  margin-top: 25px;
  position: relative;
}
.dc-flow__item + .dc-flow__item::before {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  background: url(../img/day-care/arrow.png) no-repeat center center/contain;
  position: absolute;
  top: -17px;
  left: 50%;
  margin-left: -8px;
}
.dc-flow__hour {
  font-size: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  text-align: center;
  border-right: 2px dotted #434343;
  line-height: 1;
}
.dc-flow__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  line-height: 1.3;
  padding-left: 20px;
  padding-right: 15px;
  width: calc(100% - 100px);
}
@media screen and (min-width: 601px) {
  .dc-flow__hour {
    font-size: 26px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    width: 140px;
  }
  .dc-flow__text {
    font-size: 18px;
    padding-left: 30px;
    width: calc(100% - 140px);
  }
}

.dc-cards {
  margin-top: -40px;
}
.dc-cards__item {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  margin-top: 40px;
}
.dc-cards__title {
  text-align: center;
  color: #f18700;
  font-size: 20px;
  margin-bottom: 0.3em;
}
.dc-cards__img {
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 601px) {
  .dc-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dc-cards__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
    max-width: 360px;
  }
}
@media screen and (min-width: 901px) {
  .dc-cards__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 5px);
            flex: 0 0 calc(33.33% - 5px);
    width: calc(33.33% - 5px);
  }
  .dc-cards__title {
    font-size: 26px;
  }
}

.hvc-catch {
  padding: 0 15px;
}
.hvc-catch__img {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
.hvc-catch__bg {
  display: none;
}
@media screen and (min-width: 901px) {
  .hvc-catch {
    background: #f2f6f8;
    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;
    padding: 0 15px;
    height: 500px;
    overflow: hidden;
    position: relative;
  }
  .hvc-catch__bg {
    position: absolute;
    z-index: 1;
    height: 500px;
    display: block;
    left: 50%;
    top: 0;
  }
  .hvc-catch__img {
    display: none;
  }
  .hvc-catch__container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 1200px;
            flex: 0 1 1200px;
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 2;
  }
}

.hvc-imgbox + .hvc-imgbox {
  margin-top: 55px;
}
@media screen and (min-width: 901px) {
  .hvc-imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hvc-imgbox__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 460px;
            flex: 0 0 460px;
    width: 460px;
  }
  .hvc-imgbox__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 50px;
    width: calc(100% - 460px);
    max-width: calc(100% - 460px);
  }
  .hvc-imgbox__content > .hvc-imgbox__img {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .hvc-imgbox__img {
    padding: 12px 0;
    margin: 0 -15px;
  }
  .hvc-imgbox__img img {
    width: 100%;
    max-width: none;
  }
  .hvc-imgbox > .hvc-imgbox__img {
    display: none;
  }
}

.hvc-use {
  margin-top: 70px;
  background-color: #f1efef;
  padding: 20px;
}
@media screen and (min-width: 901px) {
  .hvc-use {
    padding: 40px;
  }
}

.rc-catch {
  padding: 0 15px;
}
.rc-catch__img {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
.rc-catch__bg {
  display: none;
}
@media screen and (min-width: 901px) {
  .rc-catch {
    background: #f2f6f8;
    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;
    padding: 0 15px;
    height: 500px;
    overflow: hidden;
    position: relative;
  }
  .rc-catch__bg {
    position: absolute;
    z-index: 1;
    height: 500px;
    display: block;
    left: 50%;
    top: 0;
  }
  .rc-catch__img {
    display: none;
  }
  .rc-catch__container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 1200px;
            flex: 0 1 1200px;
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 2;
  }
}

.rc-flow {
  max-width: 1040px;
  margin: 0 auto 40px;
  border-radius: 15px;
  background-color: #fff;
  padding: 20px;
}
.rc-flow__title {
  background-color: #f18700;
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 0.2em 0;
  margin-bottom: 20px;
}
.rc-flow__img {
  width: 35%;
  float: right;
  margin: 0 0 10px 10px;
}
.rc-flow__container {
  overflow: hidden;
}
.rc-flow__container h4 {
  font-weight: 600;
  font-size: 18px;
  padding-left: 30px;
  position: relative;
}
.rc-flow__container h4 i {
  font-size: 24px;
  font-style: italic;
  position: absolute;
  left: 0;
  top: auto;
  line-height: 1;
}
.rc-flow__container p {
  padding-left: 30px;
  font-family: "Noto Sans JP", serif;
  position: relative;
}
.rc-flow__container p i {
  font-size: 24px;
  font-style: italic;
  position: absolute;
  left: 0;
  top: auto;
  line-height: 1;
}
.rc-flow__container hr {
  height: 30px;
}
@media screen and (min-width: 901px) {
  .rc-flow {
    padding: 40px 30px;
  }
  .rc-flow__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .rc-flow__img {
    width: 420px;
  }
  .rc-flow__container h4 {
    font-size: 20px;
  }
  .rc-flow__container h4 i {
    font-size: 30px;
  }
  .rc-flow__container p i {
    font-size: 30px;
  }
}