@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.7em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.urb {
  font-family: "Urbanist", 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_mv.jpg) no-repeat center center;
  height: 940px;
  background-size: cover;
  border-radius: 0 0 64px 64px;
  position: relative;
}
.top_cnt01 .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: last baseline;
      -ms-flex-align: last baseline;
          align-items: last baseline;
  color: #fff;
  position: absolute;
  top: 25%;
}
.top_cnt01 .headline .is__en {
  font-weight: 700;
  text-shadow: 0px 0px 20px #2a2b3b;
  font-size: 12.7rem;
  line-height: 1.3em;
  margin: 0 5rem 0 0;
}
.top_cnt01 .headline .is__ja {
  font-weight: 700;
  text-shadow: 0px 0px 20px #3840a0;
  font-size: 4.2rem;
}
@media (max-width: 1919px) {
  .top_cnt01 {
    height: 800px;
  }
  .top_cnt01 .headline .is__en {
    font-size: 10rem;
  }
  .top_cnt01 .headline .is__ja {
    font-size: 3rem;
  }
}
@media (max-width: 1439px) {
  .top_cnt01 {
    height: 700px;
  }
  .top_cnt01 .headline {
    top: 30%;
  }
  .top_cnt01 .headline .is__en {
    margin: 0 3rem 0 0;
  }
}
@media (max-width: 1279px) {
  .top_cnt01 .headline .is__en {
    font-size: 8rem;
  }
  .top_cnt01 .headline .is__ja {
    font-size: 2.5rem;
  }
}
@media (max-width: 1023px) {
  .top_cnt01 {
    height: 550px;
  }
  .top_cnt01 .headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 25%;
  }
  .top_cnt01 .headline .is__ja {
    font-size: 3.5rem;
    margin: 4rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .top_cnt01 {
    background: url(assets/images/top_mv__sp.jpg) no-repeat center center;
    background-size: cover;
    height: 80vh;
    border-radius: 0 0 32px 32px;
  }
  .top_cnt01 .headline .is__en {
    font-size: 13.5vw;
  }
  .top_cnt01 .headline .is__ja {
    font-size: 6.5vw;
  }
}
@media (max-width: 424px) {
  .top_cnt01 {
    background: url(assets/images/top_mv__sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
}

.top_cnt02 .is__information_block {
  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: 5rem 0;
  border-bottom: rgba(8, 8, 8, 0.16) solid 1px;
}
.top_cnt02 .is__headline {
  margin: 0 3rem 0 0;
}
.top_cnt02 .swiper {
  border-left: rgba(8, 8, 8, 0.4) solid 1px;
  padding: 1.5rem 0 1.5rem 3rem;
}
.top_cnt02 .swiper-button-prev {
  right: 40px;
  left: auto;
  top: 41px;
}
.top_cnt02 .swiper-button-prev::after {
  content: url(assets/images/icon_arrow_prev.png);
}
.top_cnt02 .swiper-button-next {
  top: 41px;
}
.top_cnt02 .swiper-button-next::after {
  content: url(assets/images/icon_arrow_next.png);
}
@media (max-width: 1279px) {
  .top_cnt02 .is__information_block {
    display: block;
  }
  .top_cnt02 .is__headline {
    margin: 0 0 3rem 0;
  }
  .top_cnt02 .swiper {
    border-left: none;
    padding: 0 0 4rem 0;
  }
  .top_cnt02 .swiper-button-prev {
    right: 50%;
    left: auto;
    top: auto;
    bottom: 0;
  }
  .top_cnt02 .swiper-button-next {
    top: auto;
    bottom: 0;
    left: 50%;
  }
}

.is__information_contents {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  background: #fff;
}
.is__information_contents .is__date {
  letter-spacing: 0.032em;
  margin: 0 1.5rem 0 0;
  width: 75px;
}
@media (max-width: 767px) {
  .is__information_contents .is__date {
    width: 60px;
  }
}
.is__information_contents .is__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.is__information_contents .is__cat li {
  border-radius: 999px;
  font-size: 1.2rem;
  width: 120px;
  text-align: center;
  margin: 0 0.5rem 0 0;
}
.is__information_contents .is__cat li.bus {
  background: #080808;
  border: #080808 solid 1px;
  color: #fff;
}
.is__information_contents .is__cat li.notice {
  background: #E81038;
  border: #E81038 solid 1px;
  color: #fff;
}
.is__information_contents .is__cat li.campaign {
  background: #F07828;
  border: #F07828 solid 1px;
  color: #fff;
}
.is__information_contents .is__cat li.timetable, .is__information_contents .is__cat li.recruit {
  border: #D8D8D8 solid 1px;
  color: #080808;
  background: #fff;
}
.is__information_contents .is__txt {
  letter-spacing: 0.02em;
  line-height: 1.7em;
  margin: 0 0 0 2rem;
  padding: 0 8rem 0 0;
}
.is__information_contents .is__txt a {
  color: #080808;
  word-break: break-all;
}
.is__information_contents .is__txt a:hover {
  color: #999;
}
@media (max-width: 1279px) {
  .is__information_contents {
    height: auto;
  }
  .is__information_contents .is__txt {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .is__information_contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .is__information_contents .is__txt {
    width: 100%;
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 424px) {
  .is__information_contents .is__date {
    margin: 0 1rem 0 0;
  }
  .is__information_contents .is__cat li {
    font-size: 1rem;
    width: 95px;
  }
}

.top_cnt03 {
  padding: 7rem 0 4rem 0;
}
.top_cnt03 .is__route_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5rem 0 0 0;
}
.top_cnt03 .is__route_wrap .is__block {
  width: 19.5%;
  border-radius: 16px;
  color: #fff;
  padding: 2.5rem 1.5rem;
}
.top_cnt03 .is__route_wrap .is__block.sakae {
  background: #083050;
}
.top_cnt03 .is__route_wrap .is__block.maze {
  background: #F07828;
}
.top_cnt03 .is__route_wrap .is__block.urahama {
  background: #E81038;
}
.top_cnt03 .is__route_wrap .is__block.kakuda {
  background: #28A0F0;
}
.top_cnt03 .is__route_wrap .is__block.shiniida {
  background: #3840A0;
}
.top_cnt03 .is__route_wrap .is__block .routename {
  font-size: clamp(2.21rem, 2.143rem + 0.29vw, 2.6rem);
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 0 2rem 0;
}
.top_cnt03 .is__route_wrap .is__block .txt {
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  line-height: 1.6em;
  margin: 0 0 1.5rem 0;
}
.top_cnt03 .is__route_wrap .is__block .btnlist {
  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;
}
.top_cnt03 .is__route_wrap .is__block .btnlist li a {
  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;
  background: #fff;
  border-radius: 999px;
  color: #080808;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  padding: 0.5rem 0;
}
.top_cnt03 .is__route_wrap .is__block .btnlist li a:hover {
  background: #ccc;
}
.top_cnt03 .is__route_wrap .is__block .btnlist li:first-child {
  width: 100%;
  margin: 0 0 0.75rem 0;
}
.top_cnt03 .is__route_wrap .is__block .btnlist li:first-child a {
  position: relative;
}
.top_cnt03 .is__route_wrap .is__block .btnlist li:first-child a::before {
  content: url(assets/images/icon_noriba01.png);
  position: absolute;
  top: 60%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.top_cnt03 .is__route_wrap .is__block .btnlist li:nth-child(2) {
  width: 49%;
}
.top_cnt03 .is__route_wrap .is__block .btnlist li:nth-child(2) a {
  position: relative;
  padding-left: 2rem;
}
.top_cnt03 .is__route_wrap .is__block .btnlist li:nth-child(2) a::before {
  content: url(assets/images/icon_watch01.png);
  position: absolute;
  top: 60%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.top_cnt03 .is__route_wrap .is__block .btnlist li:last-child {
  width: 49%;
}
.top_cnt03 .is__route_wrap .is__block .btnlist li:last-child a {
  position: relative;
  padding-left: 2rem;
}
.top_cnt03 .is__route_wrap .is__block .btnlist li:last-child a::before {
  content: url(assets/images/icon_rosen01.png);
  position: absolute;
  top: 60%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
@media (max-width: 1279px) {
  .top_cnt03 .is__route_wrap .is__block .btnlist li {
    width: 100% !important;
    margin: 0.5rem 0 !important;
  }
  .top_cnt03 .is__route_wrap .is__block .btnlist li a {
    padding-left: 2rem !important;
  }
}
@media (max-width: 1023px) {
  .top_cnt03 .is__route_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem 0 0 0;
  }
  .top_cnt03 .is__route_wrap::after {
    content: "";
    display: block;
    width: 32.5%;
  }
  .top_cnt03 .is__route_wrap .is__block {
    width: 32.5%;
    margin: 1rem 0;
  }
}
@media (max-width: 767px) {
  .top_cnt03 .is__route_wrap .is__block {
    width: 100%;
  }
  .top_cnt03 .is__route_wrap .is__block .btnlist li:nth-child(1) {
    width: 100%;
  }
  .top_cnt03 .is__route_wrap .is__block .btnlist li:nth-child(2) {
    width: 49% !important;
  }
  .top_cnt03 .is__route_wrap .is__block .btnlist li:nth-child(3) {
    width: 49% !important;
  }
}

.top_cnt04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_cnt04 .is__block {
  width: 49%;
  border-radius: 16px;
  aspect-ratio: 652/366;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.top_cnt04 .is__block:first-child {
  background: url(assets/images/top_highwaybus_bg.jpg) no-repeat center center;
  background-size: cover;
}
.top_cnt04 .is__block:last-child {
  background: url(assets/images/top_charterbus_bg.jpg) no-repeat center center;
  background-size: cover;
}
.top_cnt04 .is__block .is__txt {
  letter-spacing: 0.02em;
  line-height: 1.7em;
  width: 100%;
  text-align: center;
  margin: 2rem 0 3rem 0;
}
.top_cnt04 .is__block .is__txt br {
  display: none;
}
.top_cnt04 .is__block .is__btn {
  width: 100%;
}
.top_cnt04 .is__block .is__btn a {
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .top_cnt04 .is__block {
    height: 350px;
  }
  .top_cnt04 .is__block .is__txt {
    height: 52px;
    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_cnt04 .is__block .is__txt br {
    display: block;
  }
}
@media (max-width: 767px) {
  .top_cnt04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_cnt04 .is__block {
    width: 100%;
    margin: 0 0 1.5rem 0;
    height: 80vw;
  }
  .top_cnt04 .is__block .is__txt {
    font-size: 3.75vw;
  }
}

.top_cnt05 {
  padding: 10rem 0;
}
.top_cnt05 .headline02 {
  margin: 0 0 5rem 0;
}
.top_cnt05 .tabs__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 3rem 0;
}
.top_cnt05 .tabs__menu-item {
  width: 100%;
  max-width: 160px;
  cursor: pointer;
  text-align: center;
  background: #F4F4F4;
  border-radius: 999px;
  padding: 1rem;
  margin: 0 0.5rem;
}
.top_cnt05 .tabs__menu-item.is-active {
  background: #28A0F0;
  cursor: default;
  color: #fff;
}
.top_cnt05 .tabs__body {
  display: none;
}
.top_cnt05 .tabs__body.is-active {
  display: block;
}
@media (max-width: 767px) {
  .top_cnt05 .headline02 {
    margin: 0 0 3rem 0;
  }
  .top_cnt05 .tabs__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_cnt05 .tabs__menu-item {
    max-width: 115px;
    margin: 0.5rem;
  }
}
@media (max-width: 424px) {
  .top_cnt05 .tabs__menu-item {
    max-width: 100%;
    margin: 0.5rem 0;
  }
}

.is__information_contents02 {
  border-bottom: rgba(8, 8, 8, 0.16) solid 1px;
  padding: 4rem 0;
  position: relative;
}
.is__information_contents02::after {
  content: url(assets/images/icon_arrow02.png);
  position: absolute;
  top: 57%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.is__information_contents02 .is__txt {
  padding-right: 5rem;
}
@media (max-width: 1023px) {
  .is__information_contents02 {
    padding: 2.5rem 0;
  }
  .is__information_contents02::after {
    content: none;
  }
  .is__information_contents02 .is__txt {
    padding-right: 0;
  }
}

.top_cnt06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 1rem 0;
}
.top_cnt06 .is__block {
  width: 32.8%;
  border-radius: 16px;
  aspect-ratio: 432/324;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.top_cnt06 .is__block:first-child {
  background: url(assets/images/top_safety_bg.jpg) no-repeat center center;
  background-size: cover;
}
.top_cnt06 .is__block:nth-child(2) {
  background: url(assets/images/top_company_bg.jpg) no-repeat center center;
  background-size: cover;
}
.top_cnt06 .is__block:last-child {
  background: url(assets/images/top_recruit_bg.jpg) no-repeat center center;
  background-size: cover;
}
.top_cnt06 .is__block .is__btn {
  width: 100%;
  margin: 3rem 0 0 0;
}
.top_cnt06 .is__block .is__btn a {
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .top_cnt06 .is__block {
    height: 350px;
  }
  .top_cnt06 .is__block .is__txt {
    height: 52px;
    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_cnt06 .is__block .is__txt br {
    display: block;
  }
}
@media (max-width: 1023px) {
  .top_cnt06 .is__block {
    height: 280px;
  }
  .top_cnt06 .is__block .headline03 {
    font-size: 2.3rem;
  }
  .top_cnt06 .is__block .headline03 span {
    font-size: 1.6rem;
  }
  .top_cnt06 .is__block .is__btn {
    margin: 2rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .top_cnt06 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_cnt06 .is__block {
    width: 100%;
    margin: 0 0 1.5rem 0;
    height: 65vw;
  }
  .top_cnt06 .is__block .is__txt {
    font-size: 3.75vw;
  }
}

.top_cnt07 {
  background: url(assets/images/top_about_bg.jpg) no-repeat center center;
  border-radius: 16px;
  height: 960px;
  background-size: cover;
  margin: 5rem 0 0 0;
  padding: 15rem 0 0 0;
}
.top_cnt07 .is__headline {
  font-size: clamp(3.6rem, 3.014rem + 2.93vw, 7.7rem);
  color: #fff;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 4rem 0;
}
.top_cnt07 .is__txt {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.6em;
  margin: 0 0 3rem 0;
}
@media (max-width: 1919px) {
  .top_cnt07 {
    height: 800px;
  }
}
@media (max-width: 1279px) {
  .top_cnt07 {
    height: 700px;
    padding: 10rem 0 0 0;
  }
}
@media (max-width: 1023px) {
  .top_cnt07 {
    height: 600px;
    padding: 8.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .top_cnt07 {
    background: url(assets/images/top_about_bg__sp.jpg) no-repeat center center;
    border-radius: 16px;
    background-size: cover;
  }
}
@media (max-width: 424px) {
  .top_cnt07 {
    padding: 6rem 0 0 0;
  }
}

.tabs__contain {
  border-top: rgba(8, 8, 8, 0.16) solid 1px;
}

.tabs__contain02 {
  border-top: none;
}

.notfound_wrap {
  text-align: center;
}
.notfound_wrap .is__title {
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  margin: 0 0 5rem 0;
  font-weight: 700;
}
.notfound_wrap .is__txt {
  margin: 0 0 3rem 0;
}
.notfound_wrap .is__link a {
  text-decoration: underline;
}
.notfound_wrap .is__link a:hover {
  text-decoration: none;
}

.contact_wrap {
  margin: 7rem 0 0 0;
}
.contact_wrap .formtbl01 {
  width: 100%;
}
.contact_wrap .formtbl01 tr th {
  vertical-align: middle;
  width: 20%;
  padding: 2rem 0;
  position: relative;
}
.contact_wrap .formtbl01 tr th span {
  color: #fff;
  font-size: 1.1rem;
  background: #E81038;
  border-radius: 4px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0.4rem 0.75rem;
}
.contact_wrap .formtbl01 tr th.is__valign_top {
  padding-top: 3.9rem;
}
.contact_wrap .formtbl01 tr th.is__valign_top span {
  top: 43px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.contact_wrap .formtbl01 tr td {
  vertical-align: middle;
  padding: 2rem 0 2rem 3rem;
}
.contact_wrap .formtbl01 tr td.is__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact_wrap .formtbl01 tr td.is__flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_wrap .formtbl01 tr td.is__address p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.5rem 0;
}
.contact_wrap .formtbl01 tr td.is__address p input,
.contact_wrap .formtbl01 tr td.is__address p select {
  margin: 0 0 0 1.5rem;
}
.contact_wrap .formtbl01 tr td.is__address p:last-child {
  margin: 0;
}
.contact_wrap .formtbl01 tr td.is__attention {
  font-size: clamp(1.275rem, 1.236rem + 0.16vw, 1.5rem);
}
.contact_wrap input::-webkit-input-placeholder, .contact_wrap textarea::-webkit-input-placeholder {
  color: #929292;
}
.contact_wrap input::-moz-placeholder, .contact_wrap textarea::-moz-placeholder {
  color: #929292;
}
.contact_wrap input:-ms-input-placeholder, .contact_wrap textarea:-ms-input-placeholder {
  color: #929292;
}
.contact_wrap input::-ms-input-placeholder, .contact_wrap textarea::-ms-input-placeholder {
  color: #929292;
}
.contact_wrap input::placeholder,
.contact_wrap textarea::placeholder {
  color: #929292;
}
.contact_wrap input[type=text] {
  background: #F7F8F8;
  padding: 1.5rem 2rem;
  border-radius: 4px;
  width: 100%;
}
.contact_wrap input[type=email] {
  background: #F7F8F8;
  padding: 1.5rem 2rem;
  border-radius: 4px;
  width: 100%;
}
.contact_wrap input[type=tel] {
  background: #F7F8F8;
  padding: 1.5rem 2rem;
  border-radius: 4px;
  width: 100%;
}
.contact_wrap input[type=date] {
  background: #F7F8F8;
  padding: 1.5rem 2rem;
  border-radius: 4px;
  width: auto;
}
.contact_wrap select {
  background: #F7F8F8;
  padding: 1.5rem 2rem;
  border-radius: 4px;
}
.contact_wrap textarea {
  background: #F7F8F8;
  padding: 1.5rem 2rem;
  border-radius: 4px;
  width: 100%;
  height: 50vw;
  max-height: 250px;
  resize: vertical;
}
.contact_wrap .w30 {
  width: 30% !important;
}
.contact_wrap .w50 {
  width: 49% !important;
}
.contact_wrap .formtxt01 {
  text-align: center;
  color: #FF0000;
  line-height: 1.9em;
  letter-spacing: 0.05em;
  margin: 5rem 0 4rem 0;
}
.contact_wrap .formtxt02 {
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 0 3rem 0;
}
.contact_wrap .formtxt02 a {
  text-decoration: underline;
}
.contact_wrap .formtxt02 a:hover {
  text-decoration: none;
}
.contact_wrap .formtxt03 {
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 5rem 0;
}
.contact_wrap .formtxt03 input[type=checkbox] {
  margin: 1px 1rem 0 0;
}
.contact_wrap .is__submitbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact_wrap .is__submitbutton input[type=submit] {
  color: #fff;
  background: #28A0F0;
  border-radius: 999px;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  width: 100%;
  max-width: 420px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 1023px) {
  .contact_wrap .formtbl01 tr th {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .contact_wrap .formtbl01 {
    display: block;
    width: 100%;
  }
  .contact_wrap .formtbl01 tbody {
    display: block;
    width: 100%;
  }
  .contact_wrap .formtbl01 tbody tr {
    display: block;
    width: 100%;
  }
  .contact_wrap .formtbl01 tbody tr th {
    display: block;
    width: 100%;
    padding: 0 0 1rem 0 !important;
  }
  .contact_wrap .formtbl01 tbody tr th span {
    position: static;
    margin: 0 0 0 1.5rem;
  }
  .contact_wrap .formtbl01 tbody tr td {
    display: block;
    width: 100%;
    padding: 0 0 4rem 0 !important;
  }
  .contact_wrap .formtxt01 {
    margin: 0rem 0 4rem 0;
  }
  .contact_wrap .formtxt01 br {
    display: none;
  }
  .contact_wrap .is__submitbutton input[type=submit] {
    height: 65px;
  }
}

.estimate_wrap {
  margin: 7rem 0 0 0;
}
.estimate_wrap .formtbl02 {
  width: 100%;
}
.estimate_wrap .formtbl02 tr th {
  vertical-align: middle;
  width: 25%;
  padding: 2rem 0;
  position: relative;
}
.estimate_wrap .formtbl02 tr th span {
  color: #fff;
  font-size: 1.1rem;
  background: #E81038;
  border-radius: 4px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0.4rem 0.75rem;
}
.estimate_wrap .formtbl02 tr th.is__valign_top {
  padding-top: 3.9rem;
}
.estimate_wrap .formtbl02 tr th.is__valign_top span {
  top: 43px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.estimate_wrap .formtbl02 tr td {
  vertical-align: middle;
  padding: 2rem 0 2rem 3rem;
}
.estimate_wrap .formtbl02 tr td.is__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.estimate_wrap .formtbl02 tr td.is__flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.estimate_wrap .formtbl02 tr td.is__address p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.5rem 0;
}
.estimate_wrap .formtbl02 tr td.is__address p input,
.estimate_wrap .formtbl02 tr td.is__address p select {
  margin: 0 0 0 1.5rem;
}
.estimate_wrap .formtbl02 tr td.is__address p:last-child {
  margin: 0;
}
.estimate_wrap .formtbl02 tr td.is__attention {
  font-size: clamp(1.275rem, 1.236rem + 0.16vw, 1.5rem);
}
.estimate_wrap input::-webkit-input-placeholder, .estimate_wrap textarea::-webkit-input-placeholder {
  color: #929292;
}
.estimate_wrap input::-moz-placeholder, .estimate_wrap textarea::-moz-placeholder {
  color: #929292;
}
.estimate_wrap input:-ms-input-placeholder, .estimate_wrap textarea:-ms-input-placeholder {
  color: #929292;
}
.estimate_wrap input::-ms-input-placeholder, .estimate_wrap textarea::-ms-input-placeholder {
  color: #929292;
}
.estimate_wrap input::placeholder,
.estimate_wrap textarea::placeholder {
  color: #929292;
}
.estimate_wrap input[type=text] {
  background: #F7F8F8;
  padding: 1.5rem 2rem;
  border-radius: 4px;
  width: 100%;
}
.estimate_wrap input[type=email] {
  background: #F7F8F8;
  padding: 1.5rem 2rem;
  border-radius: 4px;
  width: 100%;
}
.estimate_wrap input[type=tel] {
  background: #F7F8F8;
  padding: 1.5rem 2rem;
  border-radius: 4px;
  width: 100%;
}
.estimate_wrap input[type=date] {
  background: #F7F8F8;
  padding: 1.5rem 2rem;
  border-radius: 4px;
  width: auto;
}
.estimate_wrap select {
  background: #F7F8F8;
  padding: 1.5rem 2rem;
  border-radius: 4px;
}
.estimate_wrap textarea {
  background: #F7F8F8;
  padding: 1.5rem 2rem;
  border-radius: 4px;
  width: 100%;
  height: 50vw;
  max-height: 250px;
  resize: vertical;
}
.estimate_wrap .w30 {
  width: 30% !important;
}
.estimate_wrap .w50 {
  width: 49% !important;
}
.estimate_wrap .formtxt02 {
  text-align: center;
  letter-spacing: 0.05em;
  margin: 5rem 0 3rem 0;
}
.estimate_wrap .formtxt02 a {
  text-decoration: underline;
}
.estimate_wrap .formtxt02 a:hover {
  text-decoration: none;
}
.estimate_wrap .formtxt03 {
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 5rem 0;
}
.estimate_wrap .formtxt03 input[type=checkbox] {
  margin: 1px 1rem 0 0;
}
.estimate_wrap .is__submitbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.estimate_wrap .is__submitbutton input[type=submit] {
  color: #fff;
  background: #28A0F0;
  border-radius: 999px;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  width: 100%;
  max-width: 420px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 1023px) {
  .estimate_wrap .formtbl02 tr th {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .estimate_wrap .formtbl02 {
    display: block;
    width: 100%;
  }
  .estimate_wrap .formtbl02 tbody {
    display: block;
    width: 100%;
  }
  .estimate_wrap .formtbl02 tbody tr {
    display: block;
    width: 100%;
  }
  .estimate_wrap .formtbl02 tbody tr th {
    display: block;
    width: 100%;
    padding: 0 0 1rem 0 !important;
  }
  .estimate_wrap .formtbl02 tbody tr th span {
    position: static;
    margin: 0 0 0 1.5rem;
  }
  .estimate_wrap .formtbl02 tbody tr td {
    display: block;
    width: 100%;
    padding: 0 0 4rem 0 !important;
  }
  .estimate_wrap .formtbl02 tbody tr td.is__pb-0_xs {
    padding-bottom: 0 !important;
  }
  .estimate_wrap .formtxt02 {
    margin: 0rem 0 4rem 0;
  }
  .estimate_wrap .formtxt02 br {
    display: none;
  }
  .estimate_wrap .is__submitbutton input[type=submit] {
    height: 65px;
  }
}

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

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

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

button.postal-search {
  background: #E3E3E3;
  border-radius: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 0 3rem;
  padding: 1rem 1.5rem;
}

.post_header {
  border-bottom: #B9B9B9 solid 1px;
  padding: 0 0 4rem 0;
  margin: 0 0 4rem 0;
}
.post_header .is__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 2.5rem 0;
}
@media (max-width: 424px) {
  .post_header .is__info {
    display: block;
  }
}
.post_header .is__info .date {
  margin: 0 1.5rem 0 0;
}
@media (max-width: 424px) {
  .post_header .is__info .date {
    margin: 0 0 1rem 0;
  }
}
.post_header .is__info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_header .is__info ul li {
  font-size: 1.2rem;
  width: 130px;
  border-radius: 999px;
  text-align: center;
  line-height: 1;
  padding: 0.5rem 0;
  margin: 0 0.5rem 0 0;
}
@media (max-width: 424px) {
  .post_header .is__info ul li {
    width: 110px;
  }
}
.post_header .is__info ul li.category {
  background: #080808;
  border: #080808 solid 1px;
  color: #fff;
}
.post_header .is__info ul li.notice {
  background: #E81038;
  border: #E81038 solid 1px;
  color: #fff;
}
.post_header .is__info ul li.campaign {
  background: #F07828;
  border: #F07828 solid 1px;
  color: #fff;
}
.post_header .is__info ul li.timetable, .post_header .is__info ul li.recruit {
  border: #D8D8D8 solid 1px;
  color: #080808;
  background: #fff;
}
.post_header .is__title {
  font-size: clamp(1.9rem, 1.743rem + 0.79vw, 3rem);
  line-height: 1.6em;
  letter-spacing: 0.05em;
}

.post_contents {
  border-bottom: #B9B9B9 solid 1px;
  padding-bottom: 3rem;
}
.post_contents p {
  line-height: 1.9em;
  margin: 0 0 2.5rem 0;
}
.post_contents p a {
  color: #28A0F0;
  text-decoration: underline;
}
.post_contents p a:hover {
  text-decoration: none;
}
.post_contents p:has(img),
.post_contents figure {
  margin: 0 0 4rem 0;
}
.post_contents h2 {
  color: #28A0F0;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  font-size: clamp(2.1rem, 2.029rem + 0.36vw, 2.6rem);
  margin: 0 0 2.5rem 0;
}
.post_contents h3 {
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  font-size: clamp(1.8rem, 1.771rem + 0.14vw, 2rem);
  margin: 0 0 2.5rem 0;
  border-bottom: #28A0F0 solid 2px;
  padding: 0 0 1rem 0;
}
.post_contents h4 {
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  font-size: clamp(1.8rem, 1.771rem + 0.14vw, 2rem);
  margin: 0 0 2.5rem 0;
  border-left: #28A0F0 solid 5px;
  padding: 0 0 0 1.5rem;
}
.post_contents h5 {
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  font-size: clamp(1.7rem, 1.686rem + 0.07vw, 1.8rem);
  margin: 0 0 2.5rem 0;
}
.post_contents ul {
  margin: 0 0 2.5rem 0;
}
.post_contents ul li {
  font-size: 1.6rem;
  line-height: 1.7em;
  margin: 0 0 0.75rem 18px;
}
.post_contents ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28A0F0;
  position: relative;
  top: -2px;
  margin: 0 1rem 0 -18px;
}
.post_contents ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .post_contents ul li {
    font-size: 1.5rem;
  }
  .post_contents ul li::before {
    top: -2px;
  }
}
@media (max-width: 1023px) {
  .post_contents ul li {
    font-size: 1.45rem;
  }
}
@media (max-width: 767px) {
  .post_contents ul li {
    font-size: 1.4rem;
  }
  .post_contents ul li::before {
    top: -1px;
  }
}
@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;
  margin: 0 0 2.5rem 0;
}
.post_contents ol li {
  padding-left: 30px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.7em;
  margin: 0 0 0.75rem 0;
}
.post_contents ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  border: #3092D0 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: 22px;
  width: 22px;
  color: #3092D0;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 80%;
}
.post_contents ol li:last-child {
  margin: 0;
}
@media (max-width: 1279px) {
  .post_contents ol li {
    font-size: 1.5rem;
  }
  .post_contents ol li::before {
    top: 2px;
  }
}
@media (max-width: 1023px) {
  .post_contents ol li {
    font-size: 1.45rem;
  }
}
@media (max-width: 767px) {
  .post_contents ol li {
    font-size: 1.4rem;
  }
  .post_contents ol li::before {
    top: 1px;
  }
}
@media (max-width: 424px) {
  .post_contents ol li {
    font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  }
}
.post_contents table {
  width: 100%;
  border-top: #CBCBCB solid 1px;
  margin: 0 0 3rem 0;
}
.post_contents table thead tr th {
  font-weight: 400;
  padding: 2rem 2.5rem;
  border-bottom: #CBCBCB solid 1px;
}
.post_contents table thead tr th:first-child {
  font-weight: 700;
  background: #F6F6F6;
}
.post_contents table tbody tr th {
  font-weight: 400;
  background: #F6F6F6;
  padding: 2rem 2.5rem;
  border-bottom: #CBCBCB solid 1px;
}
.post_contents table tbody tr td {
  padding: 2rem 2.5rem;
  border-bottom: #CBCBCB solid 1px;
}

.pnlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3rem 0 0 0;
}
.pnlink .is__prev {
  width: 33.3333333333%;
}
.pnlink .is__prev a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pnlink .is__prev a::before {
  content: url(assets/images/icon_arrow04.png);
  margin: 0.3rem 1.5rem 0 0;
}
@media (max-width: 424px) {
  .pnlink .is__prev a::before {
    margin: 0.3rem 1rem 0 0;
  }
}
.pnlink .is__list {
  width: 33.3333333333%;
  text-align: center;
}
.pnlink .is__list a {
  display: block;
}
.pnlink .is__list a img {
  display: block;
  margin: 0 auto 0.5rem auto;
}
.pnlink .is__next {
  width: 33.3333333333%;
}
.pnlink .is__next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pnlink .is__next a::after {
  content: url(assets/images/icon_arrow05.png);
  margin: 0.3rem 0 0 1.5rem;
}
@media (max-width: 424px) {
  .pnlink .is__next a::after {
    margin: 0.3rem 0 0 1rem;
  }
}

#header {
  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;
  position: fixed;
  width: 100%;
  z-index: 1;
}
#header .h_logo {
  color: #fff;
  font-size: clamp(2.295rem, 2.225rem + 0.3vw, 2.7rem);
  font-weight: 700;
  margin: 5rem 0 0 5rem;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
#header .h_nav {
  margin: 5rem 5rem 0 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
#header .h_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.85);
  padding: 1.5rem 4rem;
  border-radius: 999px;
}
#header .h_nav ul li.bus {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  letter-spacing: 0.024em;
  font-weight: 700;
  margin: 0 3rem 0 0;
}
#header .h_nav ul li.bus a img {
  margin: 0 1rem 0 0;
}
#header .h_nav ul li.bus a:hover {
  color: #3092D0;
}
#header .h_nav ul li.normal {
  letter-spacing: 0.024em;
  margin: 0 3rem 0 0;
}
#header .h_nav ul li.normal a:hover {
  color: #3092D0;
}
#header .h_nav ul li.tel {
  margin: 0 3rem 0 0;
}
#header .h_nav ul li.tel a {
  color: #28A0F0;
  font-size: clamp(2.21rem, 2.143rem + 0.29vw, 2.6rem);
  text-align: center;
  letter-spacing: 0.02em;
}
#header .h_nav ul li.tel a img {
  margin: 0 0.5rem 0 0;
}
#header .h_nav ul li.tel a span {
  display: block;
  color: #080808;
  font-size: 1.2rem;
}
#header .h_nav ul li.contact a {
  display: block;
  background: #28A0F0;
  color: #fff;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 1.5rem 2.5rem;
  border-radius: 999px;
}
#header .h_nav ul li.contact a img {
  margin: 0 1rem 0 0;
}
#header .h_nav ul li.contact a:hover {
  background: #2835ac;
}
@media (max-width: 1919px) {
  #header .h_logo {
    font-size: 2.3rem;
    margin: 2rem;
  }
  #header .h_nav {
    margin: 2rem;
  }
  #header .h_nav ul {
    padding: 1.5rem 2.5rem;
  }
  #header .h_nav ul li.bus {
    margin: 0 2rem 0 0;
    font-size: 1.6rem;
  }
  #header .h_nav ul li.normal {
    margin: 0 2rem 0 0;
    font-size: 1.5rem;
  }
  #header .h_nav ul li.tel {
    margin: 0 2rem 0 0;
  }
  #header .h_nav ul li.tel a {
    font-size: 2rem;
  }
  #header .h_nav ul li.contact a {
    font-size: 1.8rem;
  }
}
@media (max-width: 1439px) {
  #header .h_logo {
    font-size: 2rem;
    margin: 2rem 0 0 1.5rem;
  }
  #header .h_nav {
    margin: 2rem 1.5rem 0 0;
  }
  #header .h_nav ul li.bus {
    font-size: 1.5rem;
  }
  #header .h_nav ul li.normal {
    font-size: 1.5rem;
  }
  #header .h_nav ul li.contact a {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
  }
  #header .h_nav ul li.contact a img {
    width: 24px;
  }
}
@media (max-width: 1279px) {
  #header .h_nav {
    display: none;
  }
}
@media (max-width: 424px) {
  #header .h_logo {
    font-size: 1.7rem;
  }
}

