@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.2rem, 1.143rem + 0.29vw, 1.6rem);
  line-height: 1.6em;
  font-family: 'Noto Sans JP', sans-serif;
}

.oswald {
  font-family: "oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
}

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

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

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

.fs11 {
  font-size: clamp(1rem, 0.986rem + 0.07vw, 1.1rem);
}

.fs12 {
  font-size: clamp(1rem, 0.971rem + 0.14vw, 1.2rem);
}

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

.fs14 {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
}

.fs15 {
  font-size: clamp(1.15rem, 1.1rem + 0.25vw, 1.5rem);
}

.fs16 {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
}

.fs17 {
  font-size: clamp(1.25rem, 1.186rem + 0.32vw, 1.7rem);
}

.fs18 {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
}

.fs19 {
  font-size: clamp(1.35rem, 1.271rem + 0.39vw, 1.9rem);
}

.fs20 {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
}

.fs21 {
  font-size: clamp(1.45rem, 1.357rem + 0.46vw, 2.1rem);
}

.fs22 {
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2.2rem);
}

.fs23 {
  font-size: clamp(1.6rem, 1.5rem + 0.5vw, 2.3rem);
}

.fs24 {
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
}

.fs25 {
  font-size: clamp(1.8rem, 1.7rem + 0.5vw, 2.5rem);
}

.fs26 {
  font-size: clamp(1.9rem, 1.8rem + 0.5vw, 2.6rem);
}

.fs27 {
  font-size: clamp(2rem, 1.9rem + 0.5vw, 2.7rem);
}

.fs28 {
  font-size: clamp(2.1rem, 2rem + 0.5vw, 2.8rem);
}

.fs29 {
  font-size: clamp(2.2rem, 2.1rem + 0.5vw, 2.9rem);
}

.fs30 {
  font-size: clamp(2.3rem, 2.2rem + 0.5vw, 3rem);
}

.fs31 {
  font-size: clamp(2.4rem, 2.3rem + 0.5vw, 3.1rem);
}

.fs32 {
  font-size: clamp(2.5rem, 2.4rem + 0.5vw, 3.2rem);
}

.fs33 {
  font-size: clamp(2.6rem, 2.5rem + 0.5vw, 3.3rem);
}

.fs34 {
  font-size: clamp(2.7rem, 2.6rem + 0.5vw, 3.4rem);
}

.fs35 {
  font-size: clamp(2.8rem, 2.7rem + 0.5vw, 3.5rem);
}

.fs36 {
  font-size: clamp(2.9rem, 2.8rem + 0.5vw, 3.6rem);
}

.fs37 {
  font-size: clamp(3rem, 2.9rem + 0.5vw, 3.7rem);
}

.fs38 {
  font-size: clamp(3.1rem, 3rem + 0.5vw, 3.8rem);
}

.fs39 {
  font-size: clamp(3.2rem, 3.1rem + 0.5vw, 3.9rem);
}

.fs40 {
  font-size: clamp(3.3rem, 3.2rem + 0.5vw, 4rem);
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover {
  text-decoration: none;
}

.tlink01 {
  font-size: clamp(1.1rem, 1rem + 0.36vw, 1.8rem);
  color: #005DAB;
  font-weight: 500;
}

.tlink01:hover {
  color: #999;
}

.tlink02 {
  text-decoration: underline;
}

.tlink02:hover {
  text-decoration: none;
}

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

.blink01 {
  color: #005DAB;
  border: #005DAB solid 1px;
  display: inline-block;
  width: 100%;
  max-width: 420px;
  text-align: center;
  border-radius: 999px;
  padding: 2rem 0;
}

.blink01:hover {
  background: #005DAB;
  color: #fff;
}

@media (max-width: 768px) {
  .blink01 {
    padding: 1.5rem 0;
    max-width: 350px;
  }
}

.blink02 {
  color: #005DAB;
  border: #005DAB solid 1px;
  display: inline-block;
  width: 100%;
  max-width: 420px;
  text-align: center;
  border-radius: 999px;
  padding: 0.75rem 0;
}

.blink02:hover {
  background: #005DAB;
  color: #fff;
}

@media (max-width: 768px) {
  .blink02 {
    padding: 0.5rem 0;
    max-width: 350px;
  }
}

.blink03 {
  color: #005DAB;
  border: #005DAB solid 1px;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  border-radius: 999px;
  padding: 2rem 0;
}

.blink03:hover {
  background: #005DAB;
  color: #fff;
}

@media (max-width: 768px) {
  .blink03 {
    padding: 1.5rem 0;
    max-width: 350px;
  }
}

.blink04 {
  color: #005DAB;
  border: #005DAB solid 1px;
  display: inline-block;
  width: 100%;
  max-width: 420px;
  text-align: center;
  border-radius: 999px;
  padding: 2rem 0;
  background: url(assets/images/icon_pdf01.png) no-repeat 80px 50%;
  font-size: 1.6rem;
}

.blink04:hover {
  background: url(assets/images/icon_pdf02.png) no-repeat 80px 50%, #005DAB;
  color: #fff;
}

@media (max-width: 1024px) {
  .blink04 {
    font-size: 1.5rem;
    background: url(assets/images/icon_pdf01.png) no-repeat 90px 50%;
  }
  .blink04:hover {
    background: url(assets/images/icon_pdf02.png) no-repeat 90px 50%, #005DAB;
  }
}

@media (max-width: 768px) {
  .blink04 {
    padding: 1.5rem 0;
    max-width: 350px;
    font-size: 1.5rem;
    background: url(assets/images/icon_pdf01.png) no-repeat 50px 50%;
  }
  .blink04:hover {
    background: url(assets/images/icon_pdf02.png) no-repeat 50px 50%, #005DAB;
  }
}

@media (max-width: 576px) {
  .blink04 {
    max-width: 300px;
    font-size: 1.4rem;
    background: url(assets/images/icon_pdf01.png) no-repeat 35px 50%;
  }
  .blink04:hover {
    background: url(assets/images/icon_pdf02.png) no-repeat 35px 50%, #005DAB;
  }
}

.blink05 {
  color: #fff;
  border: #fff solid 1px;
  display: inline-block;
  width: 100%;
  max-width: 420px;
  text-align: center;
  border-radius: 999px;
  padding: 2rem 0;
}

.blink05:hover {
  background: #fff;
  color: #005DAB;
}

@media (max-width: 768px) {
  .blink05 {
    padding: 1.5rem 0;
    max-width: 350px;
  }
}

.txt01 {
  color: #101010;
  letter-spacing: 0.1em;
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  line-height: 2.5em;
}

@media (max-width: 576px) {
  .txt01 {
    line-height: 2.2em;
  }
}

.txt02 {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  line-height: 2em;
  letter-spacing: 0;
  font-weight: 500;
}

.txt03 {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  line-height: 2.2em;
}

.txt04 {
  font-weight: 500;
  color: #101010;
  letter-spacing: 0.1em;
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  line-height: 2.5em;
  letter-spacing: 0;
}

@media (max-width: 576px) {
  .txt04 {
    line-height: 2.2em;
  }
}

.txt05 {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  line-height: 2em;
}

.f_red02 {
  color: #DD0012;
}

#header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0 0 3rem 0;
}

#header.scroll-header {
  background: #fff;
}

#header.is__layer {
  background: #fff;
}

#gNav a:hover {
  color: #999;
}

nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 768px) {
  .h_logo {
    position: absolute;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .h_logo {
    margin: 1rem 0 0 0;
  }
  .h_logo .desc {
    color: #036EB7;
    margin: 0 0 0.5rem 0;
  }
  .h_logo img {
    width: 100%;
    max-width: 360px;
  }
  #h_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .h_tel .reception {
    color: #036EB7;
    text-align: center;
    margin: 0 0 0.5rem 0;
  }
  .h_tel .inner {
    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;
  }
  .h_tel .inner .icon {
    margin: 0.25rem 1rem 0 0;
  }
  .h_tel .inner .tel {
    color: #005DAB;
    font-size: clamp(3.3rem, 4rem + 0.5vw, 5rem);
  }
  .h_nav {
    width: 100%;
    margin: 6rem 0 0 0;
  }
  #gNav ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gNav li {
    position: relative;
  }
  #gNav li:nth-last-child(2) {
    margin-right: 0;
  }
  #gNav li:nth-last-child(2) a {
    padding: 0;
  }
  #gNav li:nth-last-child(2) a::after {
    content: none;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
    padding: 0 4rem 0 0;
    color: #036EB7;
    font-weight: 500;
  }
  #gNav li a::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #E61F1A;
    margin: 0 0 0 4rem;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: -58px;
    margin-left: 0;
    width: 270px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #fff;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav li:hover ul.sub-menu {
    top: 30px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
  #gNav li ul li a {
    padding: 1.5rem !important;
    color: #036EB7 !important;
    border-bottom: #ddd solid 1px !important;
  }
  #gNav li ul li:last-child a {
    border: none !important;
  }
  #gNav li ul li a:after {
    content: none;
  }
  #gNav .sub-menu li a:hover {
    background: #E5F2FE;
  }
}

@media (max-width: 1280px) {
  #gNav li a {
    padding: 0 2.5rem 0 0;
  }
  #gNav li a::after {
    margin: 0 0 0 2.5rem;
  }
  #gNav .sub-menu {
    left: -53px;
    width: 250px;
  }
}

