@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 {
  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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

html {
  font-size: 62.5%;
}

body {
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  line-height: 1.6em;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.05em;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

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

.hero {
  position: relative;
}
.hero .video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.hero .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.hero .hero_txt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(assets/images/top_hero_img01.png) no-repeat 0 0;
  background-size: contain;
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 10rem 10rem;
}
.hero .hero_txt .is__catch {
  color: #fff;
  font-size: 8.4rem;
  font-weight: 600;
  margin: 0 0 8rem 0;
}
.hero .hero_txt .is__txt {
  color: #fff;
  font-size: clamp(1.785rem, 1.731rem + 0.23vw, 2.1rem);
  margin: 0 0 1.25rem 0;
}
@media (max-width: 1919px) {
  .hero .hero_txt {
    padding: 0 0 7rem 7rem;
    height: 450px;
  }
  .hero .hero_txt .is__catch {
    font-size: 6.5rem;
    margin: 0 0 5rem 0;
  }
}
@media (max-width: 1279px) {
  .hero .hero_txt {
    padding: 0 0 4rem 4rem;
    background-size: cover;
    height: 350px;
  }
  .hero .hero_txt .is__catch {
    font-size: 5.5rem;
  }
}
@media (max-width: 1023px) {
  .hero .hero_txt {
    background: url(assets/images/top_hero_img02.png) no-repeat 0 0;
    background-size: cover;
    height: 500px;
  }
  .hero .hero_txt .is__catch {
    font-size: 7.5rem;
    line-height: 1.2em;
  }
  .hero .hero_txt .is__txt {
    color: #fff;
    font-size: clamp(1.785rem, 1.731rem + 0.23vw, 2.1rem);
    margin: 0 0 1.25rem 0;
  }
}
@media (max-width: 767px) {
  .hero .hero_txt {
    padding: 0 0 1rem 2.5rem;
  }
  .hero .hero_txt .is__catch {
    font-size: 5rem;
    margin: 0 0 2rem 0;
  }
  .hero .hero_txt .is__txt {
    line-height: 1.7em;
  }
}
@media (max-width: 424px) {
  .hero .hero_txt .is__catch {
    font-size: 13vw;
  }
  .hero .hero_txt .is__txt {
    font-size: 4.5vw;
  }
}

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

.top_cnt01 {
  padding: 15rem 0;
}
.top_cnt01 .headline01 {
  margin: 0 0 8rem 0;
}
@media (max-width: 1023px) {
  .top_cnt01 .headline01 {
    margin: 0 0 5rem 0;
  }
}
@media (max-width: 767px) {
  .top_cnt01 {
    padding: 12rem 0;
  }
}

.top_cnt02 {
  display: flex;
  justify-content: space-between;
}
.top_cnt02 .img {
  flex-shrink: 0;
}
.top_cnt02 .is__block_L {
  padding: 0 4rem 0 0;
}
.top_cnt02 .txt01 {
  margin: 4rem 0 4rem 0;
}
@media (max-width: 1279px) {
  .top_cnt02 .img {
    width: 48%;
  }
  .top_cnt02 .is__block_L {
    padding: 0 4rem 0 0;
  }
}
@media (max-width: 1023px) {
  .top_cnt02 {
    display: block;
  }
  .top_cnt02 .img {
    width: 100%;
    text-align: center;
    margin: 5rem 0 0 0;
  }
  .top_cnt02 .is__block_L {
    padding: 0;
  }
  .top_cnt02 .blink02 {
    margin: 0 auto;
  }
}
@media (max-width: 424px) {
  .top_cnt02 .txt01 {
    margin: 3rem 0 3rem 0;
  }
}

.top_cnt03 {
  background: #FFFFFF;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgb(237, 237, 237) 60%, rgb(237, 237, 237) 100%);
  padding: 0 0 10rem 0;
}
@media (max-width: 1279px) {
  .top_cnt03 {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 57%, rgb(237, 237, 237) 57%, rgb(237, 237, 237) 100%);
  }
}
@media (max-width: 767px) {
  .top_cnt03 {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 77%, rgb(237, 237, 237) 77%, rgb(237, 237, 237) 100%);
  }
}

.top_cnt04 {
  display: flex;
  justify-content: space-between;
}
.top_cnt04 .is__block01 {
  width: 45%;
  position: relative;
}
.top_cnt04 .is__block02 {
  width: 45%;
  position: relative;
  margin: 5rem 0 0 0;
}
.top_cnt04 .is__title__en {
  writing-mode: vertical-rl;
  color: #D9D9D9;
  font-size: 3.6rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
}
.top_cnt04 .is__img_block {
  position: relative;
}
.top_cnt04 .is__img_block .headline03 {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
}
.top_cnt04 .is__img_block .is__btn {
  background: #CB0012;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1.5rem;
  bottom: -1.5rem;
  transition: all 0.4s;
}
.top_cnt04 .is__img_block:hover .is__btn {
  background: #222;
}
@media (max-width: 1279px) {
  .top_cnt04 .is__block02 {
    margin: 3.5rem 0 0 0;
  }
  .top_cnt04 .is__img_block .img {
    width: 88%;
  }
}
@media (max-width: 1023px) {
  .top_cnt04 .is__block01 {
    width: 47%;
  }
  .top_cnt04 .is__block02 {
    width: 47%;
  }
  .top_cnt04 .is__title__en {
    font-size: 2.6rem;
  }
  .top_cnt04 .is__img_block .headline03 {
    left: 2rem;
    bottom: 2rem;
  }
  .top_cnt04 .is__img_block .is__btn {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .top_cnt04 {
    display: block;
  }
  .top_cnt04 .is__block01 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 7rem auto;
  }
  .top_cnt04 .is__block02 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0 auto;
  }
  .top_cnt04 .is__title__en {
    font-size: 3rem;
  }
}
@media (max-width: 424px) {
  .top_cnt04 .is__title__en {
    font-size: 6.5vw;
  }
  .top_cnt04 .is__img_block .is__btn {
    width: 14vw;
    height: 14vw;
    font-size: 2.5rem;
    right: 1rem;
    bottom: -1rem;
  }
}

.top_cnt05 {
  background: #EDEDED;
  padding: 10rem 0;
}
.top_cnt05 .txt01 {
  margin: 5rem 0 7rem 0;
}
@media (max-width: 1023px) {
  .top_cnt05 .txt01 {
    letter-spacing: 0.025em;
  }
}
@media (max-width: 767px) {
  .top_cnt05 {
    padding: 4rem 0 7rem 0;
  }
  .top_cnt05 .txt01 {
    margin: 4rem 0;
  }
}

.top_cnt06 {
  display: flex;
  justify-content: space-between;
}
.top_cnt06 .is__block {
  width: 47%;
  background: #fff;
  padding: 2rem;
}
.top_cnt06 .img {
  margin: 0 0 2rem 0;
}
.top_cnt06 .headline04 {
  margin: 0 0 2rem 0;
}
@media (max-width: 767px) {
  .top_cnt06 {
    display: block;
  }
  .top_cnt06 .is__block {
    width: 100%;
  }
  .top_cnt06 .is__block:first-child {
    margin: 0 0 2.5rem 0;
  }
}
@media (max-width: 424px) {
  .top_cnt06 .is__block {
    padding: 1.5rem;
  }
}