#header {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
#header.scroll-nav {
  background: transparent;
  backdrop-filter: blur(20px);
  --webkit-backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.8);
}
#header.scroll-nav .h_logo {
  margin-top: 0;
  color: #083050;
}
#header.scroll-nav .h_logo a {
  color: #083050;
}
#header.scroll-nav .h_nav {
  margin-top: 0;
}
#header.scroll-nav .h_nav .navmenu {
  background: rgba(255, 255, 255, 0);
}
@media (max-width: 1439px) {
  #header.scroll-nav .h_logo {
    margin: 2rem 0 2rem 1.5rem;
    color: #fff;
  }
}

.link {
  position: relative;
}
.link:hover, .link:focus {
  color: #3092D0;
}
.link:hover > .dropDown, .link:focus > .dropDown {
  display: block !important;
}
.link .dropDown {
  position: absolute;
  left: -22%;
  bottom: 0;
  display: none;
  padding: 50px 0 0 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.link .dropDown .inner .dropDown__list {
  border-radius: 24px !important;
  background: transparent;
  backdrop-filter: blur(20px);
  --webkit-backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.4);
  display: block !important;
  padding: 2.5rem !important;
  width: 150%;
}
.link .dropDown .inner .dropDown__list li {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem) !important;
  margin: 0 0 1.5rem 0;
}
.link .dropDown .inner .dropDown__list li:last-child {
  margin: 0;
}
.link .dropDown .inner .dropDown__list li a {
  font-weight: 400 !important;
  color: #000 !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link .dropDown .inner .dropDown__list li a:hover {
  color: #3092D0 !important;
}