@media (max-width: 1024px) {
  .h_logo img {
    max-width: 300px;
  }
  .h_tel .inner .icon img {
    width: 100%;
    max-width: 45px;
  }
  .h_tel .inner .tel {
    font-size: clamp(3rem, 5vw, 4rem);
  }
  #gNav li a {
    font-size: clamp(1.3rem, 1.75vw, 1.6rem);
    padding: 0 1.5rem 0 0;
  }
  #gNav li a::after {
    margin: 0 0 0 1.5rem;
  }
  .h_nav {
    margin: 3rem 0 0 0;
  }
  #gNav .sub-menu {
    left: -45px;
    width: 230px;
  }
}

@media (max-width: 768px) {
  #header {
    background: #005DAB;
    height: 64px;
  }
  #header.is__layer {
    background: #005DAB;
  }
  #header.scroll-header {
    background: #005DAB;
  }
  #header .mask {
    top: 64px;
  }
  .h_logo {
    margin: 1.25rem 0 0 0;
    width: 100%;
  }
  .h_logo .desc {
    color: #fff;
    line-height: 1.7em;
    margin: 0 0 2.5rem 0;
  }
  .h_nav {
    margin: 0;
  }
  .meanmenu-reveal::after {
    content: none;
  }
  .meanmenu-reveal.meanclose::after {
    content: none;
  }
  .meanmenu-reveal.meanclose span:nth-of-type(1) {
    top: 8px;
  }
  .meanmenu-reveal-btn {
    width: 64px;
    height: 64px;
    background: #E61F1A;
  }
  .meanmenu-reveal span:nth-of-type(1) {
    background: #fff;
    height: 3px;
    top: 10px;
    left: 3px;
  }
  .meanmenu-reveal span:nth-of-type(2) {
    background: #fff;
    height: 3px;
    top: 18px;
    left: 3px;
  }
  .meanmenu-reveal span:nth-of-type(3) {
    background: #fff;
    height: 3px;
    top: 26px;
    left: 3px;
  }
  .mean-container .mean-nav {
    margin-top: 64px;
  }
  .mean-container .mean-bar {
    z-index: 100;
  }
  .mean-container .mean-nav ul li a {
    background: #004377;
    color: #fff;
    border-bottom: #95b1c6 dashed 1px;
    text-align: center;
  }
  .mean-container .mean-nav ul li a:hover {
    background: #004377;
  }
  .mean-container .mean-nav ul li li a {
    background: #005293;
  }
  .mean-container .mean-nav ul li li a:hover {
    background: #005293;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    display: none !important;
  }
  .openbtn i {
    margin: 0 0 0 1rem;
  }
  .openbtn.open i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .sub-menu.open {
    display: block !important;
  }
  .nav .is__contact {
    background: #004377;
    color: #fff;
    text-align: center;
    padding: 1.5rem 0 2.5rem;
  }
  .nav .is__contact .is__reception {
    margin: 0 0 0.5rem 0;
    font-size: clamp(1rem, 3vw, 1.5rem);
  }
  .nav .is__contact .is__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav .is__contact .is__tel img {
    margin: 0 0.5rem 0 0;
  }
  .nav .is__contact .is__tel a {
    width: auto;
    font-size: 3.3rem;
    padding: 0;
    letter-spacing: 0.05em;
  }
  .logo.is__sp {
    text-align: center;
    margin: 0 0 3rem 0;
  }
  .logo.is__sp img {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .h_logo .logo {
    width: 100%;
    max-width: 280px;
  }
  .logo.is__sp {
    margin: 0 0 2rem 0;
  }
  .logo.is__sp img {
    max-width: 250px;
  }
}

.bread {
  background: #F8F8F8;
  font-size: clamp(1.0rem, 1.0rem + 0.14vw, 1.3rem);
  padding: 1rem 0;
  margin: 0 0 8rem 0;
}

.bread ul li {
  float: left;
  font-size: clamp(1.0rem, 1.0rem + 0.14vw, 1.3rem);
}

.bread ul li a {
  color: #005DAB;
  letter-spacing: 0.05em !important;
  font-size: clamp(1.0rem, 1.0rem + 0.14vw, 1.3rem);
}

.bread ul li a::after {
  content: "|";
  margin: 0 1rem;
}

.bread ul li a:hover {
  color: #999;
}

@media (max-width: 576px) {
  .bread {
    margin: 0 0 5rem 0;
  }
}

.main.is__layer {
  padding-bottom: 18rem;
}

@media (max-width: 768px) {
  .main.is__layer {
    padding-bottom: 13rem;
  }
}

@media (max-width: 576px) {
  .main.is__layer {
    padding-bottom: 10rem;
  }
}

.aside_column {
  padding: 15rem 0 0 0;
}

#footer {
  background: #005DAB;
  padding: 10rem 0;
}

#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .companyinfo_block .logo {
  margin: 0 0 2rem 0;
}

#footer .companyinfo_block .logo img {
  width: 100%;
  max-width: 360px;
}

#footer .companyinfo_block .tel {
  color: #fff;
  font-size: clamp(1.6rem, 1.5rem + 0.5vw, 2.3rem);
  margin: 0 0 0.5rem 0;
}

#footer .companyinfo_block .tel a {
  font-size: clamp(3.1rem, 3rem + 0.5vw, 3.8rem);
}

#footer .companyinfo_block .reception {
  color: #fff;
  font-size: clamp(1.1rem, 1.071rem + 0.14vw, 1.3rem);
  margin: 0 0 2rem 0;
}

#footer .policy {
  margin: 0 0 3rem 0;
}

#footer .policy li {
  margin: 0 0 1.5rem 0;
}

#footer .policy li a {
  color: #fff;
  font-size: clamp(1.15rem, 1.1rem + 0.1vw, 1.5rem);
}

#footer .policy li:last-child {
  margin: 0;
}

#footer .copy {
  color: #fff;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
}

#footer .fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .fnav ul {
  border-left: #95b1c6 dashed 1px;
  padding: 0 0 0 3rem;
  margin: 0 0 0 3rem;
}

#footer .fnav ul li {
  margin: 2rem 0;
  color: #fff;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
}

#footer .fnav ul li a {
  color: #fff;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
}

#footer .fnav ul li.is__sub {
  font-weight: 300;
  margin: 1.2rem 0 0 1.5rem;
}

#footer .fnav ul li.is__sub a {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
}

@media (max-width: 1280px) {
  #footer .companyinfo_block .logo img {
    max-width: 320px;
  }
  #footer .companyinfo_block .copy {
    font-size: clamp(1.1rem, 1.057rem + 0.1vw, 1.4rem);
  }
  #footer .fnav ul {
    padding: 0 0 0 2rem;
    margin: 0 0 0 2rem;
  }
  #footer .fnav ul li a {
    font-size: clamp(1.2rem, 1.0rem + 0.1vw, 1.8rem);
  }
  #footer .fnav ul li.is__sub a {
    font-size: clamp(1.2rem, 1.0rem + 0.05vw, 1.6rem);
  }
}

@media (max-width: 1024px) {
  #footer {
    padding: 7rem 0 2rem 0;
  }
  #footer .inner {
    display: block;
  }
  #footer .companyinfo_block {
    text-align: center;
  }
  #footer .fnav {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 3rem 0;
  }
  #footer .fnav ul {
    padding: 0 0 0 2rem;
    margin: 0 0 0 2rem;
    width: calc(100% / 3);
  }
  #footer .policy {
    margin: 0 0 2rem 0;
  }
  #footer .policy li {
    margin: 0 0 1rem 0;
  }
}

@media (max-width: 768px) {
  #footer .companyinfo_block .logo img {
    max-width: 280px;
  }
  #footer .fnav ul {
    padding: 0 0 0 2vw;
    margin: 0 0 0 0;
    width: calc(100% / 3);
  }
  #footer .fnav ul li {
    margin: 1rem 0;
  }
  #footer .fnav ul li a {
    font-size: clamp(1.1rem, 1.0rem + 0.2vw, 1.6rem);
  }
  #footer .fnav ul li.is__sub {
    margin: 1rem 0 0 1rem;
  }
  #footer .fnav ul li.is__sub a {
    font-size: clamp(1.1rem, 1.0rem + 0.2vw, 1.6rem);
  }
}

@media (max-width: 576px) {
  #footer {
    padding: 5rem 0 5rem 0;
  }
  #footer .companyinfo_block .logo img {
    max-width: 250px;
  }
  #footer .fnav {
    display: block;
  }
  #footer .fnav ul {
    width: 100%;
    border-left: none;
    padding: 0;
    margin: 0;
  }
  #footer .fnav ul li {
    margin: 1.25rem 0;
  }
  #footer .fnav ul li a {
    font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.6rem);
  }
  #footer .fnav ul li.is__sub {
    margin: 1rem 0 0 1rem;
  }
  #footer .fnav ul li.is__sub a {
    font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.4rem);
  }
}

#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
}

#page-top a:hover {
  opacity: 0.7;
}

@media (max-width: 576px) {
  #page-top a img {
    width: 40px;
    height: auto;
  }
}

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

.wp-pagenavi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: #D9D9D9 solid 1px;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem) !important;
}

