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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

html {
  font-size: 62.5%;
}

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

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

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top_cnt01 {
  width: 100%;
  height: 950px;
  position: relative;
}
.top_cnt01 .slider {
  width: 100%;
  height: 950px;
  position: relative;
}
.top_cnt01 .slider li img {
  width: 100%;
  height: 950px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_cnt01 .slick-dots {
  background: #1E53BC;
  width: 270px;
  height: 64px;
  border-radius: 999px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -32px;
}
.top_cnt01 .slick-dots li {
  margin-top: 24px;
}
.top_cnt01 .slick-dots li button::before {
  font-size: 12px;
  color: #fff;
  opacity: 1;
}
.top_cnt01 .slick-dots li.slick-active button::before {
  color: #DADFE5;
}
.top_cnt01 .prev-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -100px;
  bottom: -23px;
  z-index: 1;
  cursor: pointer;
}
.top_cnt01 .next-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 100px;
  bottom: -23px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .top_cnt01 {
    height: 800px;
  }
  .top_cnt01 .slider {
    height: 800px;
  }
  .top_cnt01 .slider li img {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .top_cnt01 {
    height: 650px;
  }
  .top_cnt01 .slider {
    height: 650px;
  }
  .top_cnt01 .slider li img {
    height: 650px;
  }
}