.openbtn {
  display: none;
}
@media (max-width: 1279px) {
  .openbtn {
    position: fixed;
    z-index: 2;
    top: 12px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    margin: auto;
    cursor: pointer;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .openbtn span {
    width: 20px;
    height: 2px;
    background: #000;
  }
  .openbtn span:nth-child(2) {
    margin: 4px 0;
  }
}
.openbtn.active {
  display: none;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 95%;
}

.modal-close {
  position: fixed;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 12px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: #000;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
}

.modal-content {
  border-radius: 32px;
  backdrop-filter: blur(20px);
  --webkit-backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4rem;
  text-align: left;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.modal-content .busmenu {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  margin: 0 0 1.5rem 0;
}
.modal-content .busmenu img {
  margin: 0 1rem 0 0;
}
.modal-content .sub__busmenu {
  margin: 1.5rem 0;
}
.modal-content .sub__busmenu li {
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  margin: 0 0 0.5rem 0;
}
.modal-content .sub__busmenu li a {
  color: #080808;
}
.modal-content .sub__busmenu li a:hover {
  color: #3092D0;
}
.modal-content .sub__busmenu li:last-child {
  margin: 0;
}
.modal-content .normalmenu {
  margin: 0 0 0.5rem 0;
}
.modal-content .contact {
  margin: 2rem 0 0 0;
}
.modal-content .contact a {
  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;
  background: #28A0F0;
  border-radius: 999px;
  padding: 1rem 0;
  color: #fff;
}
.modal-content .contact a img {
  width: 20px;
  margin: 0 0.5rem 0 0;
}

html, body {
  height: 100%;
}

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

#page-top {
  position: fixed;
  bottom: 100px;
  right: 20px;
}
#page-top a {
  background: #083050;
  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: 76px;
  height: 76px;
  border-radius: 50%;
}
#page-top a:hover {
  background: #999;
}
@media (max-width: 767px) {
  #page-top {
    bottom: 10px;
    right: 10px;
  }
  #page-top a {
    width: 40px;
    height: 40px;
  }
  #page-top a img {
    width: 50%;
  }
}

