@charset "UTF-8";
/*
Theme Name: 株式会社ノミズヤ産業
*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

html {
  font-size: 62.5%;
}

body {
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  line-height: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fs10 {
  font-size: clamp(0.85rem, 0.824rem + 0.11vw, 1rem);
}

.fs11 {
  font-size: clamp(0.935rem, 0.907rem + 0.12vw, 1.1rem);
}

.fs12 {
  font-size: clamp(1.02rem, 0.989rem + 0.13vw, 1.2rem);
}

.fs13 {
  font-size: clamp(1.105rem, 1.072rem + 0.14vw, 1.3rem);
}

.fs14 {
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
}

.fs15 {
  font-size: clamp(1.275rem, 1.236rem + 0.16vw, 1.5rem);
}

.fs16 {
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
}

.fs17 {
  font-size: clamp(1.445rem, 1.401rem + 0.19vw, 1.7rem);
}

.fs18 {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
}

.fs19 {
  font-size: clamp(1.615rem, 1.566rem + 0.21vw, 1.9rem);
}

.fs20 {
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
}

.fs21 {
  font-size: clamp(1.785rem, 1.731rem + 0.23vw, 2.1rem);
}

.fs22 {
  font-size: clamp(1.87rem, 1.813rem + 0.24vw, 2.2rem);
}

.fs23 {
  font-size: clamp(1.955rem, 1.896rem + 0.25vw, 2.3rem);
}

.fs24 {
  font-size: clamp(2.04rem, 1.978rem + 0.26vw, 2.4rem);
}

.fs25 {
  font-size: clamp(2.125rem, 2.061rem + 0.27vw, 2.5rem);
}

.fs26 {
  font-size: clamp(2.21rem, 2.143rem + 0.29vw, 2.6rem);
}

.fs27 {
  font-size: clamp(2.295rem, 2.225rem + 0.3vw, 2.7rem);
}

.fs28 {
  font-size: clamp(2.38rem, 2.308rem + 0.31vw, 2.8rem);
}

.fs29 {
  font-size: clamp(2.465rem, 2.39rem + 0.32vw, 2.9rem);
}

.fs30 {
  font-size: clamp(2.55rem, 2.473rem + 0.33vw, 3rem);
}

.top_cnt01 {
  background: url(assets/images/top_mv01.jpg) no-repeat center center;
  background-size: cover;
  height: 850px;
  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;
}
.top_cnt01 .is__catch {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: clamp(4rem, 3.314rem + 3.43vw, 8.8rem);
  line-height: 1.8em;
  padding: 15rem 0 0 0;
}
.top_cnt01 .is__catch span {
  font-size: clamp(3.4rem, 3.029rem + 1.86vw, 6rem);
  display: block;
  line-height: 1.2em;
}
.top_cnt01 .is__catch strong {
  background-color: rgba(12, 112, 227, 0.7);
}
@media (max-width: 1279px) {
  .top_cnt01 {
    height: 700px;
  }
  .top_cnt01 .is__catch {
    padding: 12rem 0 0 0;
    font-size: 6rem;
  }
  .top_cnt01 .is__catch span {
    font-size: 4rem;
    line-height: 1.4em;
  }
}
@media (max-width: 1023px) {
  .top_cnt01 {
    height: 600px;
  }
  .top_cnt01 .is__catch {
    font-size: 5rem;
  }
  .top_cnt01 .is__catch span {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .top_cnt01 {
    height: 140vw;
  }
  .top_cnt01 .is__catch {
    line-height: 1.3em;
    font-size: 11vw;
    padding: 35vw 0 0 0;
  }
  .top_cnt01 .is__catch span {
    font-size: 6.5vw;
    margin: 0 0 1.5rem 0;
  }
}

.top_cnt02 {
  background: #20002F;
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .top_cnt02 {
    padding: 3rem 0 5rem 0;
  }
}
.top_cnt02 .container-1840 {
  text-align: right;
  margin-top: -22rem;
}
@media (max-width: 1919px) {
  .top_cnt02 .container-1840 {
    margin-top: -20rem;
  }
  .top_cnt02 .container-1840 img {
    width: 180px;
  }
}
@media (max-width: 1279px) {
  .top_cnt02 .container-1840 {
    margin-top: -18rem;
  }
  .top_cnt02 .container-1840 img {
    width: 150px;
  }
}
@media (max-width: 1023px) {
  .top_cnt02 .container-1840 {
    margin-top: -17rem;
  }
  .top_cnt02 .container-1840 img {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .top_cnt02 .container-1840 {
    display: none;
  }
}
.top_cnt02 .title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 6rem 0;
}
.top_cnt02 .title_block .link {
  color: #fff;
}
.top_cnt02 .title_block .link img {
  margin: 0 1.5rem 0 0;
}
.top_cnt02 .title_block .link a:hover {
  color: #ccc;
}
@media (max-width: 1919px) {
  .top_cnt02 .title_block {
    margin-top: 4rem;
  }
}
@media (max-width: 1023px) {
  .top_cnt02 .title_block {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .top_cnt02 .title_block .link img {
    width: 15px;
    margin: 0 1rem 0 0;
  }
}
.top_cnt02 .contents_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_cnt02 .contents_block .block {
  width: 31.5%;
}
.top_cnt02 .contents_block .block .img {
  width: 100%;
  aspect-ratio: 380/260;
  overflow: hidden;
  margin: 0 0 1.5rem 0;
}
.top_cnt02 .contents_block .block .img a img {
  width: 100%;
  aspect-ratio: 380/260;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top_cnt02 .contents_block .block .img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top_cnt02 .contents_block .block .date {
  background: #01A0E9;
  color: #fff;
  display: inline-block;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  padding: 0.25rem 1.5rem 0;
  margin: 0 0 1rem 0;
}
.top_cnt02 .contents_block .block .title {
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  margin: 0 0 1rem 0;
}
.top_cnt02 .contents_block .block .title a {
  color: #fff;
}
.top_cnt02 .contents_block .block .title a:hover {
  color: #ccc;
}
.top_cnt02 .contents_block .block .txt {
  color: #fff;
}
.top_cnt02 .contents_block .block p {
  color: #fff;
}
@media (max-width: 767px) {
  .top_cnt02 .contents_block {
    display: block;
  }
  .top_cnt02 .contents_block .block {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}

.top_cnt03 {
  background: #EFF0F5;
  background: -webkit-gradient(linear, left top, right top, from(rgb(239, 240, 245)), color-stop(50%, rgb(239, 240, 245)), color-stop(50%, rgb(243, 243, 243)), to(rgb(243, 243, 243)));
  background: linear-gradient(90deg, rgb(239, 240, 245) 0%, rgb(239, 240, 245) 50%, rgb(243, 243, 243) 50%, rgb(243, 243, 243) 100%);
}
.top_cnt03 .bglayer {
  background: url(assets/images/top_products_bgimg.png) no-repeat center center;
  padding: 15rem 0;
}
.top_cnt03 .title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: last baseline;
      -ms-flex-align: last baseline;
          align-items: last baseline;
}
.top_cnt03 .contents_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 6rem;
  margin: 0 0 6rem 0;
}
.top_cnt03 .contents_block .block {
  width: 30.5%;
  margin: 1.25rem;
  background: #fff;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_cnt03 .contents_block .block .title {
  font-size: clamp(1.8rem, 1.714rem + 0.43vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.top_cnt03 .contents_block .block .title span {
  display: block;
  color: #01A0E9;
  font-weight: 400;
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  letter-spacing: 0;
}
.top_cnt03 .contents_block .block .img {
  width: 100%;
  margin: 3rem 0 0 0;
  overflow: hidden;
}
.top_cnt03 .contents_block .block .img img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top_cnt03 .contents_block .block:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top_cnt03 .contents_block__sp {
  display: none;
}
@media (max-width: 1439px) {
  .top_cnt03 .contents_block .block .icon {
    width: 30px;
  }
}
@media (max-width: 1279px) {
  .top_cnt03 .contents_block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_cnt03 .contents_block .block {
    width: 48%;
    margin: 1rem 0;
  }
  .top_cnt03 .contents_block .block:last-child {
    margin: 1rem auto;
  }
}
@media (max-width: 1023px) {
  .top_cnt03 .title_block {
    display: block;
  }
  .top_cnt03 .title_block .headline09 {
    margin: 0 0 2.5rem 0;
  }
}
@media (max-width: 767px) {
  .top_cnt03 .bglayer {
    padding: 7rem 0;
  }
  .top_cnt03 .contents_block {
    display: none !important;
  }
  .top_cnt03 .contents_block__sp {
    display: block;
    margin: 3rem 0 4rem 0;
    overflow: hidden;
  }
  .top_cnt03 .contents_block__sp .wrap {
    padding: 0 1rem;
  }
  .top_cnt03 .contents_block__sp .block {
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 2rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_cnt03 .contents_block__sp .block .title {
    font-size: 4.5vw;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .top_cnt03 .contents_block__sp .block .title span {
    display: block;
    color: #01A0E9;
    font-weight: 400;
    font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
    letter-spacing: 0;
  }
  .top_cnt03 .contents_block__sp .block .img {
    width: 100%;
    margin: 3rem 0 0 0;
    overflow: hidden;
  }
  .top_cnt03 .contents_block__sp .block .img img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .top_cnt03 .contents_block__sp .block:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.top_cnt04 {
  background: #20002F;
  padding: 10rem 0 15rem 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.top_cnt04 .bgimg {
  width: 60%;
  position: absolute;
  top: 10rem;
  right: 0;
  z-index: 1;
}
.top_cnt04 .is__inner {
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(55%, rgb(255, 255, 255)), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.top_cnt04 .is__inner .is__block_L {
  padding: 8rem 10rem 15rem 10rem;
}
.top_cnt04 .is__inner .is__block_L .headline09 {
  margin: 0 0 3rem 0;
}
.top_cnt04 .is__inner .is__block_L .txt20 {
  margin: 0 0 5rem 0;
}
.top_cnt04 .is__inner .is__block_L .btnwrap01 {
  display: block;
}
.top_cnt04 .is__inner .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1919px) {
  .top_cnt04 .bgimg {
    width: 70%;
  }
  .top_cnt04 .is__inner .is__block_L {
    padding: 8rem 8rem 15rem 8rem;
  }
}
@media (max-width: 1439px) {
  .top_cnt04 {
    padding: 10rem 0 10rem 0;
  }
  .top_cnt04 .is__inner .is__block_L .txt20 {
    font-size: 1.7rem;
  }
  .top_cnt04 .is__inner .img {
    width: 55%;
  }
}
@media (max-width: 1279px) {
  .top_cnt04 .bgimg {
    top: auto;
    bottom: 0;
  }
  .top_cnt04 .container-1440 {
    padding-left: 0;
  }
  .top_cnt04 .is__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff !important;
    width: calc(100% - 20px);
    padding-bottom: 5rem;
  }
  .top_cnt04 .is__inner .is__block_L {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 40px 0 40px;
  }
  .top_cnt04 .is__inner .is__block_L .headline09 br {
    display: none;
  }
  .top_cnt04 .is__inner .is__block_L .txt20 br {
    display: none;
  }
  .top_cnt04 .is__inner .is__block_L .txt20 br:nth-child(2) {
    display: block;
  }
  .top_cnt04 .is__inner .is__block_L .btnwrap01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top_cnt04 .is__inner .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 40px !important;
    margin-bottom: 5rem;
    width: calc(100% - 40px);
  }
  .top_cnt04 .is__inner .img img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .top_cnt04 {
    padding: 7rem 0 10rem 0;
  }
  .top_cnt04 .is__inner .is__block_L {
    padding: 0 20px;
  }
  .top_cnt04 .is__inner .img {
    margin-left: 20px !important;
    width: calc(100% - 20px);
  }
  .top_cnt04 .is__inner .img img {
    height: 260px;
  }
}

.top_cnt05 {
  padding: 15rem 0 30rem 0;
  background: url(assets/images/top_aboutus_bgimg.png) no-repeat bottom 50px right 40px;
  background-size: 50%;
}
.top_cnt05 .is__inner {
  background: url(assets/images/top_aboutus_img01.jpg) no-repeat top left;
  background-size: 47%;
}
.top_cnt05 .is__inner .container-1220 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top_cnt05 .is__inner .container-1220 .txt_block {
  width: 45%;
  padding: 10rem 0;
}
.top_cnt05 .is__inner .container-1220 .txt_block .headline09 {
  margin: 0 0 3rem 0;
}
.top_cnt05 .is__inner .container-1220 .txt_block .txt20 {
  margin: 0 0 5rem 0;
}
.top_cnt05 .is__inner .container-1220 .txt_block .btnwrap01 {
  display: block;
}
@media (min-width: 2560px) {
  .top_cnt05 {
    background-size: 65%;
  }
}
@media (max-width: 2559px) {
  .top_cnt05 {
    padding: 15rem 0 25rem 0;
    background: url(assets/images/top_aboutus_bgimg.png) no-repeat bottom 30px right 40px;
    background-size: 60%;
  }
}
@media (max-width: 1919px) {
  .top_cnt05 {
    padding: 10rem 0 20rem 0;
  }
  .top_cnt05 .is__inner .container-1220 .txt_block {
    padding: 0;
  }
}
@media (max-width: 1279px) {
  .top_cnt05 {
    padding: 10rem 0 20rem 0;
    background: url(assets/images/top_aboutus_bgimg.png) no-repeat bottom 30px right 20px;
    background-size: 70%;
  }
  .top_cnt05 .is__inner {
    background-size: 65%;
    background-position: -170px 0;
  }
  .top_cnt05 .is__inner .container-1220 .txt_block {
    width: 46%;
  }
}
@media (max-width: 1023px) {
  .top_cnt05 {
    padding: 10rem 0 44vw 0;
    background: url(assets/images/top_aboutus_bgimg.png) no-repeat bottom 50px right -20px;
    background-size: 70%;
  }
  .top_cnt05 .is__inner {
    background: none;
  }
  .top_cnt05 .is__inner .is__img_sp {
    padding-right: 40px;
    margin: 0 0 4rem 0;
  }
  .top_cnt05 .is__inner .is__img_sp img {
    width: 100%;
    height: 325px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top_cnt05 .is__inner .container-1220 {
    display: block;
  }
  .top_cnt05 .is__inner .container-1220 .txt_block {
    width: 100%;
    padding: 0 20px;
  }
  .top_cnt05 .is__inner .container-1220 .txt_block .btnwrap01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .top_cnt05 {
    padding: 7rem 0 55vw 0;
    background-size: 90%;
  }
  .top_cnt05 .is__inner .container-1220 .txt_block {
    padding: 0;
  }
}
@media (max-width: 424px) {
  .top_cnt05 {
    padding: 7rem 0 65vw 0;
  }
  .top_cnt05 .is__inner .is__img_sp {
    padding-right: 20px;
  }
  .top_cnt05 .is__inner .is__img_sp img {
    height: 260px;
  }
  .top_cnt05 .is__inner .container-1220 .txt_block .headline09 {
    font-size: 6.4vw;
  }
}

.headline01.is__notfound {
  line-height: 1.4em;
}

.notfoundwrap {
  text-align: center;
}
.notfoundwrap .txt02 {
  letter-spacing: 0.05em;
  margin: 0 0 5rem 0;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  line-height: 1.6em;
}
.notfoundwrap .txt02 br {
  display: none;
}
@media (max-width: 1023px) {
  .notfoundwrap .txt02 br {
    display: block;
  }
}
@media (max-width: 767px) {
  .notfoundwrap .txt02 br {
    display: none;
  }
}
.notfoundwrap .txt02.is__link a {
  text-decoration: underline;
}
.notfoundwrap .txt02.is__link a:hover {
  text-decoration: none;
}

.is__formblock {
  margin-bottom: 10rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.is__formblock form table {
  width: 100%;
}
.is__formblock form table tr th {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 30%;
  padding: 2rem 0;
  vertical-align: middle;
}
.is__formblock form table tr th.req {
  position: relative;
}
.is__formblock form table tr th.req::after {
  content: "必須";
  font-weight: 400;
  font-size: 1.1rem;
  color: #fff;
  background: #01A0E9;
  border-radius: 5px;
  display: block;
  line-height: 1;
  padding: 0.5rem 0.75rem;
  position: absolute;
  top: 36px;
  right: 0;
}
.is__formblock form table tr td {
  width: 70%;
  padding: 2rem 0 2rem 4rem;
}
.is__formblock form input::-webkit-input-placeholder, .is__formblock form textarea::-webkit-input-placeholder {
  color: #929292;
}
.is__formblock form input::-moz-placeholder, .is__formblock form textarea::-moz-placeholder {
  color: #929292;
}
.is__formblock form input:-ms-input-placeholder, .is__formblock form textarea:-ms-input-placeholder {
  color: #929292;
}
.is__formblock form input::-ms-input-placeholder, .is__formblock form textarea::-ms-input-placeholder {
  color: #929292;
}
.is__formblock form input::placeholder,
.is__formblock form textarea::placeholder {
  color: #929292;
}
.is__formblock form input[type=text] {
  background: #F7F8F8;
  border-radius: 4px;
  padding: 1.5rem 2.5rem;
  width: 100%;
}
.is__formblock form input[type=email] {
  background: #F7F8F8;
  border-radius: 4px;
  padding: 1.5rem 2.5rem;
  width: 100%;
}
.is__formblock form input[type=tel] {
  background: #F7F8F8;
  border-radius: 4px;
  padding: 1.5rem 2.5rem;
  width: 100%;
}
.is__formblock form select {
  background: #F7F8F8;
  border-radius: 4px;
  padding: 1.5rem 2.5rem;
}
.is__formblock form textarea {
  background: #F7F8F8;
  border-radius: 4px;
  padding: 1.5rem 2.5rem;
  width: 100%;
  resize: vertical;
  height: 40vw;
  max-height: 250px;
}
.is__formblock form input[type=checkbox] {
  margin: 0 1rem 0 0;
}
.is__formblock form input[type=submit] {
  background: #20002F;
  color: #fff;
  width: 100%;
  max-width: 520px;
  padding: 3.5rem 0;
  font-size: clamp(2.21rem, 2.143rem + 0.29vw, 2.6rem);
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.is__formblock form input[type=submit]:hover {
  background: #555;
}
.is__formblock form .wauto {
  width: auto !important;
}
.is__formblock form .w50 {
  width: 48% !important;
}
.is__formblock form .is__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.5rem 0;
}
.is__formblock form .is__flex span {
  white-space: nowrap;
  margin: 0 2rem 0 0;
}
.is__formblock form .is__flex_sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.is__formblock form .is__vtop {
  vertical-align: top;
  padding-top: 2.4rem;
}
.is__formblock form .is__vtop.req {
  position: relative;
}
.is__formblock form .is__vtop.req::after {
  content: "必須";
  font-weight: 400;
  font-size: 1.1rem;
  color: #fff;
  background: #01A0E9;
  border-radius: 5px;
  display: block;
  line-height: 1;
  padding: 0.5rem 0.75rem;
  position: absolute;
  top: 26px;
  right: 0;
}
.is__formblock form .submitbtn {
  text-align: center;
}
@media (max-width: 1023px) {
  .is__formblock form input[type=submit] {
    padding: 2.7rem 0;
  }
}
@media (max-width: 767px) {
  .is__formblock form table {
    display: block;
    width: 100%;
  }
  .is__formblock form table tbody {
    display: block;
    width: 100%;
  }
  .is__formblock form table tbody tr {
    display: block;
    width: 100%;
  }
  .is__formblock form table tbody tr th {
    display: block;
    width: 100%;
    padding: 0 0 1.5rem 0;
  }
  .is__formblock form table tbody tr th.req {
    position: relative;
  }
  .is__formblock form table tbody tr th.req::after {
    content: "必須";
    font-weight: 400;
    font-size: 1.1rem;
    color: #fff;
    background: #01A0E9;
    border-radius: 5px;
    display: block;
    line-height: 1;
    padding: 0.5rem 0.75rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  .is__formblock form table tbody tr td {
    display: block;
    width: 100%;
    padding: 0 0 2.5rem 0;
  }
  .is__formblock form table .is__vtop {
    padding-top: 0;
  }
  .is__formblock form table .is__vtop.req::after {
    top: 0;
  }
  .is__formblock form input[type=submit] {
    background: #20002F;
    color: #fff;
    width: 100%;
    max-width: 520px;
    padding: 2.5rem 0;
    font-size: 1.9rem;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}

.policyinner {
  background: #F7F8F8;
  height: 60vw;
  max-height: 280px;
  overflow-y: scroll;
  padding: 3rem 5rem;
  margin: 4rem auto 0 auto;
  width: 100%;
  max-width: 1080px;
}
@media (max-width: 767px) {
  .policyinner {
    padding: 3rem;
  }
}

.wpcf7-spinner {
  display: none !important;
}

span[data-name=your-familyname],
span[data-name=your-firstname] {
  width: 48% !important;
}

.postal-search {
  background: #20002F;
  color: #fff;
  padding: 0.5rem 1.5rem;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  border-radius: 5px;
}

.post_header {
  margin: 0 0 5rem 0;
}
.post_header .date {
  color: #fff;
  background: #01A0E9;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  display: inline-block;
  padding: 0.5rem 1.5rem 0.25rem;
  margin: 0 0 1.5rem 0;
}
.post_header .headline {
  font-size: clamp(2rem, 1.857rem + 0.71vw, 3rem);
  font-weight: 700;
  line-height: 1.6em;
}

.post_contents p:has(img) {
  margin: 0 0 4rem 0;
}
.post_contents p {
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  letter-spacing: 0.05em;
  line-height: 1.9em;
  margin: 0 0 2.5rem 0;
}
.post_contents h2 {
  color: #01A0E9;
  font-size: clamp(2rem, 1.857rem + 0.71vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  margin: 0 0 2rem 0;
}
.post_contents h3 {
  font-weight: 700;
  border-bottom: #01A0E9 solid 2px;
  padding: 0 0 0.5rem 0;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-size: clamp(1.8rem, 1.714rem + 0.43vw, 2.4rem);
  margin: 0 0 2rem 0;
}
.post_contents h4 {
  font-size: clamp(1.6rem, 1.543rem + 0.29vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  border-left: #01A0E9 solid 5px;
  padding: 0 0 0 1rem;
  margin: 0 0 2rem 0;
}
.post_contents h5 {
  font-size: clamp(1.6rem, 1.571rem + 0.14vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  margin: 0 0 2rem 0;
}
.post_contents ul {
  margin: 0 0 3rem 0;
}
.post_contents ul li {
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1.9em;
  margin: 0 0 0.75rem 0;
  padding-left: 15px;
}
.post_contents ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #01A0E9;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
}
@media (max-width: 1919px) {
  .post_contents ul li::before {
    top: 11px;
  }
}
@media (max-width: 1439px) {
  .post_contents ul li::before {
    top: 12px;
  }
}
@media (max-width: 1279px) {
  .post_contents ul li {
    font-size: 15px;
  }
  .post_contents ul li::before {
    top: 11px;
  }
}
@media (max-width: 767px) {
  .post_contents ul li {
    font-size: 14px;
  }
  .post_contents ul li::before {
    top: 11px;
  }
}
@media (max-width: 424px) {
  .post_contents ul li {
    font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  }
}
.post_contents ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0 0 3rem 0;
}
.post_contents ol li {
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
  line-height: 1.9em;
  margin: 0 0 0.75rem 0;
}
.post_contents ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background: #01A0E9;
  border: 1px solid;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  height: 20px;
  width: 20px;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 13px;
}
@media (max-width: 1919px) {
  .post_contents ol li::before {
    top: 5px;
  }
}
@media (max-width: 1279px) {
  .post_contents ol li {
    font-size: 15px;
  }
  .post_contents ol li::before {
    top: 4px;
  }
}
@media (max-width: 767px) {
  .post_contents ol li {
    font-size: 14px;
  }
  .post_contents ol li::before {
    top: 3px;
  }
}
@media (max-width: 424px) {
  .post_contents ol li {
    font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  }
}
.post_contents table {
  width: 100%;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  color: #222426;
  border-top: #CBCBCB solid 1px;
  margin: 0 0 3rem 0;
}
.post_contents table thead tr th {
  border-bottom: #CBCBCB solid 1px;
  padding: 2rem 3rem;
}
.post_contents table thead tr th:first-child {
  background: #F6F6F6;
}
.post_contents table tbody tr th {
  background: #F6F6F6;
  border-bottom: #CBCBCB solid 1px;
  padding: 2rem 3rem;
}
.post_contents table tbody tr td {
  border-bottom: #CBCBCB solid 1px;
  padding: 2rem 3rem;
}
.post_contents a {
  color: #01A0E9;
  text-decoration: underline;
}
.post_contents a:hover {
  text-decoration: none;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0 0;
}
.wp-pagenavi span {
  margin: 0 0.5rem !important;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi span.current {
  color: #000;
  border: #fff solid 1px !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  .wp-pagenavi span.current {
    width: 36px;
    height: 36px;
  }
}
.wp-pagenavi a {
  margin: 0 0.5rem !important;
}
.wp-pagenavi a.page {
  color: #01A0E9;
  border: #01A0E9 solid 1px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
}
.wp-pagenavi a.page:hover {
  color: #01A0E9;
  border: #01A0E9 solid 1px;
}
@media (max-width: 767px) {
  .wp-pagenavi a.page {
    width: 36px;
    height: 36px;
  }
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  color: #01A0E9;
  border: #01A0E9 solid 1px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  font-size: 1.2rem;
}
.wp-pagenavi a.nextpostslink:hover, .wp-pagenavi a.previouspostslink:hover {
  color: #01A0E9;
  border: #01A0E9 solid 1px;
}
@media (max-width: 767px) {
  .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
    width: 36px;
    height: 36px;
  }
}

.single_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10rem 0 0 0;
}
.single_pagination li {
  margin: 0 1rem;
  min-width: 50px !important;
}
.single_pagination li a {
  color: #01A0E9;
  border: #01A0E9 solid 1px;
  font-size: 1.4rem;
  height: 50px;
  width: 200px;
  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;
}
.single_pagination li:first-child a, .single_pagination li:last-child a {
  border-radius: 50%;
  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;
  width: 50px;
  height: 50px;
  font-size: 1.2rem;
}
@media (max-width: 1023px) {
  .single_pagination li {
    min-width: 36px !important;
  }
  .single_pagination li a {
    height: 36px;
    width: 150px;
    font-size: 1.3rem;
  }
  .single_pagination li:first-child a, .single_pagination li:last-child a {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }
}

.wp-embed-aspect-16-9.wp-has-aspect-ratio iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.wp-embed-aspect-4-3.wp-has-aspect-ratio iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}

@media (max-width: 1279px) {
  .drawer_nav {
    background: black;
    padding: 8rem 0 0 0;
    position: fixed;
    top: -300%;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .drawer_nav.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
  }
}

.drawer_menu {
  display: block;
}
.drawer_menu li {
  margin: 0 0 0 0;
}
.drawer_menu li a {
  display: block;
  color: #000;
}

.openbtn {
  display: none;
}
@media (max-width: 1279px) {
  .openbtn {
    display: block;
    position: fixed;
    top: 0;
    right: 30px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    z-index: 5;
  }
  .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    background: #fff;
    width: 100%;
  }
  .openbtn span:nth-child(1) {
    top: 28px;
  }
  .openbtn span:nth-child(2) {
    top: 36px;
  }
  .openbtn span:nth-child(3) {
    top: 44px;
  }
}
@media (max-width: 1279px) and (max-width: 1023px) {
  .openbtn span:nth-child(1) {
    top: 23px;
  }
  .openbtn span:nth-child(2) {
    top: 31px;
  }
  .openbtn span:nth-child(3) {
    top: 39px;
  }
}
@media (max-width: 1279px) {
  .openbtn.active span:nth-child(1) {
    top: 26px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 100%;
  }
  .openbtn.active span:nth-child(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-child(3) {
    top: 38px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 100%;
  }
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 2;
}

.is__header_inner {
  background: #000;
  margin: 2rem 3rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.is__header_inner .is__logo {
  margin: 1.5rem 2.5rem;
}
@media (max-width: 1279px) {
  .is__header_inner {
    margin: 0;
  }
  .is__header_inner .is__logo {
    width: 95px;
  }
}
@media (max-width: 1023px) {
  .is__header_inner .is__logo {
    width: 80px;
    margin-left: 1.5rem;
  }
}

.drawer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer_menu li {
  color: #fff;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  margin: 0 0 0 5rem;
}
.drawer_menu li.is__tel {
  text-align: center;
}
.drawer_menu li.is__tel .is__title {
  font-size: clamp(2.21rem, 2.143rem + 0.29vw, 2.6rem);
  letter-spacing: 0.05em;
}
.drawer_menu li.is__tel .is__number {
  font-size: clamp(2.3rem, 2.114rem + 0.93vw, 3.6rem);
  letter-spacing: 0.05em;
}
.drawer_menu li.is__tel .is__recep {
  text-align: center;
  display: block;
  margin: 0.5rem 0 0 0;
}
.drawer_menu li a {
  color: #fff;
}
.drawer_menu li a:hover {
  color: #01A0E9;
}
.drawer_menu li a.is__contact {
  background: #01A0E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 4.75rem;
}
.drawer_menu li a.is__contact:hover {
  color: #fff;
  background: #1e48aa;
}
.drawer_menu li a.is__contact img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 0.75rem 0;
}
@media (max-width: 1439px) {
  .drawer_menu li {
    margin: 0 0 0 3.5rem;
    font-size: 1.6rem;
  }
  .drawer_menu li.is__tel {
    text-align: center;
  }
  .drawer_menu li.is__tel .is__title {
    font-size: 2rem;
  }
  .drawer_menu li.is__tel .is__number {
    font-size: 2.75rem;
  }
  .drawer_menu li.is__tel .is__recep {
    font-size: 1.4rem;
  }
}
@media (max-width: 1279px) {
  .drawer_menu {
    display: block;
  }
  .drawer_menu li {
    margin: 0 0 1.5rem 2rem;
  }
  .drawer_menu li.is__subnav a {
    display: block;
    font-weight: 300;
    border-left: #707070 solid 1px;
    margin: 0 0 0 1rem;
    padding: 0.5rem 0 0.5rem 1.5rem;
  }
}

html, body {
  height: 100%;
}

footer {
  position: sticky;
  top: 100vh;
  top: 100dvh;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top a {
  background: #000000;
  color: #fff;
  width: 100px;
  height: 100px;
  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;
}
#page-top a:hover {
  background: #999;
}
@media (max-width: 1919px) {
  #page-top a {
    width: 60px;
    height: 60px;
  }
  #page-top a img {
    width: 15px;
  }
}
@media (max-width: 424px) {
  #page-top {
    bottom: 10px;
    right: 10px;
  }
  #page-top a {
    width: 40px;
    height: 40px;
  }
  #page-top a img {
    width: 15px;
  }
}

#footer {
  background: #fff;
  padding: 10rem 0 5rem 0;
}
#footer .is__contactblock .is__icon {
  text-align: center;
}
#footer .is__contactblock .headline {
  text-align: center;
  font-weight: 700;
  font-size: clamp(2.3rem, 2.114rem + 0.93vw, 3.6rem);
  letter-spacing: 0.05em;
  margin: 1.75rem 0 4rem 0;
}
#footer .is__contactblock .headline span {
  display: block;
  color: #01A0E9;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  font-weight: 400;
  margin: 0 0 1.5rem 0;
}
#footer .is__contactblock .is__telmail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 7rem 0 0 0;
}
#footer .is__contactblock .is__telmail .is__tel {
  background: #20002F;
  width: 60%;
  padding: 4.5rem 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .is__contactblock .is__telmail .is__tel .is__block_R {
  text-align: center;
  letter-spacing: 0.05em;
}
#footer .is__contactblock .is__telmail .is__tel .is__block_R .is__title {
  font-size: clamp(2.295rem, 2.225rem + 0.3vw, 2.7rem);
}
#footer .is__contactblock .is__telmail .is__tel .is__block_R .is__number {
  font-size: clamp(2.4rem, 2.214rem + 0.93vw, 3.7rem);
}
#footer .is__contactblock .is__telmail .is__tel .is__block_R .is__recep {
  display: block;
  font-size: clamp(1.275rem, 1.236rem + 0.16vw, 1.5rem);
  margin: 0.75rem 0 0 0;
}
#footer .is__contactblock .is__telmail .is__mail {
  background: #01A0E9;
  width: 40%;
  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;
  color: #fff;
}
#footer .is__contactblock .is__telmail .is__mail .is__icon {
  margin: 0 1.5rem 0 0;
}
#footer .is__contactblock .is__telmail .is__mail:hover {
  background: #1e48aa;
}
#footer .is__infonavblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10rem 0 0 0;
}
#footer .is__infonavblock .is__block_L p {
  letter-spacing: 0.05em;
  line-height: 1.8em;
}
#footer .is__infonavblock .is__block_L .is__logo {
  margin: 0 0 2rem 0;
}
#footer .is__infonavblock .is__block_L .is__copy {
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  margin: 3rem 0 0 0;
}
#footer .is__infonavblock .is__block_R {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .is__infonavblock .is__block_R ul {
  margin: 0 10rem 0 0;
}
#footer .is__infonavblock .is__block_R ul li {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  font-weight: 700;
  margin: 0 0 1.75rem 0;
}
#footer .is__infonavblock .is__block_R ul li.sub {
  border-left: #707070 solid 1px;
  font-weight: 400;
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
}
#footer .is__infonavblock .is__block_R ul li.sub a {
  display: block;
  padding: 0.5rem 0 0.5rem 1.5rem;
}
@media (max-width: 1279px) {
  #footer {
    padding: 7rem 0 7rem 0;
  }
  #footer .is__contactblock .is__icon {
    width: 90px;
    margin: 0 auto;
  }
  #footer .is__contactblock .is__telmail {
    margin: 5.5rem 0 0 0;
  }
  #footer .is__contactblock .is__telmail .is__tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3rem 0;
  }
  #footer .is__contactblock .is__telmail .is__tel .txt26 {
    font-size: 2rem;
    padding-right: 3rem;
  }
  #footer .is__contactblock .is__telmail .is__mail .is__icon {
    margin: 0 0 0 0;
  }
  #footer .is__contactblock .is__telmail .is__mail .txt26 {
    font-size: 2rem;
  }
  #footer .is__infonavblock .is__block_L .is__logo {
    width: 130px;
  }
  #footer .is__infonavblock .is__block_R ul {
    margin: 0 0 0 8rem;
  }
}
@media (max-width: 1023px) {
  #footer {
    padding-bottom: 3rem;
  }
  #footer .is__contactblock .txt24 {
    font-size: 1.8rem;
  }
  #footer .is__contactblock .is__telmail {
    display: block;
  }
  #footer .is__contactblock .is__telmail .is__tel {
    width: 100%;
  }
  #footer .is__contactblock .is__telmail .is__mail {
    width: 100%;
    padding: 3rem 0;
  }
  #footer .is__infonavblock {
    margin: 5rem 0 0 0;
  }
  #footer .is__infonavblock .is__block_R {
    display: none;
  }
}
@media (max-width: 767px) {
  #footer .is__contactblock .txt24 {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
  #footer .is__contactblock .is__telmail {
    margin-top: 4rem;
  }
  #footer .is__contactblock .is__telmail .is__tel {
    display: block;
    text-align: center;
  }
  #footer .is__contactblock .is__telmail .is__tel .txt26 {
    padding: 0;
    margin: 0 0 2rem 0;
  }
  #footer .is__contactblock .is__telmail .is__tel .is__block_R .is__title {
    font-size: 1.7rem;
  }
  #footer .is__contactblock .is__telmail .is__mail .is__icon {
    width: 36px;
    margin: 0 2rem 0 0;
  }
}
@media (max-width: 424px) {
  #footer {
    padding-bottom: 6rem;
  }
  #footer .is__contactblock .is__icon {
    width: 75px;
  }
  #footer .is__contactblock .headline {
    margin: 1.5rem 0 3rem 0;
  }
  #footer .is__contactblock .txt24 {
    font-size: 4vw;
  }
  #footer .is__contactblock .is__telmail .is__tel .txt26 {
    font-size: 5vw;
  }
  #footer .is__contactblock .is__telmail .is__mail .is__icon {
    width: 30px;
  }
  #footer .is__contactblock .is__telmail .is__mail .txt26 {
    font-size: 5vw;
  }
}

.main {
  padding-top: 108px;
  padding-bottom: 10rem;
}
@media (max-width: 1439px) {
  .main {
    padding-bottom: 8rem;
  }
}
@media (max-width: 1279px) {
  .main {
    padding-top: 75px;
    padding-bottom: 5rem;
  }
}
@media (max-width: 1023px) {
  .main {
    padding-top: 68px;
  }
}

.bread {
  margin: 0 0 13rem 0;
}
.bread ul li {
  float: left;
  letter-spacing: 0.05em;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  color: #5A5A5A;
}
.bread ul li a {
  color: #5A5A5A;
}
.bread ul li a:hover {
  color: #aaa;
}
.bread ul li a::after {
  content: "/";
  margin: 0 1rem;
}
@media (max-width: 1919px) {
  .bread {
    margin: 0 0 9rem 0;
  }
}
@media (max-width: 1279px) {
  .bread {
    margin: 0 0 7rem 0;
  }
}
@media (max-width: 767px) {
  .bread {
    margin: 0 0 5rem 0;
  }
}

a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.linkborder {
  text-decoration: underline !important;
}
.linkborder:hover {
  text-decoration: none !important;
}

.btnwrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn01 {
  width: 100%;
  max-width: 360px;
  display: block;
  background: #000;
  color: #fff;
  font-size: clamp(1.6rem, 1.543rem + 0.29vw, 2rem);
  text-align: center;
  padding: 3rem 0;
}
.btn01:hover {
  background: #666;
}
@media (max-width: 1279px) {
  .btn01 {
    max-width: 300px;
    padding: 2.5rem 0;
  }
}
@media (max-width: 1023px) {
  .btn01 {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .btn01 {
    max-width: 240px;
    padding: 2rem 0;
  }
}

.btn02 {
  width: 100%;
  max-width: 360px;
  display: block;
  background: #fff;
  font-size: clamp(1.6rem, 1.543rem + 0.29vw, 2rem);
  text-align: center;
  padding: 3rem 0;
  border: #20002F solid 1px;
}
.btn02:hover {
  background: #ddd;
}
@media (max-width: 1279px) {
  .btn02 {
    max-width: 300px;
    padding: 2.5rem 0;
  }
}
@media (max-width: 1023px) {
  .btn02 {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .btn02 {
    max-width: 240px;
    padding: 2rem 0;
  }
}

.txt14 {
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
}
.txt14.ls50 {
  letter-spacing: 0.05em;
}

.txt16 {
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
}
.txt16.ls50 {
  letter-spacing: 0.05em;
}
.txt16.ls100 {
  letter-spacing: 0.1em;
}
.txt16.lh30 {
  line-height: 1.9em;
}

.txt18 {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
}
.txt18.ls50 {
  letter-spacing: 0.05em;
}
.txt18.lh40 {
  line-height: 2em;
}
.txt18.lh46 {
  line-height: 2.1em;
}

.txt20 {
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
}
.txt20.lh54 {
  line-height: 2.5em;
}

.txt24 {
  font-size: clamp(2.04rem, 1.978rem + 0.26vw, 2.4rem);
}
.txt24.ls50 {
  letter-spacing: 0.05em;
}

.txt26 {
  font-size: clamp(2.21rem, 2.143rem + 0.29vw, 2.6rem);
}
.txt26.ls50 {
  letter-spacing: 0.05em;
}

.txt36 {
  font-size: clamp(2rem, 1.771rem + 1.14vw, 3.6rem);
}
.txt36.ls50 {
  letter-spacing: 0.05em;
}
.txt36.lh60 {
  line-height: 1.5em;
}

.fc_red {
  color: #FF0000;
}

.list01 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.list01 li {
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
  line-height: 1.9em;
  margin: 0 0 0.75rem 0;
}
.list01 li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background: #01A0E9;
  border: 1px solid;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  height: 20px;
  width: 20px;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 13px;
}
@media (max-width: 1919px) {
  .list01 li::before {
    top: 5px;
  }
}
@media (max-width: 1279px) {
  .list01 li {
    font-size: 15px;
  }
  .list01 li::before {
    top: 4px;
  }
}
@media (max-width: 767px) {
  .list01 li {
    font-size: 14px;
  }
  .list01 li::before {
    top: 3px;
  }
}
@media (max-width: 424px) {
  .list01 li {
    font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  }
}

.list02 li {
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1.9em;
  margin: 0 0 0.75rem 0;
  padding-left: 15px;
}
.list02 li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #01A0E9;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
}
@media (max-width: 1919px) {
  .list02 li::before {
    top: 11px;
  }
}
@media (max-width: 1439px) {
  .list02 li::before {
    top: 12px;
  }
}
@media (max-width: 1279px) {
  .list02 li {
    font-size: 15px;
  }
  .list02 li::before {
    top: 11px;
  }
}
@media (max-width: 767px) {
  .list02 li {
    font-size: 14px;
  }
  .list02 li::before {
    top: 11px;
  }
}
@media (max-width: 424px) {
  .list02 li {
    font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  }
}

.list03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.list03 li {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 100%;
  white-space: nowrap;
  margin: 0 0.75rem;
}
.list03 li a {
  color: #737373;
  background: #F5F5F5;
  border: #BFBFBF solid 1px;
  border-radius: 4px;
  display: block;
  padding: 1rem 1.5rem;
  text-align: center;
}
.list03 li a:hover {
  background: #000;
  color: #fff;
  border: #000 solid 1px;
}
.list03 li a.checked {
  background: #000;
  color: #fff;
  border: #000 solid 1px;
}
@media (max-width: 1023px) {
  .list03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list03 li {
    width: 31%;
    margin: 0.75rem 0;
  }
}
@media (max-width: 767px) {
  .list03 li {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}

.list04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list04 li {
  width: 19%;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  font-weight: 700;
}
.list04 li a {
  display: block;
  border: #01A0E9 solid 1px;
  background: #fff;
  border-radius: 5px;
  padding: 1.25rem 1.25rem;
  position: relative;
}
.list04 li a:hover {
  background: #ddd;
}
.list04 li a::after {
  content: url(assets/images/icon_arrow03.png);
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1279px) {
  .list04 li {
    font-size: 1.4rem;
    width: 19.5%;
  }
  .list04 li a {
    padding: 1rem;
  }
}
@media (max-width: 1023px) {
  .list04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list04 li {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}

.tbl01 {
  width: 100%;
  border-top: #707070 solid 1px;
  line-height: 1.7em;
}
.tbl01 tr th {
  text-align: center;
  letter-spacing: 0.05em;
  background: #EFEFEF;
  border-bottom: #999 solid 1px;
  font-weight: 400;
  padding: 2.5rem 3rem;
  width: 25%;
}
.tbl01 tr td {
  letter-spacing: 0.05em;
  border-bottom: #999 solid 1px;
  padding: 2.5rem 3rem;
}
@media (max-width: 767px) {
  .tbl01 {
    display: block;
    width: 100%;
    border-top: none;
  }
  .tbl01 tbody {
    display: block;
    width: 100%;
  }
  .tbl01 tbody tr {
    display: block;
    width: 100%;
  }
  .tbl01 tbody tr th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 2rem;
    border-bottom: none;
  }
  .tbl01 tbody tr td {
    display: block;
    width: 100%;
    padding: 2rem;
    border-bottom: none;
  }
}

.cnt01 {
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .cnt01 {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .cnt01 {
    height: 180px;
  }
}

.cnt02 {
  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;
}
.cnt02::after {
  content: "";
  display: block;
  width: 31%;
}
.cnt02 .block {
  width: 31%;
  margin: 0 0 4rem 0;
}
.cnt02 .img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 19/13;
  margin: 0 0 1.5rem 0;
  border: #BFBFBF solid 1px;
}
.cnt02 .img a img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 19/13;
}
.cnt02 .img a:hover img {
  scale: 1.1;
}
.cnt02 .date {
  color: #fff;
  background: #01A0E9;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  display: inline-block;
  padding: 0.5rem 1.5rem 0.25rem;
}
.cnt02 .headline04 a:hover {
  color: #999;
}
@media (max-width: 1023px) {
  .cnt02::after {
    width: 47%;
  }
  .cnt02 .block {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .cnt02 .block {
    width: 100%;
  }
}

.cnt03 {
  width: 100%;
  height: 680px;
  position: relative;
}
.cnt03 .img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
.cnt03 .img img {
  width: 100%;
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt03 .headline01 {
  color: #fff;
  width: 100%;
  max-width: 1480px;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cnt03 .headline01 span {
  color: #fff;
}
.cnt03 .bread {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.5rem;
  margin: 0;
}
.cnt03 .bread ul li {
  color: #fff;
}
.cnt03 .bread ul li a {
  color: #fff;
}
@media (max-width: 767px) {
  .cnt03 .bread {
    display: none;
  }
}
@media (max-width: 1919px) {
  .cnt03 {
    height: 550px;
  }
  .cnt03 .img img {
    height: 550px;
  }
  .cnt03 .headline01 {
    padding: 0 40px;
  }
  .cnt03 .bread {
    padding: 0 20px;
  }
}
@media (max-width: 1439px) {
  .cnt03 {
    height: 480px;
  }
  .cnt03 .img img {
    height: 480px;
  }
}
@media (max-width: 1279px) {
  .cnt03 {
    height: 400px;
  }
  .cnt03 .img img {
    height: 400px;
  }
  .cnt03 .headline01 {
    padding: 0 20px;
  }
  .cnt03 .bread {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .cnt03 {
    height: 350px;
  }
  .cnt03 .img img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cnt03 {
    height: 300px;
  }
  .cnt03 .img img {
    height: 300px;
  }
}
@media (max-width: 424px) {
  .cnt03 {
    height: 70vw;
  }
  .cnt03 .img img {
    height: 70vw;
  }
  .cnt03 .bread {
    bottom: 1rem;
  }
}

.cnt04 {
  padding: 10rem 0 0 0;
}
@media (max-width: 1023px) {
  .cnt04 {
    padding: 15rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cnt04 {
    padding: 10rem 0 0 0;
  }
}

.cnt05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt05 .is__txt {
  padding: 0 7rem 0 0;
}
.cnt05 .is__block_R {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 280px;
}
.cnt05 .is__block_R .img {
  margin: 0 0 1rem 0;
}
.cnt05 .is__block_R .name {
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
@media (max-width: 1439px) {
  .cnt05 .is__txt {
    padding: 0 5rem 0 0;
  }
}
@media (max-width: 767px) {
  .cnt05 {
    display: block;
  }
  .cnt05 .is__txt {
    padding: 0;
    margin: 0 0 4rem 0;
  }
  .cnt05 .is__block_R {
    margin: 0 auto;
  }
}

.cnt06 {
  margin: 0 0 9rem 0;
}
@media (max-width: 767px) {
  .cnt06 {
    margin: 0 0 7rem 0;
  }
}

.cnt07 {
  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: 6rem 0 0 0;
}
.cnt07::after {
  content: "";
  display: block;
  width: 31%;
}
.cnt07 .block {
  width: 31%;
  margin: 0 0 5rem 0;
}
.cnt07 .img {
  overflow: hidden;
  margin: 0 0 2rem 0;
  border: #ddd solid 1px;
}
.cnt07 .img a img {
  aspect-ratio: 38/34;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cnt07 .img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cnt07 .cate {
  color: #101010;
  font-size: clamp(1rem, 0.943rem + 0.29vw, 1.4rem);
  background: #EBEBEB;
  border-radius: 999px;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0.25rem 1.5rem 0.1rem 1.5rem;
  margin: 0 0 1.5rem 0;
}
.cnt07 .product {
  font-size: clamp(1.8rem, 1.714rem + 0.43vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6em;
}
.cnt07 .product a:hover {
  color: #666;
}
@media (max-width: 767px) {
  .cnt07 .block {
    width: 48%;
  }
}
@media (max-width: 424px) {
  .cnt07 .block {
    width: 100%;
  }
}

.cnt08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt08 .is__block_L {
  width: 100%;
  max-width: 920px;
}
.cnt08 .is__block_L .contents {
  margin: 5rem 0 0 0;
}
.cnt08 .is__block_L .cate {
  color: #101010;
  font-size: clamp(1rem, 0.943rem + 0.29vw, 1.4rem);
  background: #EBEBEB;
  border-radius: 999px;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0.25rem 1.5rem 0.1rem 1.5rem;
  margin: 0 0 1.5rem 0;
}
.cnt08 .is__block_L .title {
  font-size: clamp(2rem, 1.857rem + 0.71vw, 3rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.6em;
}
.cnt08 .is__block_L p {
  margin: 0 0 3rem 0;
  letter-spacing: 0.05em;
  line-height: 1.7em;
}
.cnt08 .is__block_R {
  width: 100%;
  max-width: 240px;
}
.cnt08 .is__block_R .menu {
  margin: 0 0 6rem 0;
}
.cnt08 .is__block_R .menu .title {
  color: #01A0E9;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
}
.cnt08 .is__block_R .menu .title span {
  color: #8BDBFF;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  letter-spacing: 0.05em;
  font-weight: 400;
  display: block;
}
.cnt08 .is__block_R .menu .title02 {
  margin: 0 0 3rem 0;
}
.cnt08 .is__block_R .menu ul li {
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  letter-spacing: 0.05em;
}
.cnt08 .is__block_R .menu ul li a {
  display: block;
  border-bottom: #D2D2D2 solid 1px;
  padding: 1.5rem 0;
  position: relative;
}
.cnt08 .is__block_R .menu ul li a::after {
  content: url(assets/images/icon_arrow02.png);
  display: block;
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.25rem;
}
.cnt08 .is__block_R .menu .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.5rem 0;
}
.cnt08 .is__block_R .menu .other img {
  width: 46px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 46/40;
  overflow: hidden;
  margin: 0 1rem 0 0;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cnt08 .is__block_R .menu .other span {
  font-size: clamp(1.02rem, 0.989rem + 0.13vw, 1.2rem);
  line-height: 1.7em;
  letter-spacing: 0.05em;
}
@media (max-width: 1279px) {
  .cnt08 .is__block_L {
    max-width: none;
    width: 70%;
  }
  .cnt08 .is__block_R {
    max-width: none;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .cnt08 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cnt08 .is__block_L {
    width: 100%;
    margin: 0 0 6rem 0;
  }
  .cnt08 .is__block_R {
    width: 100%;
  }
}

.cnt09 {
  margin: 0 0 10rem 0;
}
.cnt09 .titleblock {
  background: #20002F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin: 0 0 4rem 0;
}
.cnt09 .title {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  color: #fff;
  font-size: clamp(1.8rem, 1.714rem + 0.43vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.cnt09 .title span {
  color: rgba(255, 255, 255, 0.4);
  display: block;
  font-size: clamp(2.3rem, 1.814rem + 2.43vw, 5.7rem);
  letter-spacing: 0.05em;
  font-weight: 400;
  margin: 0 0 3rem 0;
}
.cnt09 .img {
  width: 100%;
  max-width: 470px;
}
.cnt09 .products_wrap {
  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: 4rem 0 0 0;
}
.cnt09 .products_wrap::before {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.cnt09 .products_wrap::after {
  content: "";
  display: block;
  width: 24%;
}
.cnt09 .products_wrap .block {
  width: 24%;
  background: #F9F9F9;
  padding: 2rem;
  margin: 0 0 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cnt09 .products_wrap .block .thumb {
  width: 100%;
  margin: 0 0 1.5rem 0;
}
.cnt09 .products_wrap .block .thumb img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cnt09 .products_wrap .block .product {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .cnt09 .products_wrap .block .product {
    font-size: 1.25rem;
  }
}
@media (max-width: 424px) {
  .cnt09 .products_wrap .block .product {
    font-size: 1.4rem;
  }
}
.cnt09 .products_wrap .block:hover .thumb img {
  opacity: 0.8;
}
.cnt09 .products_wrap .block:hover .product {
  color: #999;
}
.cnt09 .descwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt09 .descwrap .txt18 {
  padding: 0 7rem 0 0;
}
.cnt09 .descwrap .btn {
  width: 100%;
  max-width: 360px;
}
.cnt09 .descwrap .btn a {
  display: block;
  background: #000;
  color: #fff;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  text-align: center;
  padding: 3rem 0;
}
.cnt09 .descwrap .btn a:hover {
  background: #666;
}
@media (max-width: 1279px) {
  .cnt09 .titleblock {
    margin: 0 0 3rem 0;
  }
  .cnt09 .img {
    max-width: 400px;
  }
  .cnt09 .products_wrap::after {
    width: 32%;
  }
  .cnt09 .products_wrap .block {
    width: 32%;
  }
  .cnt09 .descwrap .txt18 {
    padding: 0 5rem 0 0;
  }
  .cnt09 .descwrap .btn {
    max-width: 300px;
  }
  .cnt09 .descwrap .btn a {
    padding: 2.5rem 0;
  }
}
@media (max-width: 1023px) {
  .cnt09 .title {
    bottom: 2.5rem;
    left: 2.5rem;
  }
  .cnt09 .title span {
    margin: 0 0 2rem 0;
  }
  .cnt09 .img {
    max-width: 350px;
  }
  .cnt09 .products_wrap .block {
    padding: 1.5rem;
  }
  .cnt09 .descwrap {
    display: block;
  }
  .cnt09 .descwrap .txt18 {
    padding: 0 0 0 0;
  }
  .cnt09 .descwrap .btn {
    width: 100%;
    max-width: 360px;
    margin: 3rem auto 0 auto;
  }
}
@media (max-width: 767px) {
  .cnt09 .titleblock {
    display: block;
  }
  .cnt09 .title {
    position: static;
    margin: 0 0 3rem 0;
    padding: 4rem 0 0 2rem;
  }
  .cnt09 .title span {
    font-size: 10vw;
  }
  .cnt09 .img {
    max-width: none;
    width: 100%;
    aspect-ratio: 375/180;
    overflow: hidden;
  }
  .cnt09 .img img {
    width: 100%;
    aspect-ratio: 375/180;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cnt09 .products_wrap .block {
    width: 48%;
  }
  .cnt09 .products_wrap .block .icon {
    width: 20px;
  }
}
@media (max-width: 424px) {
  .cnt09 .title {
    padding: 3rem 0 0 1.5rem;
  }
  .cnt09 .products_wrap .block {
    width: 100%;
  }
  .cnt09 .descwrap .btn a {
    padding: 2rem 0;
  }
}

.cnt10 {
  padding-top: 10rem !important;
}
@media (max-width: 1023px) {
  .cnt10 {
    padding-top: 7rem !important;
  }
}

.cnt11 {
  background: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10rem;
  margin: 20rem 0 10rem 0;
}
.cnt11 .is__block_L {
  padding: 0 8rem 0 0;
}
.cnt11 .is__block_L .txt18 {
  margin: 0 0 5rem 0;
}
.cnt11 .img {
  width: 100%;
  max-width: 316px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cnt11 .btn {
  width: 100%;
  max-width: 360px;
}
.cnt11 .btn a {
  display: block;
  background: #000;
  color: #fff;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  text-align: center;
  padding: 3rem 0;
}
.cnt11 .btn a:hover {
  background: #666;
}
@media (max-width: 1279px) {
  .cnt11 {
    padding: 5rem;
    margin: 12rem 0 5rem 0;
  }
  .cnt11 .btn {
    max-width: 280px;
  }
  .cnt11 .btn a {
    padding: 2.5rem 0;
  }
}
@media (max-width: 1023px) {
  .cnt11 .is__block_L {
    padding: 0 5rem 0 0;
  }
  .cnt11 .img {
    max-width: 250px;
  }
  .cnt11 .btn {
    width: 100%;
    max-width: 360px;
    margin: 3rem auto 0 auto;
  }
}
@media (max-width: 767px) {
  .cnt11 {
    display: block;
    padding: 3.5rem;
  }
  .cnt11 .is__block_L {
    padding: 0;
  }
  .cnt11 .is__block_L .txt18 {
    margin: 0 0 3rem 0;
  }
  .cnt11 .img {
    max-width: 200px;
    margin: 0 auto 5rem auto;
  }
}

.cnt12 {
  background: url(assets/images/about_img01.jpg) no-repeat right top;
  background-size: 45%;
}
.cnt12 .is__inner {
  width: 45%;
  padding: 10rem 0 15rem 0;
}
.cnt12 .is__inner .headline06 {
  margin: 0 0 5rem 0;
}
@media (max-width: 1919px) {
  .cnt12 {
    background-size: 50%;
  }
  .cnt12 .is__inner {
    padding: 5rem 0;
  }
}
@media (max-width: 1279px) {
  .cnt12 {
    background: none;
  }
  .cnt12 .is__inner {
    width: 100%;
  }
  .cnt12 .is__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 40vw;
    max-height: 350px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cnt12 .is__inner .headline06 {
    margin: 0 0 3rem 0;
  }
}

@media (max-width: 1279px) {
  .cnt13 {
    padding-top: 10rem;
  }
}
@media (max-width: 1023px) {
  .cnt13 {
    padding-top: 6rem;
  }
}
@media (max-width: 424px) {
  .cnt13 {
    padding-top: 4rem;
  }
}

.cnt14 {
  /*    display: flex;
      justify-content: space-between;
      align-items: center;*/
}
.cnt14.mb {
  margin-bottom: 10rem;
}
@media (max-width: 424px) {
  .cnt14.mb {
    margin-bottom: 6rem;
  }
}
.cnt14 .img {
  /*        width: 47%;
          flex-shrink: 0;*/
}
.cnt14 .txtblock {
  /*        width: 47%;*/
  width: 97%;
}
.cnt14 .txtblock .headline07 {
  margin: 0 0 3rem 0;
}
.cnt14 .txtblock .txt {
  line-height: 1.9em;
  letter-spacing: 0.05em;
  margin: 0 0 2rem 0;
}
@media (max-width: 767px) {
  .cnt14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cnt14 .img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cnt14 .txtblock {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.cnt15 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cnt15 .about_product_card h3 {
  text-align: center;
  font-size: clamp(1.8rem, 1.686rem + 0.57vw, 2.6rem);
  padding: 5rem 0;
}
.cnt15 .about_product_card img {
  margin-bottom: 40px;
}

/* ノミズヤの強み セクション全体のスタイル */
.strength-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px 0;
  color: #333;
  line-height: 1.8;
}

.strength-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
  gap: 40px;
}