.top_cnt02 {
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.top_cnt02 .is__catch {
  text-align: center;
  margin: 0 0 10rem 0;
}
.top_cnt02 .is__desc {
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.top_cnt02 .is__desc span {
  display: block;
  letter-spacing: 0.2em;
  font-size: 5.3rem;
  font-weight: 500;
  margin: 3rem 0 0 0;
}
@media (max-width: 1279px) {
  .top_cnt02 .is__catch {
    margin: 0 0 8rem 0;
  }
  .top_cnt02 .is__catch img {
    height: 390px;
    width: auto;
  }
  .top_cnt02 .is__desc {
    font-size: 2rem;
  }
  .top_cnt02 .is__desc span {
    font-size: 4.1rem;
    margin: 2rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .top_cnt02 .is__catch {
    margin: 0 0 5rem 0;
  }
  .top_cnt02 .is__catch img {
    height: 300px;
    width: auto;
  }
  .top_cnt02 .is__desc {
    font-size: 1.8rem;
  }
  .top_cnt02 .is__desc span {
    font-size: 3.7rem;
    margin: 2rem 0 0 0;
  }
}
@media (max-width: 424px) {
  .top_cnt02 .is__catch {
    margin: 0 0 5rem 0;
  }
  .top_cnt02 .is__catch img {
    height: 300px;
    width: auto;
  }
  .top_cnt02 .is__desc {
    font-size: 1.55rem;
  }
  .top_cnt02 .is__desc span {
    font-size: 3.2rem;
    margin: 2rem 0 0 0;
  }
}

.top_cnt03 {
  background: url(assets/images/dot_bg01.png) repeat 0 0;
  padding-bottom: 400px;
}
.top_cnt03 .is__inner {
  background: url(assets/images/top_about__img01.jpg) no-repeat center top;
  height: auto;
  max-height: 630px;
  background-size: cover;
  background-position: center top;
}
.top_cnt03 .is__headline {
  margin: 0 0 10rem 0;
}
.top_cnt03 .is__blockline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_cnt03 .is__blockline .block {
  width: 48%;
  background: #fff;
  border-radius: 20px;
  padding: 3rem 2.5rem;
  position: relative;
}
.top_cnt03 .is__blockline .block::before {
  content: "";
  display: block;
  width: 340px;
  height: 6px;
  background: #1E53BC;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top_cnt03 .is__blockline .block .is__img {
  margin: 0 0 3rem 0;
}
.top_cnt03 .is__blockline .block .headline01 {
  margin: 0 0 2rem 0;
}
.top_cnt03 .is__blockline .block .txt01 {
  padding: 0 1.5rem;
  margin: 0 0 3.5rem 0;
}
@media (max-width: 1279px) {
  .top_cnt03 {
    padding-bottom: 25vw;
  }
}
@media (max-width: 1023px) {
  .top_cnt03 {
    padding-bottom: 145vw;
  }
  .top_cnt03 .is__inner {
    height: 700px;
    background: url(assets/images/top_about__img01__sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .top_cnt03 .is__blockline {
    display: block;
  }
  .top_cnt03 .is__blockline .block {
    width: 100%;
    margin: 0 0 5rem 0;
  }
}
@media (max-width: 767px) {
  .top_cnt03 {
    padding-bottom: 930px;
  }
  .top_cnt03 .is__inner {
    height: 80vw;
  }
  .top_cnt03 .is__headline {
    margin-bottom: 4rem;
  }
  .top_cnt03 .is__blockline {
    display: block;
  }
  .top_cnt03 .is__blockline .block {
    width: 100%;
    padding: 2rem;
    margin: 0 0 3rem 0;
  }
  .top_cnt03 .is__blockline .block::before {
    content: "";
    display: block;
    width: 250px;
    height: 4px;
    background: #1E53BC;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 424px) {
  .top_cnt03 {
    padding-bottom: 800px;
  }
  .top_cnt03 .is__inner {
    height: 450px;
  }
  .top_cnt03 .is__blockline {
    display: block;
  }
  .top_cnt03 .is__blockline .block:first-child {
    padding-bottom: 3rem;
  }
}

.top_cnt04 {
  background: url(assets/images/dot_bg02.png) repeat 0 0;
  padding: 10rem 0 10rem 0;
}
.top_cnt04 .txt02 {
  margin: 6rem 0 6rem 0;
}
@media (max-width: 767px) {
  .top_cnt04 {
    padding: 10rem 0 7rem 0;
  }
  .top_cnt04 .txt02 {
    margin: 4.5rem 0 4.5rem 0;
  }
}

.top_cnt05 {
  background: url(assets/images/dot_bg01.png) repeat 0 0;
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .top_cnt05 {
    padding: 8rem 0;
  }
}
@media (max-width: 424px) {
  .top_cnt05 {
    padding: 7rem 0;
  }
}

.top_cnt06 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 8rem auto;
}
@media (max-width: 767px) {
  .top_cnt06 {
    margin: 0 auto 6rem auto;
  }
}
@media (max-width: 424px) {
  .top_cnt06 {
    margin: 0 auto 5rem auto;
  }
}

.top_cnt07 {
  background: #E6E9EF;
  padding: 10rem 0;
}
.top_cnt07 .is__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_cnt07 .is__inner .block {
  width: 48%;
  background: #fff;
  border-radius: 20px;
  padding: 5rem 0;
}
.top_cnt07 .is__inner .headline04 {
  margin: 0 0 5rem 0;
}
.top_cnt07 .is__inner .content_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: #E6E9EF solid 1px;
  padding: 2rem 3.5rem;
}
.top_cnt07 .is__inner .is__content {
  padding: 0 2rem 0 0;
}
.top_cnt07 .is__inner .date {
  color: #8E8E8E;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  margin: 0 0 1.5rem 0;
  letter-spacing: 0.14em;
}
.top_cnt07 .is__inner .txt {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  letter-spacing: 0.14em;
  color: #252628;
}
.top_cnt07 .is__inner .txt a:hover {
  color: #999;
}
.top_cnt07 .is__inner .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top_cnt07 .is__inner .img img {
  width: 160px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.top_cnt07 .is__inner .is__btn {
  border-top: #E6E9EF solid 1px;
  padding: 5rem 1.5rem 0 1.5rem;
}
@media (max-width: 1023px) {
  .top_cnt07 .is__inner {
    display: block;
  }
  .top_cnt07 .is__inner .block {
    width: 100%;
  }
  .top_cnt07 .is__inner .block:first-child {
    margin: 0 0 4rem 0;
  }
}
@media (max-width: 767px) {
  .top_cnt07 .is__inner .content_block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: block;
  }
  .top_cnt07 .is__inner .is__content {
    padding: 0;
  }
  .top_cnt07 .is__inner .date {
    margin: 0 0 1rem 0;
  }
  .top_cnt07 .is__inner .img {
    margin: 2.5rem 0 0 0;
  }
  .top_cnt07 .is__inner .img img {
    width: 100%;
    height: auto;
    aspect-ratio: 315/216;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top_cnt08 {
  padding: 17rem 0 0 0;
}
@media (max-width: 1023px) {
  .top_cnt08 {
    padding: 13rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .top_cnt08 {
    padding: 10rem 0 0 0;
  }
}

.top_cnt09 {
  background: #E6E9EF;
  padding: 0 0 10rem 0;
  margin: 30rem 0 0 0;
}
.top_cnt09 .container-2560 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_cnt09 .img {
  width: 50%;
  margin-top: -14rem;
}
.top_cnt09 .block_R {
  width: 50%;
  max-width: 750px;
  padding: 10rem 10% 0 0;
  margin-top: -14rem;
}
.top_cnt09 .block_R .tbl01 {
  margin: 0 0 5rem 0;
}
@media (max-width: 2559px) {
  .top_cnt09 {
    margin: 20rem 0 0 0;
  }
  .top_cnt09 .container-2560 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_cnt09 .img {
    margin-top: -9rem;
  }
  .top_cnt09 .block_R {
    width: 47%;
    max-width: none;
    padding-right: 1.5rem;
  }
}
@media (max-width: 1919px) {
  .top_cnt09 {
    margin: 15rem 0 0 0;
  }
  .top_cnt09 .img {
    width: 50%;
    margin-top: -5rem;
  }
  .top_cnt09 .block_R {
    width: 48%;
    padding-right: 10%;
  }
}
@media (max-width: 1439px) {
  .top_cnt09 .block_R .tbl01 {
    margin: 0 0 3rem 0;
  }
}
@media (max-width: 1279px) {
  .top_cnt09 .img {
    width: 50%;
  }
  .top_cnt09 .block_R {
    width: 50%;
    padding-right: 10%;
  }
}
@media (max-width: 1023px) {
  .top_cnt09 {
    margin-top: 30rem;
  }
  .top_cnt09 .container-2560 {
    display: block;
    padding-top: 10rem;
  }
  .top_cnt09 .img {
    width: 100%;
    margin: -30rem auto 6rem auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    max-width: 770px;
  }
  .top_cnt09 .block_R {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .top_cnt09 {
    margin-top: 15rem;
    padding-bottom: 7rem;
  }
  .top_cnt09 .img {
    margin-top: -20rem;
  }
}

.top_cnt10 {
  background: #E6E9EF;
  padding: 0 0 10rem 0;
}
.top_cnt10 .img a:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .top_cnt10 {
    padding: 0 0 7rem 0;
  }
}

.top_cnt11 {
  padding: 10rem 0;
}
@media (max-width: 1023px) {
  .top_cnt11 {
    padding: 7rem 0 7rem 0;
  }
}

.top_cnt12 {
  background: #F4F5F7;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(244, 245, 247)), color-stop(75%, rgb(244, 245, 247)), color-stop(75%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(244, 245, 247) 0%, rgb(244, 245, 247) 75%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
  margin: 0 0 10rem 0;
}
.top_cnt12 .is__inner {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_cnt12 .img {
  width: 48%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top_cnt12 .block_R {
  width: 100%;
  max-width: 540px;
  margin: 10rem 0 0 20rem;
}
.top_cnt12 .headline {
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 3rem 0;
  line-height: 1.4em;
}
.top_cnt12 .headline img {
  display: block;
}
.top_cnt12 .headline span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_cnt12 .headline span::before {
  content: "";
  width: 1px;
  height: 100px;
  background: #1E53BC;
  display: block;
  margin: 0 2.5rem;
}
.top_cnt12 .txt {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #252628;
}
@media (max-width: 2559px) {
  .top_cnt12 .block_R {
    margin: 5rem 0 0 15rem;
  }
}
@media (max-width: 1919px) {
  .top_cnt12 .is__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_cnt12 .img {
    width: 50%;
  }
  .top_cnt12 .block_R {
    max-width: none;
    width: 45%;
    margin: 0;
    padding: 0 2.5rem 0 0;
  }
}
@media (max-width: 1023px) {
  .top_cnt12 {
    background: none;
  }
  .top_cnt12 .is__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_cnt12 .img {
    width: 100%;
    padding: 0 6rem 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 4rem 0;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .top_cnt12 .img {
    padding: 0 2.5rem 0 0;
  }
}
@media (max-width: 1023px) {
  .top_cnt12 .block_R {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 2rem;
  }
  .top_cnt12 .headline {
    font-size: 2.7rem;
  }
  .top_cnt12 .headline img {
    height: 80px;
  }
  .top_cnt12 .headline span::before {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .top_cnt12 {
    margin-bottom: 6rem;
  }
  .top_cnt12 .img {
    margin: 0 0 3rem 0;
  }
  .top_cnt12 .headline {
    font-size: 2.3rem;
    margin: 0 0 2rem 0;
  }
  .top_cnt12 .headline img {
    height: 70px;
  }
  .top_cnt12 .headline span::before {
    height: 50px;
    margin: 0 1.5rem;
  }
}
@media (max-width: 424px) {
  .top_cnt12 .headline {
    font-size: 6vw;
    letter-spacing: 0.1em;
  }
  .top_cnt12 .txt {
    font-size: 1.45rem;
  }
}

.top_cnt13 .is__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top_cnt13 .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.top_cnt13 .block_R {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 20rem;
}
@media (max-width: 2559px) {
  .top_cnt13 .block_R {
    margin-right: 15rem;
  }
}
@media (max-width: 1919px) {
  .top_cnt13 .is__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_cnt13 .block_R {
    margin-left: 2rem;
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .top_cnt13 .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 6rem;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .top_cnt13 .img {
    padding: 0 0 0 2.5rem;
  }
}
@media (max-width: 1023px) {
  .top_cnt13 .block_R {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin-left: 0;
  }
}

.top_cnt14 {
  background: #2C2C2C;
  padding: 15rem 0;
}
@media (max-width: 1023px) {
  .top_cnt14 {
    padding: 10rem 0;
  }
}
@media (max-width: 424px) {
  .top_cnt14 {
    padding: 7rem 0 10rem 0;
  }
}

.top_cnt15 {
  margin: 13rem 0 0 0;
}
@media (max-width: 1023px) {
  .top_cnt15 {
    margin: 8rem 0 0 0;
  }
}
@media (max-width: 424px) {
  .top_cnt15 {
    margin: 5rem 0 0 0;
  }
}
.top_cnt15 .slider02 {
  position: relative;
}
.top_cnt15 .block {
  padding: 0 2rem;
}
@media (max-width: 1279px) {
  .top_cnt15 .block {
    padding: 0 1rem;
  }
}
@media (max-width: 1023px) {
  .top_cnt15 .block {
    padding: 0 2rem;
  }
}
.top_cnt15 .is__inner {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 0 4rem 0;
  display: block;
}
.top_cnt15 .is__inner:hover .headline {
  color: #999;
}
.top_cnt15 .img {
  margin: 0 0 4rem 0;
}
.top_cnt15 .img img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 2559px) {
  .top_cnt15 .img img {
    height: 280px;
  }
}
@media (max-width: 1919px) {
  .top_cnt15 .img img {
    height: 250px;
  }
}
@media (max-width: 1279px) {
  .top_cnt15 .img img {
    height: 180px;
  }
}
@media (max-width: 1023px) {
  .top_cnt15 .img img {
    height: 250px;
  }
}
.top_cnt15 .headline {
  text-align: center;
  color: #252628;
  font-size: clamp(2.125rem, 2.061rem + 0.27vw, 2.5rem);
  letter-spacing: 0.14em;
  margin: 0 0 1.5rem 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top_cnt15 .txt {
  text-align: center;
  color: #1E53BC;
  font-size: clamp(1.275rem, 1.236rem + 0.16vw, 1.5rem);
  letter-spacing: 0.14em;
}
.top_cnt15 .slick-slide {
  height: auto !important;
}
.top_cnt15 .slick-dots {
  bottom: -80px;
}
.top_cnt15 .slick-dots li button::before {
  color: #fff;
  opacity: 1;
  font-size: 1.3rem;
}
.top_cnt15 .slick-dots li.slick-active button::before {
  color: #DADFE5;
}
.top_cnt15 .prev-arrow02 {
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  margin-left: -150px;
  z-index: 1;
}
@media (max-width: 767px) {
  .top_cnt15 .prev-arrow02 {
    margin-left: -28vw;
  }
}
@media (max-width: 424px) {
  .top_cnt15 .prev-arrow02 {
    left: 0;
    margin-left: 13vw;
  }
}
.top_cnt15 .next-arrow02 {
  position: absolute;
  bottom: -100px;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  margin-right: -210px;
  z-index: 1;
}
@media (max-width: 767px) {
  .top_cnt15 .next-arrow02 {
    margin-right: -44vw;
  }
}
@media (max-width: 424px) {
  .top_cnt15 .next-arrow02 {
    right: 0;
    margin-right: -3vw;
  }
}

.md_pr10 {
  padding-right: 10%;
}
@media (max-width: 1023px) {
  .md_pr10 {
    padding-right: 0.2rem;
  }
}

.md_pl10 {
  padding-left: 10%;
}
@media (max-width: 1023px) {
  .md_pl10 {
    padding-right: 0.2rem;
  }
}

.top_cnt07 .is__inner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
}

.top_cnt07 .is__inner .block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_cnt07 .is__inner .content_block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.top_cnt07 .is__inner .is__btn {
  margin-top: auto;
}

.top_cnt03 .is__blockline {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
}

.top_cnt03 .is__blockline .block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_cnt03 .is__blockline .content_block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.top_cnt03 .is__blockline .is__btn {
  margin-top: auto;
}

.form_container input::-webkit-input-placeholder {
  color: #929292;
}

.form_container input::-moz-placeholder {
  color: #929292;
}

.form_container input:-ms-input-placeholder {
  color: #929292;
}

.form_container input::-ms-input-placeholder {
  color: #929292;
}

.form_container input::placeholder {
  color: #929292;
}
.form_container input[type=text] {
  background: #F7F8F8;
  padding: 2rem 3rem;
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 767px) {
  .form_container input[type=text] {
    padding: 1.5rem 2rem;
  }
}
.form_container input[type=email] {
  background: #F7F8F8;
  padding: 2rem 3rem;
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 767px) {
  .form_container input[type=email] {
    padding: 1.5rem 2rem;
  }
}
.form_container input[type=tel] {
  background: #F7F8F8;
  padding: 2rem 3rem;
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 767px) {
  .form_container input[type=tel] {
    padding: 1.5rem 2rem;
  }
}
.form_container textarea {
  background: #F7F8F8;
  padding: 2rem 3rem;
  border-radius: 5px;
  width: 100%;
  resize: vertical;
  height: 30vw;
  max-height: 250px;
}
.form_container textarea::-webkit-input-placeholder {
  color: #929292;
}
.form_container textarea::-moz-placeholder {
  color: #929292;
}
.form_container textarea:-ms-input-placeholder {
  color: #929292;
}
.form_container textarea::-ms-input-placeholder {
  color: #929292;
}
.form_container textarea::placeholder {
  color: #929292;
}
@media (max-width: 767px) {
  .form_container textarea {
    padding: 1.5rem 2rem;
  }
}
.form_container input[type=file] {
  margin: 0 0 1.5rem 0;
}
.form_container .w50 {
  width: 49% !important;
}
.form_container a {
  text-decoration: underline;
}
.form_container a:hover {
  text-decoration: none;
}
.form_container .is__privacypolicy {
  text-align: center;
  margin: 6rem 0 4rem 0;
}
@media (max-width: 767px) {
  .form_container .is__privacypolicy {
    margin: 4rem 0 3rem 0;
  }
}
.form_container .is__button {
  text-align: center;
}
.form_container input[type=submit] {
  border: #000 solid 2px;
  border-radius: 999px;
  background: #fff;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  font-weight: 700;
  width: 100%;
  max-width: 380px;
  padding: 3rem 6rem 3rem 6rem;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.form_container input[type=submit]:hover {
  background: #002877;
  color: #fff;
  border: #002877 solid 2px;
}
@media (max-width: 1023px) {
  .form_container input[type=submit] {
    max-width: 320px;
    padding: 2.5rem 0 2.5rem 5rem;
  }
}
@media (max-width: 767px) {
  .form_container input[type=submit] {
    max-width: 300px;
    padding: 2rem 0 2rem 4rem;
  }
}

.form_tbl01 {
  width: 100%;
}
.form_tbl01 tr th {
  width: 25%;
  vertical-align: middle;
  padding: 2rem 0 2rem 0;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.form_tbl01 tr th.req {
  position: relative;
}
.form_tbl01 tr th.req::after {
  content: "必須";
  color: #fff;
  font-size: 1.2rem;
  background: #FC3658;
  border-radius: 4px;
  position: absolute;
  top: 42px;
  right: 0;
  line-height: 1;
  font-weight: 400;
  padding: 0.5rem 1rem;
}
.form_tbl01 tr th.is__valign_top {
  padding-top: 4rem;
}
.form_tbl01 tr th.is__valign_top__file {
  padding-top: 2.5rem;
  vertical-align: top;
}
.form_tbl01 tr td {
  padding: 2rem 0 2rem 4rem;
}
.form_tbl01 tr td.noflex {
  display: table-cell;
}
.form_tbl01 tr td p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form_tbl01 tr td p span {
  width: 100%;
}
@media (max-width: 1023px) {
  .form_tbl01 tr th {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .form_tbl01 {
    display: block;
    width: 100%;
  }
  .form_tbl01 tbody {
    display: block;
    width: 100%;
  }
  .form_tbl01 tbody tr {
    width: 100%;
    display: block;
  }
  .form_tbl01 tbody tr th {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1rem !important;
    font-size: 1.6rem;
  }
  .form_tbl01 tbody tr th.req {
    position: static;
  }
  .form_tbl01 tbody tr th.req::after {
    content: "必須";
    color: #fff;
    font-size: 1rem;
    background: #FC3658;
    border-radius: 4px;
    position: static;
    top: 0;
    right: 0;
    line-height: 1;
    font-weight: 400;
    padding: 0.5rem 1rem;
    margin: 0 0 0 1.5rem;
  }
  .form_tbl01 tbody tr td {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 2rem 0;
  }
}

.form_tbl01 tr td p span[data-name=your-familyname],
.form_tbl01 tr td p span[data-name=your-firstname] {
  width: 49% !important;
}

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

.wpcf7-form .cf-turnstile {
  margin-bottom: 50px;
  text-align: center;
}

.post_header {
  margin: 0 0 5rem 0;
}
@media (max-width: 767px) {
  .post_header {
    margin: 0 0 3rem 0;
  }
}
.post_header .is__date_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 2rem 0;
}
.post_header .is__date {
  color: #8E8E8E;
  letter-spacing: 0.14em;
  font-weight: 700;
  margin: 0 2rem 0 0;
}
.post_header .is__cat {
  background: #D3E0F9;
  border-radius: 999px;
  line-height: 1;
  padding: 0.5rem 1.5rem;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  letter-spacing: 0.05em;
}
.post_header .is__title {
  font-size: clamp(2.55rem, 2.473rem + 0.33vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
@media (max-width: 1023px) {
  .post_header .is__title {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .post_header .is__title {
    font-size: 1.9rem;
  }
}

.post_content {
  border-bottom: #C4C4C4 solid 1px;
  padding: 0 0 7rem 0;
}
@media (max-width: 767px) {
  .post_content {
    padding: 0 0 5rem 0;
  }
}
.post_content a {
  color: #1E53BC;
  text-decoration: underline;
}
.post_content a:hover {
  text-decoration: none;
}
.post_content p {
  margin: 0 0 clamp(2rem, 1.929rem + 0.36vw, 2.5rem) 0;
  letter-spacing: 0.05em;
  line-height: 1.9em;
}
.post_content h2 {
  margin: 0 0 clamp(2rem, 1.893rem + 0.54vw, 2.75rem) 0;
  color: #1E53BC;
  font-size: clamp(2.55rem, 2.473rem + 0.33vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6em;
}
.post_content h3 {
  margin: 0 0 clamp(2rem, 1.893rem + 0.54vw, 2.75rem) 0;
  font-size: clamp(2.04rem, 1.978rem + 0.26vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: #1E53BC solid 2px;
  padding: 0 0 1rem 0;
}
.post_content h4 {
  margin: 0 0 clamp(2rem, 1.893rem + 0.54vw, 2.75rem) 0;
  border-left: #1E53BC solid 5px;
  padding: 0 0 0 1rem;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  font-weight: 700;
  line-height: 1.6em;
}
.post_content h5 {
  margin: 0 0 clamp(2rem, 1.893rem + 0.54vw, 2.75rem) 0;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  letter-spacing: 0.05em;
  font-weight: 700;
}
.post_content ul {
  margin: 0 0 clamp(2rem, 1.893rem + 0.54vw, 2.75rem) 0;
}
.post_content ul li {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 1.5rem;
}
.post_content ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1E53BC;
  position: absolute;
  top: 12px;
  left: 0;
}
@media (max-width: 1439px) {
  .post_content ul li {
    font-size: 1.5rem;
  }
  .post_content ul li::before {
    top: 10px;
  }
}
@media (max-width: 1023px) {
  .post_content ul li {
    font-size: 1.4rem;
  }
  .post_content ul li::before {
    top: 9px;
  }
}
.post_content ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(2rem, 1.893rem + 0.54vw, 2.75rem) 0;
}
.post_content ol li {
  padding-left: 30px;
  position: relative;
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}
.post_content ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #1E53BC;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  width: 20px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 80%;
}
@media (max-width: 1439px) {
  .post_content ol li {
    font-size: 1.5rem;
  }
  .post_content ol li::before {
    top: 4px;
  }
}
@media (max-width: 1023px) {
  .post_content ol li {
    font-size: 1.4rem;
  }
  .post_content ol li::before {
    top: 3px;
  }
}
.post_content table {
  width: 100%;
  margin: 0 0 clamp(2rem, 1.893rem + 0.54vw, 2.75rem) 0;
  border-top: #CBCBCB solid 1px;
}
.post_content table thead tr th {
  border-bottom: #CBCBCB solid 1px;
  font-weight: 400;
  padding: 1.5rem 2rem;
}
.post_content table thead tr th:first-child {
  background: #F6F6F6;
  font-weight: 700;
}
.post_content table tbody tr th {
  background: #F6F6F6;
  border-bottom: #CBCBCB solid 1px;
  font-weight: 400;
  padding: 1.5rem 2rem;
}
.post_content table tbody tr td {
  border-bottom: #CBCBCB solid 1px;
  padding: 1.5rem 2rem;
}

@media (max-width: 1023px) {
  .drawer_nav {
    background: #1e53bc;
    padding: 8rem 0 0 0;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .drawer_nav.active {
    position: fixed;
    right: 0;
    top: 0;
    width: 90%;
    overflow-y: scroll;
    height: 100%;
  }
}

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

.openbtn {
  display: none;
}
@media (max-width: 1023px) {
  .openbtn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 90px;
    height: 70px;
    z-index: 5;
    background: #1E53BC;
    border-radius: 0 0 0 20px;
  }
  .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    right: 22px;
    height: 2px;
    background: #fff;
    width: 100%;
  }
  .openbtn span:nth-child(1) {
    top: 26px;
    width: 40px;
  }
  .openbtn span:nth-child(2) {
    top: 23px;
    opacity: 0;
  }
  .openbtn span:nth-child(3) {
    top: 40px;
    width: 30px;
  }
  .openbtn.active span:nth-child(1) {
    top: 28px;
    left: 25px;
    -webkit-transform: translateY(6px) rotate(-25deg);
            transform: translateY(6px) rotate(-25deg);
    width: 50px;
  }
  .openbtn.active span:nth-child(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-child(3) {
    top: 40px;
    left: 25px;
    -webkit-transform: translateY(-6px) rotate(25deg);
            transform: translateY(-6px) rotate(25deg);
    width: 50px;
  }
}

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

#header {
  position: fixed;
  width: 100%;
  z-index: 3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#header.scroll-nav {
  background: rgba(255, 255, 255, 0.85);
}
#header.scroll-nav .drawer_menu li a {
  color: #000;
}
#header.scroll-nav .drawer_menu li a:hover {
  color: #999;
}
#header.scroll-nav .drawer_menu li.is__contact a {
  color: #fff;
}
@media (max-width: 1023px) {
  #header.scroll-nav {
    background: none;
  }
}
#header.scroll-nav .is__logo img {
  width: 130px;
  height: 69px;
}
@media (max-width: 1919px) {
  #header.scroll-nav .is__logo {
    width: 120px;
    height: 61px;
  }
}
@media (max-width: 1279px) {
  #header.scroll-nav .is__logo {
    width: 110px;
    height: 56px;
  }
}
@media (max-width: 1023px) {
  #header.scroll-nav .is__logo {
    width: 100%;
  }
}
#header.scroll-nav .is__logo.is__default {
  display: none;
}
#header.scroll-nav .is__logo.is_scroll {
  display: block;
}
#header .is__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .is__logo {
  margin: 1.5rem 1rem;
}
#header .is__logo img {
  width: 197px;
  height: 104px;
  -webkit-transition: width 0.4s ease, height 0.4s ease;
  transition: width 0.4s ease, height 0.4s ease;
}
#header .is__logo.is_scroll {
  display: none;
}
#header .drawer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .drawer_menu li {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  margin: 0 0 0 6rem;
}
#header .drawer_menu li a {
  color: #fff;
}
#header .drawer_menu li a:hover {
  color: #83DFFF;
}
#header .drawer_menu li.is__contact {
  font-size: clamp(1.615rem, 1.566rem + 0.21vw, 1.9rem);
  letter-spacing: 0.14em;
}
#header .drawer_menu li.is__contact a {
  display: block;
  text-align: center;
  background: #1E53BC;
  padding: 2.5rem 5rem;
  border-radius: 0 0 0 30px;
}
#header .drawer_menu li.is__contact a:hover {
  background: #002877;
}
#header .drawer_menu li.is__contact a span {
  display: block;
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  letter-spacing: 0.06em;
  font-weight: 200;
  color: #83DFFF;
}
@media (max-width: 1919px) {
  #header .drawer_menu li {
    margin: 0 0 0 4rem;
  }
  #header .drawer_menu li.is__contact a {
    padding: 2rem 4rem;
  }
}
@media (max-width: 1439px) {
  #header .is__logo a img {
    width: 170px;
    height: 91px;
  }
  #header .drawer_menu li {
    margin: 0 0 0 3rem;
  }
}
@media (max-width: 1279px) {
  #header .is__logo a img {
    width: 130px;
    height: 69px;
  }
  #header .drawer_menu li {
    margin: 0 0 0 1.75rem;
    font-size: 1.5rem;
  }
  #header .drawer_menu li.is__contact {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  #header .drawer_menu li.is__contact a {
    padding: 2rem 2.5rem;
  }
  #header .drawer_menu li.is__contact a span {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  #header .drawer_menu {
    display: block;
  }
  #header .drawer_menu li {
    margin: 0 0 2rem 2rem;
  }
  #header .drawer_menu li.is__contact a {
    text-align: left;
    padding: 0;
  }
  #header .drawer_menu li.is__contact a span {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .is__logo a img {
    width: 110px;
    height: auto;
  }
}
@media (max-width: 424px) {
  #header .drawer_menu li {
    font-size: 1.4rem;
  }
}