#footer {
  background: url(assets/images/footer_bg.png) no-repeat center top;
  background-size: cover;
}
@media (max-width: 2560px) {
  #footer {
    background: url(assets/images/footer_bg.png) no-repeat center bottom 2rem;
    background-size: contain;
  }
}
#footer .is__contact_block {
  background: url(assets/images/footer_contact_bg.jpg) no-repeat center center;
  border-radius: 16px;
  color: #fff;
  padding: 10rem 5rem 7rem 5rem;
  text-align: center;
}
#footer .is__contact_block .headline {
  font-size: clamp(2.3rem, 0.809rem + 7.45vw, 6.4rem);
  letter-spacing: 0.01em;
  margin: 0 0 4rem 0;
}
#footer .is__contact_block .is__txt br {
  display: none;
}
#footer .is__contact_block .is__inner {
  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;
  margin: 4rem 0 0 0;
}
#footer .is__contact_block .is__block {
  width: 33%;
}
#footer .is__contact_block .is__block:nth-child(1) {
  padding-top: 3rem;
}
#footer .is__contact_block .is__block .is__title {
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  letter-spacing: 0.04em;
}
#footer .is__contact_block .is__block .is__number {
  font-size: 4.8rem;
  letter-spacing: 0.04em;
  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;
  margin: 1.5rem 0;
}
#footer .is__contact_block .is__block .is__number img {
  margin: 0 1rem 0 0;
}
#footer .is__contact_block .is__block .btnlist li {
  margin: 1rem 0;
}
@media (max-width: 1439px) {
  #footer .is__contact_block .is__block .is__number {
    font-size: 4.2rem;
  }
}
@media (max-width: 1279px) {
  #footer .is__contact_block {
    padding: 8rem 3rem 5rem 3rem;
  }
  #footer .is__contact_block .is__block .is__number {
    font-size: 3.5rem;
  }
}
@media (max-width: 1023px) {
  #footer .is__contact_block .is__txt {
    line-height: 1.7em;
  }
  #footer .is__contact_block .is__txt br {
    display: block;
  }
  #footer .is__contact_block .is__inner {
    display: block;
  }
  #footer .is__contact_block .is__block {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  #footer .is__contact_block .is__block:nth-child(1) {
    padding-top: 0;
  }
  #footer .is__contact_block .is__block:nth-child(2) {
    margin: 0 0 5rem 0;
  }
  #footer .is__contact_block .is__block:last-child {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #footer .is__contact_block {
    padding: 6rem 2rem 4rem 2rem;
  }
  #footer .is__contact_block .is__txt br {
    display: none;
  }
}
@media (max-width: 424px) {
  #footer .is__contact_block .is__block .is__number {
    font-size: 8vw;
  }
}