.top_cnt07 {
  position: relative;
  padding: 15rem 0 20rem 0;
  margin: 0 0 20rem 0;
}
.top_cnt07 .img {
  width: 60%;
  height: 540px;
}
.top_cnt07 .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 540px;
}
.top_cnt07 .is__txtblock {
  background: #fff;
  filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.16));
  width: 60%;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10rem;
}
.top_cnt07 .is__txtblock .is__inner {
  width: 100%;
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_cnt07 .is__txtblock .is__txt {
  font-size: 3.4rem;
  line-height: 1.5em;
}
@media (max-width: 2559px) {
  .top_cnt07 .is__txtblock {
    width: 70%;
  }
}
@media (max-width: 1919px) {
  .top_cnt07 .img {
    height: 400px;
  }
  .top_cnt07 .img img {
    height: 400px;
  }
  .top_cnt07 .is__txtblock {
    width: 90%;
  }
}
@media (max-width: 1290px) {
  .top_cnt07 .img {
    width: 85%;
  }
  .top_cnt07 .is__txtblock {
    padding: 7rem;
  }
  .top_cnt07 .is__txtblock .is__inner {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .top_cnt07 .is__txtblock .headline05 {
    margin: 1.25rem 0 0 0;
  }
  .top_cnt07 .is__txtblock .is__txt {
    margin: 0 0 0 7rem;
    font-size: 2.8rem;
  }
  .top_cnt07 .is__txtblock .is__btn {
    width: 100%;
    margin: 5rem 0 0 0;
  }
}
@media (max-width: 1023px) {
  .top_cnt07 {
    margin-bottom: 15rem;
  }
  .top_cnt07 .is__txtblock {
    padding: 7rem 5rem;
    width: 95%;
  }
  .top_cnt07 .is__txtblock .is__txt {
    margin: 0 0 0 5rem;
  }
}
@media (max-width: 767px) {
  .top_cnt07 {
    margin-bottom: 10rem;
  }
  .top_cnt07 .is__txtblock {
    padding: 3rem;
  }
  .top_cnt07 .is__txtblock .is__inner {
    display: block;
  }
  .top_cnt07 .is__txtblock .is__txt {
    margin: 3rem 0 0 0;
    font-size: 2.3rem;
  }
  .top_cnt07 .is__txtblock .is__btn {
    margin: 4rem 0 0 0;
  }
}
@media (max-width: 424px) {
  .top_cnt07 {
    padding: 10rem 0 20rem 0;
  }
  .top_cnt07 .is__txtblock .is__txt {
    font-size: 5.5vw;
  }
}

.top_cnt08 {
  display: flex;
  justify-content: space-between;
  padding: 0 0 20rem 0;
}
.top_cnt08 .is__block_L .headline05 {
  margin: 0 0 3rem 0;
}
.top_cnt08 .list01 {
  width: 70%;
}
@media (max-width: 1279px) {
  .top_cnt08 .list01 {
    width: 67%;
  }
}
@media (max-width: 1023px) {
  .top_cnt08 {
    display: block;
  }
  .top_cnt08 .list01 {
    width: 100%;
  }
  .top_cnt08 .is__btn.is__sp {
    margin: 3.5rem 0 0 0;
  }
  .top_cnt08 .is__btn.is__sp a {
    margin: 0 auto;
  }
}

.notfound_wrap {
  line-height: 2em;
}

.form_wrap {
  margin: 10rem 0 0 0;
}
.form_wrap table {
  width: 100%;
}
.form_wrap table tr th {
  font-size: 1.8rem;
  vertical-align: middle;
  position: relative;
  padding: 2rem 0;
  width: 25%;
}
.form_wrap table tr th span {
  background: #E81D46;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
  position: absolute;
  top: 37px;
  right: 0;
  line-height: 1;
}
.form_wrap table tr th.is__valign_top {
  padding-top: 3.5rem;
}
.form_wrap table tr td {
  padding: 2rem 0 2rem 4rem;
}
.form_wrap table tr td.is__d_flex {
  display: flex;
  justify-content: space-between;
}
.form_wrap table tr td.is__d_flex span {
  width: 48%;
}
.form_wrap table tr td.is__address {
  display: block;
}
.form_wrap table tr td.is__address p {
  display: flex;
  align-items: center;
  margin: 0 0 2rem 0;
  white-space: nowrap;
}
.form_wrap table tr td.is__address p:last-child {
  margin: 0;
}
.form_wrap table tr td.is__file {
  display: block;
}
.form_wrap table tr td.is__file p {
  margin: 1.5rem 0 0 0;
}
.form_wrap input::-moz-placeholder {
  color: #929292;
}
.form_wrap input::placeholder {
  color: #929292;
}
.form_wrap input[type=text] {
  background: #F7F8F8;
  border: none;
  padding: 1.5rem 2rem;
  width: 100%;
  border-radius: 5px;
}
.form_wrap input[type=text].w30 {
  width: 30%;
}
.form_wrap input[type=text].w50 {
  width: 49%;
}
.form_wrap input[type=email] {
  background: #F7F8F8;
  border: none;
  padding: 1.5rem 2rem;
  width: 100%;
  border-radius: 5px;
}
.form_wrap input[type=tel] {
  background: #F7F8F8;
  border: none;
  padding: 1.5rem 2rem;
  width: 100%;
  border-radius: 5px;
}
.form_wrap select {
  background: #F7F8F8;
  border: none;
  padding: 1.5rem 2rem;
  border-radius: 5px;
}
.form_wrap textarea {
  resize: vertical;
  width: 100%;
  background: #F7F8F8;
  border: none;
  padding: 1.5rem 2rem;
  border-radius: 5px;
  height: 40vw;
  max-height: 250px;
}
.form_wrap input[type=checkbox] {
  margin: 0 1rem 0 0;
}
.form_wrap input[type=submit] {
  font-size: clamp(2.38rem, 2.308rem + 0.31vw, 2.8rem);
  font-weight: 700;
  color: #CB0012;
  width: 100%;
  max-width: 520px;
  padding: 3rem 0;
  border: #CB0012 solid 1px;
  border-radius: 7px;
  text-align: center;
  transition: all 0.4s;
}
.form_wrap input[type=submit]:hover {
  background: #CB0012;
  color: #fff;
}
.form_wrap .txt05 {
  margin: 5rem 0 5rem 0;
}
.form_wrap .is__policyagree a {
  text-decoration: underline;
}
.form_wrap .is__policyagree a:hover {
  text-decoration: none;
}
.form_wrap .is__checkbox {
  text-align: center;
  margin: 2rem 0;
}
.form_wrap .is__submit {
  display: flex;
  justify-content: center;
  margin: 8rem 0 0 0;
}
@media (max-width: 1279px) {
  .form_wrap table tr th {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .form_wrap {
    margin: 7rem 0 0 0;
  }
  .form_wrap table {
    width: 100%;
    display: block;
  }
  .form_wrap table tbody {
    width: 100%;
    display: block;
  }
  .form_wrap table tbody tr {
    width: 100%;
    display: block;
  }
  .form_wrap table tbody tr th {
    width: 100%;
    display: block;
    position: static;
    padding-bottom: 0;
  }
  .form_wrap table tbody tr th span {
    position: static;
    margin: 0 0 0 2.5rem;
    font-size: 1rem;
  }
  .form_wrap table tbody tr td {
    width: 100%;
    display: block;
    padding: 2rem 0;
  }
  .form_wrap table tbody tr td.is__file p {
    margin: 0 0 1.5rem 0;
  }
  .form_wrap input[type=submit] {
    font-size: 2.3rem;
    padding: 2.5rem;
  }
}
@media (max-width: 767px) {
  .form_wrap input[type=text].w30 {
    width: 35%;
  }
  .form_wrap input[type=text].w50 {
    width: 48%;
  }
  .form_wrap input[type=submit] {
    font-size: 2rem;
    padding: 2rem;
  }
  .form_wrap .txt05 {
    margin: 4rem 0 3rem 0;
  }
  .form_wrap .txt05 br {
    display: none;
  }
  .form_wrap .is__submit {
    margin: 5rem 0 0 0;
  }
}
@media (max-width: 424px) {
  .form_wrap .txt05 {
    margin: 2.5rem 0 3rem 0;
  }
}

.contact_cnt01 {
  background: #F6F6F6;
  padding: 3rem;
  height: 50vw;
  max-height: 300px;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .contact_cnt01 {
    max-height: none;
    height: 70vw;
    max-height: 400px;
  }
}

h2#policy {
  margin: 13rem 0 3rem 0;
}
@media (max-width: 767px) {
  h2#policy {
    margin: 8rem 0 2rem 0;
  }
}

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

button.postal-search {
  font-size: 1.4rem;
  color: #CB0012;
  border: #CB0012 solid 1px;
  border-radius: 5px;
  padding: 0.5rem 1.5rem;
}

.is__address [data-name=address1] {
  width: 30% !important;
  margin: 0 2rem 0 2rem !important;
}
@media (max-width: 767px) {
  .is__address [data-name=address1] {
    width: 40% !important;
  }
}
.is__address [data-name=your-city] {
  margin: 0 0 0 2rem !important;
}
.is__address [data-name=address2] {
  width: 100% !important;
  margin: 0 0 0 2rem !important;
}
.is__address [data-name=address2] input {
  width: 100% !important;
  max-width: 100% !important;
}
.is__address [data-name=address3] {
  width: 100% !important;
  margin: 0 0 0 2rem !important;
}
.is__address [data-name=address3] input {
  width: 100% !important;
  max-width: 100% !important;
}

.news_wrap .news_header {
  margin: 0 0 4rem 0;
  padding: 4rem 6rem 0 6rem;
}
@media (max-width: 1279px) {
  .news_wrap .news_header {
    padding: 4rem 0 0 0;
  }
}
.news_wrap .news_header .date {
  color: #959595;
  font-size: clamp(2.04rem, 1.978rem + 0.26vw, 2.4rem);
  margin: 0 0 3rem 0;
}
.news_wrap .news_header .title {
  font-size: clamp(2.04rem, 1.978rem + 0.26vw, 2.4rem);
  line-height: 1.7em;
}
.news_wrap .news_content {
  padding: 0 6rem;
}
@media (max-width: 1279px) {
  .news_wrap .news_content {
    padding: 0;
  }
}
.news_wrap .news_content p {
  margin: 0 0 3rem 0;
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  line-height: 1.9em;
}
@media (max-width: 767px) {
  .news_wrap .news_content p {
    margin: 0 0 2rem 0;
  }
}
.news_wrap .news_content h2 {
  margin: 4.5rem 0 3rem 0;
  font-size: clamp(2.21rem, 2.143rem + 0.29vw, 2.6rem);
  color: #CB0012;
  font-weight: 700;
  line-height: 1.7em;
}
.news_wrap .news_content h3 {
  margin: 0 0 3rem 0;
  line-height: 1.7em;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  border-bottom: #E1E1E1 solid 1px;
  padding: 0 0 0.5rem 0;
}
.news_wrap .news_content h4 {
  margin: 0 0 3rem 0;
  line-height: 1.7em;
  border-left: #CB0012 solid 5px;
  padding: 0 0 0 1rem;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  font-weight: 700;
}
.news_wrap .news_content h5 {
  margin: 0 0 3rem 0;
  line-height: 1.7em;
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  font-weight: 700;
}
.news_wrap .news_content ul {
  margin: 0 0 3rem 0;
}
.news_wrap .news_content ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  line-height: 1.7em;
  margin: 0 0 1rem 0;
}
.news_wrap .news_content ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CB0012;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 1023px) {
  .news_wrap .news_content ul li::before {
    top: 9px;
  }
}
.news_wrap .news_content ul li:last-child {
  margin-bottom: 0;
}
.news_wrap .news_content ol {
  counter-reset: my-counter;
  list-style: none;
  margin: 0 0 3rem 0;
}
.news_wrap .news_content ol li {
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  padding-left: 30px;
  position: relative;
  line-height: 1.7em;
  margin: 0 0 1rem 0;
}
.news_wrap .news_content ol li:last-child {
  margin-bottom: 0;
}
.news_wrap .news_content ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #CB0012;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .news_wrap .news_content ol li::before {
    top: 2px;
  }
}
.news_wrap .news_content table {
  width: 100%;
  border-top: #CBCBCB solid 1px;
  margin: 0 0 3rem 0;
}
.news_wrap .news_content table thead tr th {
  border-bottom: #CBCBCB solid 1px;
  font-weight: 400;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .news_wrap .news_content table thead tr th {
    padding: 1.5rem 2rem;
  }
}
.news_wrap .news_content table thead tr th:first-child {
  background: #F6F6F6;
  font-weight: 700;
}
.news_wrap .news_content table tbody tr th {
  border-bottom: #CBCBCB solid 1px;
  background: #F6F6F6;
  font-weight: 400;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .news_wrap .news_content table tbody tr th {
    padding: 1.5rem 2rem;
  }
}
.news_wrap .news_content table tbody tr td {
  border-bottom: #CBCBCB solid 1px;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .news_wrap .news_content table tbody tr td {
    padding: 1.5rem 2rem;
  }
}
.news_wrap .news_content a {
  color: #CB0012;
  text-decoration: underline;
}
.news_wrap .news_content a:hover {
  text-decoration: none;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0 0;
  color: #fff;
  font-size: 1.8rem;
}
.wp-pagenavi span {
  border: none !important;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem !important;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi span.current {
  border: #CB0012 solid 1px !important;
  color: #CB0012;
  font-weight: 400;
}
.wp-pagenavi a {
  border: none !important;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem !important;
}
.wp-pagenavi a.page {
  background: #CB0012;
  border: #CB0012 solid 1px;
}
.wp-pagenavi a.nextpostslink {
  background: #CB0012;
  border: #CB0012 solid 1px;
  display: none;
}
.wp-pagenavi a.previouspostslink {
  background: #CB0012;
  border: #CB0012 solid 1px;
  display: none;
}
@media (max-width: 1023px) {
  .wp-pagenavi span {
    width: 40px;
    height: 40px;
  }
  .wp-pagenavi a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .wp-pagenavi {
    font-size: 1.5rem;
  }
  .wp-pagenavi span {
    width: 30px;
    height: 30px;
  }
  .wp-pagenavi a {
    width: 30px;
    height: 30px;
  }
}

.single_pagenav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12rem 0 0 0;
}
.single_pagenav p {
  font-weight: 500;
  font-size: 1.6rem;
}
.single_pagenav p.is__prev {
  width: 40%;
}
.single_pagenav p.is__prev i {
  margin: 0 1rem 0 0;
  color: #CB0012;
}
.single_pagenav p.is__next {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
.single_pagenav p.is__next i {
  margin: 0 0 0 1rem;
  color: #CB0012;
}
.single_pagenav p.is__list {
  width: 20%;
  text-align: center;
}
.single_pagenav p.is__list .is__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #CB0012;
  margin: 0 auto 1.5rem auto;
}
@media (max-width: 1279px) {
  .single_pagenav p {
    font-size: 1.5rem;
  }
  .single_pagenav p.is__list .is__icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .single_pagenav {
    margin: 8rem 0 0 0;
  }
  .single_pagenav p {
    font-size: 1.35rem;
  }
  .single_pagenav p.is__list .is__icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 1rem auto;
  }
}
@media (max-width: 424px) {
  .single_pagenav p {
    font-size: 1.2rem;
  }
  .single_pagenav p.is__list .is__icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .single_pagenav p.is__list .is__icon img {
    width: 16px;
  }
  .single_pagenav p.is__list .is__name {
    display: none;
  }
}