html, body {
  height: 100%;
}

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

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top a {
  background: #666;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
}
#page-top a:hover {
  background: #999;
}

#footer {
  background: #252628;
  padding: 7rem 0 4rem 0;
  color: #fff;
}
#footer .is__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: #777 solid 1px;
  margin: 0 0 4rem 0;
  padding: 0 10rem 8rem 10rem;
}
#footer .is__block_L {
  width: 45%;
}
#footer .is__block_R {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#footer .is__block_R ul li {
  font-size: clamp(1.275rem, 1.236rem + 0.16vw, 1.5rem);
  letter-spacing: 0.06em;
  margin: 0 0 1.5rem 0;
}
#footer .is__block_R ul li a:hover {
  color: #aaa;
}
#footer .is__block_R ul:last-child {
  margin: 0 0 0 10rem;
}
#footer .is__logo {
  margin: 0 0 3rem 0;
}
#footer .is__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
}
#footer .is__logo a img {
  margin: 0 2rem 0 0;
}
#footer .is__address {
  font-size: clamp(1.445rem, 1.401rem + 0.19vw, 1.7rem);
  line-height: 1.7em;
  letter-spacing: 0.14em;
  margin: 0 0 2.5rem 0;
}
#footer .is__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .is__banner li {
  margin: 0 1.5rem 0 0;
}
#footer .is__copy {
  font-size: clamp(1.02rem, 0.989rem + 0.13vw, 1.2rem);
  letter-spacing: 0.14em;
  text-align: center;
}
@media (max-width: 1439px) {
  #footer .is__inner {
    padding: 0 7rem 8rem 7rem;
  }
}
@media (max-width: 1279px) {
  #footer .is__inner {
    padding: 0 0 7rem 0;
  }
}
@media (max-width: 1023px) {
  #footer {
    padding-bottom: 3rem;
  }
  #footer .is__inner {
    margin-bottom: 3rem;
    padding-bottom: 6rem;
  }
  #footer .is__block_L {
    width: 100%;
  }
  #footer .is__block_R {
    display: none;
  }
}
@media (max-width: 767px) {
  #footer {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  #footer .is__inner {
    padding-bottom: 4rem;
    margin-bottom: 2rem;
  }
  #footer .is__logo a {
    font-size: 1.4rem;
  }
  #footer .is__logo a img {
    width: 100px;
    margin: 0 1.5rem 0 0;
  }
  #footer .is__address {
    font-size: 1.3rem;
  }
  #footer .is__banner li {
    width: 75px;
  }
}
@media (max-width: 424px) {
  #footer .is__logo a {
    font-size: 3vw;
  }
  #footer .is__logo a img {
    width: 85px;
  }
  #footer .is__address {
    font-size: 3vw;
  }
  #footer .is__copy {
    font-size: 2.5vw;
  }
}