#footer .is__address_fnav_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10rem 0 3rem 0;
}
#footer .is__block_L {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#footer .is__block_L .is__title {
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 1.5rem 0;
}
#footer .is__block_L .is__address_contact {
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  line-height: 1.8em;
  letter-spacing: 0.02em;
}
#footer .is__block_L .is__copy {
  margin-top: auto;
  font-size: clamp(1.02rem, 0.989rem + 0.13vw, 1.2rem);
  letter-spacing: 0.02em;
}
#footer .is__block_R .f_navtbl {
  width: 100%;
  margin: 0 0 4rem 0;
}
#footer .is__block_R .f_navtbl tr th {
  vertical-align: middle;
  border-bottom: rgba(8, 8, 8, 0.16) solid 1px;
  padding: 1.5rem 0;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
}
#footer .is__block_R .f_navtbl tr th img {
  margin: 0 1.5rem 0 0;
}
#footer .is__block_R .f_navtbl tr td {
  vertical-align: middle;
  border-bottom: rgba(8, 8, 8, 0.16) solid 1px;
  font-size: clamp(1.275rem, 1.236rem + 0.16vw, 1.5rem);
  letter-spacing: 0.02em;
  padding: 1.5rem 10rem 1.5rem 5rem;
}
#footer .is__block_R .f_navtbl tr td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -0.5rem;
}
#footer .is__block_R .f_navtbl tr td ul li {
  margin: 0 2rem 0 0;
}
#footer .is__block_R .f_navtbl tr td ul li a {
  color: #080808;
}
#footer .is__block_R .f_navtbl tr td ul li a:hover {
  color: #3092D0;
}
#footer .is__block_R .f_navtbl tr td ul li:last-child {
  margin: 0;
}
#footer .is__block_R .f_subnav01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3rem 0;
}
#footer .is__block_R .f_subnav01 li {
  font-size: clamp(1.275rem, 1.236rem + 0.16vw, 1.5rem);
  margin: 0 2rem 0 0;
}
#footer .is__block_R .f_subnav01 li a {
  color: #080808;
}
#footer .is__block_R .f_subnav01 li a:hover {
  color: #3092D0;
}
#footer .is__block_R .f_subnav02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .is__block_R .f_subnav02 li {
  font-size: clamp(1.105rem, 1.072rem + 0.14vw, 1.3rem);
  margin: 0 2rem 0 0;
}
#footer .is__block_R .f_subnav02 li a {
  color: #080808;
}
#footer .is__block_R .f_subnav02 li a:hover {
  color: #3092D0;
}
@media (max-width: 1023px) {
  #footer .is__address_fnav_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .is__address_fnav_block .is__block_L {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  #footer .is__address_fnav_block .is__block_L .is__address_contact {
    margin: 0 0 3rem 0;
  }
  #footer .is__address_fnav_block .is__block_R {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 5rem 0;
  }
  #footer .is__address_fnav_block .is__block_R .f_navtbl tr th {
    width: 20%;
  }
  #footer .is__address_fnav_block .is__block_R .f_navtbl tr th img {
    width: 36px;
  }
  #footer .is__address_fnav_block .is__block_R .f_navtbl tr td {
    padding-right: 0;
  }
  #footer .is__address_fnav_block .is__block_R .f_subnav01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .is__address_fnav_block .is__block_R .f_subnav01 li {
    margin: 0 1rem;
  }
  #footer .is__address_fnav_block .is__block_R .f_subnav02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .is__address_fnav_block .is__block_R .f_subnav02 li {
    margin: 0 1rem;
  }
}
@media (max-width: 767px) {
  #footer .is__address_fnav_block .is__block_R .f_navtbl {
    margin: 0 0 3rem 0;
  }
  #footer .is__address_fnav_block .is__block_R .f_navtbl tr th {
    width: auto;
    vertical-align: top;
    white-space: nowrap;
    width: 15%;
  }
  #footer .is__address_fnav_block .is__block_R .f_navtbl tr th img {
    width: 30px;
  }
  #footer .is__address_fnav_block .is__block_R .f_navtbl tr td {
    padding-left: 7rem;
  }
  #footer .is__address_fnav_block .is__block_R .f_navtbl tr td ul {
    display: block;
    margin-top: 0;
  }
  #footer .is__address_fnav_block .is__block_R .f_subnav01 {
    display: block;
  }
  #footer .is__address_fnav_block .is__block_R .f_subnav01 li {
    margin: 0 0 1rem 0;
  }
  #footer .is__address_fnav_block .is__block_R .f_subnav01 li:last-child {
    margin: 0;
  }
}

.bread {
  padding: 0 0 6rem 0;
}
.bread ul li {
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  float: left;
  color: #3092D0;
}
.bread ul li a {
  font-weight: 700;
  color: #080808;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bread ul li a::after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: #080808;
  margin: 0 1rem;
}
.bread ul li a:hover {
  color: #3092D0;
}
@media (max-width: 767px) {
  .bread {
    display: none;
  }
}

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

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

.blink01 {
  background: #28A0F0;
  color: #fff;
  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;
  padding: 2rem 0;
  border-radius: 999px;
}
.blink01 img {
  margin: 0 1rem 0 0;
}
.blink01:hover {
  background: #2835ac;
}
@media (max-width: 1279px) {
  .blink01 {
    padding: 1.5rem 0;
  }
}