@media (max-width: 1279px) {
  .drawer_nav {
    background: url(assets/images/drawer_bgimg01.png) no-repeat left bottom, #CB0012;
    padding: 1.5rem 0 0 0;
    position: fixed;
    top: -300%;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
    z-index: 10;
  }
  .drawer_nav.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
  }
}

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

.openbtn {
  display: none;
}
@media (max-width: 1279px) {
  .openbtn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 66px;
    height: 66px;
    z-index: 5;
    background: #CB0012;
  }
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 19px;
    height: 3px;
    background: #fff;
    width: 45%;
  }
  .openbtn span:nth-child(1) {
    top: 23px;
  }
  .openbtn span:nth-child(2) {
    top: 31px;
  }
  .openbtn span:nth-child(3) {
    top: 39px;
  }
  .openbtn.active span:nth-child(1) {
    top: 25px;
    left: 19px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
  }
  .openbtn.active span:nth-child(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-child(3) {
    top: 37px;
    left: 19px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
  }
}

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

#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .is__logo {
  margin: 0 0 0 3rem;
}
#header .drawer_menu {
  display: flex;
  align-items: center;
  letter-spacing: 0;
}
#header .drawer_menu li {
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  margin: 0 0 0 3rem;
}
#header .drawer_menu li a {
  color: #fff;
  text-align: center;
}
#header .drawer_menu li a span {
  display: block;
  text-align: center;
  font-size: clamp(2.04rem, 1.978rem + 0.26vw, 2.4rem);
  line-height: 1.5em;
}
#header .drawer_menu li a.is__contact {
  display: block;
  background: #CB0012;
  padding: 2rem 5rem;
}
#header .drawer_menu li a.is__contact span {
  font-size: clamp(2.55rem, 2.473rem + 0.33vw, 3rem);
}
#header .drawer_menu li a.is__contact:hover {
  background: #000;
  color: #fff;
}
#header .drawer_menu li a:hover {
  color: #ccc;
}
@media (max-width: 1919px) {
  #header .drawer_menu li {
    margin: 0 0 0 2rem;
  }
}
@media (max-width: 1279px) {
  #header .is__logo {
    margin: 0.5rem 0 0 1.5rem;
  }
  #header .is__logo a img {
    width: 300px;
  }
  #header .is__logo__sp {
    margin: 0 0 4rem 1.5rem;
  }
  #header .is__logo__sp a img {
    width: 300px;
  }
  #header .drawer_menu {
    display: block;
  }
  #header .drawer_menu li {
    margin: 0;
    font-size: 1.6rem;
  }
  #header .drawer_menu li a {
    text-align: left;
    padding: 0.75rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .drawer_menu li a span {
    display: none;
  }
  #header .drawer_menu li a.is__contact {
    padding: 0.75rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
  }
  #header .drawer_menu li a::after {
    font: var(--fa-font-solid);
    content: "\f054";
  }
}
@media (max-width: 424px) {
  #header .is__logo {
    margin: 0rem 0 0 1.5rem;
  }
  #header .is__logo a img {
    width: 200px;
  }
  #header .is__logo__sp {
    margin: 0.5rem 0 4rem 1.5rem;
  }
  #header .is__logo__sp a img {
    width: 200px;
  }
}