.aside_contact {
  background: url(assets/images/dot_bg01.png) repeat 0 0;
  padding-bottom: 300px;
}
.aside_contact .is__inner {
  background: url(assets/images/aside_img01.jpg) no-repeat center top;
  height: auto;
  max-height: 540px;
  background-size: cover;
  background-position: center top;
  padding: 8rem 0 0 0;
}
.aside_contact .is__headline {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.14em;
  margin: 0 0 7rem 0;
}
.aside_contact .is__headline span {
  display: block;
  font-size: 3.6rem;
  font-weight: 200;
  letter-spacing: 0.02em;
  margin: 3rem 0 0;
}
.aside_contact .is__txt01 {
  font-size: clamp(2.465rem, 2.39rem + 0.32vw, 2.9rem);
  letter-spacing: 0.14em;
  text-align: center;
  color: #fff;
  line-height: 1.7em;
  margin: 0 0 1rem 0;
}
.aside_contact .is__txt02 {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  letter-spacing: 0.14em;
  text-align: center;
  color: #fff;
  line-height: 1.7em;
  margin: 0 0 6rem 0;
}
.aside_contact .aside_cnt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aside_contact .aside_cnt01 .block {
  width: 48%;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 5rem 0 5rem 0;
}
.aside_contact .aside_cnt01 .block .is__title_en {
  font-size: 7.1rem;
  color: #DADFE5;
  letter-spacing: 0.02em;
}
.aside_contact .aside_cnt01 .block .is__title_ja {
  font-size: 2.5rem;
  margin: 2rem 0 3rem 0;
}
.aside_contact .aside_cnt01 .block .is__btn 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;
  color: #fff;
  background: #1E53BC;
  border-radius: 999px;
  width: 100%;
  max-width: 380px;
  height: 84px;
  margin: 0 auto;
  font-size: 2rem;
}
.aside_contact .aside_cnt01 .block .is__btn a img {
  margin: 0 0 0 5rem;
}
.aside_contact .aside_cnt01 .block .is__btn a:hover {
  background: #002877;
}
.aside_contact .aside_cnt01 .block .is__tel {
  font-size: 6.5rem;
  color: #1E53BC;
  letter-spacing: 0.02em;
  margin: 5rem 0 4rem 0;
}
.aside_contact .aside_cnt01 .block .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;
}
.aside_contact .aside_cnt01 .block .is__tel a img {
  margin: 0 1rem 0 0;
}
.aside_contact .aside_cnt01 .block .is__reception {
  color: #1E53BC;
  font-size: clamp(1.785rem, 1.731rem + 0.23vw, 2.1rem);
  letter-spacing: 0.14rem;
}
@media (max-width: 1279px) {
  .aside_contact .is__headline {
    font-size: 3.5rem;
  }
  .aside_contact .is__headline span {
    font-size: 3rem;
  }
}
@media (max-width: 1023px) {
  .aside_contact {
    padding-bottom: 600px;
  }
  .aside_contact .is__inner {
    height: 500px;
    background: url(assets/images/aside_img01__sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .aside_contact .is__headline {
    font-size: 3rem;
    margin: 0 0 5rem 0;
  }
  .aside_contact .is__headline span {
    font-size: 2.5rem;
    margin: 2rem 0 0 0;
  }
  .aside_contact .aside_cnt01 {
    display: block;
  }
  .aside_contact .aside_cnt01 .block {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}
@media (max-width: 767px) {
  .aside_contact {
    padding-bottom: 550px;
  }
  .aside_contact .is__headline {
    font-size: 2.5rem;
    margin: 0 0 3.5rem 0;
  }
  .aside_contact .is__headline span {
    font-size: 2rem;
    margin: 2rem 0 0 0;
  }
  .aside_contact .is__txt01 {
    font-size: 5.5vw;
  }
  .aside_contact .is__txt02 {
    font-size: 3.5vw;
  }
  .aside_contact .aside_cnt01 {
    display: block;
  }
  .aside_contact .aside_cnt01 .block {
    width: 100%;
    margin: 0 0 3rem 0;
    padding: 5rem 2rem;
  }
  .aside_contact .aside_cnt01 .block .is__title_en {
    font-size: 5rem;
  }
  .aside_contact .aside_cnt01 .block .is__tel {
    font-size: 4.75rem;
  }
}
@media (max-width: 424px) {
  .aside_contact {
    padding-bottom: 125vw;
  }
  .aside_contact .is__inner {
    height: 470px;
  }
  .aside_contact .aside_cnt01 {
    display: block;
  }
  .aside_contact .aside_cnt01 .block:first-child {
    padding-bottom: 3rem;
  }
  .aside_contact .aside_cnt01 .block .is__title_ja {
    font-size: 6vw;
    margin: 2rem 0;
  }
  .aside_contact .aside_cnt01 .block .is__btn a {
    height: 65px;
    font-size: 5vw;
  }
  .aside_contact .aside_cnt01 .block .is__btn a img {
    margin: 0 0 0 4vw;
    width: 26px;
  }
  .aside_contact .aside_cnt01 .block .is__tel {
    font-size: 10vw;
    margin: 5rem 0 2rem 0;
  }
  .aside_contact .aside_cnt01 .block .is__tel a img {
    width: 30px;
  }
  .aside_contact .aside_cnt01 .block .is__reception {
    font-size: 4.5vw;
  }
}

.aside_contact02 {
  background: #1E53BC;
  padding: 10rem 0;
}
.aside_contact02 .is__inner {
  background: none;
  padding: 0;
}
.aside_contact02 .txt01 {
  color: #fff;
  text-align: center;
  font-size: clamp(2.465rem, 2.39rem + 0.32vw, 2.9rem);
  letter-spacing: 0.14em;
  font-weight: 700;
}
.aside_contact02 .txt02 {
  color: #fff;
  text-align: center;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  letter-spacing: 0.14em;
  margin: 2rem 0 5rem 0;
}
@media (max-width: 1279px) {
  .aside_contact02 {
    padding: 10rem 0;
  }
  .aside_contact02 .is__inner {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .aside_contact02 {
    padding: 10rem 0;
  }
  .aside_contact02 .is__inner {
    padding: 0;
    height: auto;
    max-height: none;
  }
}
@media (max-width: 767px) {
  .aside_contact02 {
    padding: 7rem 0;
  }
}
@media (max-width: 424px) {
  .aside_contact02 .txt01 {
    font-size: 6vw;
  }
  .aside_contact02 .txt02 {
    font-size: 4vw;
  }
}

.bread {
  padding: 1.5rem 0;
}
.bread ul li {
  float: left;
  font-size: 1.4rem;
  color: #858585;
}
.bread ul li:last-child::before {
  content: "/";
  margin: 0 1rem;
}
.bread ul li a {
  color: #858585;
}
@media (max-width: 767px) {
  .bread ul li {
    font-size: 1.2rem;
  }
}

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

.blink01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #252628;
  background: #fff;
  border-radius: 999px;
  width: 100%;
  max-width: 380px;
  height: 84px;
  margin: 0 auto;
  font-size: 2rem;
  border: #000 solid 2px;
  position: relative;
  padding: 0 0 0 7rem;
}
.blink01 img {
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blink01:hover {
  background: #002877;
  color: #fff;
  border: #002877 solid 2px;
}
@media (max-width: 767px) {
  .blink01 {
    height: 65px;
    font-size: 1.7rem;
    padding: 0 0 0 5rem;
  }
}
@media (max-width: 424px) {
  .blink01 {
    padding: 0 0 0 4rem;
    height: 60px;
    font-size: 1.5rem;
  }
  .blink01 img {
    right: 2rem;
  }
}

.blink02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #1E53BC;
  border-radius: 999px;
  width: 100%;
  max-width: 380px;
  height: 84px;
  margin: 0 auto;
  font-size: 2rem;
  border: #000 solid 2px;
  position: relative;
  padding: 0 0 0 5rem;
}
.blink02 img {
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blink02:hover {
  background: #002877;
  color: #fff;
  border: #002877 solid 2px;
}
@media (max-width: 767px) {
  .blink02 {
    height: 65px;
    font-size: 1.7rem;
    padding: 0 0 0 5rem;
  }
}
@media (max-width: 424px) {
  .blink02 {
    padding: 0 0 0 4rem;
    height: 60px;
    font-size: 1.5rem;
  }
  .blink02 img {
    right: 2rem;
  }
}

.blink03 {
  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;
  border: #000000 solid 2px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  padding: 1.5rem 2rem;
  width: 100%;
  max-width: 450px;
}
.blink03:hover {
  background: #002877;
  color: #fff;
  border: #002877 solid 2px;
}
@media (max-width: 424px) {
  .blink03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blink03 img {
    margin: 1.5rem 0 0 0;
  }
}

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

.blink04 {
  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;
  border: #000000 solid 2px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  padding: 1.5rem 2rem;
  width: 100%;
  max-width: 240px;
}
.blink04:hover {
  background: #002877;
  color: #fff;
  border: #002877 solid 2px;
}

.blink05 {
  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;
  border: #000000 solid 2px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  padding: 2.5rem 2rem 2.5rem 4rem;
  width: 100%;
  max-width: 380px;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  background: #fff;
}
.blink05:hover {
  background: #002877;
  color: #fff;
  border: #002877 solid 2px;
}
@media (max-width: 1023px) {
  .blink05 {
    padding: 2rem 2rem 2rem 3rem;
  }
}
@media (max-width: 767px) {
  .blink05 {
    padding: 1.5rem 2rem 1.5rem 3rem;
    max-width: none;
  }
}

.txt01 {
  color: #252628;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  line-height: 1.7em;
}

.txt02 {
  color: #252628;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  line-height: 1.7em;
  letter-spacing: 0.08em;
}

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

.txt04 {
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  line-height: 1.7em;
  letter-spacing: 0.05em;
  color: #252628;
}

.txt05 {
  color: #fff;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

.txt06 {
  color: #fff;
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

.txt07 {
  color: #252628;
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  line-height: 2.1em;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .txt08 br {
    display: none;
  }
  .txt08.is__txt_C {
    text-align: left !important;
  }
}

.txt09 {
  color: #252628;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  line-height: 2em;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .txt10.is__txt_C {
    text-align: left !important;
  }
  .txt10 br {
    display: none;
  }
}

.underline_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff28));
  background: linear-gradient(transparent 50%, #ffff28 50%);
}

.list01 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.list01 li {
  padding-left: 30px;
  position: relative;
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}
.list01 li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #1E53BC;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  width: 20px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 80%;
}
@media (max-width: 1439px) {
  .list01 li {
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .list01 li {
    font-size: 1.4rem;
  }
  .list01 li::before {
    top: 3px;
  }
}
@media (max-width: 424px) {
  .list01 li {
    font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  }
}

.list02 li {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 1.5rem;
}
.list02 li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1E53BC;
  position: absolute;
  top: 12px;
  left: 0;
}
@media (max-width: 1439px) {
  .list02 li {
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .list02 li {
    font-size: 1.4rem;
  }
  .list02 li::before {
    top: 9px;
  }
}
@media (max-width: 424px) {
  .list02 li {
    font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  }
}

.list03 {
  background: #F4F5F7;
  padding: 2.5rem 3rem 2.5rem 5rem;
}
.list03 li {
  line-height: 2.1em;
  letter-spacing: 0.05em;
  list-style-type: disc;
  margin: 0 0 1.5rem 0;
}
.list03 li:last-child {
  margin: 0;
}
.list03 li a {
  color: #1E53BC;
  text-decoration: underline;
  margin: 0 2rem 0 0;
}
.list03 li a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .list03 {
    padding: 2rem 2.5rem 2rem 4rem;
  }
  .list03 li a {
    display: block;
    margin: 0;
  }
}

.list04 {
  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;
}
.list04 li {
  width: 47%;
  margin: 0 0 4rem 0;
}
.list04 li:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .list04 {
    display: block;
  }
  .list04 li {
    width: 100%;
  }
}

.list05 {
  background: #F4F5F7;
  padding: 2.5rem 15rem 2.5rem 3rem;
  display: inline-block;
}
.list05 li {
  margin: 0 0 1.5rem 0;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.list05 li:last-child {
  margin: 0;
}
.list05 li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  margin: 0 1.5rem 0 0;
  position: absolute;
  top: 9px;
  left: 0;
}
.list05 li a {
  color: #1E53BC;
  text-decoration: underline;
}
.list05 li a:hover {
  text-decoration: none;
}
@media (max-width: 1023px) {
  .list05 {
    width: 100%;
    padding: 2.5rem;
  }
  .list05 li span {
    display: block;
  }
}

.list06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list06 li {
  width: 100%;
  margin: 0 2rem;
}
.list06 li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 767px) {
  .list06 {
    display: block;
  }
  .list06 li {
    margin: 0;
  }
  .list06 li:first-child {
    margin: 0 0 2rem 0;
  }
}

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