.wp-pagenavi span {
  border: none !important;
  width: 40px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-pagenavi span.pages {
  display: none !important;
}

.wp-pagenavi span.current {
  color: #fff;
  background: #005DAB;
  border-radius: 5px;
}

.wp-pagenavi a {
  border: none !important;
  width: 40px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-pagenavi a.previouspostslink {
  border-right: #D9D9D9 solid 1px !important;
  position: relative;
  color: #fff;
}

.wp-pagenavi a.previouspostslink::after {
  font-family: "Font Awesome 5 Free";
  content: '\f053';
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  color: #005DAB;
  font-size: 1.6rem;
}

.wp-pagenavi a.nextpostslink {
  border-left: #D9D9D9 solid 1px !important;
  position: relative;
  color: #fff;
}

.wp-pagenavi a.nextpostslink::after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  color: #005DAB;
  font-size: 1.6rem;
}

.content01 {
  background: url(assets/images/top_bg.jpg) repeat-y 0 0;
  background-size: cover;
  padding: 25rem 0 15rem 0;
}

.content01.is__layer {
  background: none;
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  .content01 {
    padding: 20rem 0 15rem 0;
  }
}

@media (max-width: 768px) {
  .content01 {
    padding: 8rem 0 5rem 0;
  }
}

.content02 {
  background: url(assets/images/top_bg.jpg) repeat-y 0 0;
  background-size: cover;
}

.content02.is__layer {
  background: none;
}

.content02 .img {
  mix-blend-mode: multiply;
}

.content03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.content03 .block {
  width: 30%;
  background: #fff;
  padding: 2rem;
  -webkit-box-shadow: 0px 0px 7px -5px #000000;
          box-shadow: 0px 0px 7px -5px #000000;
}

.content03 .block:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.content03 .img {
  margin: 0 0 1rem 0;
}

.content03 .img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content03 .date {
  font-size: clamp(1.1rem, 1.071rem + 0.14vw, 1.3rem);
  color: #005DAB;
  margin: 0 0 1rem 0;
}

.content03 .title {
  border-left: #005DAB solid 3px;
  font-weight: 500;
  padding: 0 0 0 1rem;
  margin: 0 0 1.5rem 0;
}

.content03 p {
  font-size: clamp(1.1rem, 1.071rem + 0.14vw, 1.3rem);
}

@media (max-width: 1024px) {
  .content03 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content03 .block {
    width: 31%;
  }
  .content03 .img img {
    height: 15vw;
    max-height: 200px;
  }
}

@media (max-width: 768px) {
  .content03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content03 .block {
    width: 80%;
    margin: 0 auto 3rem auto;
  }
  .content03 .block:last-child {
    margin: 0 auto 0 auto;
  }
  .content03 .img img {
    height: 35vw;
    max-height: 250px;
  }
}

@media (max-width: 576px) {
  .content03 .block {
    width: 100%;
  }
  .content03 .img img {
    height: 40vw;
  }
}

.content04 {
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px -5px #000000;
          box-shadow: 0px 0px 7px -5px #000000;
  padding: 1rem 4rem 3rem;
}

@media (max-width: 576px) {
  .content04 {
    padding: 0rem 2rem 1.5rem;
  }
}

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

.content05 .block {
  width: calc(100% / 3);
  text-align: center;
  border-left: #005DAB dashed 2px;
  padding: 1rem 0;
  color: #005DAB;
  display: block;
}

.content05 .block:last-child {
  border-right: #005DAB dashed 2px;
}

.content05 .block:hover {
  color: #999;
}

.content05 .icon {
  margin: 0 0 1.5rem 0;
}

@media (max-width: 768px) {
  .content05 .block {
    padding: 1rem 0.5rem;
  }
}

@media (max-width: 576px) {
  .content05 {
    display: block;
  }
  .content05 .block {
    width: 100%;
    border-left: none;
    border-top: #005DAB dashed 2px;
    padding: 2rem 0;
  }
  .content05 .block:last-child {
    border-right: none;
    border-bottom: #005DAB dashed 2px;
  }
  .content05 .icon img {
    width: 10%;
  }
}

.content06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #036EB7;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content06 .contact_txt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 3rem 0;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
}

.content06 .contact_txt01 span {
  margin: 0 1rem;
}

.content06 .contact_txt02 {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 500;
  text-align: center;
}

.content06 .contact_txt02 br {
  display: none;
}

.content06 .contact_txt03 {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  text-align: center;
  margin: 0 0 4.5rem 0;
}

.content06 .contact_txt03 br {
  display: none;
}

.content06 .is__tel {
  font-size: clamp(3.3rem, 3.2rem + 5vw, 7.5rem);
  margin: 0 0 3rem 0;
}

.content06 .is__tel a {
  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;
}

.content06 .is__tel img {
  margin: 0 2rem 0 0;
}

.content06 .is__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: clamp(3.3rem, 3.2rem + 5vw, 6.0rem);
  margin: 0 0 3.5rem 0;
}

.content06 .is__contact img {
  margin: 0 2rem 0 0;
}

@media (max-width: 1280px) {
  .content06 .is__tel {
    font-size: 5vw;
  }
  .content06 .is__contact {
    font-size: 5vw;
  }
}

@media (max-width: 1024px) {
  .content06 {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .content06 .contact_txt01 {
    display: block;
    line-height: 2em;
  }
  .content06 .contact_txt01 span {
    display: block;
    text-align: center;
  }
  .content06 .contact_txt03 {
    line-height: 2em;
    margin: 0 0 4rem 0;
  }
  .content06 .contact_txt03 br {
    display: block;
  }
  .content06 .is__tel {
    font-size: 5.5vw;
  }
  .content06 .is__tel img {
    margin: 0 1.5rem 0 0;
    width: 60px;
  }
  .content06 .is__contact {
    font-size: 5.5vw;
    margin: 0 0 3rem 0;
  }
  .content06 .is__contact img {
    margin: 0 1rem 0 0;
    width: 50px;
  }
}

@media (max-width: 768px) {
  .content06 .is__tel {
    font-size: 4.5vw;
  }
  .content06 .is__tel img {
    margin: 0 1rem 0 0;
    width: 60px;
  }
  .content06 .is__contact {
    font-size: 4.5vw;
    margin: 0 0 3.25rem 0;
  }
  .content06 .is__contact img {
    margin: 0 1rem 0 0;
    width: 50px;
  }
  .content06 .contact_txt02 {
    line-height: 1.7em;
  }
  .content06 .contact_txt02 br {
    display: block;
  }
}

@media (max-width: 576px) {
  .content06 {
    display: block;
  }
  .content06 .block:first-child {
    margin: 0 0 4rem 0;
  }
  .content06 .is__tel {
    font-size: 10vw;
    margin: 0 0 1.5rem 0;
  }
  .content06 .is__tel img {
    margin: 0 1rem 0 0;
    width: 45px;
  }
  .content06 .is__contact {
    font-size: 9vw;
    margin: 0 0 1.5rem 0;
  }
  .content06 .is__contact img {
    margin: 0 1rem 0 0;
    width: 40px;
  }
  .content06 .contact_txt01 {
    margin: 0 0 1.5rem 0;
  }
  .content06 .contact_txt02 {
    font-size: 3.75vw;
  }
  .content06 .contact_txt02 br {
    display: none;
  }
  .content06 .contact_txt03 {
    margin: 0 0 2rem 0;
  }
}

.content07 {
  padding: 10rem 0;
  position: relative;
}

.content07 .bgtxt {
  font-size: 14rem;
  color: #e5eef6;
  line-height: 1.2em;
  position: absolute;
  left: 1rem;
  top: 0;
  z-index: -1;
}

@media (max-width: 1280px) {
  .content07 .bgtxt {
    font-size: 10vw;
  }
}

@media (max-width: 1024px) {
  .content07 .bgtxt {
    font-size: 12vw;
    line-height: 1.1em;
  }
}

@media (max-width: 576px) {
  .content07 {
    padding: 5rem 0;
  }
}

.content08 {
  padding: 0 0 10rem 0;
}

.content08 .catch {
  color: #e5eef6;
  letter-spacing: 0.4em;
  font-size: clamp(2rem, 2vw, 3rem);
  margin: 0 0 10rem 0;
}

.content08 .headline04 {
  margin: 0 0 10rem 0;
}

@media (max-width: 1280px) {
  .content08 .catch {
    margin: 0 0 5rem 0;
  }
}

@media (max-width: 1024px) {
  .content08 .catch {
    font-size: 2vw;
  }
}

@media (max-width: 768px) {
  .content08 .catch {
    margin: 0 0 2.5rem 0;
  }
  .content08 .headline04 {
    margin: 0 0 5rem 0;
  }
}

@media (max-width: 576px) {
  .content08 .catch {
    font-size: 1.9vw;
  }
  .content08 .headline04 {
    margin: 0 0 8rem 0;
  }
}

.content09 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content09 .block {
  width: 30%;
  margin: 0 0 2rem 0;
}

.content09 .block .img {
  margin: 0 0 0.5rem 0;
  overflow: hidden;
}

.content09 .block .img a img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.content09 .block .img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.content09 .block .title {
  text-align: center;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  letter-spacing: 0.1em;
}

@media (max-width: 576px) {
  .content09 {
    display: block;
  }
  .content09 .block {
    width: 100%;
    text-align: center;
    margin: 0 0 3rem 0;
  }
  .content09 .block:last-child {
    margin: 0;
  }
}

.content10 {
  background: #005DAB;
  padding: 10rem 0;
}

@media (max-width: 768px) {
  .content10 {
    padding: 5rem 0;
  }
}

.content11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content11::before {
  content: "";
  display: block;
  width: 31%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.content11::after {
  content: "";
  display: block;
  width: 31%;
}

.content11 .block {
  width: 31%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.content11 .block:hover {
  -webkit-transform: translateY(-1.5rem);
          transform: translateY(-1.5rem);
}

.content11 .img {
  background: #fff;
  padding: 1rem;
  margin: 0 0 1.5rem 0;
}

.content11 .img img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content11 .worksinfo,
.content11 .columninfo {
  background: #fff;
  padding: 1rem;
}

.content11 .columninfo a p {
  font-size: clamp(1.1rem, 1.071rem + 0.14vw, 1.3rem);
}

.content11 .date {
  color: #005DAB;
  letter-spacing: 0.1em;
  margin: 0 0 0.5rem 0;
}

.content11 .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 1.5rem 0;
}

.content11 .category li {
  font-size: clamp(1rem, 0.971rem + 0.14vw, 1.2rem);
  color: #005DAB;
}

.content11 .category li a {
  text-decoration: underline;
}

.content11 .category li a::after {
  content: "/";
  margin: 0 0.5rem;
}

.content11 .category li a:hover {
  text-decoration: none;
}

.content11 .category li:last-child a::after {
  content: none;
}

.content11 .client {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 500;
  border-left: #005DAB solid 5px;
  padding: 0 0 0 1rem;
  line-height: 1.7em;
}

@media (max-width: 1024px) {
  .content11 .img img {
    height: 20vw;
  }
  .content11 .category {
    display: block;
  }
  .content11 .category li a::after {
    content: none;
  }
}

@media (max-width: 768px) {
  .content11 {
    display: block;
  }
  .content11 .block {
    width: 80%;
    margin: 0 auto 4rem auto;
  }
  .content11 .block:last-child {
    margin: 0 auto;
  }
  .content11 .img img {
    height: 40vw;
  }
  .content11 .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content11 .category li a {
    text-decoration: underline;
  }
  .content11 .category li a::after {
    content: "/";
    margin: 0 0.5rem;
  }
  .content11 .category li a:hover {
    text-decoration: none;
  }
  .content11 .category li:last-child a::after {
    content: none;
  }
}

@media (max-width: 576px) {
  .content11 .block {
    width: 100%;
  }
  .content11 .img img {
    height: 50vw;
  }
  .content11 .category {
    display: block;
  }
  .content11 .category li a::after {
    content: none;
  }
}

.content12 {
  background: #F3FAFF;
  padding: 10rem 0;
}

@media (max-width: 768px) {
  .content12 {
    padding: 5rem 0;
  }
}

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

.content13 .img {
  margin: 0 3.5rem 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.content13 .block_R {
  margin: 0 0 0 3.5rem;
}

@media (max-width: 1024px) {
  .content13 .img {
    margin: 0 2.5rem 0 0;
    max-width: 350px;
  }
  .content13 .block_R {
    width: 320px;
    margin: 0 0 0 2.5rem;
  }
}

@media (max-width: 768px) {
  .content13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content13 .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: none;
    text-align: center;
    margin: 0;
  }
  .content13 .block_R {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: 0 0 3rem 0;
    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;
  }
}

.content14 {
  background: #005DAB;
  height: 260px;
  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;
}

@media (max-width: 1024px) {
  .content14 {
    height: 240px;
  }
}

@media (max-width: 768px) {
  .content14 {
    height: 220px;
  }
}

@media (max-width: 576px) {
  .content14 {
    height: 170px;
  }
}

.content15 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content15 .block {
  width: 31%;
  margin: 1.5rem 0;
}

.content15 .img {
  margin: 0 0 0.5rem 0;
}

.content15 .title {
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .content15 .block {
    width: 45%;
  }
}

@media (max-width: 576px) {
  .content15 {
    display: block;
  }
  .content15 .block {
    width: 100%;
    margin: 0 auto 1.5rem auto;
    max-width: 400px;
  }
}

.content16 {
  background: #FFEC3D;
  padding: 3rem 0;
  border-radius: 10px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 5rem auto;
  position: relative;
}

.content16::after {
  content: url(assets/images/feature_arrow01.png);
  display: block;
  position: absolute;
  right: 100px;
  bottom: -40px;
}

@media (max-width: 768px) {
  .content16 {
    margin: 0 auto 3rem auto;
  }
  .content16::after {
    right: auto;
    left: 20px;
    bottom: -25px;
  }
}

.content17 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0 auto;
  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;
}

.content17 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  right: -50px;
}