#header {
  transition: all 0.4s;
}
#header .is__logo__black {
  display: none;
}
#header.bgwhite_header {
  background: #fff;
}
#header.bgwhite_header .is__logo__white {
  display: none;
}
#header.bgwhite_header .is__logo__black {
  display: block;
}
#header.bgwhite_header .drawer_menu li a {
  color: #000;
}
#header.bgwhite_header .drawer_menu li a.is__contact {
  color: #fff;
}
#header.bgwhite_header .drawer_menu li a.is__contact:hover {
  color: #fff;
}
#header.bgwhite_header .drawer_menu li a:hover {
  color: #999;
}
@media (max-width: 1279px) {
  #header {
    height: 66px;
  }
  #header.bgwhite_header .drawer_menu li a {
    color: #fff;
  }
}

html, body {
  height: 100%;
}

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

.is__totop {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

#page-top {
  float: right;
}
#page-top a {
  background: #CB0012;
  color: #fff;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-top a:hover {
  background: #333;
}
#page-top a i {
  font-size: 4rem;
}
@media (max-width: 1279px) {
  #page-top a {
    width: 60px;
    height: 60px;
  }
  #page-top a i {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  #page-top a {
    width: 46px;
    height: 46px;
  }
  #page-top a i {
    font-size: 2.5rem;
  }
}

#footer {
  background: #232323;
  padding: 10rem 0 0 0;
}

.f_cnt01 {
  display: flex;
  justify-content: space-between;
}
.f_cnt01 .img {
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .f_cnt01 {
    display: block;
  }
  .f_cnt01 .img {
    width: 50%;
    min-width: 250px;
  }
}