.tbl01 {
  width: 100%;
}
.tbl01 tr th {
  background: #fff;
  border-bottom: #E6E9EF solid 10px;
  color: #1E53BC;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.7em;
  padding: 2.5rem 4rem;
  width: 25%;
  white-space: nowrap;
}
.tbl01 tr td {
  background: #fff;
  border-bottom: #E6E9EF solid 10px;
  color: #252628;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.7em;
  padding: 2.5rem 4rem 2.5rem 0;
}
@media (max-width: 1439px) {
  .tbl01 tr th {
    padding: 1.75rem 3rem;
  }
  .tbl01 tr td {
    padding: 1.75rem 3rem;
  }
}
@media (max-width: 1279px) {
  .tbl01 tr th {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .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%;
    border-bottom: none;
    padding: 1.5rem 2rem 0 2rem;
  }
  .tbl01 tbody tr td {
    display: block;
    width: 100%;
    padding: 1.5rem 2rem;
  }
}

.tbl02 {
  width: 100%;
  border-top: #D2D2D2 solid 1px;
  border-right: #D2D2D2 solid 1px;
}
.tbl02 tr th {
  border-bottom: #D2D2D2 solid 1px;
  border-left: #D2D2D2 solid 1px;
  background: #1E53BC;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 1.5rem 1.5rem;
}
.tbl02 tr td {
  border-bottom: #D2D2D2 solid 1px;
  border-left: #D2D2D2 solid 1px;
  padding: 1.5rem 1.5rem;
}

.tbl03 {
  width: 100%;
  border-top: #C4C4C4 solid 1px;
}
.tbl03 tr th {
  border-bottom: #C4C4C4 solid 1px;
  font-weight: 700;
  padding: 2.5rem 0;
  width: 25%;
}
.tbl03 tr td {
  border-bottom: #C4C4C4 solid 1px;
  padding: 2.5rem 0;
}
@media (max-width: 767px) {
  .tbl03 {
    width: 100%;
    display: block;
  }
  .tbl03 tbody {
    width: 100%;
    display: block;
  }
  .tbl03 tbody tr {
    width: 100%;
    display: block;
  }
  .tbl03 tbody tr th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 2.5rem 0 0 0;
  }
  .tbl03 tbody tr td {
    width: 100%;
    display: block;
  }
}