.blink02 {
  background: #fff;
  display: block;
  width: 100%;
  max-width: 220px;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  color: #080808;
  border-radius: 999px;
  text-align: center;
  padding: 2rem 0 2rem 2rem;
  position: relative;
  line-height: 1;
}
.blink02::before {
  content: url(assets/images/icon_arrow01.png);
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blink02:hover {
  background: #ccc;
}
@media (max-width: 767px) {
  .blink02 {
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
}

.blink03 {
  background: #fff;
  display: block;
  width: 100%;
  max-width: 150px;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  color: #080808;
  border-radius: 999px;
  text-align: center;
  padding: 2rem 0 2rem 2rem;
  position: relative;
  line-height: 1;
}
.blink03::before {
  content: url(assets/images/icon_arrow01.png);
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blink03:hover {
  background: #ccc;
}
@media (max-width: 1023px) {
  .blink03 {
    padding: 1.5rem 0 1.5rem 2rem;
  }
}
@media (max-width: 767px) {
  .blink03 {
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
}

.blink04 {
  display: block;
  color: #fff;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  letter-spacing: 0.024em;
  background: #28A0F0;
  border-radius: 999px;
  width: 100%;
  max-width: 420px;
  padding: 2.5rem 0;
  text-align: center;
  position: relative;
}
.blink04::after {
  content: url(assets/images/icon_ex01.png);
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blink04:hover {
  background: #2835ac;
}
@media (max-width: 767px) {
  .blink04 {
    padding: 1.5rem 0;
  }
}

.blink05 {
  display: block;
  color: #fff;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  letter-spacing: 0.024em;
  border-radius: 999px;
  width: 100%;
  padding: 2.5rem 0;
  text-align: center;
  position: relative;
}
.blink05.is__sakaemachi_L {
  background: #083050;
}
.blink05.is__maze_L {
  background: #F07828;
}
.blink05.is__urahama_L {
  background: #E81038;
}
.blink05.is__kakuda_L {
  background: #28A0F0;
}
.blink05.is__niida_L {
  background: #5028C8;
}
.blink05::after {
  content: url(assets/images/icon_ex01.png);
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blink05:hover {
  background: #000;
}
@media (max-width: 1023px) {
  .blink05 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .blink05 {
    padding: 1.5rem 0;
    font-size: 1.5rem;
  }
}
@media (max-width: 424px) {
  .blink05 {
    font-size: 1.4rem;
  }
}

.blink06 {
  background: #fff;
  display: block;
  width: 100%;
  max-width: 220px;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  color: #080808;
  border-radius: 999px;
  text-align: center;
  padding: 2rem 0 2rem 2rem;
  position: relative;
  line-height: 1;
  border: #888888 solid 1px;
}
.blink06::before {
  content: url(assets/images/icon_arrow01.png);
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blink06:hover {
  background: #ccc;
}
@media (max-width: 767px) {
  .blink06 {
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
}

.txt16 {
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  line-height: 1.7em;
}
.txt16.ls20 {
  letter-spacing: 0.02em;
}
.txt16.lh34 {
  line-height: 2em !important;
}

.txt18 {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
}
.txt18.lh30 {
  line-height: 1.6em;
}
.txt18.lh34 {
  line-height: 1.9em;
}
.txt18.lh36 {
  line-height: 2em;
}
.txt18.ls20 {
  letter-spacing: 0.02em;
}

.list01 {
  counter-reset: my-counter;
  padding: 0;
  margin: 0;
}
.list01 li {
  padding-left: 30px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.7em;
  margin: 0 0 0.75rem 0;
}
.list01 li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  border: #3092D0 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: 22px;
  width: 22px;
  color: #3092D0;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 80%;
}
.list01 li:last-child {
  margin: 0;
}
@media (max-width: 1279px) {
  .list01 li {
    font-size: 1.5rem;
  }
  .list01 li::before {
    top: 2px;
  }
}
@media (max-width: 1023px) {
  .list01 li {
    font-size: 1.45rem;
  }
}
@media (max-width: 767px) {
  .list01 li {
    font-size: 1.4rem;
  }
  .list01 li::before {
    top: 1px;
  }
}
@media (max-width: 424px) {
  .list01 li {
    font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  }
}

.list02 li {
  font-size: 1.6rem;
  line-height: 1.7em;
  margin: 0 0 0.75rem 18px;
}
.list02 li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28A0F0;
  position: relative;
  top: -2px;
  margin: 0 1rem 0 -18px;
}
.list02 li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .list02 li {
    font-size: 1.5rem;
  }
  .list02 li::before {
    top: -2px;
  }
}
@media (max-width: 1023px) {
  .list02 li {
    font-size: 1.45rem;
  }
}
@media (max-width: 767px) {
  .list02 li {
    font-size: 1.4rem;
  }
  .list02 li::before {
    top: -1px;
  }
}
@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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem 0 0 0;
}
.list03 li {
  width: 31%;
}
.list03 li:nth-child(4) {
  margin: 3rem 1.5rem 0 auto;
}
.list03 li:nth-child(5) {
  margin: 3rem auto 0 1.5rem;
}
@media (max-width: 767px) {
  .list03 li {
    width: 48%;
  }
  .list03 li:nth-child(3) {
    margin: 2rem 0 0 0;
  }
  .list03 li:nth-child(4) {
    margin: 2rem 0 0 auto;
  }
  .list03 li:nth-child(5) {
    margin: 2rem auto 0 auto !important;
  }
}

.list04 {
  padding: 0 0 0 2.3rem;
}
.list04 li {
  list-style-type: decimal;
  line-height: 1.7em;
  margin: 0 0 1rem 0;
}

.list05 {
  counter-reset: my-counter;
  padding: 0;
  margin: 0;
  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;
}
.list05::after {
  content: "";
  display: block;
  width: 32%;
}
.list05 li {
  width: 32%;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.7em;
  background: #fff;
  border-radius: 999px;
  padding: 1rem 1rem 1rem 6rem;
  margin: 0 0 1.5rem 0;
}
.list05 li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  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;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1rem;
  color: #fff;
  width: 35px;
  height: 35px;
}
.list05.sakaemachi_L li {
  border: #083050 solid 1px;
}
.list05.sakaemachi_L li::before {
  background: #083050;
}
.list05.maze_L li {
  border: #F07828 solid 1px;
}
.list05.maze_L li::before {
  background: #F07828;
}
.list05.urahama_L li {
  border: #E81038 solid 1px;
}
.list05.urahama_L li::before {
  background: #E81038;
}
.list05.kakuda_L li {
  border: #28A0F0 solid 1px;
}
.list05.kakuda_L li::before {
  background: #28A0F0;
}
.list05.niida_L li {
  border: #5028C8 solid 1px;
}
.list05.niida_L li::before {
  background: #5028C8;
}
@media (max-width: 1279px) {
  .list05 li {
    padding-left: 5.5rem;
    width: 48%;
  }
  .list05 li::before {
    left: 0.5rem;
  }
}
@media (max-width: 767px) {
  .list05 li {
    width: 100%;
  }
}

.tbl01 {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
.tbl01 tr th {
  background: #fff;
  padding: 2.5rem 3.5rem;
  width: 25%;
  border-bottom: #F3F3F3 solid 8px;
}
.tbl01 tr td {
  background: #fff;
  padding: 2.5rem 3.5rem 2.5rem 0;
  border-bottom: #F3F3F3 solid 8px;
}
@media (max-width: 1023px) {
  .tbl01 {
    display: block;
    width: 100%;
  }
  .tbl01 tbody {
    display: block;
    width: 100%;
  }
  .tbl01 tbody tr {
    display: block;
    width: 100%;
  }
  .tbl01 tbody tr th {
    display: block;
    width: 100%;
    padding: 2.5rem 2.5rem 0 2.5rem;
    border-bottom: #fff solid 8px;
  }
  .tbl01 tbody tr td {
    display: block;
    width: 100%;
    padding: 0 2.5rem 2.5rem 2.5rem;
  }
}

.tbl02 {
  width: 100%;
  border-top: #D5D5D5 solid 1px;
  border-right: #D5D5D5 solid 1px;
}
.tbl02 tr th {
  border-bottom: #D5D5D5 solid 1px;
  border-left: #D5D5D5 solid 1px;
  padding: 2.5rem 3rem;
  width: 25%;
}
.tbl02 tr td {
  border-bottom: #D5D5D5 solid 1px;
  border-left: #D5D5D5 solid 1px;
  padding: 2.5rem 3rem;
}
@media (max-width: 767px) {
  .tbl02 {
    width: 100%;
    display: block;
  }
  .tbl02 tbody {
    width: 100%;
    display: block;
  }
  .tbl02 tbody tr {
    width: 100%;
    display: block;
  }
  .tbl02 tbody tr th {
    width: 100%;
    display: block;
    padding: 2rem 2rem 0 2rem;
    border-bottom: none;
  }
  .tbl02 tbody tr td {
    width: 100%;
    display: block;
    padding: 1rem 2rem 2rem 2rem;
  }
}

.tbl03 tbody tr th {
  width: 20%;
}
@media (max-width: 767px) {
  .tbl03 tbody tr th {
    width: 100%;
  }
}

.tbl04 tr th {
  font-weight: 400;
  padding: 0 3rem 0 0;
}
@media (max-width: 767px) {
  .tbl04 {
    display: block;
    width: 100%;
    margin: 1.5rem 0 0 0;
  }
  .tbl04 tbody {
    display: block;
    width: 100%;
  }
  .tbl04 tbody tr {
    display: block;
    width: 100%;
  }
  .tbl04 tbody tr th {
    display: block;
    width: 100%;
  }
  .tbl04 tbody tr td {
    display: block;
    width: 100%;
    padding-bottom: 1rem;
  }
}

.scroll {
  overflow: auto;
}
@media (max-width: 1023px) {
  .scroll {
    white-space: nowrap;
  }
}
.scroll::-webkit-scrollbar {
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.cnt01 {
  background: #083050;
  padding: 20rem 0 15rem 0;
  margin: 0 0 2rem 0;
}
@media (max-width: 1279px) {
  .cnt01 {
    padding: 13rem 0 10rem 0;
  }
}
@media (max-width: 767px) {
  .cnt01 {
    padding: 10rem 0 8rem 0;
  }
}

.cnt02 {
  padding: 0 0 10rem 0;
}
@media (max-width: 767px) {
  .cnt02 {
    padding: 3rem 0 10rem 0;
  }
}

.cnt03 {
  display: block;
  border: #28A0F0 solid 1px;
  width: 100%;
  max-width: 540px;
  margin: 3rem auto 0 auto;
  text-align: center;
  padding: 5rem 0 4rem 0;
}
.cnt03 .is__number {
  font-size: clamp(3rem, 2.743rem + 1.29vw, 4.8rem);
  font-weight: 500;
  color: #28A0F0;
  margin: 0 0 2rem 0;
  letter-spacing: 0.016em;
}
.cnt03 .is__number a {
  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;
}
.cnt03 .is__number a img {
  margin: 0 1rem 0 0;
}
.cnt03 .is__recep {
  color: #28A0F0;
  letter-spacing: 0.02em;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
}
@media (max-width: 424px) {
  .cnt03 {
    padding: 4rem 0 3rem 0;
  }
}

.cnt04 .headline02 {
  margin: 0 0 5rem 0;
}
.cnt04 .tabs__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 3rem 0;
}
.cnt04 .tabs__menu-item {
  width: 100%;
  max-width: 160px;
  cursor: pointer;
  text-align: center;
  background: #F4F4F4;
  border-radius: 999px;
  padding: 1rem;
  margin: 0 0.5rem;
}
.cnt04 .tabs__menu-item.is-active {
  background: #28A0F0;
  cursor: default;
  color: #fff;
}
.cnt04 .tabs__body {
  display: none;
}
.cnt04 .tabs__body.is-active {
  display: block;
}
@media (max-width: 767px) {
  .cnt04 .headline02 {
    margin: 0 0 3rem 0;
  }
  .cnt04 .tabs__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cnt04 .tabs__menu-item {
    max-width: 115px;
    margin: 0.5rem;
  }
}
@media (max-width: 424px) {
  .cnt04 .tabs__menu-item {
    max-width: 100%;
    margin: 0.5rem 0;
  }
}

.cnt05 {
  width: 100%;
  height: 620px;
  position: relative;
  margin: 0 0 2rem 0;
}
.cnt05 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 620px;
}
.cnt05 .img img {
  width: 100%;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt05 .is__titleblock {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 1919px) {
  .cnt05 {
    height: 472px;
  }
  .cnt05 .img {
    height: 472px;
  }
  .cnt05 .img img {
    height: 472px;
  }
}
@media (max-width: 1439px) {
  .cnt05 {
    height: 462px;
  }
  .cnt05 .img {
    height: 462px;
  }
  .cnt05 .img img {
    height: 462px;
  }
}
@media (max-width: 1279px) {
  .cnt05 {
    height: 326px;
  }
  .cnt05 .img {
    height: 326px;
  }
  .cnt05 .img img {
    height: 326px;
  }
}
@media (max-width: 1023px) {
  .cnt05 {
    height: 310px;
  }
  .cnt05 .img {
    height: 310px;
  }
  .cnt05 .img img {
    height: 310px;
  }
}
@media (max-width: 767px) {
  .cnt05 {
    height: 238px;
  }
  .cnt05 .img {
    height: 238px;
  }
  .cnt05 .img img {
    height: 238px;
  }
}
@media (max-width: 424px) {
  .cnt05 {
    height: 235px;
  }
  .cnt05 .img {
    height: 235px;
  }
  .cnt05 .img img {
    height: 235px;
  }
}

.cnt06 {
  margin: 0 0 10rem 0;
}
.cnt06 .is__headline {
  margin: 0 0 5rem 0;
}
.cnt06 .is__txt {
  margin: 0 0 3rem 0;
}

.cnt07 {
  background: #F3F3F3;
  border-radius: 40px;
  padding: 7rem;
}
.cnt07 .is__headline {
  margin: 0 0 5rem 0;
}
.cnt07 .tabs__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 3rem 0;
}
.cnt07 .tabs__menu-item {
  cursor: pointer;
  text-align: center;
  background: #fff;
  padding: 2rem 3rem;
  margin: 0 0.5rem;
  width: 100%;
  max-width: 270px;
}
.cnt07 .tabs__menu-item.is-active {
  background: #28A0F0;
  cursor: default;
  color: #fff;
}
.cnt07 .tabs__body {
  display: none;
}
.cnt07 .tabs__body.is-active {
  display: block;
}
.cnt07 .is__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0 0;
}
@media (max-width: 767px) {
  .cnt07 {
    padding: 5rem 3rem;
  }
  .cnt07 .headline02 {
    margin: 0 0 3rem 0;
  }
  .cnt07 .tabs__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cnt07 .tabs__menu-item {
    max-width: 100%;
    margin: 0.5rem 0;
  }
}

.cnt08 {
  margin: 0 0 10rem 0;
}
@media (max-width: 424px) {
  .cnt08 {
    margin: 0 0 8rem 0;
  }
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cnt09 {
  margin: 0 0 15rem 0;
}
@media (max-width: 767px) {
  .cnt09 {
    margin: 0 0 10rem 0;
  }
}

.cnt10 {
  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;
}
.cnt10 .is__block {
  width: 48%;
  margin: 0 0 5rem 0;
}
.cnt10 .is__block.is__imgblock {
  padding: 4rem;
}
.cnt10 .is__block .is__title {
  background: #28A0F0;
  color: #fff;
  padding: 1.5rem 2rem;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767px) {
  .cnt10 .is__block {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .cnt10 .is__block.is__imgblock {
    padding: 2rem 3rem 0 3rem;
  }
}

.cnt11 {
  background: #F3F3F3;
  border-radius: 40px;
  padding: 7rem 9rem;
}
.cnt11 .is__headline {
  margin: 0 0 5rem 0;
}
.cnt11 .is__inner {
  background: #fff;
  padding: 7rem;
}
.cnt11 .is__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0 0;
}
@media (max-width: 1279px) {
  .cnt11 {
    padding: 7rem;
  }
  .cnt11 .is__inner {
    padding: 5rem 5rem;
  }
}
@media (max-width: 1023px) {
  .cnt11 {
    padding: 5rem;
  }
  .cnt11 .is__inner {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cnt11 {
    padding: 5rem 3rem;
  }
  .cnt11 .headline02 {
    margin: 0 0 3rem 0;
  }
  .cnt11 .is__inner {
    padding: 4rem 2.5rem;
  }
}

.cnt12 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt12 ul li {
  width: 19%;
  text-align: center;
}
.cnt12 ul li a {
  display: block;
  color: #080808;
  background: #F4F4F4;
  padding: 2.5rem 0;
}
@media (max-width: 767px) {
  .cnt12 ul li a {
    padding: 1.75rem 0;
  }
}
.cnt12 ul li.sakaemachi_L a:hover {
  background: #083050;
  color: #fff;
}
.cnt12 ul li.sakaemachi_L.is__active {
  padding: 2.5rem 0;
  background: #083050;
  color: #fff;
}
@media (max-width: 767px) {
  .cnt12 ul li.sakaemachi_L.is__active {
    padding: 1.75rem 0;
  }
}
.cnt12 ul li.maze_L a:hover {
  background: #F07828;
  color: #fff;
}
.cnt12 ul li.maze_L.is__active {
  padding: 2.5rem 0;
  background: #F07828;
  color: #fff;
}
@media (max-width: 767px) {
  .cnt12 ul li.maze_L.is__active {
    padding: 1.75rem 0;
  }
}
.cnt12 ul li.urahama_L a:hover {
  background: #E81038;
  color: #fff;
}
.cnt12 ul li.urahama_L.is__active {
  padding: 2.5rem 0;
  background: #E81038;
  color: #fff;
}
@media (max-width: 767px) {
  .cnt12 ul li.urahama_L.is__active {
    padding: 1.75rem 0;
  }
}
.cnt12 ul li.kakuda_L a:hover {
  background: #28A0F0;
  color: #fff;
}
.cnt12 ul li.kakuda_L.is__active {
  padding: 2.5rem 0;
  background: #28A0F0;
  color: #fff;
}
@media (max-width: 767px) {
  .cnt12 ul li.kakuda_L.is__active {
    padding: 1.75rem 0;
  }
}
.cnt12 ul li.shiniida_L a:hover {
  background: #3840A0;
  color: #fff;
}
.cnt12 ul li.shiniida_L.is__active {
  padding: 2.5rem 0;
  background: #3840A0;
  color: #fff;
}
@media (max-width: 767px) {
  .cnt12 ul li.shiniida_L.is__active {
    padding: 1.75rem 0;
  }
}
@media (max-width: 424px) {
  .cnt12 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cnt12 ul li {
    margin: 0 0.25rem 1rem 0.25rem !important;
    width: 31%;
  }
}

.cnt13 {
  margin: 10rem 0 7rem 0;
}
.cnt13 .is__headline {
  margin: 0 0 4rem 0;
}
.cnt13 .is__txt {
  text-align: center;
}
@media (max-width: 1023px) {
  .cnt13 {
    margin: 7rem 0 4rem 0;
  }
}

.cnt14 {
  background: #F3F3F3;
  border-radius: 40px;
  padding: 7rem;
  margin: 0 0 12rem 0;
}
.cnt14 .is__txt {
  text-align: center;
  margin: 0 0 4rem 0;
}
.cnt14 .is__img {
  max-width: 100%;
  margin: 0 auto 4rem auto;
  text-align: center;
}
.cnt14 table {
  width: auto;
  margin: 0 auto;
  border-top: #AAAAAA solid 1px;
  border-right: #AAAAAA solid 1px;
  background: #fff;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  white-space: nowrap;
}
.cnt14 table tr th {
  border-bottom: #AAAAAA solid 1px;
  border-left: #AAAAAA solid 1px;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  padding: 0.5rem 1rem;
}
.cnt14 table tr td {
  border-bottom: #AAAAAA solid 1px;
  border-left: #AAAAAA solid 1px;
  padding: 0.5rem 1rem;
  text-align: center;
  vertical-align: middle;
}
.cnt14 table tr td span {
  display: block;
  width: 50px;
  height: 17px;
  margin: 0 auto;
}
.cnt14 table tr td span.green01 {
  background: #006600;
}
.cnt14 table tr td span.red01 {
  background: #FF0000;
}
.cnt14 table tr td span.blue01 {
  background: #AAF9F7;
}
.cnt14 table tr td span.orange01 {
  background: #FDA524;
}
.cnt14 table tr td span.green02 {
  background: #1E692F;
}
.cnt14 table tr td span.red02 {
  background: #E51166;
}
.cnt14 table tr td span.red03 {
  background: #FB29B5;
}
.cnt14 table tr td span.blue02 {
  background: #0DA1EF;
}
.cnt14 table tr td span.green03 {
  background: #006A03;
}
.cnt14 table tr td span.yellow01 {
  background: #FCCD01;
}
.cnt14 table tr td span.blue03 {
  background: #8ECDF2;
}
@media (max-width: 1023px) {
  .cnt14 {
    padding: 7rem 5rem;
  }
  .cnt14 .is__txt {
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 767px) {
  .cnt14 {
    padding: 5rem 2rem;
    width: 100vw !important;
    margin-left: -20px !important;
    border-radius: 0;
    margin-bottom: 7rem;
  }
  .cnt14 .is__img {
    margin: 0 auto 3rem auto;
  }
}

.cnt15 {
  width: 100%;
  max-width: 1150px;
  margin: 10rem auto 10rem auto;
}
@media (max-width: 767px) {
  .cnt15 {
    margin: 5rem 0 5rem 0;
  }
}

.cnt16 .is__route_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt16 .is__route_wrap .is__block {
  width: 19.5%;
  border-radius: 16px;
  color: #fff;
  padding: 2.5rem 1.5rem;
}
.cnt16 .is__route_wrap .is__block.sakae {
  background: #083050;
}
.cnt16 .is__route_wrap .is__block.maze {
  background: #F07828;
}
.cnt16 .is__route_wrap .is__block.urahama {
  background: #E81038;
}
.cnt16 .is__route_wrap .is__block.kakuda {
  background: #28A0F0;
}
.cnt16 .is__route_wrap .is__block.shiniida {
  background: #3840A0;
}
.cnt16 .is__route_wrap .is__block .routename {
  font-size: clamp(2.21rem, 2.143rem + 0.29vw, 2.6rem);
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 0 3rem 0;
}
.cnt16 .is__route_wrap .is__block .btnlist {
  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;
}
.cnt16 .is__route_wrap .is__block .btnlist li a {
  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;
  background: #fff;
  border-radius: 999px;
  color: #080808;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  padding: 0.5rem 0;
}
.cnt16 .is__route_wrap .is__block .btnlist li a:hover {
  background: #ccc;
}
.cnt16 .is__route_wrap .is__block .btnlist li:first-child {
  width: 100%;
  margin: 0 0 0.75rem 0;
}
.cnt16 .is__route_wrap .is__block .btnlist li:first-child a {
  position: relative;
}
.cnt16 .is__route_wrap .is__block .btnlist li:first-child a::before {
  content: url(assets/images/icon_noriba01.png);
  position: absolute;
  top: 60%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.cnt16 .is__route_wrap .is__block .btnlist li:nth-child(2) {
  width: 49%;
}
.cnt16 .is__route_wrap .is__block .btnlist li:nth-child(2) a {
  position: relative;
  padding-left: 2rem;
}
.cnt16 .is__route_wrap .is__block .btnlist li:nth-child(2) a::before {
  content: url(assets/images/icon_watch01.png);
  position: absolute;
  top: 60%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.cnt16 .is__route_wrap .is__block .btnlist li:last-child {
  width: 49%;
}
.cnt16 .is__route_wrap .is__block .btnlist li:last-child a {
  position: relative;
  padding-left: 2rem;
}
.cnt16 .is__route_wrap .is__block .btnlist li:last-child a::before {
  content: url(assets/images/icon_rosen01.png);
  position: absolute;
  top: 60%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
@media (max-width: 1279px) {
  .cnt16 .is__route_wrap .is__block .btnlist li {
    width: 100% !important;
    margin: 0.5rem 0 !important;
  }
  .cnt16 .is__route_wrap .is__block .btnlist li a {
    padding-left: 2rem !important;
  }
}
@media (max-width: 1023px) {
  .cnt16 .is__route_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem 0 0 0;
  }
  .cnt16 .is__route_wrap::after {
    content: "";
    display: block;
    width: 32.5%;
  }
  .cnt16 .is__route_wrap .is__block {
    width: 32.5%;
    margin: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cnt16 .is__route_wrap .is__block {
    width: 100%;
  }
  .cnt16 .is__route_wrap .is__block .routename {
    margin: 0 0 1.5rem 0;
  }
  .cnt16 .is__route_wrap .is__block .btnlist li:nth-child(1) {
    width: 100%;
  }
  .cnt16 .is__route_wrap .is__block .btnlist li:nth-child(2) {
    width: 49% !important;
  }
  .cnt16 .is__route_wrap .is__block .btnlist li:nth-child(3) {
    width: 49% !important;
  }
}

.cnt17 {
  margin: 0 0 10rem 0;
}
@media (max-width: 1023px) {
  .cnt17 {
    margin: 0 0 7rem 0;
  }
}
@media (max-width: 767px) {
  .cnt17 {
    margin: 0 0 5rem 0;
  }
}

.cnt18 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cnt19 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 7rem 0;
}
.cnt19 .is__block {
  margin: 0 2rem;
  width: 100%;
  max-width: 420px;
}
@media (max-width: 1023px) {
  .cnt19 .is__block {
    width: 49%;
    max-width: none;
  }
  .cnt19 .is__block:first-child {
    margin: 0 1rem 0 0;
  }
  .cnt19 .is__block:last-child {
    margin: 0 0 0 1rem;
  }
}
@media (max-width: 767px) {
  .cnt19 {
    display: block;
    margin: 0 0 5rem 0;
  }
  .cnt19 .is__block {
    width: 100%;
    max-width: none;
  }
  .cnt19 .is__block:first-child {
    margin: 0 0 4rem 0;
  }
  .cnt19 .is__block:last-child {
    margin: 0 0 0 0;
  }
}

.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 {
  width: 44px;
  height: 44px;
  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;
  border: #000 solid 1px !important;
  margin: 0 0.5rem !important;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi span.current {
  background: #000;
  color: #fff;
}
.wp-pagenavi a {
  width: 44px;
  height: 44px;
  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;
  border: #000 solid 1px !important;
  margin: 0 0.5rem !important;
}
.wp-pagenavi a.previouspostslink {
  margin: 0 2rem 0 0 !important;
}
.wp-pagenavi a.nextpostslink {
  margin: 0 0 0 2rem !important;
}

.container-base, .container-1800, .container-1312, .container-1120, .container-1080, .container-1000, .container-970, .container-940, .container-870 {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.container-870 {
  max-width: 910px;
}

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

.container-970 {
  max-width: 1010px;
}

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

.container-1080 {
  max-width: 1120px;
}

.container-1120 {
  max-width: 1160px;
}

.container-1312 {
  max-width: 1352px;
}

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

.headline01 {
  font-size: clamp(2.04rem, 1.978rem + 0.26vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.016em;
}

.headline02 {
  text-align: center;
  color: #080808;
  font-size: clamp(2rem, 1.564rem + 2.18vw, 3.2rem);
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.2em;
}
.headline02 span {
  display: block;
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  letter-spacing: 0.016em;
  font-weight: 400;
}

.headline03 {
  color: #fff;
  text-align: center;
  font-size: clamp(2.3rem, 1.973rem + 1.64vw, 3.2rem);
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.3em;
}
.headline03 span {
  display: block;
  font-weight: 400;
  letter-spacing: 0.016em;
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
}

.headline04 {
  color: #fff;
  font-size: clamp(2rem, 1.429rem + 2.86vw, 6rem);
  font-weight: 700;
  line-height: 1.1em;
}
.headline04 span {
  display: block;
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2.9rem);
  letter-spacing: 0.016em;
  font-weight: 400;
}

.headline05 {
  font-size: clamp(1.8rem, 1.714rem + 0.43vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7em;
}

.headline06 {
  font-size: clamp(1.5rem, 1.457rem + 0.21vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: #28A0F0 solid 2px;
  line-height: 1.7em;
  padding: 0 0 0.5rem 0;
}

.headline07 {
  color: #fff;
  font-size: clamp(2rem, 1.429rem + 2.86vw, 6rem);
  font-weight: 700;
  line-height: 1.1em;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}
.headline07 span {
  display: block;
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2.9rem);
  letter-spacing: 0.016em;
  font-weight: 400;
}

.headline08 {
  font-size: clamp(2.3rem, 1.971rem + 1.64vw, 4.6rem);
  font-weight: 700;
  line-height: 1.6em;
}

.headline09 {
  text-align: center;
  color: #080808;
  font-size: clamp(2.4rem, 2.086rem + 1.57vw, 4.6rem);
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.2em;
}
.headline09 span {
  display: block;
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  letter-spacing: 0.016em;
  font-weight: 400;
}

.headline10 {
  text-align: center;
  font-size: clamp(2rem, 1.8rem + 1vw, 3.4rem);
  letter-spacing: 0.04em;
  font-weight: 700;
  margin: 0 0 3rem 0;
}
.headline10 img {
  display: block;
  margin: 2rem auto 0 auto;
}
@media (max-width: 424px) {
  .headline10 img {
    width: 20px;
    margin: 1rem auto 0 auto;
  }
}

.headline11 {
  font-size: clamp(2rem, 1.8rem + 1vw, 3.4rem);
  letter-spacing: 0.04em;
  font-weight: 700;
  margin: 0 0 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headline11 img {
  margin: 0 1rem 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .headline11 {
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 424px) {
  .headline11 img {
    width: 20px;
    margin: 0 1rem 0 0;
  }
}

.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;
  }
}