.f_cnt02 {
  color: #fff;
  padding: 3rem 0 0 0;
  width: 100%;
  max-width: 400px;
}
.f_cnt02 .is__inner {
  border-bottom: #fff solid 1px;
  padding: 0 0 4rem 0;
  margin: 0 0 4rem 0;
}
.f_cnt02 .is__inner .is__title__contact_en {
  font-size: 5rem;
  font-weight: 500;
  margin: 0 0 2rem 0;
  letter-spacing: 0.05em;
}
.f_cnt02 .is__inner .is__title__contact_ja {
  font-size: 1.8rem;
  margin: 0 0 3rem 0;
}
.f_cnt02 .is__title__tel {
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
.f_cnt02 .is__number {
  font-size: 3.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  margin: 0 0 3rem 0;
}
.f_cnt02 .is__number i {
  margin: 0 1rem 0 0;
}
@media (max-width: 1023px) {
  .f_cnt02 {
    max-width: 100%;
  }
  .f_cnt02 .is__inner {
    margin: 5rem 0 4rem 0;
  }
  .f_cnt02 .is__inner .is__title__contact_en {
    font-size: 4rem;
  }
  .f_cnt02 .is__number {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .f_cnt02 .is__inner .is__title__contact_en {
    font-size: 3.5rem;
  }
  .f_cnt02 .is__inner .is__title__contact_ja {
    font-size: 1.6rem;
  }
  .f_cnt02 .is__number {
    font-size: 3rem;
  }
}

.f_cnt03 {
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 10rem 0 7rem 0;
}
.f_cnt03 .is__logo {
  margin: 0 0 4rem 0;
}
.f_cnt03 .is__block_R {
  display: flex;
}
.f_cnt03 .is__block_R ul {
  margin: 0 0 0 7rem;
}
.f_cnt03 .is__block_R ul li {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  margin: 0 0 1.75rem 0;
}
.f_cnt03 .is__block_R ul li a:hover {
  color: #ccc;
}
@media (max-width: 1023px) {
  .f_cnt03 {
    display: block;
    margin: 8rem 0 4rem 0;
  }
  .f_cnt03 .is__block_R {
    justify-content: space-between;
    margin: 5rem 0 0 0;
  }
  .f_cnt03 .is__block_R ul {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .f_cnt03 .is__logo {
    max-width: 300px;
  }
}
@media (max-width: 424px) {
  .f_cnt03 {
    margin: 7rem 0 2rem 0;
  }
  .f_cnt03 .is__block_R ul li {
    font-size: 3.5vw;
  }
}

.f_cnt04 {
  display: flex;
  align-items: flex-start;
  margin: 0 0 3rem 0;
}
.f_cnt04 .is__title {
  background: #CB0012;
  border-radius: 999px;
  padding: 0.25rem;
  width: 100px;
  text-align: center;
  margin: 0 2rem 0 0;
}
@media (max-width: 767px) {
  .f_cnt04 {
    display: block;
  }
  .f_cnt04 .is__title {
    margin: 0 0 1.5rem 0;
  }
}
@media (max-width: 424px) {
  .f_cnt04 .is__txt {
    font-size: 3.8vw;
  }
}

.is__policy {
  display: flex;
}
.is__policy li:first-child {
  margin: 0 4rem 0 0;
}
.is__policy li a {
  color: #C9C9C9;
}
.is__policy li a:hover {
  color: #aaa;
}
@media (max-width: 424px) {
  .is__policy {
    display: block;
  }
  .is__policy li {
    font-size: 3.5vw;
  }
  .is__policy li:first-child {
    margin: 0 0 1.5rem 0;
  }
}

.copy {
  text-align: center;
  color: #fff;
  font-weight: 100;
  letter-spacing: 0.1em;
  padding: 10rem 0 4rem 0;
}
@media (max-width: 767px) {
  .copy {
    padding: 5rem 0 10rem 0;
    font-size: 1.3rem;
  }
}
@media (max-width: 424px) {
  .copy {
    font-size: 3.5vw;
  }
}

.layer_main {
  padding: 110px 0 0 0;
}

.bread ul {
  float: right;
}
.bread ul li {
  float: left;
  color: #545454;
}
.bread ul li a {
  color: #C8C8C8;
}
.bread ul li a::after {
  content: ">";
  margin: 0 1rem;
}
@media (max-width: 1279px) {
  .bread ul {
    float: none;
  }
  .bread ul li {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .bread ul li {
    font-size: 1.2rem;
  }
}

a {
  transition: all 0.4s;
}

.is__btn_center {
  display: flex;
  justify-content: center;
}

.blink01 {
  display: inline-block;
  border: #fff solid 1px;
  color: #fff;
  font-weight: 500;
  padding: 2.5rem 6.5rem;
  line-height: 1;
  position: relative;
}
.blink01::after {
  font: var(--fa-font-solid);
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
.blink01:hover {
  background: #CB0012;
  border: #CB0012 solid 1px;
}

.blink02 {
  border: #CB0012 solid 1px;
  color: #CB0012;
  letter-spacing: 0.1em;
  position: relative;
  padding: 1.25rem 0;
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blink02::after {
  font: var(--fa-font-solid);
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.blink02:hover {
  background: #CB0012;
  color: #fff;
}

.blink03 {
  border: #CB0012 solid 1px;
  color: #CB0012;
  letter-spacing: 0.1em;
  position: relative;
  padding: 3.5rem 0;
  width: 100%;
  max-width: 500px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
.blink03::after {
  font: var(--fa-font-solid);
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
.blink03:hover {
  background: #CB0012;
  color: #fff;
}
@media (max-width: 1023px) {
  .blink03 {
    padding: 3rem 0;
  }
}
@media (max-width: 767px) {
  .blink03 {
    padding: 2.5rem 0;
    font-size: 1.7rem;
  }
}

.txt01 {
  line-height: 2.1em;
}

.txt02 {
  line-height: 1.9em;
}

.txt03 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.7em;
}
@media (max-width: 1919px) {
  .txt03 {
    font-size: 3rem;
  }
}
@media (max-width: 1279px) {
  .txt03 {
    font-size: 2.7rem;
  }
}
@media (max-width: 1023px) {
  .txt03 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .txt03 {
    font-size: 2rem;
  }
}

.txt04 {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  line-height: 2.1em;
}

.txt05 {
  color: #FF0000;
  line-height: 1.9em;
}

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

.txt07 {
  font-size: clamp(2.38rem, 2.308rem + 0.31vw, 2.8rem);
  margin: 4rem 0 0 0;
}
.txt07 span {
  margin: 0 2rem 0 0;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
}
@media (max-width: 767px) {
  .txt07 {
    margin: 4rem 0 0 0;
    font-size: 2.1rem;
  }
  .txt07 span {
    font-size: 1.4rem;
  }
}

.list01 {
  border-bottom: #eee solid 1px;
}
.list01 li a {
  display: flex;
  border-top: #eee solid 1px;
  padding: 3rem 1rem;
}
.list01 li a span.date {
  color: #959595;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  margin: 0 2.5rem 0 0;
}
.list01 li a:hover {
  background: #F2F2F2;
}
@media (max-width: 767px) {
  .list01 li a {
    display: block;
    padding: 2rem 1rem;
  }
  .list01 li a span {
    display: block;
  }
  .list01 li a span.date {
    margin: 0 0 1.5rem 0;
  }
}

.list02 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.list02 li {
  font-size: 1.6rem;
  padding-left: 30px;
  position: relative;
  line-height: 1.9em;
  margin: 0 0 1rem 0;
}
.list02 li:last-child {
  margin-bottom: 0;
}
.list02 li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #CB0012;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media (max-width: 1279px) {
  .list02 li {
    font-size: 1.5rem;
  }
  .list02 li::before {
    top: 4px;
  }
}
@media (max-width: 767px) {
  .list02 li {
    font-size: 1.4rem;
  }
  .list02 li::before {
    top: 3px;
  }
}
@media (max-width: 424px) {
  .list02 li {
    font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  }
}

.list03 li {
  position: relative;
  padding: 0 0 0 1.5rem;
  font-size: 1.6rem;
  line-height: 1.9em;
  margin: 0 0 1rem 0;
}
.list03 li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CB0012;
  position: absolute;
  top: 12px;
  left: 0;
}
.list03 li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .list03 li {
    font-size: 1.5rem;
  }
  .list03 li::before {
    top: 12px;
  }
}
@media (max-width: 767px) {
  .list03 li {
    font-size: 1.4rem;
  }
  .list03 li::before {
    top: 10px;
  }
}
@media (max-width: 424px) {
  .list03 li {
    font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  }
}

.list04 {
  display: flex;
  justify-content: space-between;
}
.list04 li:nth-child(2) {
  margin: 0 3rem;
}
@media (max-width: 767px) {
  .list04 {
    display: block;
  }
  .list04 li {
    max-width: 500PX;
    margin: 0 auto;
  }
  .list04 li:nth-child(2) {
    margin: 3rem auto;
  }
}

.list05 {
  display: flex;
  flex-wrap: wrap;
  border-bottom: #707070 solid 1px;
  border-left: #707070 solid 1px;
}
.list05 li {
  width: 20%;
  text-align: center;
  border-top: #707070 solid 1px;
  border-right: #707070 solid 1px;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .list05 li {
    width: 50%;
  }
}

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

.tbl01 {
  width: 100%;
  border-top: #707070 solid 1px;
  border-right: #707070 solid 1px;
}
.tbl01 tr th {
  border-bottom: #707070 solid 1px;
  border-left: #707070 solid 1px;
  font-weight: 400;
  background: #EDEDED;
  padding: 1.25rem 2rem;
}
.tbl01 tr th:nth-child(3) {
  text-align: center;
}
.tbl01 tr td {
  border-bottom: #707070 solid 1px;
  border-left: #707070 solid 1px;
  padding: 1.25rem 2rem;
}
.tbl01 tr td:nth-child(3) {
  text-align: center;
}

.tbl02 {
  width: 100%;
  border-bottom: #C8C8C8 solid 1px;
}
.tbl02 tr th {
  border-top: #C8C8C8 solid 1px;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  padding: 3rem 2.5rem;
  font-weight: 400;
  white-space: nowrap;
}
.tbl02 tr td {
  border-top: #C8C8C8 solid 1px;
  padding: 3rem 2.5rem;
}
@media (max-width: 767px) {
  .tbl02 {
    display: block;
    width: 100%;
  }
  .tbl02 tbody {
    display: block;
    width: 100%;
  }
  .tbl02 tbody tr {
    display: block;
    width: 100%;
  }
  .tbl02 tbody tr th {
    display: block;
    width: 100%;
    padding: 2rem 1.5rem 0 1.5rem;
  }
  .tbl02 tbody tr td {
    display: block;
    width: 100%;
    border-top: none;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
  }
}

.cnt01 {
  padding: 12rem 0 8rem 0;
}
@media (max-width: 1279px) {
  .cnt01 {
    padding: 9rem 0 7rem 0;
  }
}
@media (max-width: 1023px) {
  .cnt01 {
    padding: 7rem 0 5rem 0;
  }
}
@media (max-width: 767px) {
  .cnt01 {
    padding: 4rem 0 5rem 0;
  }
}
@media (max-width: 424px) {
  .cnt01 {
    padding: 2.5rem 0 4rem 0;
  }
}

.cnt02 {
  padding: 5rem 0 15rem 0;
}

.cnt03 {
  width: 100%;
  height: 640px;
  margin: 3rem 0 0 0;
}
.cnt03 img {
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1919px) {
  .cnt03 {
    height: 500px;
  }
  .cnt03 img {
    height: 500px;
  }
}
@media (max-width: 1279px) {
  .cnt03 {
    height: 350px;
  }
  .cnt03 img {
    height: 350px;
  }
}
@media (max-width: 1023px) {
  .cnt03 {
    height: 300px;
  }
  .cnt03 img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cnt03 {
    height: 200px;
  }
  .cnt03 img {
    height: 200px;
  }
}
@media (max-width: 424px) {
  .cnt03 {
    height: 50vw;
  }
  .cnt03 img {
    height: 50vw;
  }
}

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

.cnt05 {
  display: flex;
  justify-content: space-between;
  border-top: #B9B9B9 solid 1px;
  padding: 5rem 0;
}
.cnt05 .is__txtblock {
  width: 48%;
}
.cnt05 .headline11 {
  margin: 0 0 3rem 0;
}
.cnt05 .is__img {
  flex-shrink: 0;
  width: 48%;
}
.cnt05.is_bottomborder {
  border-bottom: #B9B9B9 solid 1px;
}
@media (max-width: 1023px) {
  .cnt05 {
    display: block;
  }
  .cnt05 .is__txtblock {
    width: 100%;
    margin: 0 0 5rem 0;
  }
  .cnt05 .is__img {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cnt05 {
    padding: 4rem 0;
  }
  .cnt05 .is__txtblock {
    margin: 0 0 3rem 0;
  }
  .cnt05 .headline11 {
    margin: 0 0 2rem 0;
  }
}

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

.cnt07 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cnt07 .block {
  width: 31%;
  margin: 0 0 3rem 0;
}
.cnt07 .block.is__cnt {
  background: #EDEDED;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cnt07 .is__title {
  font-size: 2rem;
  text-align: center;
}
.cnt07 .is__title::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #CB0012;
  margin: 1rem auto 0 auto;
}
.cnt07 .is__number {
  text-align: center;
  font-size: 1.8rem;
  margin: 4rem 0 2.5rem 0;
}
.cnt07 .is__number span {
  color: #CB0012;
  font-size: 8rem;
  margin: 0 1rem;
}
.cnt07 .is__desc {
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 1279px) {
  .cnt07 .is__number {
    margin: 2.5rem 0 1.5rem 0;
  }
  .cnt07 .is__number span {
    font-size: 6.5rem;
  }
}
@media (max-width: 1023px) {
  .cnt07 {
    justify-content: space-around;
  }
  .cnt07::after {
    content: "";
    display: block;
    width: 45%;
  }
  .cnt07 .block {
    width: 45%;
    aspect-ratio: 370/260;
    display: none;
  }
  .cnt07 .block.is__cnt {
    display: flex;
  }
}
@media (max-width: 767px) {
  .cnt07 .is__title {
    font-size: 1.7rem;
  }
  .cnt07 .block {
    width: 80%;
    max-width: 310px;
  }
  .cnt07 .is__desc {
    font-size: 1.5rem;
  }
}
@media (max-width: 424px) {
  .cnt07 .block {
    width: 100%;
    max-width: none;
  }
  .cnt07 .is__number span {
    font-size: 5.5rem;
  }
}

.cnt08 .img img {
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1279px) {
  .cnt08 .img img {
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .cnt08 .img img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cnt08 .img img {
    height: 70vw;
    max-height: 250px;
  }
}

.cnt09 {
  padding-bottom: 15rem;
}
@media (max-width: 1279px) {
  .cnt09 {
    padding-bottom: 10rem;
  }
}

.cnt10 {
  display: flex;
  justify-content: space-between;
}
.cnt10 .is__block_L {
  width: 47%;
}
.cnt10 .is__block_L .is__img {
  margin: 15rem 0 0 0;
}
.cnt10 .is__imgblock {
  width: 47%;
  flex-shrink: 0;
}
@media (max-width: 1279px) {
  .cnt10 .is__block_L .txt04 br {
    display: none;
  }
  .cnt10 .is__block_L .is__img {
    margin: 10rem 0 0 0;
  }
}
@media (max-width: 1023px) {
  .cnt10 {
    display: block;
  }
  .cnt10 .is__block_L {
    width: 100%;
    margin: 0 0 4rem 0;
  }
  .cnt10 .is__block_L .is__img {
    margin: 5rem auto 0 auto;
    max-width: 500px;
  }
  .cnt10 .is__imgblock {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 424px) {
  .cnt10 .is__block_L .is__img {
    margin: 4rem auto 0 auto;
  }
}

.cnt11 {
  display: flex;
  justify-content: space-between;
  border-top: #B9B9B9 solid 1px;
  padding: 5rem 0 2rem 0;
}
.cnt11.is__borderbottom {
  border-bottom: #B9B9B9 solid 1px;
}
.cnt11 .is__block_L {
  width: 47%;
  flex-shrink: 0;
}
.cnt11 .is__block_L .img {
  margin: 0 0 3rem 0;
}
.cnt11 .is__block_L .vid_contents {
  width: 100%;
  text-align: center;
  margin: 0 0 3rem 0;
}
.cnt11 .is__block_L .vid_main {
  width: 100%;
}
.cnt11 .is__block_R {
  width: 47%;
  padding: 3rem 0 0 0;
}
@media (max-width: 1023px) {
  .cnt11 {
    flex-direction: column;
  }
  .cnt11 .is__block_L {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    order: 2;
  }
  .cnt11 .is__block_R {
    width: 100%;
    order: 1;
    margin: 0 0 3rem 0;
  }
}
@media (max-width: 767px) {
  .cnt11 {
    padding: 3rem 0 3rem 0;
  }
  .cnt11 .is__block_L .img {
    margin: 0 0 2rem 0;
  }
  .cnt11 .is__block_L .vid_contents {
    margin: 0 0 2rem 0;
  }
}

.cnt12 {
  display: flex;
  justify-content: space-between;
}
.cnt12 .block {
  width: 47%;
}
.cnt12 .headline15 {
  margin: 4rem 0 3rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .cnt12 {
    display: block;
  }
  .cnt12 .block {
    width: 100%;
  }
  .cnt12 .block:first-child {
    margin: 0 0 5rem 0;
  }
  .cnt12 .is__img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .cnt12 .headline15 {
    margin: 3rem 0 2rem 0;
  }
}

.cnt13 {
  margin: 0 0 5rem 0;
}
.cnt13 .slider {
  margin: 0 0 2rem 0;
}
.cnt13 .slider .slick-img {
  width: 100%;
}
.cnt13 .slider .slick-img img {
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt13 .slider .prev-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  z-index: 2;
}
.cnt13 .slider .next-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 2;
}
.cnt13 .thumbnail .thumbnail-img {
  width: 184px;
  height: 140px;
}
.cnt13 .thumbnail .thumbnail-img img {
  width: 184px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.cnt13 .thumbnail .slick-track {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
}
.cnt13 .thumbnail .slick-track .slick-slide {
  width: auto !important;
}
@media (max-width: 1279px) {
  .cnt13 .thumbnail .thumbnail-img {
    width: 16.6666666667%;
  }
  .cnt13 .thumbnail .thumbnail-img img {
    width: 100%;
    height: 120px;
  }
}
@media (max-width: 1023px) {
  .cnt13 .slider .slick-img img {
    height: 55vw;
  }
  .cnt13 .thumbnail .thumbnail-img {
    height: 15vw;
  }
  .cnt13 .thumbnail .thumbnail-img img {
    height: 15vw;
  }
  .cnt13 .thumbnail .slick-track {
    flex-wrap: wrap;
  }
  .cnt13 .thumbnail .slick-track .slick-slide {
    width: 33.3333333333% !important;
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .cnt13 .slider {
    margin: 0 0 1rem 0;
  }
  .cnt13 .slider .prev-arrow {
    width: 30px;
    height: 30px;
  }
  .cnt13 .slider .next-arrow {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 424px) {
  .cnt13 .thumbnail .thumbnail-img {
    height: 20vw;
  }
  .cnt13 .thumbnail .thumbnail-img img {
    height: 20vw;
  }
  .cnt13 .thumbnail .slick-track .slick-slide {
    width: 50% !important;
  }
}

.cnt14 {
  position: relative;
  padding: 35rem 0 15rem 0;
}
.cnt14 .is__img_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 2500px;
  z-index: -1;
}
.cnt14 .is__img_bg img {
  width: 100%;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 2559px) {
  .cnt14 .is__img_bg {
    width: 85%;
  }
}
@media (max-width: 1919px) {
  .cnt14 {
    padding: 20rem 0 15rem 0;
  }
  .cnt14 .is__img_bg {
    width: 100%;
  }
  .cnt14 .is__img_bg img {
    height: 450px;
  }
}
@media (max-width: 1023px) {
  .cnt14 .is__img_bg img {
    height: 50vw;
  }
}
@media (max-width: 767px) {
  .cnt14 {
    padding: 15rem 0 10rem 0;
  }
}
@media (max-width: 424px) {
  .cnt14 {
    padding: 30vw 0 10rem 0;
  }
}

.cnt15 {
  background: #fff;
}
@media (max-width: 1919px) {
  .cnt15 {
    max-width: 1280px !important;
  }
}
@media (max-width: 1279px) {
  .cnt15 {
    max-width: 950px !important;
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
}
@media (max-width: 1023px) {
  .cnt15 {
    max-width: 740px !important;
  }
}
@media (max-width: 767px) {
  .cnt15 {
    max-width: 390px !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}
@media (max-width: 424px) {
  .cnt15 {
    max-width: 90% !important;
  }
}

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

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

.cnt17 {
  width: 80%;
  height: 640px;
  margin: 0 0 10rem 0;
}
.cnt17 img {
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1279px) {
  .cnt17 {
    height: 400px;
    width: 85%;
  }
  .cnt17 img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cnt17 {
    height: 250px;
    width: 90%;
  }
  .cnt17 img {
    height: 250px;
  }
}

.cnt18 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cnt18 .block {
  width: 31%;
  margin: 0 0 4rem 0;
}
.cnt18 .is__img {
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767px) {
  .cnt18 .block {
    width: 47%;
    margin: 0 0 3rem 0;
  }
}

.cnt19 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cnt19 a {
  width: 24%;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767px) {
  .cnt19::after {
    content: "";
    display: block;
    width: 31%;
  }
  .cnt19 a {
    width: 31%;
  }
}

.cnt20 {
  padding: 0;
}

.container-base, .container-1560, .container-1160, .container-1120, .container-1080, .container-1040, .container-1000, .container-950 {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.container-950 {
  max-width: 990px;
}

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

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

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

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

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

.container-1560 {
  max-width: 1600px;
}

.headline01 {
  text-align: center;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
}
.headline01 span {
  color: #CB0012;
  font-size: 5rem;
  font-weight: 500;
  display: block;
  margin: 0 0 2rem 0;
}
@media (max-width: 767px) {
  .headline01 span {
    font-size: 3.6rem;
  }
}

.headline02 {
  font-size: 3.6rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .headline02 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .headline02 {
    font-size: 2.4rem;
  }
}
@media (max-width: 424px) {
  .headline02 {
    font-size: 6.5vw;
  }
}

.headline03 {
  color: #fff;
  font-size: 3.2rem;
}
.headline03 span {
  display: block;
  color: #CB0012;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 1rem 0;
}
@media (max-width: 1023px) {
  .headline03 {
    font-size: 2.6rem;
  }
  .headline03 span {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .headline03 {
    font-size: 2.3rem;
  }
}
@media (max-width: 424px) {
  .headline03 {
    font-size: 6.5vw;
  }
  .headline03 span {
    font-size: 3.5vw;
  }
}

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

.headline05 {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
}
.headline05 span {
  color: #CB0012;
  font-size: 5rem;
  font-weight: 500;
  display: block;
  margin: 0 0 2rem 0;
}
@media (max-width: 767px) {
  .headline05 span {
    font-size: 3.6rem;
  }
}

.headline06 {
  font-size: 2.6rem;
}
.headline06 span {
  color: #CB0012;
  font-size: 10rem;
  display: block;
  margin: 0 0 6rem 0;
}
@media (max-width: 1919px) {
  .headline06 {
    font-size: 2.4rem;
  }
  .headline06 span {
    font-size: 8.5rem;
  }
}
@media (max-width: 1279px) {
  .headline06 {
    font-size: 2rem;
  }
  .headline06 span {
    font-size: 7rem;
    margin: 0 0 5rem 0;
  }
}
@media (max-width: 1023px) {
  .headline06 {
    font-size: 1.8rem;
  }
  .headline06 span {
    font-size: 6rem;
    margin: 0 0 4rem 0;
  }
}
@media (max-width: 767px) {
  .headline06 {
    font-size: 1.6rem;
  }
  .headline06 span {
    font-size: 4rem;
    margin: 0 0 2.5rem 0;
  }
}
@media (max-width: 424px) {
  .headline06 {
    font-size: 5vw;
  }
  .headline06 span {
    font-size: 11vw;
  }
}

.headline07 {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.8em;
}

.headline08 {
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1.8em;
}
.headline08::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #CB0012;
  margin: 0 1rem 0 0;
}

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

.headline10 {
  font-size: 4rem;
  margin: 0 0 8rem 0;
}
@media (max-width: 1279px) {
  .headline10 {
    font-size: 3.2rem;
    margin: 0 0 5rem 0;
  }
}
@media (max-width: 767px) {
  .headline10 {
    font-size: 2.6rem;
  }
}

.headline11 {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0 3rem;
}
.headline11::before {
  font: var(--fa-font-solid);
  content: "\f10d";
  position: absolute;
  top: -5px;
  left: 0;
  color: #CB0012;
}
.headline11::after {
  font: var(--fa-font-solid);
  content: "\f10e";
  position: absolute;
  top: -5px;
  right: 0;
  color: #CB0012;
}
@media (max-width: 1279px) {
  .headline11 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .headline11 {
    font-size: 2rem;
    line-height: 1.5em;
  }
  .headline11::before {
    top: -3px;
  }
  .headline11::after {
    top: -3px;
  }
}

.headline12 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6em;
}
@media (max-width: 1279px) {
  .headline12 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .headline12 {
    font-size: 2.4rem;
  }
}
@media (max-width: 424px) {
  .headline12 br {
    display: none;
  }
}

.headline13 {
  font-size: 4rem;
  margin: 0 0 7rem 0;
  line-height: 1.6em;
}
.headline13 span {
  font-size: 1.6rem;
  margin: 0 0 0 1.5rem;
}
@media (max-width: 1279px) {
  .headline13 {
    font-size: 3.2rem;
    margin: 0 0 5rem 0;
  }
}
@media (max-width: 767px) {
  .headline13 {
    font-size: 2.6rem;
  }
  .headline13 span {
    display: block;
    margin: 0;
  }
}

.headline14 {
  display: flex;
  align-items: center;
  font-size: clamp(2.04rem, 1.978rem + 0.26vw, 2.4rem);
  font-weight: 700;
  margin: 0 0 4rem 0;
}
.headline14 span {
  color: #CB0012;
  font-size: 5rem;
  margin: 0 2rem 0 0;
  font-weight: 400;
}

.headline15 {
  font-size: clamp(2.21rem, 2.143rem + 0.29vw, 2.6rem);
}
@media (max-width: 424px) {
  .headline15 {
    font-size: 2rem;
  }
}

.headline16 {
  font-size: 4rem;
  margin: 0 0 5rem 0;
  line-height: 1.6em;
}
.headline16 span {
  font-size: 1.6rem;
  margin: 0 0 0 1.5rem;
}
@media (max-width: 1279px) {
  .headline16 {
    font-size: 3.2rem;
    margin: 0 0 4rem 0;
  }
}
@media (max-width: 767px) {
  .headline16 {
    font-size: 2.6rem;
  }
  .headline16 span {
    display: block;
    margin: 0;
  }
}

.headline17 {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  font-weight: 700;
}
@media (max-width: 424px) {
  .headline17 {
    font-size: 4vw;
  }
}

.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: 1919px) {
  .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: 1919px) {
  .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;
  }
}/*# sourceMappingURL=style.css.map */