.tbl04 {
  width: 100%;
}
.tbl04 tr th {
  background: #fff;
  padding: 1.5rem 2rem;
  border-bottom: #F4F5F7 solid 4px;
  width: 20%;
}
.tbl04 tr td {
  background: #fff;
  padding: 1.5rem 2rem;
  border-bottom: #F4F5F7 solid 4px;
}
@media (max-width: 1023px) {
  .tbl04 tr th {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .tbl04 {
    width: 100%;
    display: block;
  }
  .tbl04 tbody {
    width: 100%;
    display: block;
  }
  .tbl04 tbody tr {
    width: 100%;
    display: block;
  }
  .tbl04 tbody tr th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
  .tbl04 tbody tr td {
    width: 100%;
    display: block;
    border-bottom: #F4F5F7 solid 6px;
  }
}

.tbl05 {
  width: 100%;
}
.tbl05 tr th {
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  width: 25%;
  border-bottom: #C4C4C4 solid 1px;
  padding: 4rem 0;
}
.tbl05 tr th span.oswald {
  margin: 0 1.5rem 0 0;
  color: #1E53BC;
  font-weight: 400;
}
.tbl05 tr th span.point {
  color: #FF1616;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  font-weight: 600;
  margin: 0 0 0 1.5rem;
  letter-spacing: 0.1em;
}
.tbl05 tr th span.underline {
  border-bottom: #FF1616 solid 2px;
}
.tbl05 tr td {
  border-bottom: #C4C4C4 solid 1px;
  padding: 4rem 0;
}
@media (max-width: 1023px) {
  .tbl05 tr th {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .tbl05 {
    width: 100%;
    display: block;
  }
  .tbl05 tbody {
    width: 100%;
    display: block;
  }
  .tbl05 tbody tr {
    width: 100%;
    display: block;
  }
  .tbl05 tbody tr th {
    width: 100%;
    display: block;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .tbl05 tbody tr td {
    width: 100%;
    display: block;
    padding-top: 2rem !important;
  }
}

.dot_bg {
  background: url(assets/images/dot_bg02.png) repeat 0 0;
}

.white_bg {
  background: #fff;
  padding-bottom: 15rem;
}
@media (max-width: 767px) {
  .white_bg {
    padding-bottom: 10rem;
  }
}

.cnt01 {
  width: 100%;
  height: 460px;
  background: #1C1C1C;
  position: relative;
}
.cnt01 .img img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt01 .container-1480 {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cnt01 .is__title {
  color: #fff;
  font-size: clamp(2rem, 1.571rem + 2.14vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.35em;
}
.cnt01 .is__title span {
  display: block;
  font-size: clamp(2.21rem, 2.143rem + 0.29vw, 2.6rem);
  font-weight: 100;
  color: #83DFFF;
}
@media (max-width: 1919px) {
  .cnt01 {
    height: 400px;
  }
  .cnt01 .img img {
    height: 400px;
  }
  .cnt01 .container-1480 {
    bottom: 6rem;
  }
  .cnt01 .is__title {
    font-size: 3.8rem;
  }
  .cnt01 .is__title span {
    font-size: 2rem;
  }
}
@media (max-width: 1279px) {
  .cnt01 {
    height: 350px;
  }
  .cnt01 .img img {
    height: 350px;
  }
  .cnt01 .container-1480 {
    bottom: 6rem;
  }
  .cnt01 .is__title {
    font-size: 3.5rem;
  }
  .cnt01 .is__title span {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .cnt01 {
    height: 320px;
  }
  .cnt01 .img img {
    height: 320px;
  }
  .cnt01 .container-1480 {
    bottom: 6rem;
  }
  .cnt01 .is__title {
    font-size: 3rem;
  }
  .cnt01 .is__title span {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .cnt01 {
    height: 280px;
  }
  .cnt01 .img img {
    height: 280px;
  }
  .cnt01 .container-1480 {
    bottom: 6rem;
  }
  .cnt01 .is__title {
    font-size: 2.1rem;
  }
  .cnt01 .is__title span {
    font-size: 1.4rem;
  }
}

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

.cnt03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .cnt03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cnt04 {
  width: 100%;
  max-width: 240px;
}
.cnt04 .is__sidemenu_block {
  margin: 0 0 5rem 0;
}
.cnt04 .is__sidemenu_block:last-child {
  margin: 0;
}
.cnt04 .is__sidemenu_block ul {
  padding: 0 1.5rem;
}
.cnt04 .is__sidemenu_block ul li {
  margin: 0 0 0.75rem 0;
  line-height: 1.6em;
}
.cnt04 .is__sidemenu_block ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: #1E53BC solid 2px;
  display: inline-block;
  margin: 0 1rem 0 0;
}
.cnt04 .is__sidemenu_block ul li a {
  color: #252628;
}
.cnt04 .is__sidemenu_block ul li a:hover {
  color: #999;
}
.cnt04 .is__title {
  color: #252628;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  background: #EAEFF9;
  padding: 1rem 2rem;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 1919px) {
  .cnt04 {
    max-width: 220px;
  }
}
@media (max-width: 1023px) {
  .cnt04 {
    width: 100%;
    max-width: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.cnt05 {
  width: 100%;
  max-width: 1140px;
  border-top: #C4C4C4 solid 1px;
}
.cnt05 .is__content_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: #C4C4C4 solid 1px;
  padding: 3rem 0;
}
.cnt05 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 280px;
  height: 200px;
}
.cnt05 .img a img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 280/200;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cnt05 .img a:hover img {
  opacity: 0.85;
}
.cnt05 .is__content_info {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.5rem 0 0 4rem;
}
.cnt05 .is__content_info .is__date_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 2.5rem 0;
}
.cnt05 .is__content_info .is__date_cat .is__date {
  color: #8E8E8E;
  letter-spacing: 0.14em;
  font-weight: 700;
  margin: 0 2rem 0 0;
}
.cnt05 .is__content_info .is__date_cat .is__cat {
  background: #D3E0F9;
  border-radius: 999px;
  line-height: 1;
  padding: 0.5rem 1.5rem;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  letter-spacing: 0.05em;
}
.cnt05 .is__content_info .is__txt {
  font-size: clamp(2.04rem, 1.978rem + 0.26vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
.cnt05 .is__content_info .is__txt a {
  color: #252628;
}
.cnt05 .is__content_info .is__txt a:hover {
  color: #999;
}
@media (max-width: 1439px) {
  .cnt05 {
    max-width: 950px;
  }
}
@media (max-width: 1279px) {
  .cnt05 {
    max-width: 720px;
  }
  .cnt05 .img {
    width: 230px;
    height: 170px;
  }
  .cnt05 .img img {
    width: 230px;
    height: 170px;
  }
  .cnt05 .is__content_info {
    padding: 1.5rem 0 0 3rem;
  }
  .cnt05 .is__content_info .is__txt {
    font-size: 2.1rem;
  }
}
@media (max-width: 1023px) {
  .cnt05 {
    width: 100%;
    max-width: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 7rem 0;
  }
}
@media (max-width: 767px) {
  .cnt05 .is__content_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cnt05 .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 320px;
    height: 50vw;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .cnt05 .img img {
    width: 100%;
    max-width: 320px;
    height: 50vw;
  }
  .cnt05 .is__content_info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 1.5rem;
    margin: 0 0 2.5rem 0;
  }
  .cnt05 .is__content_info .is__date_cat {
    margin: 0 0 1.5rem 0;
  }
  .cnt05 .is__content_info .is__txt {
    font-size: 1.8rem;
  }
}

.cnt06 {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

.acMenu {
  margin: 0 0 2rem 0;
  background: #fff;
  border-radius: 10px;
  padding: 3rem;
}
.acMenu dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  color: #252628;
  font-weight: 400;
  position: relative;
  padding: 0 4rem 0 0;
  line-height: 1.7em;
}
.acMenu dt span {
  font-size: clamp(2.5rem, 2.3rem + 1vw, 3.9rem);
  color: #1E53BC;
  margin: 0 2rem 0 0;
}
.acMenu dt::after {
  font: var(--fa-font-solid);
  content: "+";
  position: absolute;
  top: 4px;
  right: 0;
  color: #1E53BC;
}
.acMenu dt.active::after {
  font: var(--fa-font-solid);
  content: "\f068";
  position: absolute;
  top: 4px;
  right: 0;
  color: #1E53BC;
}
.acMenu dd {
  display: none;
  background: rgba(131, 223, 255, 0.4);
  border-radius: 10px;
  padding: 2rem 2.5rem;
  margin: 3rem 0 0 0;
  position: relative;
}
.acMenu dd a {
  color: #1E53BC;
  text-decoration: underline;
}
.acMenu dd a:hover {
  text-decoration: none;
}
.acMenu dd::before {
  content: "A.";
  position: absolute;
  font-size: clamp(2.295rem, 2.225rem + 0.3vw, 2.7rem);
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #1E53BC;
}
.acMenu dd .is__txt {
  letter-spacing: 0.14em;
  line-height: 1.9em;
  padding: 0 0 0 5rem;
}
@media (max-width: 767px) {
  .acMenu {
    padding: 2rem;
  }
  .acMenu dt {
    padding: 0 2.5rem 0 0;
  }
  .acMenu dd {
    padding: 2rem;
  }
  .acMenu dd .is__txt {
    padding: 0 0 0 4rem;
  }
}
@media (max-width: 424px) {
  .acMenu dt::after {
    font: var(--fa-font-solid);
    content: "+";
    position: absolute;
    top: 6px;
    right: 0;
    color: #1E53BC;
  }
  .acMenu dt.active::after {
    font: var(--fa-font-solid);
    content: "\f068";
    position: absolute;
    top: 6px;
    right: 0;
    color: #1E53BC;
  }
}

.cnt07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cnt07 .is__block {
  width: 48%;
  margin: 0 0 5rem 0;
}
.cnt07 .img {
  margin: 0 0 2.5rem 0;
}
.cnt07 .is__maker {
  color: #1E53BC;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  letter-spacing: 0.1em;
  margin: 0 0 0.5rem 0;
  font-weight: 700;
  line-height: 1.7em;
}
.cnt07 .is__name {
  margin: 0 0 2rem 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  line-height: 1.7em;
  border-bottom: #C4C4C4 solid 1px;
  padding: 0 0 1rem 0;
}
.cnt07 .is__detail {
  width: 100%;
}
.cnt07 .is__detail tr th {
  padding: 0 0 1.5rem 0;
  width: 15%;
}
.cnt07 .is__detail tr th span {
  background: #1E53BC;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 999px;
  padding: 0.25rem 1.5rem;
}
.cnt07 .is__detail tr td {
  padding: 0.1rem 0 1.5rem 0;
}
@media (max-width: 1023px) {
  .cnt07 .is__block {
    margin: 0 0 3.5rem 0;
  }
  .cnt07 .is__detail {
    display: block;
    width: 100%;
  }
  .cnt07 .is__detail tbody {
    display: block;
    width: 100%;
  }
  .cnt07 .is__detail tbody tr {
    display: block;
    width: 100%;
  }
  .cnt07 .is__detail tbody tr th {
    display: block;
    width: 100%;
    padding: 0 0 1rem 0;
  }
  .cnt07 .is__detail tbody tr td {
    display: block;
    width: 100%;
    padding: 0 0 2rem 0;
  }
}
@media (max-width: 767px) {
  .cnt07 {
    display: block;
  }
  .cnt07 .is__block {
    width: 100%;
  }
}

.cnt08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 7rem 0 0 0;
}
.cnt08 .is__block {
  width: 31%;
}
.cnt08 .img {
  margin: 0 0 2rem 0;
}
.cnt08 .is__title {
  font-weight: 700;
  margin: 0 0 1rem 0;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  text-align: center;
}
@media (max-width: 767px) {
  .cnt08 {
    display: block;
  }
  .cnt08 .is__block {
    width: 100%;
    margin: 0 0 4rem 0;
  }
  .cnt08 .is__block:last-child {
    margin: 0;
  }
}

.cnt09 {
  height: 640px;
  margin: 20rem 0 0 0;
}
.cnt09 img {
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 2559px) {
  .cnt09 {
    height: 500px;
  }
  .cnt09 img {
    height: 500px;
  }
}
@media (max-width: 1919px) {
  .cnt09 {
    margin: 10rem 0 0 0;
  }
}
@media (max-width: 1279px) {
  .cnt09 {
    height: 400px;
  }
  .cnt09 img {
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .cnt09 {
    height: 340px;
  }
  .cnt09 img {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .cnt09 {
    height: 60vw;
    margin: 7rem 0 0 0;
  }
  .cnt09 img {
    height: 60vw;
  }
}

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

.cnt11 {
  border-top: #C4C4C4 solid 1px;
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cnt11.borderbottom {
  border-bottom: #C4C4C4 solid 1px;
}
.cnt11 .year {
  color: #1E53BC;
  font-weight: 700;
  margin: 0 5rem 0 0;
  white-space: nowrap;
}
.cnt11 .txt {
  margin: 0 0 1rem 0;
}
.cnt11 .award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 2rem 0;
}
.cnt11 .mark {
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  border-bottom: #1E53BC solid 1px;
  border-left: #1E53BC solid 1px;
  margin: 0.5rem 1rem 0 1rem;
  white-space: nowrap;
}
.cnt11 .eyecatch {
  background: #1E53BC;
  color: #fff;
  padding: 0.25rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1rem 0 0;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cnt11 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cnt11 .year {
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
  .cnt11 .award {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cnt11 .mark {
    display: none;
  }
  .cnt11 .eyecatch {
    margin: 0 0 0.5rem 0;
  }
  .cnt11 .eyecatch + span {
    width: 100% !important;
  }
}

.cnt12 {
  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;
}
.cnt12::after {
  content: "";
  display: block;
  width: 31%;
}
.cnt12 .is__block {
  width: 31%;
  border: #BFBFBF solid 1px;
  margin: 0 0 5rem 0;
  padding: 0 0 2rem 0;
}
.cnt12 .is__block:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cnt12 .is__block:hover .casename {
  color: #999;
}
.cnt12 .img {
  overflow: hidden;
  height: 280px;
}
.cnt12 .img img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.cnt12 .casename {
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 2rem 2rem 1rem 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #252628;
}
.cnt12 .customer {
  color: #1E53BC;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 2rem;
}
@media (max-width: 1279px) {
  .cnt12 .img {
    height: 23vw;
  }
  .cnt12 .img img {
    height: 23vw;
  }
}
@media (max-width: 767px) {
  .cnt12 .is__block {
    width: 48%;
    margin: 0 0 3rem 0;
  }
  .cnt12 .img {
    height: 33vw;
  }
  .cnt12 .img img {
    height: 33vw;
  }
  .cnt12 .casename {
    margin: 2rem 1rem 1rem 1rem;
  }
  .cnt12 .customer {
    margin: 0 1rem;
  }
}
@media (max-width: 424px) {
  .cnt12 .is__block {
    width: 100%;
  }
  .cnt12 .img {
    height: 55vw;
  }
  .cnt12 .img img {
    height: 55vw;
  }
}

.cnt13 .slider03 {
  margin: 0 0 3rem 0;
}
.cnt13 .slider03 .slick-img img {
  width: 970px;
  height: 776px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt13 .thumbnail .thumbnail-img {
  cursor: pointer;
}
.cnt13 .thumbnail .slick-slide {
  width: 150px !important;
  margin: 0 6px;
}
.cnt13 .thumbnail .slick-slide img {
  width: 150px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt13 .slick-track {
  margin: 0 !important;
}
@media (max-width: 1023px) {
  .cnt13 .slider03 .slick-img img {
    height: 70vw;
  }
  .cnt13 .thumbnail .slick-track {
    width: 100% !important;
  }
  .cnt13 .thumbnail .slick-slide {
    width: calc(16.6666666667% - 6px) !important;
    margin: 0 3px;
  }
  .cnt13 .thumbnail .slick-slide img {
    width: 100%;
    height: 13vw;
  }
}
@media (max-width: 767px) {
  .cnt13 .slider03 {
    margin: 0 0 1rem 0;
  }
  .cnt13 .thumbnail .slick-slide {
    width: calc(33.3333333333% - 6px) !important;
    margin: 0 3px;
  }
  .cnt13 .thumbnail .slick-slide img {
    height: 20vw;
  }
}

.cnt14 {
  margin: 5rem 0 0 0;
}
.cnt14 .is__customer {
  color: #1E53BC;
  letter-spacing: 0.14em;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  font-weight: 700;
  margin: 2rem 0 3rem 0;
}
.cnt14 .is__txt {
  letter-spacing: 0.05em;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .cnt14 {
    margin: 3rem 0 0 0;
  }
  .cnt14 .is__customer {
    margin: 2rem 0;
  }
}

.cnt15 {
  margin: 0 0 15rem 0;
}
.cnt15 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt15 ul li {
  width: 24%;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  font-weight: 700;
}
.cnt15 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: #000000 solid 2px;
  border-radius: 999px;
  padding: 1.5rem 2.5rem;
}
.cnt15 ul li a:hover {
  background: #002B81;
  color: #fff;
}
@media (max-width: 1023px) {
  .cnt15 {
    margin: 0 0 10rem 0;
  }
  .cnt15 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cnt15 ul li {
    width: 48%;
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 767px) {
  .cnt15 {
    margin: 0 0 8rem 0;
  }
  .cnt15 ul li {
    width: 100%;
  }
}

.cnt16 {
  background: #F4F5F7;
  padding: 8rem;
  margin: 10rem 0 0 0;
}
.cnt16 .is__inner {
  border-bottom: #C4C4C4 solid 1px;
  padding: 0 0 5rem 0;
  margin: 0 0 5rem 0;
}
@media (max-width: 1439px) {
  .cnt16 {
    padding: 6rem;
  }
}
@media (max-width: 1279px) {
  .cnt16 {
    padding: 7rem 5rem;
  }
}
@media (max-width: 1023px) {
  .cnt16 {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cnt16 {
    padding: 4rem 2rem;
  }
  .cnt16 .is__inner {
    padding: 0 0 3.5rem 0;
    margin: 0 0 3.5rem 0;
  }
}

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

.cnt18 {
  background: #1E53BC;
  padding: 10rem 0;
}
@media (max-width: 1023px) {
  .cnt18 {
    padding: 7rem 0;
  }
}

.cnt19 {
  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;
}
.cnt19 .is__txt {
  color: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .cnt19 {
    display: block;
  }
  .cnt19 .is__txt {
    margin: 1rem 0 0 0;
  }
}

.cnt20 {
  margin: 0 0 3rem 0;
}

.cnt21 {
  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;
}
.cnt21 .is__inner {
  width: 49%;
  background: #fff;
  margin: 0 0 1.5rem 0;
  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;
  height: 81px;
}
.cnt21 .is__title {
  width: 80%;
  padding: 2rem;
  font-weight: 700;
}
.cnt21 .is__data {
  width: 20%;
  text-align: center;
  padding: 2rem;
  font-weight: 700;
}
.cnt21 .is__data.maru {
  color: #FF1A60;
}
.cnt21 .is__data.batsu {
  color: #000;
}
.cnt21 .is__data.triangle {
  color: #1E53BC;
  line-height: 1.3em;
}
.cnt21 .is__data.triangle span {
  display: block;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  font-weight: 400;
}
@media (max-width: 767px) {
  .cnt21 .is__inner {
    width: 100%;
    margin: 0 0 1rem 0;
    height: 75px;
  }
}

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

.cnt23 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
}
.cnt23 .is__contents {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 70%;
  max-width: 970px;
}
.cnt23 .is__contents section {
  margin: 0 0 15rem 0;
}
.cnt23 .number {
  color: #1E53BC;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  letter-spacing: 0.1em;
  border-bottom: #C4C4C4 solid 1px;
  padding: 0 0 1.5rem 0;
  margin: 0 0 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cnt23 .number::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: #1E53BC solid 3px;
  background: #fff;
  margin: 0 1rem 0 0;
}
.cnt23 .headline17 {
  margin: 0 0 4rem 0;
}
.cnt23 .section-nav {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: sticky;
  top: 150px;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.cnt23 .section-nav li {
  margin: 0 0 2rem 0;
  padding: 0 0 0 3rem;
}
.cnt23 .section-nav li.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.cnt23 .section-nav li.active::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: #1E53BC solid 3px;
  background: #fff;
  margin: 0 1.5rem 0 0;
}
@media (max-width: 1279px) {
  .cnt23 .is__contents {
    max-width: 730px;
  }
}
@media (max-width: 1023px) {
  .cnt23 .is__contents {
    max-width: none;
  }
  .cnt23 .section-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .cnt23 .is__contents section {
    margin: 0 0 6rem 0;
  }
}

.section-nav li.active > a {
  color: #333;
  font-weight: 500;
}

.section-nav {
  padding-left: 0;
}

.section-nav a {
  text-decoration: none;
  display: block;
  padding: 0.125rem 0;
  color: #C4C4C4;
  -webkit-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
}

.section-nav a:hover,
.section-nav a:focus {
  color: #000;
  font-weight: 500;
}

.cnt25 {
  background: #fff;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .cnt25 {
    padding-top: 5rem;
  }
}

.cnt26 {
  padding-bottom: 0;
}

.cnt27 {
  width: 100%;
  position: relative;
  padding-top: 10rem;
}
.cnt27 .innerbg {
  background: #F4F5F7;
  width: 75%;
  max-width: 2350px;
  height: 360px;
  position: absolute;
  bottom: -6rem;
  right: 0;
}
@media (max-width: 2559px) {
  .cnt27 .innerbg {
    width: 83%;
  }
}
@media (max-width: 1919px) {
  .cnt27 .innerbg {
    width: 95%;
  }
}
@media (max-width: 1439px) {
  .cnt27 .innerbg {
    width: 95%;
  }
}
@media (max-width: 1279px) {
  .cnt27 .innerbg {
    width: calc(100% - 20px);
    height: 380px;
  }
}
@media (max-width: 1023px) {
  .cnt27 .innerbg {
    width: 90%;
    top: 10rem;
    right: 0;
    bottom: 0;
    height: auto;
  }
}

.cnt28 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.cnt28 .is__content {
  padding: 0 6rem 0 0;
}
.cnt28 .is__content .title__en {
  margin-left: -17rem;
}
.cnt28 .is__content .headline19 {
  margin: 0 0 5rem 0;
}
.cnt28 .is__content .headline20 {
  margin: 0 0 3rem 0;
}
.cnt28 .img_group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 8rem 0 0 0;
}
.cnt28 .img_group .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 460px;
}
@media (max-width: 1919px) {
  .cnt28 .is__content .title__en {
    margin-left: -8rem;
  }
}
@media (max-width: 1439px) {
  .cnt28 .is__content .title__en {
    margin-left: 0;
  }
  .cnt28 .is__content .headline19 {
    margin: 0 0 5rem 5rem;
  }
  .cnt28 .is__content .headline20 {
    margin: 0 0 3rem 5rem;
  }
  .cnt28 .is__content .txt09 {
    margin: 0 0 0 5rem;
  }
}
@media (max-width: 1023px) {
  .cnt28 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cnt28 .is__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
  .cnt28 .is__content .headline19 {
    margin: 0 0 5rem 0;
  }
  .cnt28 .is__content .headline20 {
    margin: 0 0 3rem 0;
  }
  .cnt28 .is__content .txt09 {
    margin: 0;
  }
  .cnt28 .img_group {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 4rem;
  }
  .cnt28 .img_group .img {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .cnt28 .is__content .title__en img {
    height: 25vw;
  }
  .cnt28 .is__content .headline19 {
    margin: 0 0 9vw 0;
  }
  .cnt28 .is__content .headline20 {
    margin: 0 0 6vw 0;
  }
}

.cnt29 .innerbg {
  background: #F4F5F7;
  width: 75%;
  max-width: 2350px;
  height: 1010px;
  position: absolute;
  bottom: -6rem;
  right: 0;
}
@media (max-width: 2559px) {
  .cnt29 .innerbg {
    width: 83%;
  }
}
@media (max-width: 1919px) {
  .cnt29 .innerbg {
    width: 95%;
    height: 930px;
  }
}
@media (max-width: 1439px) {
  .cnt29 .innerbg {
    width: 95%;
    height: 990px;
  }
}
@media (max-width: 1279px) {
  .cnt29 .innerbg {
    width: calc(100% - 20px);
    height: 1050px;
  }
}
@media (max-width: 1023px) {
  .cnt29 .innerbg {
    width: 90%;
    top: 10rem;
    right: 0;
    bottom: 0;
    height: auto;
  }
}

.cnt30 {
  width: 100%;
  position: relative;
  padding-top: 10rem;
}
.cnt30 .innerbg {
  background: #F4F5F7;
  width: 75%;
  max-width: 2350px;
  height: 440px;
  position: absolute;
  bottom: -6rem;
  left: 0;
}
@media (max-width: 2559px) {
  .cnt30 .innerbg {
    width: 83%;
  }
}
@media (max-width: 1919px) {
  .cnt30 .innerbg {
    width: 95%;
  }
}
@media (max-width: 1439px) {
  .cnt30 .innerbg {
    width: 95%;
  }
}
@media (max-width: 1279px) {
  .cnt30 .innerbg {
    width: calc(100% - 20px);
    height: 380px;
  }
}
@media (max-width: 1023px) {
  .cnt30 .innerbg {
    width: 90%;
    top: 10rem;
    right: 0;
    bottom: 0;
    height: auto;
  }
}

.cnt31 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.cnt31 .is__content {
  padding: 0 0 0 6rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.cnt31 .is__content .title__en {
  margin-right: -17rem;
  text-align: right;
}
.cnt31 .is__content .headline19 {
  margin: 0 0 5rem 0;
}
.cnt31 .is__content .headline20 {
  margin: 0 0 3rem 0;
}
.cnt31 .img_group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 8rem 0 0 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.cnt31 .img_group .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 460px;
}
@media (max-width: 1919px) {
  .cnt31 .is__content .title__en {
    margin-right: -8rem;
  }
}
@media (max-width: 1439px) {
  .cnt31 .is__content .title__en {
    margin-right: 0;
  }
  .cnt31 .is__content .headline19 {
    margin: 0 0 5rem 5rem;
  }
  .cnt31 .is__content .headline20 {
    margin: 0 0 3rem 5rem;
  }
  .cnt31 .is__content .txt09 {
    margin: 0 0 0 5rem;
  }
}
@media (max-width: 1279px) {
  .cnt31 .is__content {
    padding: 0 4rem 0 2.5rem;
  }
}
@media (max-width: 1023px) {
  .cnt31 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cnt31 .is__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
  .cnt31 .is__content .title__en {
    text-align: left;
  }
  .cnt31 .is__content .headline19 {
    margin: 0 0 5rem 0;
  }
  .cnt31 .is__content .headline20 {
    margin: 0 0 3rem 0;
  }
  .cnt31 .is__content .txt09 {
    margin: 0;
  }
  .cnt31 .img_group {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 4rem;
  }
  .cnt31 .img_group .img {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .cnt31 .is__content .title__en img {
    height: 25vw;
  }
  .cnt31 .is__content .headline19 {
    margin: 0 0 9vw 0;
  }
  .cnt31 .is__content .headline20 {
    margin: 0 0 6vw 0;
  }
}

.cnt32 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 7rem 0 0 0;
}
.cnt32 a {
  font-weight: 700;
  border: #101010 solid 2px;
  border-radius: 999px;
  padding: 0.75rem 4rem;
  display: block;
}
.cnt32 a:hover {
  background: #101010;
  color: #fff;
}
.cnt32 .is__prev {
  min-width: 164px;
}
.cnt32 .is__next {
  min-width: 164px;
}
@media (max-width: 767px) {
  .cnt32 a {
    padding: 0.75rem 1.5rem;
  }
  .cnt32 .is__prev {
    min-width: 103px;
  }
  .cnt32 .is__next {
    min-width: 103px;
  }
}
@media (max-width: 424px) {
  .cnt32 {
    display: block;
  }
  .cnt32 a {
    text-align: center;
  }
  .cnt32 p {
    margin: 0 0 1rem 0;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(1.785rem, 1.731rem + 0.23vw, 2.1rem);
  margin: 5rem 0 0 0;
}
.wp-pagenavi span {
  border: #fff solid 2px !important;
  width: 50px;
  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;
  margin: 0 1rem !important;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi span.current {
  font-weight: 400 !important;
}
.wp-pagenavi a {
  border: #000000 solid 2px !important;
  border-radius: 50%;
  width: 50px;
  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;
  margin: 0 1rem !important;
}
.wp-pagenavi a.page {
  color: #1E53BC;
}
.wp-pagenavi a.previouspostslink {
  color: #1E53BC;
}
.wp-pagenavi a.nextpostslink {
  color: #1E53BC;
}
.wp-pagenavi a.first {
  display: none;
}
.wp-pagenavi a.last {
  display: none;
}
@media (max-width: 424px) {
  .wp-pagenavi span {
    width: 40px;
    height: 40px;
  }
  .wp-pagenavi a {
    width: 40px;
    height: 40px;
  }
}

img.heightauto {
  width: auto !important;
}

.container-base, .container-2560, .container-1480, .container-1310, .container-1284, .container-1280, .container-1140, .container-1120, .container-1000, .container-970, .container-850 {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .container-base, .container-2560, .container-1480, .container-1310, .container-1284, .container-1280, .container-1140, .container-1120, .container-1000, .container-970, .container-850 {
    padding: 0 60px;
  }
}
@media (max-width: 475px) {
  .container-base, .container-2560, .container-1480, .container-1310, .container-1284, .container-1280, .container-1140, .container-1120, .container-1000, .container-970, .container-850 {
    padding: 0 20px;
  }
}

.container-850 {
  max-width: 890px;
}

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

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

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

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

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

.container-1280 {
  max-width: 1320px;
}

.container-1284 {
  max-width: 1324px;
}

.container-1310 {
  max-width: 1350px;
}

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

.container-2560 {
  width: 100%;
  max-width: 2600px;
  margin: 0 auto;
}

.headline01 {
  color: #1E53BC;
  font-size: clamp(2.55rem, 2.473rem + 0.33vw, 3rem);
  text-align: center;
  line-height: 1.1em;
}
.headline01 span {
  color: rgba(30, 83, 188, 0.3);
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  letter-spacing: 0.1em;
  display: block;
}

.headline02 {
  font-size: clamp(2.125rem, 2.061rem + 0.27vw, 2.5rem);
  line-height: 1.7em;
  text-align: center;
}
.headline02 span {
  display: block;
  color: #1E53BC;
  font-size: 7.3rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin: 2.5rem 0 0 0;
}
@media (max-width: 1023px) {
  .headline02 span {
    font-size: 5.5rem;
  }
}
@media (max-width: 767px) {
  .headline02 span {
    font-size: 4.7rem;
  }
}
@media (max-width: 424px) {
  .headline02 {
    font-size: 1.8rem;
  }
  .headline02 span {
    font-size: 4.3rem;
  }
}

.headline03 {
  color: #fff;
  font-size: clamp(2.3rem, 1.943rem + 1.79vw, 4.8rem);
  letter-spacing: 0.02em;
}
.headline03 span {
  font-size: clamp(1.8rem, 1.543rem + 1.29vw, 3.6rem);
  letter-spacing: 0.02em;
  margin: 0 0 0 4rem;
}
@media (max-width: 1023px) {
  .headline03 span {
    margin: 0 0 0 3vw;
  }
}
@media (max-width: 424px) {
  .headline03 span {
    margin: 1.5rem 0 0 0;
    display: block;
  }
}

.headline04 {
  color: #1E53BC;
  font-size: clamp(2.8rem, 2.514rem + 1.43vw, 4.8rem);
  font-weight: 700;
  text-align: center;
}

.headline05 {
  color: #252628;
  font-size: clamp(2.3rem, 1.943rem + 1.79vw, 4.8rem);
  letter-spacing: 0.02em;
}
.headline05 span {
  font-size: clamp(1.8rem, 1.543rem + 1.29vw, 3.6rem);
  letter-spacing: 0.02em;
  margin: 0 0 0 4rem;
  color: #1E53BC;
}
@media (max-width: 1023px) {
  .headline05 span {
    margin: 0 0 0 3vw;
  }
}
@media (max-width: 424px) {
  .headline05 span {
    margin: 1.5rem 0 0 0;
    display: block;
  }
}

.headline06 {
  background: url(assets/images/top_why__title.png) no-repeat center top -15px;
  text-align: center;
}
.headline06 .is__blue {
  color: #1E53BC;
  font-size: 3.5rem;
  letter-spacing: 0.14em;
  display: block;
  margin: 0 0 8rem 0;
}
.headline06 .is__black {
  color: #252628;
  font-size: 4rem;
  display: block;
}
@media (max-width: 1023px) {
  .headline06 {
    background-size: 400px;
    background-position: center top -10px;
  }
  .headline06 .is__blue {
    margin: 0 0 5rem 0;
    font-size: 3rem;
  }
  .headline06 .is__black {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .headline06 {
    background-size: 350px;
    background-position: center top 0px;
  }
  .headline06 .is__blue {
    margin: 0 0 5rem 0;
    font-size: 3rem;
  }
  .headline06 .is__black {
    font-size: 3.5rem;
  }
}
@media (max-width: 424px) {
  .headline06 {
    background-size: 300px;
    background-position: center top 0px;
  }
  .headline06 .is__blue {
    margin: 0 0 4rem 0;
    font-size: 2.5rem;
  }
  .headline06 .is__black {
    font-size: 3rem;
  }
}

.headline07 {
  color: #fff;
  font-size: clamp(2.3rem, 1.943rem + 1.79vw, 4.8rem);
  letter-spacing: 0.02em;
}
.headline07 span {
  font-size: clamp(1.8rem, 1.543rem + 1.29vw, 3.6rem);
  letter-spacing: 0.02em;
  margin: 0 0 0 4rem;
  color: #83DFFF;
}
@media (max-width: 1023px) {
  .headline07 span {
    margin: 0 0 0 3vw;
  }
}
@media (max-width: 424px) {
  .headline07 span {
    margin: 1.5rem 0 0 0;
    display: block;
  }
}

.headline08 {
  font-size: clamp(2.04rem, 1.978rem + 0.26vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 0 0 2.5rem;
  line-height: 1.7em;
}
.headline08::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: #83DFFF solid 3px;
  background: #fff;
  position: absolute;
  top: 14px;
  left: 0;
  line-height: 1;
}
@media (max-width: 1023px) {
  .headline08::before {
    top: 13px;
  }
}
@media (max-width: 767px) {
  .headline08 {
    font-size: 2rem;
  }
  .headline08::before {
    top: 10px;
  }
}
@media (max-width: 424px) {
  .headline08 {
    font-size: 1.8rem;
  }
}

.headline09 {
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  letter-spacing: 0.02em;
  font-weight: 700;
}

.headline10 {
  font-size: 5.4rem;
  color: #1E53BC;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin: 5rem 0 0 0;
}
.headline10 .img {
  position: absolute;
  top: -10rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 2559px) {
  .headline10 {
    font-size: 4.8rem;
  }
}
@media (max-width: 1919px) {
  .headline10 {
    font-size: 4.5rem;
  }
}
@media (max-width: 1439px) {
  .headline10 {
    margin: 3rem 0 0 0;
    font-size: 4rem;
  }
}
@media (max-width: 1023px) {
  .headline10 {
    font-size: 3.7rem;
  }
  .headline10 .img {
    top: -8.5rem;
  }
  .headline10 .img img {
    width: 196px;
  }
}
@media (max-width: 767px) {
  .headline10 {
    font-size: 2.8rem;
    margin: 2rem 0 0 0;
  }
  .headline10 .img {
    top: -5.5rem;
  }
  .headline10 .img img {
    width: 70%;
  }
}
@media (max-width: 424px) {
  .headline10 {
    font-size: 2.5rem;
    margin: 1rem 0 0 0;
    line-height: 1.5em;
  }
  .headline10.mb-80 {
    margin-bottom: 4rem !important;
  }
  .headline10 .img {
    top: -4.5rem;
  }
  .headline10 .img img {
    width: 117px;
  }
}

.headline11 {
  text-align: center;
  color: #252628;
  font-weight: 700;
  font-size: clamp(2rem, 1.714rem + 1.43vw, 4rem);
  position: relative;
  margin: 0 0 12rem 0;
}
.headline11::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: #1E53BC;
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1279px) {
  .headline11 {
    margin: 0 0 9rem 0;
  }
  .headline11::after {
    width: 80px;
    bottom: -3rem;
  }
}
@media (max-width: 1023px) {
  .headline11::after {
    width: 70px;
    bottom: -2.5rem;
  }
}
@media (max-width: 767px) {
  .headline11 {
    margin: 0 0 7rem 0;
  }
  .headline11::after {
    width: 60px;
    bottom: -2rem;
  }
}

.headline12 {
  font-size: clamp(2rem, 1.8rem + 1vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: #C4C4C4 solid 1px;
  padding: 0 0 0.5rem 0;
  line-height: 1.7em;
}

.headline13 {
  text-align: center;
  color: #252628;
  font-weight: 700;
  font-size: clamp(2rem, 1.714rem + 1.43vw, 4rem);
  position: relative;
  margin: 0 0 8rem 0;
  line-height: 1.7em;
}
.headline13::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: #1E53BC;
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1279px) {
  .headline13 {
    margin: 0 0 7rem 0;
  }
  .headline13::after {
    width: 80px;
    bottom: -3rem;
  }
}
@media (max-width: 1023px) {
  .headline13::after {
    width: 70px;
    bottom: -2.5rem;
  }
}
@media (max-width: 767px) {
  .headline13 {
    margin: 0 0 5rem 0;
  }
  .headline13::after {
    width: 60px;
    bottom: -2rem;
  }
}

.headline14 {
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.headline14 span {
  color: #1E53BC;
  margin: 0 1.5rem 0 0;
  font-weight: 400;
}

.headline15 {
  font-size: clamp(2.04rem, 1.978rem + 0.26vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 0 0 2.5rem;
  line-height: 1.7em;
  color: #fff;
}
.headline15::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: #83DFFF solid 3px;
  background: #1E53BC;
  position: absolute;
  top: 14px;
  left: 0;
  line-height: 1;
}
@media (max-width: 1023px) {
  .headline15::before {
    top: 13px;
  }
}
@media (max-width: 767px) {
  .headline15 {
    font-size: 2rem;
  }
  .headline15::before {
    top: 10px;
  }
}
@media (max-width: 424px) {
  .headline15 {
    font-size: 1.8rem;
  }
}

.headline16 {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  line-height: 1.7em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}

.headline17 {
  font-size: clamp(2.21rem, 2.143rem + 0.29vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.headline18 {
  color: #1E53BC;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.headline19 {
  font-size: clamp(2.2rem, 2rem + 1vw, 3.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.headline20 {
  font-size: clamp(2.04rem, 1.978rem + 0.26vw, 2.4rem);
  color: #1E53BC;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6em;
}

.clear {
  clear: both !important;
}

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

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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