/* 偶数番目（またはreverseクラス）のレイアウトを反転 */
.strength-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.strength-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.strength-image img {
  width: 100%;
  height: auto;
  display: block;
}

.strength-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.strength-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 0.05em;
}

.strength-content p {
  margin-bottom: 1.5em;
}

/* レスポンシブ対応：スマホ表示では縦に並べる */
@media screen and (max-width: 768px) {
  .strength-row,
  .strength-row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
  .strength-image,
  .strength-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .strength-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* 改行をPCのみにする場合は、brタグをスマホで消すなどの調整が可能です */
}
.bg_gray_diagon {
  width: 100%;
  background-image: url("assets/images/bg_gray_diagonal.png");
  background-repeat: no-repeat;
  background-position: center center; /* 画像を中央に配置 */
  /* デフォルト（PC）の設定: 幅を100%にする */
  background-size: 100% 100%;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

/* スマホ用の設定（画面幅が768px以下の場合） */
@media (max-width: 768px) {
  .bg_gray_diagon {
    /* 高さを100%にする（幅は自動調整） */
    background-size: auto 100%;
  }
}
.bg_violet {
  background-color: #20002F;
  padding-bottom: 60px;
}
.bg_violet .strength-content {
  color: #FFFFFF;
}

.container-base, .container-1840, .container-1440, .container-1220, .container-1060, .container-1000, .container-980, .container-860 {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.container-860 {
  max-width: 900px;
}

.container-980 {
  max-width: 1020px;
}

.container-1000 {
  max-width: 1040px;
}

.container-1060 {
  max-width: 1100px;
}

.container-1220 {
  max-width: 1260px;
}

.container-1440 {
  max-width: 1480px;
}

.container-1840 {
  max-width: 1880px;
}

.headline01 {
  font-size: clamp(2.2rem, 1.857rem + 1.71vw, 4.6rem);
  letter-spacing: 0.05em;
  font-weight: 700;
}
.headline01 span {
  color: #01A0E9;
  font-size: clamp(1.5rem, 1.429rem + 0.36vw, 2rem);
  display: block;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0 0 2rem 0;
}
@media (max-width: 767px) {
  .headline01 span {
    margin: 0 0 1.25rem 0;
  }
}

.headline02 {
  font-size: clamp(1.9rem, 1.829rem + 0.36vw, 2.4rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  border-bottom: #01A0E9 solid 2px;
  line-height: 1.7em;
  padding: 0 0 0.5rem 0;
}

.headline03 {
  font-size: clamp(2.04rem, 1.978rem + 0.26vw, 2.4rem);
  font-weight: 700;
}

.headline04 {
  font-size: clamp(1.6rem, 1.543rem + 0.29vw, 2rem);
  font-weight: 700;
  line-height: 1.7em;
}

.headline05 {
  font-weight: 700;
  font-size: clamp(2.1rem, 1.829rem + 1.36vw, 4rem);
  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;
  white-space: nowrap;
  margin: 0 0 10rem 0;
}
.headline05::before {
  content: "";
  display: block;
  height: 1px;
  background: #20002F;
  width: 100%;
  margin: 0 3rem 0 0;
}
.headline05::after {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  width: 100%;
  margin: 0 0 0 3rem;
}
@media (max-width: 1279px) {
  .headline05 {
    margin: 0 0 8rem 0;
  }
}
@media (max-width: 1023px) {
  .headline05 {
    margin: 0 0 7rem 0;
  }
}
@media (max-width: 767px) {
  .headline05 {
    margin: 0 0 5rem 0;
  }
  .headline05::before {
    content: none;
  }
  .headline05::after {
    content: none;
  }
}

.headline06 {
  font-size: clamp(2.3rem, 1.943rem + 1.79vw, 4.8rem);
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.headline07 {
  font-size: clamp(1.8rem, 1.686rem + 0.57vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.9em;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #B7EBFF));
  background: linear-gradient(transparent 65%, #B7EBFF 35%);
  padding: 0 1rem;
}

.headline08 {
  color: #fff;
  font-size: clamp(2.55rem, 2.473rem + 0.33vw, 3rem);
  font-weight: 700;
}
.headline08 span {
  display: block;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  font-weight: 400;
  margin: 0 0 1rem 0;
}

.headline09 {
  font-size: clamp(2.55rem, 2.473rem + 0.33vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
.headline09 span {
  display: block;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  font-weight: 400;
  margin: 0 0 0 0;
  color: #01A0E9;
}

.clear {
  clear: both !important;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.is__txt_C {
  text-align: center !important;
}

.is__txt_L {
  text-align: left !important;
}

.is__txt_R {
  text-align: right !important;
}

.is__valign_top {
  vertical-align: top !important;
}

.is__valign_middle {
  vertical-align: middle !important;
}

.is__d_block_xxs {
  display: none;
}
@media (max-width: 424px) {
  .is__d_block_xxs {
    display: block;
  }
}

.is__d_block_xs {
  display: none;
}
@media (max-width: 767px) {
  .is__d_block_xs {
    display: block;
  }
}

.is__d_block_sm {
  display: none;
}
@media (max-width: 1023px) {
  .is__d_block_sm {
    display: block;
  }
}

.is__d_block_md {
  display: none;
}
@media (max-width: 1279px) {
  .is__d_block_md {
    display: block;
  }
}

.is__d_block_lg {
  display: none;
}
@media (max-width: 1439px) {
  .is__d_block_lg {
    display: block;
  }
}

.is__d_block_xl {
  display: none;
}
@media (max-width: 2559px) {
  .is__d_block_xl {
    display: block;
  }
}

.is__d_block_xxl {
  display: none;
}
@media (min-width: 2560px) {
  .is__d_block_xxl {
    display: block;
  }
}

@media (max-width: 424px) {
  .is__d_none_xxs {
    display: none;
  }
}

@media (max-width: 767px) {
  .is__d_none_xs {
    display: none;
  }
}

@media (max-width: 1023px) {
  .is__d_none_sm {
    display: none;
  }
}

@media (max-width: 1279px) {
  .is__d_none_md {
    display: none;
  }
}

@media (max-width: 1439px) {
  .is__d_none_lg {
    display: none;
  }
}

@media (max-width: 2559px) {
  .is__d_none_xl {
    display: none;
  }
}

@media (min-width: 2560px) {
  .is__d_none_xxl {
    display: none;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mt-110 {
  margin-top: 11rem !important;
}

.mt-120 {
  margin-top: 12rem !important;
}

.mt-130 {
  margin-top: 13rem !important;
}

.mt-140 {
  margin-top: 14rem !important;
}

.mt-150 {
  margin-top: 15rem !important;
}

.mt-160 {
  margin-top: 16rem !important;
}

.mt-170 {
  margin-top: 17rem !important;
}

.mt-180 {
  margin-top: 18rem !important;
}

.mt-190 {
  margin-top: 19rem !important;
}

.mt-200 {
  margin-top: 20rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-10 {
  margin-right: 1rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.mr-30 {
  margin-right: 3rem !important;
}

.mr-40 {
  margin-right: 4rem !important;
}

.mr-50 {
  margin-right: 5rem !important;
}

.mr-60 {
  margin-right: 6rem !important;
}

.mr-70 {
  margin-right: 7rem !important;
}

.mr-80 {
  margin-right: 8rem !important;
}

.mr-90 {
  margin-right: 9rem !important;
}

.mr-100 {
  margin-right: 10rem !important;
}

.mr-110 {
  margin-right: 11rem !important;
}

.mr-120 {
  margin-right: 12rem !important;
}

.mr-130 {
  margin-right: 13rem !important;
}

.mr-140 {
  margin-right: 14rem !important;
}

.mr-150 {
  margin-right: 15rem !important;
}

.mr-160 {
  margin-right: 16rem !important;
}

.mr-170 {
  margin-right: 17rem !important;
}

.mr-180 {
  margin-right: 18rem !important;
}

.mr-190 {
  margin-right: 19rem !important;
}

.mr-200 {
  margin-right: 20rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.mb-110 {
  margin-bottom: 11rem !important;
}

.mb-120 {
  margin-bottom: 12rem !important;
}

.mb-130 {
  margin-bottom: 13rem !important;
}

.mb-140 {
  margin-bottom: 14rem !important;
}

.mb-150 {
  margin-bottom: 15rem !important;
}

.mb-160 {
  margin-bottom: 16rem !important;
}

.mb-170 {
  margin-bottom: 17rem !important;
}

.mb-180 {
  margin-bottom: 18rem !important;
}

.mb-190 {
  margin-bottom: 19rem !important;
}

.mb-200 {
  margin-bottom: 20rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-10 {
  margin-left: 1rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.ml-30 {
  margin-left: 3rem !important;
}

.ml-40 {
  margin-left: 4rem !important;
}

.ml-50 {
  margin-left: 5rem !important;
}

.ml-60 {
  margin-left: 6rem !important;
}

.ml-70 {
  margin-left: 7rem !important;
}

.ml-80 {
  margin-left: 8rem !important;
}

.ml-90 {
  margin-left: 9rem !important;
}

.ml-100 {
  margin-left: 10rem !important;
}

.ml-110 {
  margin-left: 11rem !important;
}

.ml-120 {
  margin-left: 12rem !important;
}

.ml-130 {
  margin-left: 13rem !important;
}

.ml-140 {
  margin-left: 14rem !important;
}

.ml-150 {
  margin-left: 15rem !important;
}

.ml-160 {
  margin-left: 16rem !important;
}

.ml-170 {
  margin-left: 17rem !important;
}

.ml-180 {
  margin-left: 18rem !important;
}

.ml-190 {
  margin-left: 19rem !important;
}

.ml-200 {
  margin-left: 20rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pt-70 {
  padding-top: 7rem !important;
}

.pt-80 {
  padding-top: 8rem !important;
}

.pt-90 {
  padding-top: 9rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

.pt-110 {
  padding-top: 11rem !important;
}

.pt-120 {
  padding-top: 12rem !important;
}

.pt-130 {
  padding-top: 13rem !important;
}

.pt-140 {
  padding-top: 14rem !important;
}

.pt-150 {
  padding-top: 15rem !important;
}

.pt-160 {
  padding-top: 16rem !important;
}

.pt-170 {
  padding-top: 17rem !important;
}

.pt-180 {
  padding-top: 18rem !important;
}

.pt-190 {
  padding-top: 19rem !important;
}

.pt-200 {
  padding-top: 20rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-10 {
  padding-right: 1rem !important;
}

.pr-20 {
  padding-right: 2rem !important;
}

.pr-30 {
  padding-right: 3rem !important;
}

.pr-40 {
  padding-right: 4rem !important;
}

.pr-50 {
  padding-right: 5rem !important;
}

.pr-60 {
  padding-right: 6rem !important;
}

.pr-70 {
  padding-right: 7rem !important;
}

.pr-80 {
  padding-right: 8rem !important;
}

.pr-90 {
  padding-right: 9rem !important;
}

.pr-100 {
  padding-right: 10rem !important;
}

.pr-110 {
  padding-right: 11rem !important;
}

.pr-120 {
  padding-right: 12rem !important;
}

.pr-130 {
  padding-right: 13rem !important;
}

.pr-140 {
  padding-right: 14rem !important;
}

.pr-150 {
  padding-right: 15rem !important;
}

.pr-160 {
  padding-right: 16rem !important;
}

.pr-170 {
  padding-right: 17rem !important;
}

.pr-180 {
  padding-right: 18rem !important;
}

.pr-190 {
  padding-right: 19rem !important;
}

.pr-200 {
  padding-right: 20rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pb-100 {
  padding-bottom: 10rem !important;
}

.pb-110 {
  padding-bottom: 11rem !important;
}

.pb-120 {
  padding-bottom: 12rem !important;
}

.pb-130 {
  padding-bottom: 13rem !important;
}

.pb-140 {
  padding-bottom: 14rem !important;
}

.pb-150 {
  padding-bottom: 15rem !important;
}

.pb-160 {
  padding-bottom: 16rem !important;
}

.pb-170 {
  padding-bottom: 17rem !important;
}

.pb-180 {
  padding-bottom: 18rem !important;
}

.pb-190 {
  padding-bottom: 19rem !important;
}

.pb-200 {
  padding-bottom: 20rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-10 {
  padding-left: 1rem !important;
}

.pl-20 {
  padding-left: 2rem !important;
}

.pl-30 {
  padding-left: 3rem !important;
}

.pl-40 {
  padding-left: 4rem !important;
}

.pl-50 {
  padding-left: 5rem !important;
}

.pl-60 {
  padding-left: 6rem !important;
}

.pl-70 {
  padding-left: 7rem !important;
}

.pl-80 {
  padding-left: 8rem !important;
}

.pl-90 {
  padding-left: 9rem !important;
}

.pl-100 {
  padding-left: 10rem !important;
}

.pl-110 {
  padding-left: 11rem !important;
}

.pl-120 {
  padding-left: 12rem !important;
}

.pl-130 {
  padding-left: 13rem !important;
}

.pl-140 {
  padding-left: 14rem !important;
}

.pl-150 {
  padding-left: 15rem !important;
}

.pl-160 {
  padding-left: 16rem !important;
}

.pl-170 {
  padding-left: 17rem !important;
}

.pl-180 {
  padding-left: 18rem !important;
}

.pl-190 {
  padding-left: 19rem !important;
}

.pl-200 {
  padding-left: 20rem !important;
}

@media (max-width: 1279px) {
  .mt-10 {
    margin-top: calc(1rem / 1.2) !important;
  }
  .mt-20 {
    margin-top: calc(2rem / 1.2) !important;
  }
  .mt-30 {
    margin-top: calc(3rem / 1.2) !important;
  }
  .mt-40 {
    margin-top: calc(4rem / 1.2) !important;
  }
  .mt-50 {
    margin-top: calc(5rem / 1.2) !important;
  }
  .mt-60 {
    margin-top: calc(6rem / 1.2) !important;
  }
  .mt-70 {
    margin-top: calc(7rem / 1.2) !important;
  }
  .mt-80 {
    margin-top: calc(8rem / 1.2) !important;
  }
  .mt-90 {
    margin-top: calc(9rem / 1.2) !important;
  }
  .mt-100 {
    margin-top: calc(10rem / 1.2) !important;
  }
  .mt-110 {
    margin-top: calc(11rem / 1.2) !important;
  }
  .mt-120 {
    margin-top: calc(12rem / 1.2) !important;
  }
  .mt-130 {
    margin-top: calc(13rem / 1.2) !important;
  }
  .mt-140 {
    margin-top: calc(14rem / 1.2) !important;
  }
  .mt-150 {
    margin-top: calc(15rem / 1.2) !important;
  }
  .mt-160 {
    margin-top: calc(16rem / 1.2) !important;
  }
  .mt-170 {
    margin-top: calc(17rem / 1.2) !important;
  }
  .mt-180 {
    margin-top: calc(18rem / 1.2) !important;
  }
  .mt-190 {
    margin-top: calc(19rem / 1.2) !important;
  }
  .mt-200 {
    margin-top: calc(20rem / 1.2) !important;
  }
  .mr-10 {
    margin-right: calc(1rem / 1.2) !important;
  }
  .mr-20 {
    margin-right: calc(2rem / 1.2) !important;
  }
  .mr-30 {
    margin-right: calc(3rem / 1.2) !important;
  }
  .mr-40 {
    margin-right: calc(4rem / 1.2) !important;
  }
  .mr-50 {
    margin-right: calc(5rem / 1.2) !important;
  }
  .mr-60 {
    margin-right: calc(6rem / 1.2) !important;
  }
  .mr-70 {
    margin-right: calc(7rem / 1.2) !important;
  }
  .mr-80 {
    margin-right: calc(8rem / 1.2) !important;
  }
  .mr-90 {
    margin-right: calc(9rem / 1.2) !important;
  }
  .mr-100 {
    margin-right: calc(10rem / 1.2) !important;
  }
  .mr-110 {
    margin-right: calc(11rem / 1.2) !important;
  }
  .mr-120 {
    margin-right: calc(12rem / 1.2) !important;
  }
  .mr-130 {
    margin-right: calc(13rem / 1.2) !important;
  }
  .mr-140 {
    margin-right: calc(14rem / 1.2) !important;
  }
  .mr-150 {
    margin-right: calc(15rem / 1.2) !important;
  }
  .mr-160 {
    margin-right: calc(16rem / 1.2) !important;
  }
  .mr-170 {
    margin-right: calc(17rem / 1.2) !important;
  }
  .mr-180 {
    margin-right: calc(18rem / 1.2) !important;
  }
  .mr-190 {
    margin-right: calc(19rem / 1.2) !important;
  }
  .mr-200 {
    margin-right: calc(20rem / 1.2) !important;
  }
  .mb-10 {
    margin-bottom: calc(1rem / 1.2) !important;
  }
  .mb-20 {
    margin-bottom: calc(2rem / 1.2) !important;
  }
  .mb-30 {
    margin-bottom: calc(3rem / 1.2) !important;
  }
  .mb-40 {
    margin-bottom: calc(4rem / 1.2) !important;
  }
  .mb-50 {
    margin-bottom: calc(5rem / 1.2) !important;
  }
  .mb-60 {
    margin-bottom: calc(6rem / 1.2) !important;
  }
  .mb-70 {
    margin-bottom: calc(7rem / 1.2) !important;
  }
  .mb-80 {
    margin-bottom: calc(8rem / 1.2) !important;
  }
  .mb-90 {
    margin-bottom: calc(9rem / 1.2) !important;
  }
  .mb-100 {
    margin-bottom: calc(10rem / 1.2) !important;
  }
  .mb-110 {
    margin-bottom: calc(11rem / 1.2) !important;
  }
  .mb-120 {
    margin-bottom: calc(12rem / 1.2) !important;
  }
  .mb-130 {
    margin-bottom: calc(13rem / 1.2) !important;
  }
  .mb-140 {
    margin-bottom: calc(14rem / 1.2) !important;
  }
  .mb-150 {
    margin-bottom: calc(15rem / 1.2) !important;
  }
  .mb-160 {
    margin-bottom: calc(16rem / 1.2) !important;
  }
  .mb-170 {
    margin-bottom: calc(17rem / 1.2) !important;
  }
  .mb-180 {
    margin-bottom: calc(18rem / 1.2) !important;
  }
  .mb-190 {
    margin-bottom: calc(19rem / 1.2) !important;
  }
  .mb-200 {
    margin-bottom: calc(20rem / 1.2) !important;
  }
  .ml-10 {
    margin-left: calc(1rem / 1.2) !important;
  }
  .ml-20 {
    margin-left: calc(2rem / 1.2) !important;
  }
  .ml-30 {
    margin-left: calc(3rem / 1.2) !important;
  }
  .ml-40 {
    margin-left: calc(4rem / 1.2) !important;
  }
  .ml-50 {
    margin-left: calc(5rem / 1.2) !important;
  }
  .ml-60 {
    margin-left: calc(6rem / 1.2) !important;
  }
  .ml-70 {
    margin-left: calc(7rem / 1.2) !important;
  }
  .ml-80 {
    margin-left: calc(8rem / 1.2) !important;
  }
  .ml-90 {
    margin-left: calc(9rem / 1.2) !important;
  }
  .ml-100 {
    margin-left: calc(10rem / 1.2) !important;
  }
  .ml-110 {
    margin-left: calc(11rem / 1.2) !important;
  }
  .ml-120 {
    margin-left: calc(12rem / 1.2) !important;
  }
  .ml-130 {
    margin-left: calc(13rem / 1.2) !important;
  }
  .ml-140 {
    margin-left: calc(14rem / 1.2) !important;
  }
  .ml-150 {
    margin-left: calc(15rem / 1.2) !important;
  }
  .ml-160 {
    margin-left: calc(16rem / 1.2) !important;
  }
  .ml-170 {
    margin-left: calc(17rem / 1.2) !important;
  }
  .ml-180 {
    margin-left: calc(18rem / 1.2) !important;
  }
  .ml-190 {
    margin-left: calc(19rem / 1.2) !important;
  }
  .ml-200 {
    margin-left: calc(20rem / 1.2) !important;
  }
  .pt-10 {
    padding-top: calc(1rem / 1.2) !important;
  }
  .pt-20 {
    padding-top: calc(2rem / 1.2) !important;
  }
  .pt-30 {
    padding-top: calc(3rem / 1.2) !important;
  }
  .pt-40 {
    padding-top: calc(4rem / 1.2) !important;
  }
  .pt-50 {
    padding-top: calc(5rem / 1.2) !important;
  }
  .pt-60 {
    padding-top: calc(6rem / 1.2) !important;
  }
  .pt-70 {
    padding-top: calc(7rem / 1.2) !important;
  }
  .pt-80 {
    padding-top: calc(8rem / 1.2) !important;
  }
  .pt-90 {
    padding-top: calc(9rem / 1.2) !important;
  }
  .pt-100 {
    padding-top: calc(10rem / 1.2) !important;
  }
  .pt-110 {
    padding-top: calc(11rem / 1.2) !important;
  }
  .pt-120 {
    padding-top: calc(12rem / 1.2) !important;
  }
  .pt-130 {
    padding-top: calc(13rem / 1.2) !important;
  }
  .pt-140 {
    padding-top: calc(14rem / 1.2) !important;
  }
  .pt-150 {
    padding-top: calc(15rem / 1.2) !important;
  }
  .pt-160 {
    padding-top: calc(16rem / 1.2) !important;
  }
  .pt-170 {
    padding-top: calc(17rem / 1.2) !important;
  }
  .pt-180 {
    padding-top: calc(18rem / 1.2) !important;
  }
  .pt-190 {
    padding-top: calc(19rem / 1.2) !important;
  }
  .pt-200 {
    padding-top: calc(20rem / 1.2) !important;
  }
  .pr-10 {
    padding-right: calc(1rem / 1.2) !important;
  }
  .pr-20 {
    padding-right: calc(2rem / 1.2) !important;
  }
  .pr-30 {
    padding-right: calc(3rem / 1.2) !important;
  }
  .pr-40 {
    padding-right: calc(4rem / 1.2) !important;
  }
  .pr-50 {
    padding-right: calc(5rem / 1.2) !important;
  }
  .pr-60 {
    padding-right: calc(6rem / 1.2) !important;
  }
  .pr-70 {
    padding-right: calc(7rem / 1.2) !important;
  }
  .pr-80 {
    padding-right: calc(8rem / 1.2) !important;
  }
  .pr-90 {
    padding-right: calc(9rem / 1.2) !important;
  }
  .pr-100 {
    padding-right: calc(10rem / 1.2) !important;
  }
  .pr-110 {
    padding-right: calc(11rem / 1.2) !important;
  }
  .pr-120 {
    padding-right: calc(12rem / 1.2) !important;
  }
  .pr-130 {
    padding-right: calc(13rem / 1.2) !important;
  }
  .pr-140 {
    padding-right: calc(14rem / 1.2) !important;
  }
  .pr-150 {
    padding-right: calc(15rem / 1.2) !important;
  }
  .pr-160 {
    padding-right: calc(16rem / 1.2) !important;
  }
  .pr-170 {
    padding-right: calc(17rem / 1.2) !important;
  }
  .pr-180 {
    padding-right: calc(18rem / 1.2) !important;
  }
  .pr-190 {
    padding-right: calc(19rem / 1.2) !important;
  }
  .pr-200 {
    padding-right: calc(20rem / 1.2) !important;
  }
  .pb-10 {
    padding-bottom: calc(1rem / 1.2) !important;
  }
  .pb-20 {
    padding-bottom: calc(2rem / 1.2) !important;
  }
  .pb-30 {
    padding-bottom: calc(3rem / 1.2) !important;
  }
  .pb-40 {
    padding-bottom: calc(4rem / 1.2) !important;
  }
  .pb-50 {
    padding-bottom: calc(5rem / 1.2) !important;
  }
  .pb-60 {
    padding-bottom: calc(6rem / 1.2) !important;
  }
  .pb-70 {
    padding-bottom: calc(7rem / 1.2) !important;
  }
  .pb-80 {
    padding-bottom: calc(8rem / 1.2) !important;
  }
  .pb-90 {
    padding-bottom: calc(9rem / 1.2) !important;
  }
  .pb-100 {
    padding-bottom: calc(10rem / 1.2) !important;
  }
  .pb-110 {
    padding-bottom: calc(11rem / 1.2) !important;
  }
  .pb-120 {
    padding-bottom: calc(12rem / 1.2) !important;
  }
  .pb-130 {
    padding-bottom: calc(13rem / 1.2) !important;
  }
  .pb-140 {
    padding-bottom: calc(14rem / 1.2) !important;
  }
  .pb-150 {
    padding-bottom: calc(15rem / 1.2) !important;
  }
  .pb-160 {
    padding-bottom: calc(16rem / 1.2) !important;
  }
  .pb-170 {
    padding-bottom: calc(17rem / 1.2) !important;
  }
  .pb-180 {
    padding-bottom: calc(18rem / 1.2) !important;
  }
  .pb-190 {
    padding-bottom: calc(19rem / 1.2) !important;
  }
  .pb-200 {
    padding-bottom: calc(20rem / 1.2) !important;
  }
  .pl-10 {
    padding-left: calc(1rem / 1.2) !important;
  }
  .pl-20 {
    padding-left: calc(2rem / 1.2) !important;
  }
  .pl-30 {
    padding-left: calc(3rem / 1.2) !important;
  }
  .pl-40 {
    padding-left: calc(4rem / 1.2) !important;
  }
  .pl-50 {
    padding-left: calc(5rem / 1.2) !important;
  }
  .pl-60 {
    padding-left: calc(6rem / 1.2) !important;
  }
  .pl-70 {
    padding-left: calc(7rem / 1.2) !important;
  }
  .pl-80 {
    padding-left: calc(8rem / 1.2) !important;
  }
  .pl-90 {
    padding-left: calc(9rem / 1.2) !important;
  }
  .pl-100 {
    padding-left: calc(10rem / 1.2) !important;
  }
  .pl-110 {
    padding-left: calc(11rem / 1.2) !important;
  }
  .pl-120 {
    padding-left: calc(12rem / 1.2) !important;
  }
  .pl-130 {
    padding-left: calc(13rem / 1.2) !important;
  }
  .pl-140 {
    padding-left: calc(14rem / 1.2) !important;
  }
  .pl-150 {
    padding-left: calc(15rem / 1.2) !important;
  }
  .pl-160 {
    padding-left: calc(16rem / 1.2) !important;
  }
  .pl-170 {
    padding-left: calc(17rem / 1.2) !important;
  }
  .pl-180 {
    padding-left: calc(18rem / 1.2) !important;
  }
  .pl-190 {
    padding-left: calc(19rem / 1.2) !important;
  }
  .pl-200 {
    padding-left: calc(20rem / 1.2) !important;
  }
}
@media (max-width: 1023px) {
  .mt-10 {
    margin-top: calc(1rem / 1.5) !important;
  }
  .mt-20 {
    margin-top: calc(2rem / 1.5) !important;
  }
  .mt-30 {
    margin-top: calc(3rem / 1.5) !important;
  }
  .mt-40 {
    margin-top: calc(4rem / 1.5) !important;
  }
  .mt-50 {
    margin-top: calc(5rem / 1.5) !important;
  }
  .mt-60 {
    margin-top: calc(6rem / 1.5) !important;
  }
  .mt-70 {
    margin-top: calc(7rem / 1.5) !important;
  }
  .mt-80 {
    margin-top: calc(8rem / 1.5) !important;
  }
  .mt-90 {
    margin-top: calc(9rem / 1.5) !important;
  }
  .mt-100 {
    margin-top: calc(10rem / 1.5) !important;
  }
  .mt-110 {
    margin-top: calc(11rem / 1.5) !important;
  }
  .mt-120 {
    margin-top: calc(12rem / 1.5) !important;
  }
  .mt-130 {
    margin-top: calc(13rem / 1.5) !important;
  }
  .mt-140 {
    margin-top: calc(14rem / 1.5) !important;
  }
  .mt-150 {
    margin-top: calc(15rem / 1.5) !important;
  }
  .mt-160 {
    margin-top: calc(16rem / 1.5) !important;
  }
  .mt-170 {
    margin-top: calc(17rem / 1.5) !important;
  }
  .mt-180 {
    margin-top: calc(18rem / 1.5) !important;
  }
  .mt-190 {
    margin-top: calc(19rem / 1.5) !important;
  }
  .mt-200 {
    margin-top: calc(20rem / 1.5) !important;
  }
  .mr-10 {
    margin-right: calc(1rem / 1.5) !important;
  }
  .mr-20 {
    margin-right: calc(2rem / 1.5) !important;
  }
  .mr-30 {
    margin-right: calc(3rem / 1.5) !important;
  }
  .mr-40 {
    margin-right: calc(4rem / 1.5) !important;
  }
  .mr-50 {
    margin-right: calc(5rem / 1.5) !important;
  }
  .mr-60 {
    margin-right: calc(6rem / 1.5) !important;
  }
  .mr-70 {
    margin-right: calc(7rem / 1.5) !important;
  }
  .mr-80 {
    margin-right: calc(8rem / 1.5) !important;
  }
  .mr-90 {
    margin-right: calc(9rem / 1.5) !important;
  }
  .mr-100 {
    margin-right: calc(10rem / 1.5) !important;
  }
  .mr-110 {
    margin-right: calc(11rem / 1.5) !important;
  }
  .mr-120 {
    margin-right: calc(12rem / 1.5) !important;
  }
  .mr-130 {
    margin-right: calc(13rem / 1.5) !important;
  }
  .mr-140 {
    margin-right: calc(14rem / 1.5) !important;
  }
  .mr-150 {
    margin-right: calc(15rem / 1.5) !important;
  }
  .mr-160 {
    margin-right: calc(16rem / 1.5) !important;
  }
  .mr-170 {
    margin-right: calc(17rem / 1.5) !important;
  }
  .mr-180 {
    margin-right: calc(18rem / 1.5) !important;
  }
  .mr-190 {
    margin-right: calc(19rem / 1.5) !important;
  }
  .mr-200 {
    margin-right: calc(20rem / 1.5) !important;
  }
  .mb-10 {
    margin-bottom: calc(1rem / 1.5) !important;
  }
  .mb-20 {
    margin-bottom: calc(2rem / 1.5) !important;
  }
  .mb-30 {
    margin-bottom: calc(3rem / 1.5) !important;
  }
  .mb-40 {
    margin-bottom: calc(4rem / 1.5) !important;
  }
  .mb-50 {
    margin-bottom: calc(5rem / 1.5) !important;
  }
  .mb-60 {
    margin-bottom: calc(6rem / 1.5) !important;
  }
  .mb-70 {
    margin-bottom: calc(7rem / 1.5) !important;
  }
  .mb-80 {
    margin-bottom: calc(8rem / 1.5) !important;
  }
  .mb-90 {
    margin-bottom: calc(9rem / 1.5) !important;
  }
  .mb-100 {
    margin-bottom: calc(10rem / 1.5) !important;
  }
  .mb-110 {
    margin-bottom: calc(11rem / 1.5) !important;
  }
  .mb-120 {
    margin-bottom: calc(12rem / 1.5) !important;
  }
  .mb-130 {
    margin-bottom: calc(13rem / 1.5) !important;
  }
  .mb-140 {
    margin-bottom: calc(14rem / 1.5) !important;
  }
  .mb-150 {
    margin-bottom: calc(15rem / 1.5) !important;
  }
  .mb-160 {
    margin-bottom: calc(16rem / 1.5) !important;
  }
  .mb-170 {
    margin-bottom: calc(17rem / 1.5) !important;
  }
  .mb-180 {
    margin-bottom: calc(18rem / 1.5) !important;
  }
  .mb-190 {
    margin-bottom: calc(19rem / 1.5) !important;
  }
  .mb-200 {
    margin-bottom: calc(20rem / 1.5) !important;
  }
  .ml-10 {
    margin-left: calc(1rem / 1.5) !important;
  }
  .ml-20 {
    margin-left: calc(2rem / 1.5) !important;
  }
  .ml-30 {
    margin-left: calc(3rem / 1.5) !important;
  }
  .ml-40 {
    margin-left: calc(4rem / 1.5) !important;
  }
  .ml-50 {
    margin-left: calc(5rem / 1.5) !important;
  }
  .ml-60 {
    margin-left: calc(6rem / 1.5) !important;
  }
  .ml-70 {
    margin-left: calc(7rem / 1.5) !important;
  }
  .ml-80 {
    margin-left: calc(8rem / 1.5) !important;
  }
  .ml-90 {
    margin-left: calc(9rem / 1.5) !important;
  }
  .ml-100 {
    margin-left: calc(10rem / 1.5) !important;
  }
  .ml-110 {
    margin-left: calc(11rem / 1.5) !important;
  }
  .ml-120 {
    margin-left: calc(12rem / 1.5) !important;
  }
  .ml-130 {
    margin-left: calc(13rem / 1.5) !important;
  }
  .ml-140 {
    margin-left: calc(14rem / 1.5) !important;
  }
  .ml-150 {
    margin-left: calc(15rem / 1.5) !important;
  }
  .ml-160 {
    margin-left: calc(16rem / 1.5) !important;
  }
  .ml-170 {
    margin-left: calc(17rem / 1.5) !important;
  }
  .ml-180 {
    margin-left: calc(18rem / 1.5) !important;
  }
  .ml-190 {
    margin-left: calc(19rem / 1.5) !important;
  }
  .ml-200 {
    margin-left: calc(20rem / 1.5) !important;
  }
  .pt-10 {
    padding-top: calc(1rem / 1.5) !important;
  }
  .pt-20 {
    padding-top: calc(2rem / 1.5) !important;
  }
  .pt-30 {
    padding-top: calc(3rem / 1.5) !important;
  }
  .pt-40 {
    padding-top: calc(4rem / 1.5) !important;
  }
  .pt-50 {
    padding-top: calc(5rem / 1.5) !important;
  }
  .pt-60 {
    padding-top: calc(6rem / 1.5) !important;
  }
  .pt-70 {
    padding-top: calc(7rem / 1.5) !important;
  }
  .pt-80 {
    padding-top: calc(8rem / 1.5) !important;
  }
  .pt-90 {
    padding-top: calc(9rem / 1.5) !important;
  }
  .pt-100 {
    padding-top: calc(10rem / 1.5) !important;
  }
  .pt-110 {
    padding-top: calc(11rem / 1.5) !important;
  }
  .pt-120 {
    padding-top: calc(12rem / 1.5) !important;
  }
  .pt-130 {
    padding-top: calc(13rem / 1.5) !important;
  }
  .pt-140 {
    padding-top: calc(14rem / 1.5) !important;
  }
  .pt-150 {
    padding-top: calc(15rem / 1.5) !important;
  }
  .pt-160 {
    padding-top: calc(16rem / 1.5) !important;
  }
  .pt-170 {
    padding-top: calc(17rem / 1.5) !important;
  }
  .pt-180 {
    padding-top: calc(18rem / 1.5) !important;
  }
  .pt-190 {
    padding-top: calc(19rem / 1.5) !important;
  }
  .pt-200 {
    padding-top: calc(20rem / 1.5) !important;
  }
  .pr-10 {
    padding-right: calc(1rem / 1.5) !important;
  }
  .pr-20 {
    padding-right: calc(2rem / 1.5) !important;
  }
  .pr-30 {
    padding-right: calc(3rem / 1.5) !important;
  }
  .pr-40 {
    padding-right: calc(4rem / 1.5) !important;
  }
  .pr-50 {
    padding-right: calc(5rem / 1.5) !important;
  }
  .pr-60 {
    padding-right: calc(6rem / 1.5) !important;
  }
  .pr-70 {
    padding-right: calc(7rem / 1.5) !important;
  }
  .pr-80 {
    padding-right: calc(8rem / 1.5) !important;
  }
  .pr-90 {
    padding-right: calc(9rem / 1.5) !important;
  }
  .pr-100 {
    padding-right: calc(10rem / 1.5) !important;
  }
  .pr-110 {
    padding-right: calc(11rem / 1.5) !important;
  }
  .pr-120 {
    padding-right: calc(12rem / 1.5) !important;
  }
  .pr-130 {
    padding-right: calc(13rem / 1.5) !important;
  }
  .pr-140 {
    padding-right: calc(14rem / 1.5) !important;
  }
  .pr-150 {
    padding-right: calc(15rem / 1.5) !important;
  }
  .pr-160 {
    padding-right: calc(16rem / 1.5) !important;
  }
  .pr-170 {
    padding-right: calc(17rem / 1.5) !important;
  }
  .pr-180 {
    padding-right: calc(18rem / 1.5) !important;
  }
  .pr-190 {
    padding-right: calc(19rem / 1.5) !important;
  }
  .pr-200 {
    padding-right: calc(20rem / 1.5) !important;
  }
  .pb-10 {
    padding-bottom: calc(1rem / 1.5) !important;
  }
  .pb-20 {
    padding-bottom: calc(2rem / 1.5) !important;
  }
  .pb-30 {
    padding-bottom: calc(3rem / 1.5) !important;
  }
  .pb-40 {
    padding-bottom: calc(4rem / 1.5) !important;
  }
  .pb-50 {
    padding-bottom: calc(5rem / 1.5) !important;
  }
  .pb-60 {
    padding-bottom: calc(6rem / 1.5) !important;
  }
  .pb-70 {
    padding-bottom: calc(7rem / 1.5) !important;
  }
  .pb-80 {
    padding-bottom: calc(8rem / 1.5) !important;
  }
  .pb-90 {
    padding-bottom: calc(9rem / 1.5) !important;
  }
  .pb-100 {
    padding-bottom: calc(10rem / 1.5) !important;
  }
  .pb-110 {
    padding-bottom: calc(11rem / 1.5) !important;
  }
  .pb-120 {
    padding-bottom: calc(12rem / 1.5) !important;
  }
  .pb-130 {
    padding-bottom: calc(13rem / 1.5) !important;
  }
  .pb-140 {
    padding-bottom: calc(14rem / 1.5) !important;
  }
  .pb-150 {
    padding-bottom: calc(15rem / 1.5) !important;
  }
  .pb-160 {
    padding-bottom: calc(16rem / 1.5) !important;
  }
  .pb-170 {
    padding-bottom: calc(17rem / 1.5) !important;
  }
  .pb-180 {
    padding-bottom: calc(18rem / 1.5) !important;
  }
  .pb-190 {
    padding-bottom: calc(19rem / 1.5) !important;
  }
  .pb-200 {
    padding-bottom: calc(20rem / 1.5) !important;
  }
  .pl-10 {
    padding-left: calc(1rem / 1.5) !important;
  }
  .pl-20 {
    padding-left: calc(2rem / 1.5) !important;
  }
  .pl-30 {
    padding-left: calc(3rem / 1.5) !important;
  }
  .pl-40 {
    padding-left: calc(4rem / 1.5) !important;
  }
  .pl-50 {
    padding-left: calc(5rem / 1.5) !important;
  }
  .pl-60 {
    padding-left: calc(6rem / 1.5) !important;
  }
  .pl-70 {
    padding-left: calc(7rem / 1.5) !important;
  }
  .pl-80 {
    padding-left: calc(8rem / 1.5) !important;
  }
  .pl-90 {
    padding-left: calc(9rem / 1.5) !important;
  }
  .pl-100 {
    padding-left: calc(10rem / 1.5) !important;
  }
  .pl-110 {
    padding-left: calc(11rem / 1.5) !important;
  }
  .pl-120 {
    padding-left: calc(12rem / 1.5) !important;
  }
  .pl-130 {
    padding-left: calc(13rem / 1.5) !important;
  }
  .pl-140 {
    padding-left: calc(14rem / 1.5) !important;
  }
  .pl-150 {
    padding-left: calc(15rem / 1.5) !important;
  }
  .pl-160 {
    padding-left: calc(16rem / 1.5) !important;
  }
  .pl-170 {
    padding-left: calc(17rem / 1.5) !important;
  }
  .pl-180 {
    padding-left: calc(18rem / 1.5) !important;
  }
  .pl-190 {
    padding-left: calc(19rem / 1.5) !important;
  }
  .pl-200 {
    padding-left: calc(20rem / 1.5) !important;
  }
}