@media (max-width: 1024px) {
  .content17 .img {
    right: 0;
  }
}

@media (max-width: 768px) {
  .content17 {
    display: block;
  }
  .content17 .img {
    text-align: center;
    margin: 3rem 0 0 0;
  }
}

@media (max-width: 576px) {
  .content17 .img {
    margin: 2rem 0 0 0;
  }
  .content17 .img img {
    width: 100%;
    max-width: 220px;
  }
}

.content18 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content18 .block {
  width: 31%;
}

.content18 .block:nth-child(1), .content18 .block:nth-child(2), .content18 .block:nth-child(3) {
  margin: 0 0 6rem 0;
}

.content18 .img {
  overflow: hidden;
}

.content18 .img a img {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.content18 .img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.content18 .title {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  text-align: center;
  margin: 1.5rem 0;
}

@media (max-width: 768px) {
  .content18 .block {
    width: 47%;
  }
  .content18 .block:nth-child(1), .content18 .block:nth-child(2), .content18 .block:nth-child(3), .content18 .block:nth-child(4) {
    margin: 0 0 4rem 0;
  }
  .content18 .img {
    text-align: center;
  }
}

@media (max-width: 375px) {
  .content18 .title {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.content19 .block {
  margin: 0 0 5rem 0;
}

@media (max-width: 768px) {
  .content19 .block {
    margin: 0 0 3rem 0;
  }
}

@media (max-width: 576px) {
  .content19 .block {
    width: 48%;
    margin: 0 0 2rem 0;
  }
  .content19 .title {
    margin: 1.5rem 0 1rem 0;
  }
  .content19 .fs16 {
    font-size: 1.0rem;
  }
}

.content20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content20::after {
  content: "";
  display: block;
  width: 31.5%;
}

.content20 .block {
  border: #C4C4C4 solid 1px;
  text-align: center;
  padding: 2.5rem 0;
  width: 31.5%;
  margin: 0 0 3rem 0;
}

@media (max-width: 1024px) {
  .content20 .headline13 {
    font-size: 2vw;
  }
  .content20 .block {
    margin: 0 0 2rem 0;
  }
}

@media (max-width: 768px) {
  .content20 .headline13 {
    font-size: clamp(1rem, 2.5vw, 3rem);
  }
  .content20 .block {
    width: 48%;
  }
}

@media (max-width: 576px) {
  .content20 .headline13 {
    font-size: clamp(1.7rem, 3vw, 2rem);
  }
  .content20 .block {
    width: 100%;
    padding: 1.5rem 0;
  }
}

.content21 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10rem 0;
}

.content21 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}

.content21 .inner {
  margin: 0 0 0 6rem;
}

@media (max-width: 1024px) {
  .content21 {
    margin: 0 0 7rem 0;
  }
  .content21 .img {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .content21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content21 .img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 2.5rem auto;
  }
  .content21 .inner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 0 auto;
  }
}

@media (max-width: 576px) {
  .content21 {
    margin: 0 0 4rem 0;
  }
  .content21 .img {
    margin: 0 auto 2rem auto;
  }
}

.content22 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10rem 0;
}

.content22 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.content22 .inner {
  margin: 0 6rem 0 0;
  paint-order: 1;
}

@media (max-width: 1024px) {
  .content22 {
    margin: 0 0 7rem 0;
  }
  .content22 .img {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .content22 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content22 .img {
    width: 100%;
    max-width: 600px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 2.5rem auto;
  }
  .content22 .inner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 576px) {
  .content22 {
    margin: 0 0 4rem 0;
  }
  .content22 .img {
    margin: 0 auto 2rem auto;
  }
}

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

.content23 .block {
  width: 48%;
  margin: 0 0 6rem 0;
}

.content23 .block:nth-child(7) {
  margin: 0;
}

.content23 .block:last-child {
  margin: 0;
}

.content23 .img {
  margin: 0 0 2.5rem 0;
}

@media (max-width: 576px) {
  .content23 .block {
    width: 100%;
    margin: 0 0 4rem 0;
  }
  .content23 .block:nth-child(7) {
    margin: 0 0 4rem 0;
  }
}

.content24 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content24 .block {
  margin: 0 0 4rem 0;
}

.content24 .img {
  padding: 0;
}

.content24 .worksinfo,
.content24 .columninfo {
  padding: 0;
}

.content25 .block {
  margin: 0 0 3rem 0;
}

.content25 .block:last-child {
  margin: 0;
}

.content25 .faq_q {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 700;
  padding: 3rem 4rem;
}

.content25 .faq_q span {
  position: relative;
  padding: 0 0 0 4rem;
  display: block;
  line-height: 1.6em;
}

.content25 .faq_q span::before {
  content: "Q.";
  font-family: "oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #005DAB;
  font-size: clamp(1.9rem, 1.8rem + 0.5vw, 2.6rem);
  position: absolute;
  left: 0;
  top: 0;
}

.content25 .faq_a {
  background: #FFF6F2;
  padding: 3rem 4rem;
}

.content25 .faq_a p {
  font-weight: 500;
  line-height: 2em;
  position: relative;
  padding: 0 0 0 4rem;
}

.content25 .faq_a p::before {
  content: "A.";
  font-family: "oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #DD0012;
  font-size: clamp(1.9rem, 1.8rem + 0.5vw, 2.6rem);
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .content25 .faq_q {
    padding: 2.5rem;
  }
  .content25 .faq_q span {
    padding: 0 0 0 3rem;
  }
  .content25 .faq_a {
    padding: 2.5rem;
  }
  .content25 .faq_a p {
    padding: 0 0 0 3rem;
  }
}

@media (max-width: 576px) {
  .content25 .faq_q {
    padding: 1.5rem 2rem;
  }
  .content25 .faq_q span {
    padding: 0 0 0 3rem;
  }
  .content25 .faq_a {
    padding: 1.5rem 2rem;
  }
  .content25 .faq_a p {
    padding: 0 0 0 3rem;
  }
}

.content26 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 8rem 0;
}

.content26 .block:last-child {
  margin: 0;
}

.content26 .block_L {
  padding: 0 5rem 0 0;
}

.content26 .block_L p {
  letter-spacing: 0.1em;
}

.content26 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}

@media (max-width: 1024px) {
  .content26 .block_L {
    padding: 0 3.5rem 0 0;
  }
  .content26 .img {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .content26 .block {
    display: block;
  }
  .content26 .block_L {
    margin: 0 0 3rem 0;
    padding: 0;
  }
  .content26 .btn_wrap {
    text-align: center;
  }
  .content26 .img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .content26 .block {
    margin: 0 0 5rem 0;
  }
  .content26 .block_L {
    margin: 0 0 2rem 0;
  }
}

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

.content27 .block_L {
  width: 100%;
  max-width: 750px;
}

.content27 .block_L .slider {
  margin: 0 2rem 2rem 0;
}

.content27 .block_L .slider li img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content27 .block_L .thumb li {
  margin: 0 2rem 0 0;
}

.content27 .block_L .thumb li img {
  width: 100%;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.content27 .block_R {
  width: 100%;
  max-width: 450px;
}

.content27 .block_R .date {
  color: #005DAB;
}

@media (max-width: 1280px) {
  .content27 .block_L {
    max-width: none;
    width: 60%;
  }
  .content27 .block_R {
    max-width: none;
    width: 38%;
  }
}

@media (max-width: 1024px) {
  .content27 .block_L {
    max-width: none;
    width: 55%;
  }
  .content27 .block_L .slider li img {
    height: 35vw;
  }
  .content27 .block_L .thumb li img {
    height: 8vw;
  }
  .content27 .block_R {
    max-width: none;
    width: 43%;
  }
}

@media (max-width: 768px) {
  .content27 .block_L {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .content27 .block_L .slider {
    margin: 0 0 2rem 0;
  }
  .content27 .block_L .slider li img {
    height: 55vw;
  }
  .content27 .block_L .thumb li {
    margin: 0 1rem;
  }
  .content27 .block_L .thumb li img {
    height: 15vw;
  }
  .content27 .block_R {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 3rem 0;
  }
}

@media (max-width: 576px) {
  .content27 .block_L .slider {
    margin: 0 0 1rem 0;
  }
  .content27 .block_L .thumb li {
    margin: 0 0.5rem;
  }
}

.content28 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content28 .block {
  width: 48%;
}

@media (max-width: 768px) {
  .content28 {
    display: block;
  }
  .content28 .block {
    width: 100%;
    margin: 0 0 2.5rem 0;
  }
}

.content29 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content29 .main_content {
  width: 100%;
  max-width: 1150px;
}

.content29 .side_content {
  width: 100%;
  max-width: 340px;
  background: #F8F8F8;
  padding: 3rem 3rem;
}

.content29 .side_content a:hover {
  color: #999;
}

.content29 .side_content .title {
  color: #005DAB;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  margin: 0 0 2rem 0;
}

.content29 .side_content .widgettitle {
  display: none;
}

.content29 .side_content .widget_block {
  margin: 0 0 3rem 0;
}

.content29 .side_content .category_list li {
  background: #fff;
  margin: 0 0 1rem 0;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  font-weight: 500;
}

.content29 .side_content .category_list li a {
  display: block;
  padding: 1rem 1.5rem;
}

.content29 .side_content .sub_category_list {
  padding: 0 0 0.25rem 0;
}

.content29 .side_content .sub_category_list li {
  font-weight: 400;
}

.content29 .side_content .sub_category_list li a {
  padding: 0 1.5rem;
}

.content29 .side_content .sub_category_list li a::before {
  content: "―";
  margin: 0 1rem 0 0;
}

.content29 .side_content .wrap {
  background: #fff;
  padding: 1.5rem;
}

.content29 .side_content .newpost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 3rem 0;
}

.content29 .side_content .newpost:last-child {
  margin: 0;
}

.content29 .side_content .newpost .img {
  margin: 0 2rem 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.content29 .side_content .newpost .img img {
  width: 68px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content29 .side_content .newpost .posttitle {
  font-weight: 500;
  font-size: clamp(1rem, 0.971rem + 0.14vw, 1.2rem);
  line-height: 1.6em;
}

.content29 .side_content select {
  background: #fff;
  border: #CFCFCF solid 1px;
  width: 100%;
  padding: 1rem;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
}

@media (max-width: 1280px) {
  .content29 .main_content {
    width: 68%;
    max-width: none;
  }
  .content29 .side_content {
    width: 30%;
    max-width: none;
  }
}

@media (max-width: 1024px) {
  .content29 .side_content .newpost {
    display: block;
  }
  .content29 .side_content .newpost .img {
    margin: 0 0 1rem 0;
    text-align: center;
  }
  .content29 .side_content .newpost .img img {
    width: 68px;
    height: 64px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content29 .side_content .newpost .posttitle {
    font-weight: 500;
    font-size: clamp(1rem, 0.971rem + 0.14vw, 1.2rem);
    line-height: 1.6em;
  }
}

@media (max-width: 768px) {
  .content29 {
    display: block;
  }
  .content29 .main_content {
    width: 100%;
    margin: 0 0 5rem 0;
  }
  .content29 .side_content {
    width: 100%;
  }
  .content29 .side_content .newpost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content29 .side_content .newpost .img {
    margin: 0 2rem 0 0;
    text-align: center;
  }
  .content29 .side_content .newpost .img img {
    width: 68px;
    height: 64px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content29 .side_content .newpost .posttitle {
    font-weight: 500;
    font-size: clamp(1rem, 0.971rem + 0.14vw, 1.2rem);
    line-height: 1.6em;
  }
}

@media (max-width: 576px) {
  .content29 .side_content {
    padding: 2rem 1.5rem;
  }
}

.content30::before {
  content: "";
  display: block;
  width: 28.5%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.content30::after {
  content: "";
  display: block;
  width: 28.5%;
}

.content30 .block {
  width: 28.5%;
}

.content30 .img img {
  height: 200px;
}

.content30 .date {
  margin: 0 0 1.5rem 0;
}

.content30 .title {
  border-left: #005DAB solid 3px;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  line-height: 1.5em;
  padding: 0 0 0 1rem;
  margin: 0 0 1.5rem 0;
}

@media (max-width: 1280px) {
  .content30::before {
    width: 30%;
  }
  .content30::after {
    width: 30%;
  }
  .content30 .block {
    width: 30%;
  }
  .content30 .img img {
    height: 15vw;
  }
}

@media (max-width: 1024px) {
  .content30 .block {
    width: 45%;
  }
  .content30 .img img {
    height: 20vw;
  }
}

@media (max-width: 768px) {
  .content30 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content30 .block {
    width: 48%;
  }
  .content30::before {
    content: none;
  }
  .content30::after {
    content: none;
  }
  .content30 .img img {
    height: 28vw;
  }
}

@media (max-width: 576px) {
  .content30 .block {
    width: 46%;
  }
  .content30 .block:last-child {
    margin: 0;
  }
}

.content31 {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 5rem 0 0;
}

@media (max-width: 1024px) {
  .content31 {
    padding: 0 3rem 0 0;
  }
}

@media (max-width: 768px) {
  .content31 {
    padding: 0;
  }
}

.content32 {
  border: #DCEFFF solid 3px;
  padding: 5rem 5rem 2rem 5rem;
  margin: 0 0 4rem 0;
}

.content32 .post_date {
  color: #005DAB;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  letter-spacing: 0.1em;
  margin: 0 0 3rem 0;
}

.content32 .post_topimage {
  margin: 0 0 3rem 0;
  text-align: center;
}

.content32 .post_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 3rem 0;
}

.content32 .post_category::before {
  content: "";
  background: #005DAB;
  width: 5px;
  height: 5px;
  display: block;
  margin: 0 1rem 0 0;
}

.content32 .post_title {
  border-left: #005DAB solid 3px;
  font-weight: 700;
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding: 0 0 0 1.5rem;
  margin: 0 0 4rem 0;
}

.content32 .post_contents p {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  line-height: 2.1em;
  letter-spacing: 0.1em;
  margin: 0 0 3rem 0;
}

.content32 .post_contents p a {
  color: #005DAB;
  text-decoration: underline;
}

.content32 .post_contents p a:hover {
  text-decoration: none;
}

.content32 .post_contents strong {
  color: #005DAB;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
}

.content32 .post_contents h2 {
  margin: 0 0 3rem 0;
  font-weight: 700;
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
  letter-spacing: 0.1em;
  background: #EFF7FE;
  padding: 1.25rem 1.5rem;
  line-height: 1.6em;
}

.content32 .post_contents h3 {
  margin: 0 0 3rem 0;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content32 .post_contents h3::after {
  content: "";
  display: block;
  height: 1px;
  background: #005DAB;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 0 1.5rem;
}

.content32 .post_contents h4 {
  margin: 0 0 3rem 0;
  line-height: 1.6em;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 700;
  color: #005DAB;
  letter-spacing: 0.1em;
}

.content32 .post_contents h5 {
  margin: 0 0 3rem 0;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
}

.content32 .post_contents ul {
  margin: 0 0 3rem 0;
}

.content32 .post_contents ul li {
  margin: 0 0 0.75rem 0;
  position: relative;
  padding: 0 0 0 1.5rem;
  line-height: 1.8em;
}

.content32 .post_contents ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #005DAB;
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
}

.content32 .post_contents ol {
  counter-reset: li;
  margin: 0 0 3rem 0;
}

.content32 .post_contents ol li {
  line-height: 1.8em;
  margin: 0 0 0.75rem 3.5rem;
}

.content32 .post_contents ol li::before {
  counter-increment: li;
  content: counter(li);
  border: #005DAB solid 1px;
  color: #005DAB;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin: 0 1.5rem 0 -3.5rem;
}

.content32 .post_contents table {
  width: 100%;
  border-top: #D9D9D9 solid 1px;
  border-right: #D9D9D9 solid 1px;
  margin: 0 0 3rem 0;
}

.content32 .post_contents table thead tr th {
  border-bottom: #D9D9D9 solid 1px;
  border-left: #D9D9D9 solid 1px;
  font-weight: 400;
  padding: 1.5rem 2rem;
}

.content32 .post_contents table thead tr th:first-child {
  background: #F8F8F8;
  font-weight: 700;
}

.content32 .post_contents table tbody tr th {
  border-bottom: #D9D9D9 solid 1px;
  border-left: #D9D9D9 solid 1px;
  background: #F8F8F8;
  font-weight: 400;
  padding: 1.5rem 2rem;
}

.content32 .post_contents table tbody tr td {
  border-bottom: #D9D9D9 solid 1px;
  border-left: #D9D9D9 solid 1px;
  padding: 1.5rem 2rem;
}

.content32 .post_contents dl {
  background: #F8F8F8;
  padding: 1.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3rem 0;
}

.content32 .post_contents dl dt {
  color: #005DAB;
  font-weight: 700;
  margin: 0 4rem 0 0;
  line-height: 1.8em;
}

.content32 .post_contents dl dd {
  line-height: 1.8em;
}

@media (max-width: 1024px) {
  .content32 {
    padding: 3rem 3rem 1rem 3rem;
  }
  .content32 .post_contents ul li::before {
    top: 10px;
  }
}

@media (max-width: 768px) {
  .content32 .post_contents p,
  .content32 .post_contents h2,
  .content32 .post_contents h3,
  .content32 .post_contents h4,
  .content32 .post_contents h5,
  .content32 .post_contents ul,
  .content32 .post_contents ol,
  .content32 .post_contents table,
  .content32 .post_contents dl {
    margin-bottom: 2rem;
  }
  .content32 .post_contents ul li::before {
    top: 9px;
  }
}

@media (max-width: 576px) {
  .content32 {
    padding: 1.5rem 1.5rem 0 1.5rem;
    margin: 0 0 3rem 0;
  }
  .content32 .post_contents ul li::before {
    top: 7px;
  }
}

.content33 {
  border: #005DAB solid 1px;
  padding: 3rem;
  height: 35vw;
  max-height: 350px;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  .content33 {
    padding: 2rem;
  }
}

@media (max-width: 576px) {
  .content33 {
    pad: 1.5rem;
    height: 50vw;
    max-height: 550px;
  }
}

.content34 .works-tabs__menu {
  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;
}

.content34 .works-tabs__menu::after {
  content: "";
  display: block;
  width: 23.5%;
}

.content34 .works-tabs__menu-item {
  text-align: center;
  width: 23.5%;
  margin: 0 0 1.5rem 0;
  border: #005DAB solid 1px;
  color: #005DAB;
  padding: 1.5rem 0;
  cursor: pointer;
}

.content34 .works-tabs__menu-item:hover {
  background: #005DAB;
  color: #fff;
}

.content34 .works-tabs__menu-item.is-active {
  background: #005DAB;
  color: #fff;
}

.content34 .works-tabs__body {
  display: none;
  opacity: 0;
}

.content34 .works-tabs__body.is-active {
  display: block;
  -webkit-animation-name: tabcontentfadeIn;
          animation-name: tabcontentfadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes tabcontentfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tabcontentfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 425px) {
  .content35 .block {
    width: 100%;
  }
  .content35 .block:last-child {
    margin: 0;
  }
  .content35 .img img {
    height: 55vw;
  }
}

.headline_wrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #005DAB solid 1px;
  padding: 0 0 2rem 0;
}

.headline_wrap01 .icon {
  margin: 0 2rem 0 0;
}

.headline_wrap01 .tlink01 {
  margin-left: auto;
}

@media (max-width: 768px) {
  .headline_wrap01 {
    padding: 0 0 1.5rem 0;
  }
  .headline_wrap01 .icon {
    margin: 0 1rem 0 0;
  }
}

@media (max-width: 576px) {
  .headline_wrap01 .icon {
    margin: 0 0 0 0;
  }
  .headline_wrap01 .icon img {
    width: 75%;
  }
}

.headline01 {
  color: #005DAB;
  font-size: clamp(2.0rem, 2.0rem + 0.5vw, 3rem);
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headline01 span {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  margin: 0 0 0 2.5rem;
  line-height: 0;
}

@media (max-width: 768px) {
  .headline01 span {
    margin: 0 0 0 2rem;
  }
}

@media (max-width: 576px) {
  .headline01 span {
    margin: 0 0 0 1rem;
  }
}

.headline02 {
  font-size: clamp(1.3rem, 1.3rem + 0.5vw, 2.6rem);
  font-weight: 500;
}

.headline02 span {
  display: block;
  text-align: center;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  letter-spacing: 0.1em;
  margin: 0 0 1.5rem 0;
}

.headline03 {
  font-size: clamp(2.3rem, 2.2rem + 0.5vw, 3rem);
  font-weight: 500;
  color: #005DAB;
  text-align: center;
}

.headline03 span {
  display: block;
  text-align: center;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  letter-spacing: 0.1em;
  margin: 0 0 2.5rem 0;
}

.headline03.is__white {
  color: #fff;
}

.headline04 {
  position: relative;
}

.headline04 .is__en {
  font-size: clamp(2rem, 9vw, 14rem);
  color: #e5eef6;
  text-align: center;
  display: block;
  line-height: 1em;
}

.headline04 .is__ja {
  font-size: clamp(2.5rem, 2.5rem + 0.1vw, 4rem);
  font-weight: 700;
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 0.1em;
  color: #101010;
  width: 100%;
  line-height: 1.4em;
}

@media (max-width: 1024px) {
  .headline04 .is__en {
    font-size: 10vw;
  }
}

@media (max-width: 576px) {
  .headline04 .is__en {
    font-size: 12vw;
    line-height: 1.2em;
  }
  .headline04 .is__ja {
    bottom: -5rem;
  }
}

.headline05 {
  font-size: 6rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.3em;
  color: #101010;
  position: relative;
}

.headline05 span {
  color: #E61F1A;
}

.headline05::before {
  content: "";
  display: block;
  width: 3px;
  height: 50px;
  background: #101010;
  position: absolute;
  left: 1.5rem;
  bottom: 1rem;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.headline05::after {
  content: "";
  display: block;
  width: 3px;
  height: 50px;
  background: #101010;
  position: absolute;
  right: 1.5rem;
  bottom: 1rem;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

@media (max-width: 1280px) {
  .headline05 {
    font-size: 5rem;
  }
  .headline05::before {
    left: 3.75rem;
    bottom: 0.5rem;
  }
  .headline05::after {
    right: 3.75rem;
    bottom: 0.5rem;
  }
}

@media (max-width: 1024px) {
  .headline05 {
    font-size: 3.5rem;
  }
  .headline05::before {
    left: 1rem;
    bottom: 0.5rem;
    height: 35px;
  }
  .headline05::after {
    right: 1rem;
    bottom: 0.5rem;
    height: 35px;
  }
}

@media (max-width: 768px) {
  .headline05 {
    display: inline-block;
    font-size: 3rem;
    width: 270px;
    margin: 0 auto;
  }
  .headline05::before {
    height: 25px;
  }
  .headline05::after {
    height: 25px;
  }
}

@media (max-width: 576px) {
  .headline05 {
    font-size: 2.6rem;
  }
  .headline05::before {
    left: 2.5rem;
  }
  .headline05::after {
    right: 2.5rem;
  }
}

.headline06 {
  color: #fff;
  font-size: clamp(1.8rem, 1.8rem + 1vw, 3.6rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.headline07 {
  font-size: clamp(1.3rem, 1.3rem + 0.43vw, 2rem);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headline07::after {
  content: "";
  display: block;
  height: 1px;
  background: #005DAB;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 0 2rem;
}

@media (max-width: 576px) {
  .headline07::after {
    margin: 0 0 0 1rem;
  }
}

.headline08 {
  color: #005DAB;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  letter-spacing: 0.1em;
}

.headline09 {
  text-align: center;
  color: #005DAB;
  font-weight: 700;
  font-size: clamp(2.1rem, 2rem + 0.5vw, 2.8rem);
}

.headline10 {
  font-weight: 700;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
}

.headline11 {
  font-size: clamp(2.1rem, 2rem + 0.5vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.7em;
}

@media (max-width: 1024px) {
  .headline11 {
    position: relative;
    display: inline-block;
  }
  .headline11::before {
    content: "＼";
    position: absolute;
    left: -3rem;
    bottom: 0;
  }
  .headline11::after {
    content: "／";
    position: absolute;
    right: -3rem;
    bottom: 0;
  }
  .headline11.is__nodecoration::before, .headline11.is__nodecoration::after {
    content: none;
  }
}

@media (max-width: 576px) {
  .headline11 {
    font-size: 4.5vw;
  }
}

.headline12 {
  text-align: center;
  color: #101010;
  font-size: clamp(1.9rem, 1.8rem + 0.5vw, 2.6rem);
  letter-spacing: 0.1em;
  line-height: 1.8em;
}

.headline12 span {
  font-size: clamp(2.4rem, 2.4rem + 0.5vw, 3.4rem);
  font-weight: 700;
}

@media (max-width: 576px) {
  .headline12 {
    font-size: 4vw;
  }
  .headline12 span {
    font-size: 5vw;
  }
}

.headline13 {
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
  font-weight: 700;
}

.headline14 {
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
  font-weight: 700;
}

.headline15 {
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.6em;
}

.headline16 {
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  border-bottom: #005DAB solid 1px;
  padding: 0 0 0.5rem 0;
}

.headline17 {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 700;
  line-height: 1.7em;
}

.list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #036EB7 dashed 1px;
  padding: 2.5rem 0;
}

.list01 dt {
  font-size: clamp(1.1rem, 1.071rem + 0.14vw, 1.3rem);
  color: #005DAB;
  margin: 0 4rem 0 0;
}

.list01 dd {
  font-weight: 500;
}

.list01 dd a:hover {
  color: #999;
}

@media (max-width: 576px) {
  .list01 {
    display: block;
    padding: 2rem 0;
  }
  .list01 dt {
    margin: 0 0 1rem 0;
  }
}

.list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 1280px) {
  .list02 li {
    width: 23%;
  }
}

@media (max-width: 576px) {
  .list02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list02 li {
    width: 45%;
    margin: 0.75rem;
  }
}

.list03 {
  counter-reset: li;
}

.list03 li {
  line-height: 1.8em;
  margin: 0 0 0.5rem 3.5rem;
}

.list03 li::before {
  counter-increment: li;
  content: counter(li);
  border: #005DAB solid 1px;
  color: #005DAB;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin: 0 1.5rem 0 -3.5rem;
}

.list04 li {
  position: relative;
  padding: 0 0 0 1.5rem;
  line-height: 1.8em;
  margin: 0 0 0.5rem 0;
}

.list04 li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #005DAB;
  border-radius: 3px;
  position: absolute;
  top: 13px;
  left: 0;
}

@media (max-width: 1024px) {
  .list04 li::before {
    top: 10px;
  }
}

@media (max-width: 576px) {
  .list04 li::before {
    top: 8px;
  }
}

.list05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list05 li {
  width: 48.5%;
  border: #DD0012 solid 1px;
  border-radius: 7px;
  padding: 3rem;
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 114px;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  line-height: 1.7em;
}

@media (max-width: 768px) {
  .list05 li {
    padding: 2rem;
    min-height: 116px;
  }
}

@media (max-width: 576px) {
  .list05 li {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    min-height: auto;
  }
}

.list06 li {
  width: 32%;
  min-height: auto;
  padding: 2rem 3rem;
}

@media (max-width: 768px) {
  .list06 li {
    width: 48%;
  }
}

@media (max-width: 576px) {
  .list06 li {
    width: 100%;
  }
}

.list07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list07 li {
  width: 48.5%;
  margin: 1.5rem 0;
}

@media (max-width: 576px) {
  .list07 li {
    width: 100%;
  }
}

.list08 li {
  margin: 0 0 0.5rem 1.5rem;
}

.list08 li::before {
  content: "・";
  margin: 0 0 0 -1.5rem;
}

.list08 li:last-child {
  margin: 0 0 0 1.5rem;
}

@media (max-width: 576px) {
  .list08 li {
    margin: 0 0 0.5rem 1.3rem;
  }
  .list08 li::before {
    margin: 0 0 0 -1.3rem;
  }
  .list08 li:last-child {
    margin: 0 0 0 1.3rem;
  }
}

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

.list09::after {
  content: "";
  display: block;
  width: 23.5%;
}

.list09 li {
  text-align: center;
  width: 23.5%;
  margin: 0 0 1.5rem 0;
}

.list09 li a {
  display: block;
  border: #005DAB solid 1px;
  color: #005DAB;
  padding: 1.5rem 0;
}

.list09 li a:hover {
  background: #005DAB;
  color: #fff;
}

.list09 li a.active {
  background: #005DAB;
  color: #fff;
}

@media (max-width: 768px) {
  .list09 li {
    width: 31%;
  }
}

@media (max-width: 576px) {
  .list09 li {
    width: 100%;
  }
  .list09 li a {
    padding: 1rem 0;
  }
}

.list10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list10 li {
  font-size: clamp(1rem, 0.971rem + 0.14vw, 1.2rem);
  color: #005DAB;
}

.list10 li a {
  text-decoration: underline;
}

.list10 li a:hover {
  text-decoration: none;
}

.list10 li a::after {
  content: "/";
  margin: 0 0.5rem;
}

.list10 li:last-child a::after {
  content: none;
}

.tbl01 {
  border-top: #D9D9D9 solid 1px;
  border-right: #D9D9D9 solid 1px;
  width: 100%;
}

.tbl01 tr th {
  border-bottom: #D9D9D9 solid 1px;
  border-left: #D9D9D9 solid 1px;
  background: #F8F8F8;
  padding: 1.5rem;
  width: 25%;
}

.tbl01 tr td {
  border-bottom: #D9D9D9 solid 1px;
  border-left: #D9D9D9 solid 1px;
  padding: 1.5rem;
}

@media (max-width: 768px) {
  .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: 1rem 1.5rem;
  }
  .tbl01 tbody tr td {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
  }
}

.tbl02 {
  border-top: #D9D9D9 solid 1px;
  border-right: #D9D9D9 solid 1px;
  width: 100%;
}

.tbl02 tr th {
  border-bottom: #D9D9D9 solid 1px;
  border-left: #D9D9D9 solid 1px;
  background: #F8F8F8;
  padding: 1.5rem;
  width: 25%;
}

.tbl02 tr td {
  border-bottom: #D9D9D9 solid 1px;
  border-left: #D9D9D9 solid 1px;
  padding: 1.5rem;
}

@media (max-width: 1024px) {
  .tbl02 tr th {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .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: 1rem 1.5rem;
  }
  .tbl02 tbody tr td {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
  }
}

.form_wrap table {
  width: 100%;
  margin: 0 0 4rem 0;
}

.form_wrap table tr th {
  background: #F8F8F8;
  border-bottom: #fff solid 8px;
  padding: 4rem 3rem;
  width: 30%;
  vertical-align: middle;
}

.form_wrap table tr th span {
  background: #DD0012;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.25rem 0.75rem 0.5rem;
  border-radius: 999px;
  margin: 0 2rem 0 0;
}

.form_wrap table tr td {
  background: #F8F8F8;
  border-bottom: #fff solid 8px;
  padding: 4rem 3rem;
}

.form_wrap table tr td .line {
  border-top: #B8B8B8 solid 1px;
  padding: 3rem 0 0 0;
  margin: 3rem 0 0 0;
}

.form_wrap table tr td .radio_wrap .wpcf7-list-item {
  display: block;
  margin: 0;
}

.form_wrap table tr td .checkbox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form_wrap table tr td .checkbox_wrap .wpcf7-form-control {
  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;
}

.form_wrap table tr td .checkbox_wrap .wpcf7-form-control .wpcf7-list-item {
  width: calc(100% / 3);
  margin: 0;
}

@media (max-width: 1024px) {
  .form_wrap table tr td .checkbox_wrap .wpcf7-form-control .wpcf7-list-item {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .form_wrap table tr td .checkbox_wrap .wpcf7-form-control .wpcf7-list-item {
    width: calc(100% / 3);
  }
}

@media (max-width: 576px) {
  .form_wrap table tr td .checkbox_wrap .wpcf7-form-control .wpcf7-list-item {
    width: 100%;
  }
}

.form_wrap input[type="radio"] {
  margin: 0 0.5rem 0 0;
}

.form_wrap label {
  margin: 0 0 1rem 0;
  display: block;
}

.form_wrap input[type="text"] {
  background: #fff;
  border: #CFCFCF solid 1px;
  padding: 0.5rem 1rem;
  width: 100%;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
}

.form_wrap input[type="checkbox"] {
  margin: 0 0.5rem 0 0;
}

.form_wrap input[type="email"] {
  background: #fff;
  border: #CFCFCF solid 1px;
  padding: 0.5rem 1rem;
  width: 100%;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
}

.form_wrap input[type="tel"] {
  background: #fff;
  border: #CFCFCF solid 1px;
  padding: 0.5rem 1rem;
  width: 100%;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
}

.form_wrap textarea {
  background: #fff;
  border: #CFCFCF solid 1px;
  padding: 0.5rem 1rem;
  width: 100%;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  height: 30vw;
  max-height: 240px;
}

.form_wrap .msg {
  text-align: center;
  margin: 0 0 2rem 0;
}

.form_wrap .msg a {
  color: #005DAB;
  text-decoration: underline;
}

.form_wrap .msg a:hover {
  text-decoration: none;
}

.form_wrap .agree {
  font-size: clamp(1.1rem, 1.071rem + 0.14vw, 1.3rem);
  margin: 0 0 5rem 0;
}

.form_wrap .agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form_wrap .agree input[type="checkbox"] {
  margin: 0 0.5rem 0 0;
}

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

.form_wrap .send input[type="submit"] {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 1024px) {
  .form_wrap table tr th {
    width: 35%;
  }
}

@media (max-width: 768px) {
  .form_wrap table {
    display: block;
    width: 100%;
  }
  .form_wrap table tbody {
    display: block;
    width: 100%;
  }
  .form_wrap table tbody tr {
    display: block;
    width: 100%;
  }
  .form_wrap table tbody tr tH {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 3rem 2rem 0 2rem;
  }
  .form_wrap table tbody tr td {
    display: block;
    width: 100%;
    padding: 2.5rem 2rem 3rem 2rem;
  }
}

@media (max-width: 576px) {
  .form_wrap table tbody tr td .checkbox_wrap label {
    width: 100%;
  }
}

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

@media (max-width: 576px) {
  .is__top_f_object {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

body .d-inline {
  display: inline !important;
}

body .d-inline-block {
  display: inline-block !important;
}

body .d-block {
  display: block !important;
}

body .d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

body .d-table {
  display: table !important;
}

body .d-table-row {
  display: table-row !important;
}

body .d-table-cell {
  display: table-cell !important;
}

body .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

body .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

body .d-none {
  display: none !important;
}

body .m-0 {
  margin: 0 !important;
}

body .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

body .me-0 {
  margin-right: 0 !important;
}

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

body .ms-0 {
  margin-left: 0 !important;
}

body .p-0 {
  padding: 0 !important;
}

body .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

body .pe-0 {
  padding-right: 0 !important;
}

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

body .ps-0 {
  padding-left: 0 !important;
}

@media (max-width: 576px) {
  body .d-sm-inline {
    display: inline !important;
  }
  body .d-sm-inline-block {
    display: inline-block !important;
  }
  body .d-sm-block {
    display: block !important;
  }
  body .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  body .d-sm-table {
    display: table !important;
  }
  body .d-sm-table-row {
    display: table-row !important;
  }
  body .d-sm-table-cell {
    display: table-cell !important;
  }
  body .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  body .d-sm-none {
    display: none !important;
  }
  body .m-sm-0 {
    margin: 0 !important;
  }
  body .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body .mt-sm-0 {
    margin-top: 0 !important;
  }
  body .me-sm-0 {
    margin-right: 0 !important;
  }
  body .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  body .ms-sm-0 {
    margin-left: 0 !important;
  }
  body .p-sm-0 {
    padding: 0 !important;
  }
  body .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .pt-sm-0 {
    padding-top: 0 !important;
  }
  body .pe-sm-0 {
    padding-right: 0 !important;
  }
  body .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  body .ps-sm-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 577px) {
  body .d-md-inline {
    display: inline !important;
  }
  body .d-md-inline-block {
    display: inline-block !important;
  }
  body .d-md-block {
    display: block !important;
  }
  body .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  body .d-md-table {
    display: table !important;
  }
  body .d-md-table-row {
    display: table-row !important;
  }
  body .d-md-table-cell {
    display: table-cell !important;
  }
  body .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  body .d-md-none {
    display: none !important;
  }
  body .m-md-0 {
    margin: 0 !important;
  }
  body .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body .mt-md-0 {
    margin-top: 0 !important;
  }
  body .me-md-0 {
    margin-right: 0 !important;
  }
  body .mb-md-0 {
    margin-bottom: 0 !important;
  }
  body .ms-md-0 {
    margin-left: 0 !important;
  }
  body .p-md-0 {
    padding: 0 !important;
  }
  body .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .pt-md-0 {
    padding-top: 0 !important;
  }
  body .pe-md-0 {
    padding-right: 0 !important;
  }
  body .pb-md-0 {
    padding-bottom: 0 !important;
  }
  body .ps-md-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 769px) {
  body .d-lg-inline {
    display: inline !important;
  }
  body .d-lg-inline-block {
    display: inline-block !important;
  }
  body .d-lg-block {
    display: block !important;
  }
  body .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  body .d-lg-table {
    display: table !important;
  }
  body .d-lg-table-row {
    display: table-row !important;
  }
  body .d-lg-table-cell {
    display: table-cell !important;
  }
  body .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  body .d-lg-none {
    display: none !important;
  }
  body .m-lg-0 {
    margin: 0 !important;
  }
  body .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body .mt-lg-0 {
    margin-top: 0 !important;
  }
  body .me-lg-0 {
    margin-right: 0 !important;
  }
  body .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  body .ms-lg-0 {
    margin-left: 0 !important;
  }
  body .p-lg-0 {
    padding: 0 !important;
  }
  body .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .pt-lg-0 {
    padding-top: 0 !important;
  }
  body .pe-lg-0 {
    padding-right: 0 !important;
  }
  body .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  body .ps-lg-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1025px) {
  body .d-xl-inline {
    display: inline !important;
  }
  body .d-xl-inline-block {
    display: inline-block !important;
  }
  body .d-xl-block {
    display: block !important;
  }
  body .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  body .d-xl-table {
    display: table !important;
  }
  body .d-xl-table-row {
    display: table-row !important;
  }
  body .d-xl-table-cell {
    display: table-cell !important;
  }
  body .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  body .d-xl-none {
    display: none !important;
  }
  body .m-xl-0 {
    margin: 0 !important;
  }
  body .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body .mt-xl-0 {
    margin-top: 0 !important;
  }
  body .me-xl-0 {
    margin-right: 0 !important;
  }
  body .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  body .ms-xl-0 {
    margin-left: 0 !important;
  }
  body .p-xl-0 {
    padding: 0 !important;
  }
  body .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .pt-xl-0 {
    padding-top: 0 !important;
  }
  body .pe-xl-0 {
    padding-right: 0 !important;
  }
  body .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  body .ps-xl-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1281px) {
  body .d-xxl-inline {
    display: inline !important;
  }
  body .d-xxl-inline-block {
    display: inline-block !important;
  }
  body .d-xxl-block {
    display: block !important;
  }
  body .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  body .d-xxl-table {
    display: table !important;
  }
  body .d-xxl-table-row {
    display: table-row !important;
  }
  body .d-xxl-table-cell {
    display: table-cell !important;
  }
  body .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  body .d-xxl-none {
    display: none !important;
  }
  body .m-xxl-0 {
    margin: 0 !important;
  }
  body .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body .mt-xxl-0 {
    margin-top: 0 !important;
  }
  body .me-xxl-0 {
    margin-right: 0 !important;
  }
  body .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  body .ms-xxl-0 {
    margin-left: 0 !important;
  }
  body .p-xxl-0 {
    padding: 0 !important;
  }
  body .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .pt-xxl-0 {
    padding-top: 0 !important;
  }
  body .pe-xxl-0 {
    padding-right: 0 !important;
  }
  body .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  body .ps-xxl-0 {
    padding-left: 0 !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body .clear {
  clear: both !important;
}

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

body .cf:after {
  clear: both;
}

body .cf {
  zoom: 1;
}

body .txt_C {
  text-align: center !important;
}

body .txt_L {
  text-align: left !important;
}

body .txt_R {
  text-align: right !important;
}

body .valign_top {
  vertical-align: top !important;
}

body .valign_middle {
  vertical-align: middle !important;
}

body .d_block_xs {
  display: none;
}

@media (max-width: 375px) {
  body .d_block_xs {
    display: block;
  }
}

body .d_block_sm {
  display: none;
}

@media (max-width: 576px) {
  body .d_block_sm {
    display: block;
  }
}

body .d_block_md {
  display: none;
}

@media (max-width: 768px) {
  body .d_block_md {
    display: block;
  }
}

body .d_block_lg {
  display: none;
}

@media (max-width: 1024px) {
  body .d_block_lg {
    display: block;
  }
}

body .d_block_xl {
  display: none;
}

@media (max-width: 1280px) {
  body .d_block_xl {
    display: block;
  }
}

@media (max-width: 375px) {
  body .d_none_xs {
    display: none;
  }
}

@media (max-width: 576px) {
  body .d_none_sm {
    display: none;
  }
}

@media (max-width: 768px) {
  body .d_none_md {
    display: none;
  }
}

@media (max-width: 1024px) {
  body .d_none_lg {
    display: none;
  }
}

@media (max-width: 1280px) {
  body .d_none_xl {
    display: none;
  }
}

.container-base, .container-1000, .container-1040, .container-1080, .container-1100, .container-1110, .container-1130, .container-1140, .container-1180, .container-1220, .container-1390, .container-1460, .container-1520, .container-1620 {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

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

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

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

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

.container-1110 {
  max-width: 1150px;
}

.container-1130 {
  max-width: 1170px;
}

.container-1140 {
  max-width: 1180px;
}

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

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

.container-1390 {
  max-width: 1430px;
}

.container-1460 {
  max-width: 1500px;
}

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

.container-1620 {
  max-width: 1660px;
}
/*# sourceMappingURL=style.css.map */