@charset "UTF-8";

/* ==========================================================================
   Foundation
========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  /* margin: 0.67em 0; */
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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;
}

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  display: none;
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

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

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  outline: none !important;
  padding: 0;
  margin: 0;
  /* iPhoneで選択部分背景が黒半透明になることと、ポートレートからランドスケープにしたときに文字サイズが大きくなることをリセット */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  /* 全てのデフォルトUIをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  /*IE10以上矢印消去*/
  display: none !important;
}

/* Chromeで縮小表示した画像がボケるのを防止 */
img {
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* 数値input スピンボタン非表示 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* 文字詰め */
main,
picture {
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
}

ul {
  padding-inline: 0;
  margin-inline: 0;
  margin-block: 0;
}

body {
  -webkit-touch-callout: none;
}

mark {
  color: inherit;
  background: none;
}

*::before,
*::after {
  box-sizing: border-box;
}

/*------- color -------*/
/*------- mixin -------*/
/* ==========================================================================
   responsive
========================================================================== */
@media not all and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
}

@media all and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

/* ==========================================================================
   common
========================================================================== */
body {
  color: #333;
  -webkit-text-size-adjust: 100%;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
  position: relative;
}

body,
html>body {
  font-size: 18px;
  line-height: 1.7777777778;
}

@media all and (max-width: 1024px) {

  body,
  html>body {
    font-size: 15px;
    line-height: 1.6666666667;
  }
}

.fadein_item.fadein,
.fadein .fadein_item {
  opacity: 0;
}

.fadein_item.scrollin,
.scrollin .fadein_item {
  opacity: 1 !important;
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.fadein_item.bottom-up.fadein,
.fadein .fadein_item.bottom-up {
  transform: translate3d(0, 50px, 0);
}

@media all and (max-width: 1024px) {

  .fadein_item.bottom-up.fadein,
  .fadein .fadein_item.bottom-up {
    transform: translate3d(0, 25px, 0);
  }
}

.fadein_item.bottom-up.scrollin,
.scrollin .fadein_item.bottom-up {
  transform: translate3d(0, 0, 0) !important;
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.fadein_item.slide-left.fadein,
.fadein .fadein_item.slide-left {
  transform: translate3d(50px, 0, 0);
}

@media all and (max-width: 1024px) {

  .fadein_item.slide-left.fadein,
  .fadein .fadein_item.slide-left {
    transform: translate3d(25px, 0, 0);
  }
}

.fadein_item.slide-left.scrollin,
.scrollin .fadein_item.slide-left {
  transform: translate3d(0, 0, 0) !important;
  transition: opacity 1.2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* ==========================================================================
   Layout
========================================================================== */
.header {
  height: 192px;
}

@media not all and (min-width: 1500px) {
  .header {
    height: 170px;
  }
}

@media all and (max-width: 1024px) {
  .header {
    height: 60px;
  }
}

.header__fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  height: 112px;
}

@media not all and (min-width: 1500px) {
  .header__fixed {
    height: 90px;
  }
}

@media all and (max-width: 1024px) {
  .header__fixed {
    height: 60px;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1920px;
  padding: 0 60px;
  margin: 0 auto;
}

@media not all and (min-width: 1500px) {
  .header__inner {
    padding: 0 40px;
  }
}

@media all and (max-width: 1024px) {
  .header__inner {
    padding: 0 12.5px;
  }
}

.header__logo {
  width: 385px;
  flex-shrink: 0;
}

@media all and (max-width: 1024px) {
  .header__logo {
    width: 215px;
    height: auto;
  }

  .header__logo picture,
  .header__logo img {
    width: 100%;
    height: auto;
  }
}

.header__btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

@media not all and (min-width: 1500px) {
  .header__btns {
    gap: 15px;
  }
}

.header__btns__tel {
  width: 392px;
}

.header__btns__line {
  width: 60px;
}

.header__btns__cv {
  width: 458px;
}

@media not all and (min-width: 1500px) {

  .header__logo,
  .header__btns__tel,
  .header__btns__line,
  .header__btns__cv {
    width: auto;
    height: 42px;
  }

  .header__logo picture,
  .header__logo img,
  .header__btns__tel picture,
  .header__btns__tel img,
  .header__btns__line picture,
  .header__btns__line img,
  .header__btns__cv picture,
  .header__btns__cv img {
    width: auto;
    height: 100%;
  }
}

.header__logo,
.header__btns__line,
.header__btns__cv {
  transition: opacity 0.3s;
}

@media not all and (max-width: 1024px) {

  .header__logo:hover,
  .header__btns__line:hover,
  .header__btns__cv:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 1024px) {

  .header__logo.touching,
  .header__btns__line.touching,
  .header__btns__cv.touching {
    opacity: 0.7;
  }
}

.header__nav {
  width: 100%;
  display: block;
  background: #257db7;
}

.header__nav__menu {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}

.header__nav__menu__item {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: table;
  min-height: 80px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  position: relative;
}

.header__nav__menu__item__label {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  color: #FFF;
  text-decoration: none;
  box-sizing: border-box;
  transition-duration: 0.3s;
  cursor: pointer;
}

.header__nav__menu__item a.header__nav__menu__item__label {
  transition: color 0.3s;
}

@media not all and (max-width: 1024px) {
  .header__nav__menu__item a.header__nav__menu__item__label:hover {
    color: #ffce26;
  }
}

@media all and (max-width: 1024px) {
  .header__nav__menu__item a.header__nav__menu__item__label.touching {
    color: #ffce26;
  }
}

.header__nav__menu__item__child {
  width: 300px;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
  z-index: 2;
}

.header__nav__menu__item__child__item {
  width: 100%;
  min-height: auto;
  border-bottom: #e6e6e6 1px solid;
}

.header__nav__menu__item__child__item:last-child {
  border-bottom: none;
}

.header__nav__menu__item__child__item a {
  display: block;
  font-size: 15px;
  text-align: center;
  padding: 12px 0;
  color: #333;
  transition: color 0.3s;
}

@media not all and (max-width: 1024px) {
  .header__nav__menu__item__child__item a:hover {
    color: #257db7;
  }
}

@media all and (max-width: 1024px) {
  .header__nav__menu__item__child__item a.touching {
    color: #257db7;
  }
}

.drawer-hamburger {
  background: none;
  width: 24px;
  padding: 18px 12px 30px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: #005baa;
}

.drawer-hamburger-icon:before {
  top: -7px;
}

.drawer-hamburger-icon:after {
  top: 7px;
}

.drawer-menu p.sp_menu_btn {
  border-bottom: 1px solid #fff;
}

.drawer-menu .contact__box__list {
  width: calc(100% - 25px);
  margin: 40px auto 0;
}

.header__nav__menu__item a.new,
.sp_menu_btn a.new {
  position: relative;
}

.header__nav__menu__item a.new::after,
.sp_menu_btn a.new::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 45px;
  top: 0;
  right: 0;
  background-size: cover;
  background-image: url(../images/hd_new.webp);
}

.sp_menu_btn a.new::after {
  width: 40px;
  height: 36px;
}

.access {
  padding: 140px 0 76px;
}

@media all and (max-width: 1024px) {
  .access {
    padding: 70px 0 35px;
  }
}

.access__inner {
  padding-left: calc(50vw - 640px);
  display: flex;
  gap: 0 100px;
}

@media not all and (min-width: 1330px) {
  .access__inner {
    padding-left: 50px;
    gap: 0 7.5187969925vw;
  }
}

@media all and (max-width: 1024px) {
  .access__inner {
    flex-direction: column;
    padding-left: 0;
    gap: 40px;
  }
}

.access__text {
  width: 384px;
  flex-shrink: 0;
}

@media all and (max-width: 1024px) {
  .access__text {
    width: calc(100% - 25px);
    max-width: 384px;
    margin: 0 auto;
  }
}

.access__logo {
  transition: opacity 0.3s;
}

@media not all and (max-width: 1024px) {
  .access__logo:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 1024px) {
  .access__logo.touching {
    opacity: 0.7;
  }
}

.access__address {
  margin-top: 30px;
}

.access p {
  font-size: 16px;
  line-height: 1.625;
}

@media all and (max-width: 1024px) {
  .access p {
    font-size: 15px;
    text-align: center;
  }
}

.access__tel {
  margin-top: 5px;
}

.access__img {
  margin-top: 20px;
}

.access__map {
  width: 100%;
}

.access__map iframe {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 1024px) {
  .access__map iframe {
    height: 220px;
  }
}

.access .group_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin-top: 70px;
}

@media all and (max-width: 1024px) {
  .access .group_link {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 35px;
  }
}

.access .group_link a {
  width: calc((100% - 240px) / 2);
  max-width: 400px;
}

@media all and (max-width: 1024px) {
  .access .group_link a {
    width: calc(100% - 25px);
    max-width: 240px;
  }
}

.access .group_link a img {
  width: 100%;
}

.footer {
  padding: 80px 0;
}

@media all and (max-width: 1024px) {
  .footer {
    padding: 45px 0 141px;
  }
}

.footer .container {
  max-width: 1100px;
  width: calc(100% - 160px);
  margin: 0 auto;
}

@media all and (max-width: 1024px) {
  .footer .container {
    width: calc(100% - 25px);
  }
}

.footer__btns {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 1024px) {
  .footer__btns {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

.footer__btns__item {
  width: 30.9090909091%;
  line-height: 33px;
  border: 2px solid #000;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  position: relative;
  transition: opacity 0.3s;
}

@media not all and (max-width: 1024px) {
  .footer__btns__item:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 1024px) {
  .footer__btns__item.touching {
    opacity: 0.7;
  }
}

@media all and (max-width: 1024px) {
  .footer__btns__item {
    max-width: 350px;
    width: 100%;
    line-height: 34px;
    border-width: 3px;
    font-size: 17px;
  }
}

.footer__btns__item.--line {
  background-color: #27ad37;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}

.footer__btns__item.--line::before {
  content: "";
  width: 29px;
  height: 28px;
  background: url("../images/ic-line2.svg") no-repeat center center/contain;
}

.footer__btns__item i {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffcf2a;
}

@media all and (max-width: 1024px) {
  .footer__btns__item i {
    width: 20px;
    height: 20px;
  }
}

.footer__btns__item i::before {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #005baa;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media all and (max-width: 1024px) {
  .footer__btns__item i::before {
    width: 11px;
  }
}

.footer__btns__item i::after {
  content: "";
  width: 7px;
  height: 7px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #005baa;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto 0;
}

@media all and (max-width: 1024px) {
  .footer__btns__item i::after {
    width: 7px;
    height: 7px;
  }
}

.footer__menu {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
}

@media all and (max-width: 1024px) {
  .footer__menu {
    flex-direction: column;
    gap: 21px;
    margin-top: 25px;
  }
}

.footer__menu__group__title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

@media all and (max-width: 1024px) {
  .footer__menu__group__title {
    font-size: 17px;
    text-align: center;
  }
}

.footer__menu__group__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  gap: 10px;
}

@media all and (max-width: 1024px) {
  .footer__menu__group__list {
    margin-top: 5px;
    align-items: center;
  }
}

.footer__menu__group__list__item {
  font-size: 16px;
  line-height: 1.5;
}

@media not all and (max-width: 1024px) {
  .footer__menu__group__list__item:hover {
    text-decoration: underline;
  }
}

@media all and (max-width: 1024px) {
  .footer__menu__group__list__item.touching {
    text-decoration: underline;
  }
}

@media all and (max-width: 1024px) {
  .footer__menu__group__list__item {
    font-size: 15px;
    text-align: center;
  }
}

.footer__copy {
  font-size: 14px;
  text-align: center;
  margin-top: 70px;
  line-height: 1.2;
}

@media all and (max-width: 1024px) {
  .footer__copy {
    font-size: 13px;
    margin-top: 36px;
  }
}

.footer_follow__contact {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 55px 55px;
  gap: 0px 0px;
  grid-template-areas: "line tel" "form form";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.footer_follow__contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_follow__contact__btn.--line {
  grid-area: line;
  background: #27ad37;
}

.footer_follow__contact__btn.--line img {
  width: 100%;
  max-width: 100px;
}

.footer_follow__contact__btn.--tel {
  grid-area: tel;
  background: #ffcf2a;
}

.footer_follow__contact__btn.--tel img {
  width: 100%;
  max-width: 100px;
}

.footer_follow__contact__btn.--form {
  grid-area: form;
  background: #005baa;
}

.footer_follow__contact__btn.--form img {
  width: 100%;
  max-width: 350px;
}

.go_top {
  position: fixed;
  right: 50px;
  bottom: 70px;
  z-index: 100;
}

@media all and (max-width: 1024px) {
  .go_top {
    right: 12px;
    bottom: 103px;
  }
}

.go_top a {
  display: block;
  width: 54px;
  height: 54px;
  position: relative;
  background-color: #005baa;
}

@media all and (max-width: 1024px) {
  .go_top a {
    width: 27px;
    height: 27px;
  }
}

.go_top a::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-width: 3px 0 0 3px;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media all and (max-width: 1024px) {
  .go_top a::before {
    width: 11px;
    height: 11px;
    border-width: 2px 0 0 2px;
    top: 5px;
  }
}

/* ==========================================================================
   Component
========================================================================== */
.contact {
  padding: 120px 0;
}

@media all and (max-width: 1024px) {
  .contact {
    padding: 50px 0;
  }
}

.contact .container {
  width: calc(100% - 50px);
  max-width: 1280px;
  margin: 0 auto;
}

@media all and (max-width: 1024px) {
  .contact .container {
    width: calc(100% - 25px);
  }
}

.contact__pro {
  margin-top: 36px;
  position: relative;
}

.contact__pro .left {
  position: absolute;
  top: -15px;
  left: 5px;
  font-size: 27px;
  line-height: 1.2962962963;
  font-weight: bold;
  color: #fff;
  text-align: center;
  z-index: 1;
  transform: rotate(-10.5deg);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 348px;
  height: 140px;
}

@media not all and (min-width: 1310px) {
  .contact__pro .left {
    width: 278.4px;
  }
}

@media not all and (min-width: 1200px) {
  .contact__pro .left {
    width: 243.6px;
    height: 126px;
  }
}

.contact__pro .left::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #72bce2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skewX(-10deg);
}

.contact__pro__text {
  max-width: 769px;
  margin: 0 auto;
  font-size: 47px;
  line-height: 100px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-width: 2px 0;
  border-style: solid;
  border-color: #fff;
}

.contact__pro .right {
  width: 360px;
  position: absolute;
  top: -47px;
  right: 0;
}

@media not all and (min-width: 1310px) {
  .contact__pro .right {
    width: 324px;
  }
}

@media not all and (min-width: 1200px) {
  .contact__pro .right {
    width: 252px;
    top: -33px;
  }
}

.contact__pro .right img {
  width: 100%;
}

.contact__box {
  border: 6px solid #000;
  background-color: #fff;
  margin-top: 40px;
  padding: 40px 3.4375%;
}

@media all and (max-width: 1024px) {
  .contact__box {
    border-width: 5px;
    margin-top: 25px;
    padding: 41px 15px;
  }
}

.contact__box__title {
  text-align: center;
  font-size: 46px;
  line-height: 1;
  font-weight: bold;
}

@media all and (max-width: 1024px) {
  .contact__box__title {
    font-size: 30px;
    line-height: 1.35;
  }
}

.contact__box__title .marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #fef9bd, #fef9bd);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 50%;
  padding: 0 10px 0.1em;
}

.contact__box__title b {
  font-size: 1.2391304348em;
  color: #005baa;
}

@media all and (max-width: 1024px) {
  .contact__box__title b {
    font-size: 1.3333333333em;
  }
}

.contact__box__title picture,
.contact__box__title img {
  display: inline-block;
}

@media all and (max-width: 1024px) {

  .contact__box__title picture,
  .contact__box__title img {
    max-width: 255px;
  }
}

.contact__box__list {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 1024px) {
  .contact__box__list {
    flex-direction: column;
    gap: 20px;
    margin-top: 27px;
  }
}

.contact__box__list a {
  transition: opacity 0.3s;
}

@media not all and (max-width: 1024px) {
  .contact__box__list a:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 1024px) {
  .contact__box__list a.touching {
    opacity: 0.7;
  }
}

.contact__box__list__item {
  width: 31.5254237288%;
  border: 5px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 14px 15px;
}

@media all and (max-width: 1024px) {
  .contact__box__list__item {
    width: 100%;
    min-height: 134px;
    padding: 14px 10px;
  }
}

.contact__box__list__item.--tel {
  background-color: #fff;
}

.contact__box__list__item.--tel img {
  width: 100%;
  max-width: 330px;
}

.contact__box__list__item.--tel p {
  font-size: 22px;
  line-height: 1.35;
  text-align: center;
  font-weight: bold;
  color: #005baa;
  margin-top: 15px;
}

@media all and (max-width: 1024px) {
  .contact__box__list__item.--tel p {
    font-size: 18px;
    margin-top: 9px;
  }
}

.contact__box__list__item.--form {
  background-color: #72bce2;
}

@media all and (max-width: 1024px) {
  .contact__box__list__item.--form .icon {
    width: 62px;
  }
}

.contact__box__list__item.--form p {
  text-align: center;
  font-weight: bold;
}

.contact__box__list__item.--form .text1 {
  font-size: 32px;
  line-height: 1.25;
  color: #fff;
  margin-top: 6px;
}

@media not all and (min-width: 1100px) {
  .contact__box__list__item.--form .text1 {
    font-size: 30px;
  }
}

@media all and (max-width: 1024px) {
  .contact__box__list__item.--form .text1 {
    line-height: 1.2333333333;
  }
}

.contact__box__list__item.--form .text2 {
  font-size: 20px;
  line-height: 1.35;
  margin-top: 7px;
}

@media all and (max-width: 1024px) {
  .contact__box__list__item.--form .text2 {
    font-size: 17px;
  }
}

.contact__box__list__item.--line {
  background-color: #27ad37;
}

@media all and (max-width: 1024px) {
  .contact__box__list__item.--line .icon {
    width: 57px;
  }
}

.contact__box__list__item.--line p {
  color: #fff;
  text-align: center;
}

.contact__box__list__item.--line .text1 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: bold;
  margin-top: 18px;
}

@media not all and (min-width: 1220px) {
  .contact__box__list__item.--line .text1 {
    font-size: 30px;
    margin-top: 11px;
  }
}

@media all and (max-width: 1024px) {
  .contact__box__list__item.--line .text1 {
    line-height: 1.2333333333;
  }
}

.contact__box__list__item.--line .text2 {
  font-size: 20px;
  line-height: 1.35;
  margin-top: 5px;
}

@media all and (max-width: 1024px) {
  .contact__box__list__item.--line .text2 {
    font-size: 17px;
    color: #000;
    margin-top: 10px;
  }
}

.contact__box__list__item.--line .c_name {
  letter-spacing: 0.05em;
}

/* ==========================================================================
   共通
========================================================================== */
a {
  text-decoration: none;
  color: #333;
}

a[href^="tel:"].disabled {
  cursor: default;
}

button {
  background: none;
  border: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.nobr {
  white-space: nowrap;
}

.palt {
  font-feature-settings: "palt";
}

.inline_block {
  display: inline-block;
}

.bg_blue {
  background-color: #005baa;
}

.bg_lightyellow {
  background-color: #f5f4e9;
}

.bg_lightblue {
  background-color: #72bce2;
}

/* ==========================================================================
   タイトル
========================================================================== */
.sec_title {
  width: calc(100% - 25px);
  margin: 0 auto;
}

.sec_title .h2 {
  text-align: center;
  font-size: 64px;
  line-height: 1;
  font-weight: bold;
}

@media all and (max-width: 1024px) {
  .sec_title .h2 {
    font-size: 32px;
  }
}

.sec_title .h2 b {
  font-size: 78px;
  line-height: 1.15;
}

@media all and (max-width: 1024px) {
  .sec_title .h2 b {
    font-size: 39px;
  }
}

.sec_title .h2 b.blue,
.sec_title .h2 b .blue {
  color: #005baa;
}

.sec_title .h2 b.yellow,
.sec_title .h2 b .yellow {
  color: #fef9bd;
}

.sec_title .h2 b.white,
.sec_title .h2 b .white {
  color: #fff;
}

.sec_title .h2__en {
  display: block;
  height: 50px;
  margin-bottom: 14px;
}

@media all and (max-width: 1024px) {
  .sec_title .h2__en {
    height: 33px;
    margin-bottom: 8px;
  }
}

.sec_title .h2__en picture,
.sec_title .h2__en img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.sec_title p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-top: 33px;
}

@media all and (max-width: 1024px) {
  .sec_title p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 22px;
  }
}

.bg_blue .sec_title p {
  color: #fff;
}

/* ==========================================================================
   スタイルclass
========================================================================== */
.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

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

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

.pb0 {
  padding-bottom: 0px !important;
}

.w0p {
  width: 0% !important;
}

.gap0 {
  gap: 0px !important;
}

.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.w5p {
  width: 5% !important;
}

.gap5 {
  gap: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.w10p {
  width: 10% !important;
}

.gap10 {
  gap: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.p15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.w15p {
  width: 15% !important;
}

.gap15 {
  gap: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.w20p {
  width: 20% !important;
}

.gap20 {
  gap: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.w25p {
  width: 25% !important;
}

.gap25 {
  gap: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.p30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.w30p {
  width: 30% !important;
}

.gap30 {
  gap: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.p35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.w35p {
  width: 35% !important;
}

.gap35 {
  gap: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.w40p {
  width: 40% !important;
}

.gap40 {
  gap: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.p45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.w45p {
  width: 45% !important;
}

.gap45 {
  gap: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.p50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.w50p {
  width: 50% !important;
}

.gap50 {
  gap: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.p55 {
  padding: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.w55p {
  width: 55% !important;
}

.gap55 {
  gap: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.p60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.w60p {
  width: 60% !important;
}

.gap60 {
  gap: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.p65 {
  padding: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.w65p {
  width: 65% !important;
}

.gap65 {
  gap: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.p70 {
  padding: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.w70p {
  width: 70% !important;
}

.gap70 {
  gap: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.p75 {
  padding: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.w75p {
  width: 75% !important;
}

.gap75 {
  gap: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.p80 {
  padding: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.w80p {
  width: 80% !important;
}

.gap80 {
  gap: 80px !important;
}

.m85 {
  margin: 85px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.p85 {
  padding: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.w85p {
  width: 85% !important;
}

.gap85 {
  gap: 85px !important;
}

.m90 {
  margin: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.p90 {
  padding: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.w90p {
  width: 90% !important;
}

.gap90 {
  gap: 90px !important;
}

.m95 {
  margin: 95px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.p95 {
  padding: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.w95p {
  width: 95% !important;
}

.gap95 {
  gap: 95px !important;
}

.m100 {
  margin: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.p100 {
  padding: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.w100p {
  width: 100% !important;
}

.gap100 {
  gap: 100px !important;
}

.m105 {
  margin: 105px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.p105 {
  padding: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.w105p {
  width: 105% !important;
}

.gap105 {
  gap: 105px !important;
}

.m110 {
  margin: 110px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.p110 {
  padding: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.w110p {
  width: 110% !important;
}

.gap110 {
  gap: 110px !important;
}

.m115 {
  margin: 115px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.p115 {
  padding: 115px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.w115p {
  width: 115% !important;
}

.gap115 {
  gap: 115px !important;
}

.m120 {
  margin: 120px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.p120 {
  padding: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.w120p {
  width: 120% !important;
}

.gap120 {
  gap: 120px !important;
}

.m125 {
  margin: 125px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.p125 {
  padding: 125px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.w125p {
  width: 125% !important;
}

.gap125 {
  gap: 125px !important;
}

.m130 {
  margin: 130px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.p130 {
  padding: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.w130p {
  width: 130% !important;
}

.gap130 {
  gap: 130px !important;
}

.m135 {
  margin: 135px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.p135 {
  padding: 135px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.w135p {
  width: 135% !important;
}

.gap135 {
  gap: 135px !important;
}

.m140 {
  margin: 140px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.p140 {
  padding: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.w140p {
  width: 140% !important;
}

.gap140 {
  gap: 140px !important;
}

.m145 {
  margin: 145px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.p145 {
  padding: 145px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.w145p {
  width: 145% !important;
}

.gap145 {
  gap: 145px !important;
}

.m150 {
  margin: 150px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.p150 {
  padding: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.w150p {
  width: 150% !important;
}

.gap150 {
  gap: 150px !important;
}

.m155 {
  margin: 155px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.p155 {
  padding: 155px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.w155p {
  width: 155% !important;
}

.gap155 {
  gap: 155px !important;
}

.m160 {
  margin: 160px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.p160 {
  padding: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.w160p {
  width: 160% !important;
}

.gap160 {
  gap: 160px !important;
}

.m165 {
  margin: 165px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.p165 {
  padding: 165px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.w165p {
  width: 165% !important;
}

.gap165 {
  gap: 165px !important;
}

.m170 {
  margin: 170px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.p170 {
  padding: 170px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.w170p {
  width: 170% !important;
}

.gap170 {
  gap: 170px !important;
}

.m175 {
  margin: 175px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.p175 {
  padding: 175px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.w175p {
  width: 175% !important;
}

.gap175 {
  gap: 175px !important;
}

.m180 {
  margin: 180px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.p180 {
  padding: 180px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.w180p {
  width: 180% !important;
}

.gap180 {
  gap: 180px !important;
}

.m185 {
  margin: 185px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.p185 {
  padding: 185px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.w185p {
  width: 185% !important;
}

.gap185 {
  gap: 185px !important;
}

.m190 {
  margin: 190px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.p190 {
  padding: 190px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.w190p {
  width: 190% !important;
}

.gap190 {
  gap: 190px !important;
}

.m195 {
  margin: 195px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.p195 {
  padding: 195px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.w195p {
  width: 195% !important;
}

.gap195 {
  gap: 195px !important;
}

.m200 {
  margin: 200px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml200 {
  margin-left: 200px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.p200 {
  padding: 200px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pl200 {
  padding-left: 200px !important;
}

.pr200 {
  padding-right: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.w200p {
  width: 200% !important;
}

.gap200 {
  gap: 200px !important;
}

.w0 {
  width: 0px !important;
}

.h0 {
  height: 0px !important;
}

.w10 {
  width: 10px !important;
}

.h10 {
  height: 10px !important;
}

.w20 {
  width: 20px !important;
}

.h20 {
  height: 20px !important;
}

.w30 {
  width: 30px !important;
}

.h30 {
  height: 30px !important;
}

.w40 {
  width: 40px !important;
}

.h40 {
  height: 40px !important;
}

.w50 {
  width: 50px !important;
}

.h50 {
  height: 50px !important;
}

.w60 {
  width: 60px !important;
}

.h60 {
  height: 60px !important;
}

.w70 {
  width: 70px !important;
}

.h70 {
  height: 70px !important;
}

.w80 {
  width: 80px !important;
}

.h80 {
  height: 80px !important;
}

.w90 {
  width: 90px !important;
}

.h90 {
  height: 90px !important;
}

.w100 {
  width: 100px !important;
}

.h100 {
  height: 100px !important;
}

.w110 {
  width: 110px !important;
}

.h110 {
  height: 110px !important;
}

.w120 {
  width: 120px !important;
}

.h120 {
  height: 120px !important;
}

.w130 {
  width: 130px !important;
}

.h130 {
  height: 130px !important;
}

.w140 {
  width: 140px !important;
}

.h140 {
  height: 140px !important;
}

.w150 {
  width: 150px !important;
}

.h150 {
  height: 150px !important;
}

.w160 {
  width: 160px !important;
}

.h160 {
  height: 160px !important;
}

.w170 {
  width: 170px !important;
}

.h170 {
  height: 170px !important;
}

.w180 {
  width: 180px !important;
}

.h180 {
  height: 180px !important;
}

.w190 {
  width: 190px !important;
}

.h190 {
  height: 190px !important;
}

.w200 {
  width: 200px !important;
}

.h200 {
  height: 200px !important;
}

.w210 {
  width: 210px !important;
}

.h210 {
  height: 210px !important;
}

.w220 {
  width: 220px !important;
}

.h220 {
  height: 220px !important;
}

.w230 {
  width: 230px !important;
}

.h230 {
  height: 230px !important;
}

.w240 {
  width: 240px !important;
}

.h240 {
  height: 240px !important;
}

.w250 {
  width: 250px !important;
}

.h250 {
  height: 250px !important;
}

.w260 {
  width: 260px !important;
}

.h260 {
  height: 260px !important;
}

.w270 {
  width: 270px !important;
}

.h270 {
  height: 270px !important;
}

.w280 {
  width: 280px !important;
}

.h280 {
  height: 280px !important;
}

.w290 {
  width: 290px !important;
}

.h290 {
  height: 290px !important;
}

.w300 {
  width: 300px !important;
}

.h300 {
  height: 300px !important;
}

.w310 {
  width: 310px !important;
}

.h310 {
  height: 310px !important;
}

.w320 {
  width: 320px !important;
}

.h320 {
  height: 320px !important;
}

.w330 {
  width: 330px !important;
}

.h330 {
  height: 330px !important;
}

.w340 {
  width: 340px !important;
}

.h340 {
  height: 340px !important;
}

.w350 {
  width: 350px !important;
}

.h350 {
  height: 350px !important;
}

.w360 {
  width: 360px !important;
}

.h360 {
  height: 360px !important;
}

.w370 {
  width: 370px !important;
}

.h370 {
  height: 370px !important;
}

.w380 {
  width: 380px !important;
}

.h380 {
  height: 380px !important;
}

.w390 {
  width: 390px !important;
}

.h390 {
  height: 390px !important;
}

.w400 {
  width: 400px !important;
}

.h400 {
  height: 400px !important;
}

.w410 {
  width: 410px !important;
}

.h410 {
  height: 410px !important;
}

.w420 {
  width: 420px !important;
}

.h420 {
  height: 420px !important;
}

.w430 {
  width: 430px !important;
}

.h430 {
  height: 430px !important;
}

.w440 {
  width: 440px !important;
}

.h440 {
  height: 440px !important;
}

.w450 {
  width: 450px !important;
}

.h450 {
  height: 450px !important;
}

.w460 {
  width: 460px !important;
}

.h460 {
  height: 460px !important;
}

.w470 {
  width: 470px !important;
}

.h470 {
  height: 470px !important;
}

.w480 {
  width: 480px !important;
}

.h480 {
  height: 480px !important;
}

.w490 {
  width: 490px !important;
}

.h490 {
  height: 490px !important;
}

.w500 {
  width: 500px !important;
}

.h500 {
  height: 500px !important;
}

.w510 {
  width: 510px !important;
}

.h510 {
  height: 510px !important;
}

.w520 {
  width: 520px !important;
}

.h520 {
  height: 520px !important;
}

.w530 {
  width: 530px !important;
}

.h530 {
  height: 530px !important;
}

.w540 {
  width: 540px !important;
}

.h540 {
  height: 540px !important;
}

.w550 {
  width: 550px !important;
}

.h550 {
  height: 550px !important;
}

.w560 {
  width: 560px !important;
}

.h560 {
  height: 560px !important;
}

.w570 {
  width: 570px !important;
}

.h570 {
  height: 570px !important;
}

.w580 {
  width: 580px !important;
}

.h580 {
  height: 580px !important;
}

.w590 {
  width: 590px !important;
}

.h590 {
  height: 590px !important;
}

.w600 {
  width: 600px !important;
}

.h600 {
  height: 600px !important;
}

.w610 {
  width: 610px !important;
}

.h610 {
  height: 610px !important;
}

.w620 {
  width: 620px !important;
}

.h620 {
  height: 620px !important;
}

.w630 {
  width: 630px !important;
}

.h630 {
  height: 630px !important;
}

.w640 {
  width: 640px !important;
}

.h640 {
  height: 640px !important;
}

.w650 {
  width: 650px !important;
}

.h650 {
  height: 650px !important;
}

.w660 {
  width: 660px !important;
}

.h660 {
  height: 660px !important;
}

.w670 {
  width: 670px !important;
}

.h670 {
  height: 670px !important;
}

.w680 {
  width: 680px !important;
}

.h680 {
  height: 680px !important;
}

.w690 {
  width: 690px !important;
}

.h690 {
  height: 690px !important;
}

.w700 {
  width: 700px !important;
}

.h700 {
  height: 700px !important;
}

.w710 {
  width: 710px !important;
}

.h710 {
  height: 710px !important;
}

.w720 {
  width: 720px !important;
}

.h720 {
  height: 720px !important;
}

.w730 {
  width: 730px !important;
}

.h730 {
  height: 730px !important;
}

.w740 {
  width: 740px !important;
}

.h740 {
  height: 740px !important;
}

.w750 {
  width: 750px !important;
}

.h750 {
  height: 750px !important;
}

.w760 {
  width: 760px !important;
}

.h760 {
  height: 760px !important;
}

.w770 {
  width: 770px !important;
}

.h770 {
  height: 770px !important;
}

.w780 {
  width: 780px !important;
}

.h780 {
  height: 780px !important;
}

.w790 {
  width: 790px !important;
}

.h790 {
  height: 790px !important;
}

.w800 {
  width: 800px !important;
}

.h800 {
  height: 800px !important;
}

.w810 {
  width: 810px !important;
}

.h810 {
  height: 810px !important;
}

.w820 {
  width: 820px !important;
}

.h820 {
  height: 820px !important;
}

.w830 {
  width: 830px !important;
}

.h830 {
  height: 830px !important;
}

.w840 {
  width: 840px !important;
}

.h840 {
  height: 840px !important;
}

.w850 {
  width: 850px !important;
}

.h850 {
  height: 850px !important;
}

.w860 {
  width: 860px !important;
}

.h860 {
  height: 860px !important;
}

.w870 {
  width: 870px !important;
}

.h870 {
  height: 870px !important;
}

.w880 {
  width: 880px !important;
}

.h880 {
  height: 880px !important;
}

.w890 {
  width: 890px !important;
}

.h890 {
  height: 890px !important;
}

.w900 {
  width: 900px !important;
}

.h900 {
  height: 900px !important;
}

.w910 {
  width: 910px !important;
}

.h910 {
  height: 910px !important;
}

.w920 {
  width: 920px !important;
}

.h920 {
  height: 920px !important;
}

.w930 {
  width: 930px !important;
}

.h930 {
  height: 930px !important;
}

.w940 {
  width: 940px !important;
}

.h940 {
  height: 940px !important;
}

.w950 {
  width: 950px !important;
}

.h950 {
  height: 950px !important;
}

.w960 {
  width: 960px !important;
}

.h960 {
  height: 960px !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz23 {
  font-size: 23px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz25 {
  font-size: 25px !important;
}

.fz26 {
  font-size: 26px !important;
}

.fz27 {
  font-size: 27px !important;
}

.fz28 {
  font-size: 28px !important;
}

.fz29 {
  font-size: 29px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz31 {
  font-size: 31px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz33 {
  font-size: 33px !important;
}

.fz34 {
  font-size: 34px !important;
}

.fz35 {
  font-size: 35px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz37 {
  font-size: 37px !important;
}

.fz38 {
  font-size: 38px !important;
}

.fz39 {
  font-size: 39px !important;
}

.fz40 {
  font-size: 40px !important;
}

.fz41 {
  font-size: 41px !important;
}

.fz42 {
  font-size: 42px !important;
}

.fz43 {
  font-size: 43px !important;
}

.fz44 {
  font-size: 44px !important;
}

.fz45 {
  font-size: 45px !important;
}

.fz46 {
  font-size: 46px !important;
}

.fz47 {
  font-size: 47px !important;
}

.fz48 {
  font-size: 48px !important;
}

.fz49 {
  font-size: 49px !important;
}

.fz50 {
  font-size: 50px !important;
}

@media all and (max-width: 1024px) {
  .sp_m0 {
    margin: 0px !important;
  }

  .sp_mt0 {
    margin-top: 0px !important;
  }

  .sp_mb0 {
    margin-bottom: 0px !important;
  }

  .sp_ml0 {
    margin-left: 0px !important;
  }

  .sp_mr0 {
    margin-right: 0px !important;
  }

  .sp_p0 {
    padding: 0px !important;
  }

  .sp_pt0 {
    padding-top: 0px !important;
  }

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

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

  .sp_pb0 {
    padding-bottom: 0px !important;
  }

  .sp_w0p {
    width: 0% !important;
  }

  .sp_gap0 {
    gap: 0px !important;
  }

  .sp_m5 {
    margin: 5px !important;
  }

  .sp_mt5 {
    margin-top: 5px !important;
  }

  .sp_mb5 {
    margin-bottom: 5px !important;
  }

  .sp_ml5 {
    margin-left: 5px !important;
  }

  .sp_mr5 {
    margin-right: 5px !important;
  }

  .sp_p5 {
    padding: 5px !important;
  }

  .sp_pt5 {
    padding-top: 5px !important;
  }

  .sp_pl5 {
    padding-left: 5px !important;
  }

  .sp_pr5 {
    padding-right: 5px !important;
  }

  .sp_pb5 {
    padding-bottom: 5px !important;
  }

  .sp_w5p {
    width: 5% !important;
  }

  .sp_gap5 {
    gap: 5px !important;
  }

  .sp_m10 {
    margin: 10px !important;
  }

  .sp_mt10 {
    margin-top: 10px !important;
  }

  .sp_mb10 {
    margin-bottom: 10px !important;
  }

  .sp_ml10 {
    margin-left: 10px !important;
  }

  .sp_mr10 {
    margin-right: 10px !important;
  }

  .sp_p10 {
    padding: 10px !important;
  }

  .sp_pt10 {
    padding-top: 10px !important;
  }

  .sp_pl10 {
    padding-left: 10px !important;
  }

  .sp_pr10 {
    padding-right: 10px !important;
  }

  .sp_pb10 {
    padding-bottom: 10px !important;
  }

  .sp_w10p {
    width: 10% !important;
  }

  .sp_gap10 {
    gap: 10px !important;
  }

  .sp_m15 {
    margin: 15px !important;
  }

  .sp_mt15 {
    margin-top: 15px !important;
  }

  .sp_mb15 {
    margin-bottom: 15px !important;
  }

  .sp_ml15 {
    margin-left: 15px !important;
  }

  .sp_mr15 {
    margin-right: 15px !important;
  }

  .sp_p15 {
    padding: 15px !important;
  }

  .sp_pt15 {
    padding-top: 15px !important;
  }

  .sp_pl15 {
    padding-left: 15px !important;
  }

  .sp_pr15 {
    padding-right: 15px !important;
  }

  .sp_pb15 {
    padding-bottom: 15px !important;
  }

  .sp_w15p {
    width: 15% !important;
  }

  .sp_gap15 {
    gap: 15px !important;
  }

  .sp_m20 {
    margin: 20px !important;
  }

  .sp_mt20 {
    margin-top: 20px !important;
  }

  .sp_mb20 {
    margin-bottom: 20px !important;
  }

  .sp_ml20 {
    margin-left: 20px !important;
  }

  .sp_mr20 {
    margin-right: 20px !important;
  }

  .sp_p20 {
    padding: 20px !important;
  }

  .sp_pt20 {
    padding-top: 20px !important;
  }

  .sp_pl20 {
    padding-left: 20px !important;
  }

  .sp_pr20 {
    padding-right: 20px !important;
  }

  .sp_pb20 {
    padding-bottom: 20px !important;
  }

  .sp_w20p {
    width: 20% !important;
  }

  .sp_gap20 {
    gap: 20px !important;
  }

  .sp_m25 {
    margin: 25px !important;
  }

  .sp_mt25 {
    margin-top: 25px !important;
  }

  .sp_mb25 {
    margin-bottom: 25px !important;
  }

  .sp_ml25 {
    margin-left: 25px !important;
  }

  .sp_mr25 {
    margin-right: 25px !important;
  }

  .sp_p25 {
    padding: 25px !important;
  }

  .sp_pt25 {
    padding-top: 25px !important;
  }

  .sp_pl25 {
    padding-left: 25px !important;
  }

  .sp_pr25 {
    padding-right: 25px !important;
  }

  .sp_pb25 {
    padding-bottom: 25px !important;
  }

  .sp_w25p {
    width: 25% !important;
  }

  .sp_gap25 {
    gap: 25px !important;
  }

  .sp_m30 {
    margin: 30px !important;
  }

  .sp_mt30 {
    margin-top: 30px !important;
  }

  .sp_mb30 {
    margin-bottom: 30px !important;
  }

  .sp_ml30 {
    margin-left: 30px !important;
  }

  .sp_mr30 {
    margin-right: 30px !important;
  }

  .sp_p30 {
    padding: 30px !important;
  }

  .sp_pt30 {
    padding-top: 30px !important;
  }

  .sp_pl30 {
    padding-left: 30px !important;
  }

  .sp_pr30 {
    padding-right: 30px !important;
  }

  .sp_pb30 {
    padding-bottom: 30px !important;
  }

  .sp_w30p {
    width: 30% !important;
  }

  .sp_gap30 {
    gap: 30px !important;
  }

  .sp_m35 {
    margin: 35px !important;
  }

  .sp_mt35 {
    margin-top: 35px !important;
  }

  .sp_mb35 {
    margin-bottom: 35px !important;
  }

  .sp_ml35 {
    margin-left: 35px !important;
  }

  .sp_mr35 {
    margin-right: 35px !important;
  }

  .sp_p35 {
    padding: 35px !important;
  }

  .sp_pt35 {
    padding-top: 35px !important;
  }

  .sp_pl35 {
    padding-left: 35px !important;
  }

  .sp_pr35 {
    padding-right: 35px !important;
  }

  .sp_pb35 {
    padding-bottom: 35px !important;
  }

  .sp_w35p {
    width: 35% !important;
  }

  .sp_gap35 {
    gap: 35px !important;
  }

  .sp_m40 {
    margin: 40px !important;
  }

  .sp_mt40 {
    margin-top: 40px !important;
  }

  .sp_mb40 {
    margin-bottom: 40px !important;
  }

  .sp_ml40 {
    margin-left: 40px !important;
  }

  .sp_mr40 {
    margin-right: 40px !important;
  }

  .sp_p40 {
    padding: 40px !important;
  }

  .sp_pt40 {
    padding-top: 40px !important;
  }

  .sp_pl40 {
    padding-left: 40px !important;
  }

  .sp_pr40 {
    padding-right: 40px !important;
  }

  .sp_pb40 {
    padding-bottom: 40px !important;
  }

  .sp_w40p {
    width: 40% !important;
  }

  .sp_gap40 {
    gap: 40px !important;
  }

  .sp_m45 {
    margin: 45px !important;
  }

  .sp_mt45 {
    margin-top: 45px !important;
  }

  .sp_mb45 {
    margin-bottom: 45px !important;
  }

  .sp_ml45 {
    margin-left: 45px !important;
  }

  .sp_mr45 {
    margin-right: 45px !important;
  }

  .sp_p45 {
    padding: 45px !important;
  }

  .sp_pt45 {
    padding-top: 45px !important;
  }

  .sp_pl45 {
    padding-left: 45px !important;
  }

  .sp_pr45 {
    padding-right: 45px !important;
  }

  .sp_pb45 {
    padding-bottom: 45px !important;
  }

  .sp_w45p {
    width: 45% !important;
  }

  .sp_gap45 {
    gap: 45px !important;
  }

  .sp_m50 {
    margin: 50px !important;
  }

  .sp_mt50 {
    margin-top: 50px !important;
  }

  .sp_mb50 {
    margin-bottom: 50px !important;
  }

  .sp_ml50 {
    margin-left: 50px !important;
  }

  .sp_mr50 {
    margin-right: 50px !important;
  }

  .sp_p50 {
    padding: 50px !important;
  }

  .sp_pt50 {
    padding-top: 50px !important;
  }

  .sp_pl50 {
    padding-left: 50px !important;
  }

  .sp_pr50 {
    padding-right: 50px !important;
  }

  .sp_pb50 {
    padding-bottom: 50px !important;
  }

  .sp_w50p {
    width: 50% !important;
  }

  .sp_gap50 {
    gap: 50px !important;
  }

  .sp_m55 {
    margin: 55px !important;
  }

  .sp_mt55 {
    margin-top: 55px !important;
  }

  .sp_mb55 {
    margin-bottom: 55px !important;
  }

  .sp_ml55 {
    margin-left: 55px !important;
  }

  .sp_mr55 {
    margin-right: 55px !important;
  }

  .sp_p55 {
    padding: 55px !important;
  }

  .sp_pt55 {
    padding-top: 55px !important;
  }

  .sp_pl55 {
    padding-left: 55px !important;
  }

  .sp_pr55 {
    padding-right: 55px !important;
  }

  .sp_pb55 {
    padding-bottom: 55px !important;
  }

  .sp_w55p {
    width: 55% !important;
  }

  .sp_gap55 {
    gap: 55px !important;
  }

  .sp_m60 {
    margin: 60px !important;
  }

  .sp_mt60 {
    margin-top: 60px !important;
  }

  .sp_mb60 {
    margin-bottom: 60px !important;
  }

  .sp_ml60 {
    margin-left: 60px !important;
  }

  .sp_mr60 {
    margin-right: 60px !important;
  }

  .sp_p60 {
    padding: 60px !important;
  }

  .sp_pt60 {
    padding-top: 60px !important;
  }

  .sp_pl60 {
    padding-left: 60px !important;
  }

  .sp_pr60 {
    padding-right: 60px !important;
  }

  .sp_pb60 {
    padding-bottom: 60px !important;
  }

  .sp_w60p {
    width: 60% !important;
  }

  .sp_gap60 {
    gap: 60px !important;
  }

  .sp_m65 {
    margin: 65px !important;
  }

  .sp_mt65 {
    margin-top: 65px !important;
  }

  .sp_mb65 {
    margin-bottom: 65px !important;
  }

  .sp_ml65 {
    margin-left: 65px !important;
  }

  .sp_mr65 {
    margin-right: 65px !important;
  }

  .sp_p65 {
    padding: 65px !important;
  }

  .sp_pt65 {
    padding-top: 65px !important;
  }

  .sp_pl65 {
    padding-left: 65px !important;
  }

  .sp_pr65 {
    padding-right: 65px !important;
  }

  .sp_pb65 {
    padding-bottom: 65px !important;
  }

  .sp_w65p {
    width: 65% !important;
  }

  .sp_gap65 {
    gap: 65px !important;
  }

  .sp_m70 {
    margin: 70px !important;
  }

  .sp_mt70 {
    margin-top: 70px !important;
  }

  .sp_mb70 {
    margin-bottom: 70px !important;
  }

  .sp_ml70 {
    margin-left: 70px !important;
  }

  .sp_mr70 {
    margin-right: 70px !important;
  }

  .sp_p70 {
    padding: 70px !important;
  }

  .sp_pt70 {
    padding-top: 70px !important;
  }

  .sp_pl70 {
    padding-left: 70px !important;
  }

  .sp_pr70 {
    padding-right: 70px !important;
  }

  .sp_pb70 {
    padding-bottom: 70px !important;
  }

  .sp_w70p {
    width: 70% !important;
  }

  .sp_gap70 {
    gap: 70px !important;
  }

  .sp_m75 {
    margin: 75px !important;
  }

  .sp_mt75 {
    margin-top: 75px !important;
  }

  .sp_mb75 {
    margin-bottom: 75px !important;
  }

  .sp_ml75 {
    margin-left: 75px !important;
  }

  .sp_mr75 {
    margin-right: 75px !important;
  }

  .sp_p75 {
    padding: 75px !important;
  }

  .sp_pt75 {
    padding-top: 75px !important;
  }

  .sp_pl75 {
    padding-left: 75px !important;
  }

  .sp_pr75 {
    padding-right: 75px !important;
  }

  .sp_pb75 {
    padding-bottom: 75px !important;
  }

  .sp_w75p {
    width: 75% !important;
  }

  .sp_gap75 {
    gap: 75px !important;
  }

  .sp_m80 {
    margin: 80px !important;
  }

  .sp_mt80 {
    margin-top: 80px !important;
  }

  .sp_mb80 {
    margin-bottom: 80px !important;
  }

  .sp_ml80 {
    margin-left: 80px !important;
  }

  .sp_mr80 {
    margin-right: 80px !important;
  }

  .sp_p80 {
    padding: 80px !important;
  }

  .sp_pt80 {
    padding-top: 80px !important;
  }

  .sp_pl80 {
    padding-left: 80px !important;
  }

  .sp_pr80 {
    padding-right: 80px !important;
  }

  .sp_pb80 {
    padding-bottom: 80px !important;
  }

  .sp_w80p {
    width: 80% !important;
  }

  .sp_gap80 {
    gap: 80px !important;
  }

  .sp_m85 {
    margin: 85px !important;
  }

  .sp_mt85 {
    margin-top: 85px !important;
  }

  .sp_mb85 {
    margin-bottom: 85px !important;
  }

  .sp_ml85 {
    margin-left: 85px !important;
  }

  .sp_mr85 {
    margin-right: 85px !important;
  }

  .sp_p85 {
    padding: 85px !important;
  }

  .sp_pt85 {
    padding-top: 85px !important;
  }

  .sp_pl85 {
    padding-left: 85px !important;
  }

  .sp_pr85 {
    padding-right: 85px !important;
  }

  .sp_pb85 {
    padding-bottom: 85px !important;
  }

  .sp_w85p {
    width: 85% !important;
  }

  .sp_gap85 {
    gap: 85px !important;
  }

  .sp_m90 {
    margin: 90px !important;
  }

  .sp_mt90 {
    margin-top: 90px !important;
  }

  .sp_mb90 {
    margin-bottom: 90px !important;
  }

  .sp_ml90 {
    margin-left: 90px !important;
  }

  .sp_mr90 {
    margin-right: 90px !important;
  }

  .sp_p90 {
    padding: 90px !important;
  }

  .sp_pt90 {
    padding-top: 90px !important;
  }

  .sp_pl90 {
    padding-left: 90px !important;
  }

  .sp_pr90 {
    padding-right: 90px !important;
  }

  .sp_pb90 {
    padding-bottom: 90px !important;
  }

  .sp_w90p {
    width: 90% !important;
  }

  .sp_gap90 {
    gap: 90px !important;
  }

  .sp_m95 {
    margin: 95px !important;
  }

  .sp_mt95 {
    margin-top: 95px !important;
  }

  .sp_mb95 {
    margin-bottom: 95px !important;
  }

  .sp_ml95 {
    margin-left: 95px !important;
  }

  .sp_mr95 {
    margin-right: 95px !important;
  }

  .sp_p95 {
    padding: 95px !important;
  }

  .sp_pt95 {
    padding-top: 95px !important;
  }

  .sp_pl95 {
    padding-left: 95px !important;
  }

  .sp_pr95 {
    padding-right: 95px !important;
  }

  .sp_pb95 {
    padding-bottom: 95px !important;
  }

  .sp_w95p {
    width: 95% !important;
  }

  .sp_gap95 {
    gap: 95px !important;
  }

  .sp_m100 {
    margin: 100px !important;
  }

  .sp_mt100 {
    margin-top: 100px !important;
  }

  .sp_mb100 {
    margin-bottom: 100px !important;
  }

  .sp_ml100 {
    margin-left: 100px !important;
  }

  .sp_mr100 {
    margin-right: 100px !important;
  }

  .sp_p100 {
    padding: 100px !important;
  }

  .sp_pt100 {
    padding-top: 100px !important;
  }

  .sp_pl100 {
    padding-left: 100px !important;
  }

  .sp_pr100 {
    padding-right: 100px !important;
  }

  .sp_pb100 {
    padding-bottom: 100px !important;
  }

  .sp_w100p {
    width: 100% !important;
  }

  .sp_gap100 {
    gap: 100px !important;
  }

  .sp_m105 {
    margin: 105px !important;
  }

  .sp_mt105 {
    margin-top: 105px !important;
  }

  .sp_mb105 {
    margin-bottom: 105px !important;
  }

  .sp_ml105 {
    margin-left: 105px !important;
  }

  .sp_mr105 {
    margin-right: 105px !important;
  }

  .sp_p105 {
    padding: 105px !important;
  }

  .sp_pt105 {
    padding-top: 105px !important;
  }

  .sp_pl105 {
    padding-left: 105px !important;
  }

  .sp_pr105 {
    padding-right: 105px !important;
  }

  .sp_pb105 {
    padding-bottom: 105px !important;
  }

  .sp_w105p {
    width: 105% !important;
  }

  .sp_gap105 {
    gap: 105px !important;
  }

  .sp_m110 {
    margin: 110px !important;
  }

  .sp_mt110 {
    margin-top: 110px !important;
  }

  .sp_mb110 {
    margin-bottom: 110px !important;
  }

  .sp_ml110 {
    margin-left: 110px !important;
  }

  .sp_mr110 {
    margin-right: 110px !important;
  }

  .sp_p110 {
    padding: 110px !important;
  }

  .sp_pt110 {
    padding-top: 110px !important;
  }

  .sp_pl110 {
    padding-left: 110px !important;
  }

  .sp_pr110 {
    padding-right: 110px !important;
  }

  .sp_pb110 {
    padding-bottom: 110px !important;
  }

  .sp_w110p {
    width: 110% !important;
  }

  .sp_gap110 {
    gap: 110px !important;
  }

  .sp_m115 {
    margin: 115px !important;
  }

  .sp_mt115 {
    margin-top: 115px !important;
  }

  .sp_mb115 {
    margin-bottom: 115px !important;
  }

  .sp_ml115 {
    margin-left: 115px !important;
  }

  .sp_mr115 {
    margin-right: 115px !important;
  }

  .sp_p115 {
    padding: 115px !important;
  }

  .sp_pt115 {
    padding-top: 115px !important;
  }

  .sp_pl115 {
    padding-left: 115px !important;
  }

  .sp_pr115 {
    padding-right: 115px !important;
  }

  .sp_pb115 {
    padding-bottom: 115px !important;
  }

  .sp_w115p {
    width: 115% !important;
  }

  .sp_gap115 {
    gap: 115px !important;
  }

  .sp_m120 {
    margin: 120px !important;
  }

  .sp_mt120 {
    margin-top: 120px !important;
  }

  .sp_mb120 {
    margin-bottom: 120px !important;
  }

  .sp_ml120 {
    margin-left: 120px !important;
  }

  .sp_mr120 {
    margin-right: 120px !important;
  }

  .sp_p120 {
    padding: 120px !important;
  }

  .sp_pt120 {
    padding-top: 120px !important;
  }

  .sp_pl120 {
    padding-left: 120px !important;
  }

  .sp_pr120 {
    padding-right: 120px !important;
  }

  .sp_pb120 {
    padding-bottom: 120px !important;
  }

  .sp_w120p {
    width: 120% !important;
  }

  .sp_gap120 {
    gap: 120px !important;
  }

  .sp_m125 {
    margin: 125px !important;
  }

  .sp_mt125 {
    margin-top: 125px !important;
  }

  .sp_mb125 {
    margin-bottom: 125px !important;
  }

  .sp_ml125 {
    margin-left: 125px !important;
  }

  .sp_mr125 {
    margin-right: 125px !important;
  }

  .sp_p125 {
    padding: 125px !important;
  }

  .sp_pt125 {
    padding-top: 125px !important;
  }

  .sp_pl125 {
    padding-left: 125px !important;
  }

  .sp_pr125 {
    padding-right: 125px !important;
  }

  .sp_pb125 {
    padding-bottom: 125px !important;
  }

  .sp_w125p {
    width: 125% !important;
  }

  .sp_gap125 {
    gap: 125px !important;
  }

  .sp_m130 {
    margin: 130px !important;
  }

  .sp_mt130 {
    margin-top: 130px !important;
  }

  .sp_mb130 {
    margin-bottom: 130px !important;
  }

  .sp_ml130 {
    margin-left: 130px !important;
  }

  .sp_mr130 {
    margin-right: 130px !important;
  }

  .sp_p130 {
    padding: 130px !important;
  }

  .sp_pt130 {
    padding-top: 130px !important;
  }

  .sp_pl130 {
    padding-left: 130px !important;
  }

  .sp_pr130 {
    padding-right: 130px !important;
  }

  .sp_pb130 {
    padding-bottom: 130px !important;
  }

  .sp_w130p {
    width: 130% !important;
  }

  .sp_gap130 {
    gap: 130px !important;
  }

  .sp_m135 {
    margin: 135px !important;
  }

  .sp_mt135 {
    margin-top: 135px !important;
  }

  .sp_mb135 {
    margin-bottom: 135px !important;
  }

  .sp_ml135 {
    margin-left: 135px !important;
  }

  .sp_mr135 {
    margin-right: 135px !important;
  }

  .sp_p135 {
    padding: 135px !important;
  }

  .sp_pt135 {
    padding-top: 135px !important;
  }

  .sp_pl135 {
    padding-left: 135px !important;
  }

  .sp_pr135 {
    padding-right: 135px !important;
  }

  .sp_pb135 {
    padding-bottom: 135px !important;
  }

  .sp_w135p {
    width: 135% !important;
  }

  .sp_gap135 {
    gap: 135px !important;
  }

  .sp_m140 {
    margin: 140px !important;
  }

  .sp_mt140 {
    margin-top: 140px !important;
  }

  .sp_mb140 {
    margin-bottom: 140px !important;
  }

  .sp_ml140 {
    margin-left: 140px !important;
  }

  .sp_mr140 {
    margin-right: 140px !important;
  }

  .sp_p140 {
    padding: 140px !important;
  }

  .sp_pt140 {
    padding-top: 140px !important;
  }

  .sp_pl140 {
    padding-left: 140px !important;
  }

  .sp_pr140 {
    padding-right: 140px !important;
  }

  .sp_pb140 {
    padding-bottom: 140px !important;
  }

  .sp_w140p {
    width: 140% !important;
  }

  .sp_gap140 {
    gap: 140px !important;
  }

  .sp_m145 {
    margin: 145px !important;
  }

  .sp_mt145 {
    margin-top: 145px !important;
  }

  .sp_mb145 {
    margin-bottom: 145px !important;
  }

  .sp_ml145 {
    margin-left: 145px !important;
  }

  .sp_mr145 {
    margin-right: 145px !important;
  }

  .sp_p145 {
    padding: 145px !important;
  }

  .sp_pt145 {
    padding-top: 145px !important;
  }

  .sp_pl145 {
    padding-left: 145px !important;
  }

  .sp_pr145 {
    padding-right: 145px !important;
  }

  .sp_pb145 {
    padding-bottom: 145px !important;
  }

  .sp_w145p {
    width: 145% !important;
  }

  .sp_gap145 {
    gap: 145px !important;
  }

  .sp_m150 {
    margin: 150px !important;
  }

  .sp_mt150 {
    margin-top: 150px !important;
  }

  .sp_mb150 {
    margin-bottom: 150px !important;
  }

  .sp_ml150 {
    margin-left: 150px !important;
  }

  .sp_mr150 {
    margin-right: 150px !important;
  }

  .sp_p150 {
    padding: 150px !important;
  }

  .sp_pt150 {
    padding-top: 150px !important;
  }

  .sp_pl150 {
    padding-left: 150px !important;
  }

  .sp_pr150 {
    padding-right: 150px !important;
  }

  .sp_pb150 {
    padding-bottom: 150px !important;
  }

  .sp_w150p {
    width: 150% !important;
  }

  .sp_gap150 {
    gap: 150px !important;
  }

  .sp_m155 {
    margin: 155px !important;
  }

  .sp_mt155 {
    margin-top: 155px !important;
  }

  .sp_mb155 {
    margin-bottom: 155px !important;
  }

  .sp_ml155 {
    margin-left: 155px !important;
  }

  .sp_mr155 {
    margin-right: 155px !important;
  }

  .sp_p155 {
    padding: 155px !important;
  }

  .sp_pt155 {
    padding-top: 155px !important;
  }

  .sp_pl155 {
    padding-left: 155px !important;
  }

  .sp_pr155 {
    padding-right: 155px !important;
  }

  .sp_pb155 {
    padding-bottom: 155px !important;
  }

  .sp_w155p {
    width: 155% !important;
  }

  .sp_gap155 {
    gap: 155px !important;
  }

  .sp_m160 {
    margin: 160px !important;
  }

  .sp_mt160 {
    margin-top: 160px !important;
  }

  .sp_mb160 {
    margin-bottom: 160px !important;
  }

  .sp_ml160 {
    margin-left: 160px !important;
  }

  .sp_mr160 {
    margin-right: 160px !important;
  }

  .sp_p160 {
    padding: 160px !important;
  }

  .sp_pt160 {
    padding-top: 160px !important;
  }

  .sp_pl160 {
    padding-left: 160px !important;
  }

  .sp_pr160 {
    padding-right: 160px !important;
  }

  .sp_pb160 {
    padding-bottom: 160px !important;
  }

  .sp_w160p {
    width: 160% !important;
  }

  .sp_gap160 {
    gap: 160px !important;
  }

  .sp_m165 {
    margin: 165px !important;
  }

  .sp_mt165 {
    margin-top: 165px !important;
  }

  .sp_mb165 {
    margin-bottom: 165px !important;
  }

  .sp_ml165 {
    margin-left: 165px !important;
  }

  .sp_mr165 {
    margin-right: 165px !important;
  }

  .sp_p165 {
    padding: 165px !important;
  }

  .sp_pt165 {
    padding-top: 165px !important;
  }

  .sp_pl165 {
    padding-left: 165px !important;
  }

  .sp_pr165 {
    padding-right: 165px !important;
  }

  .sp_pb165 {
    padding-bottom: 165px !important;
  }

  .sp_w165p {
    width: 165% !important;
  }

  .sp_gap165 {
    gap: 165px !important;
  }

  .sp_m170 {
    margin: 170px !important;
  }

  .sp_mt170 {
    margin-top: 170px !important;
  }

  .sp_mb170 {
    margin-bottom: 170px !important;
  }

  .sp_ml170 {
    margin-left: 170px !important;
  }

  .sp_mr170 {
    margin-right: 170px !important;
  }

  .sp_p170 {
    padding: 170px !important;
  }

  .sp_pt170 {
    padding-top: 170px !important;
  }

  .sp_pl170 {
    padding-left: 170px !important;
  }

  .sp_pr170 {
    padding-right: 170px !important;
  }

  .sp_pb170 {
    padding-bottom: 170px !important;
  }

  .sp_w170p {
    width: 170% !important;
  }

  .sp_gap170 {
    gap: 170px !important;
  }

  .sp_m175 {
    margin: 175px !important;
  }

  .sp_mt175 {
    margin-top: 175px !important;
  }

  .sp_mb175 {
    margin-bottom: 175px !important;
  }

  .sp_ml175 {
    margin-left: 175px !important;
  }

  .sp_mr175 {
    margin-right: 175px !important;
  }

  .sp_p175 {
    padding: 175px !important;
  }

  .sp_pt175 {
    padding-top: 175px !important;
  }

  .sp_pl175 {
    padding-left: 175px !important;
  }

  .sp_pr175 {
    padding-right: 175px !important;
  }

  .sp_pb175 {
    padding-bottom: 175px !important;
  }

  .sp_w175p {
    width: 175% !important;
  }

  .sp_gap175 {
    gap: 175px !important;
  }

  .sp_m180 {
    margin: 180px !important;
  }

  .sp_mt180 {
    margin-top: 180px !important;
  }

  .sp_mb180 {
    margin-bottom: 180px !important;
  }

  .sp_ml180 {
    margin-left: 180px !important;
  }

  .sp_mr180 {
    margin-right: 180px !important;
  }

  .sp_p180 {
    padding: 180px !important;
  }

  .sp_pt180 {
    padding-top: 180px !important;
  }

  .sp_pl180 {
    padding-left: 180px !important;
  }

  .sp_pr180 {
    padding-right: 180px !important;
  }

  .sp_pb180 {
    padding-bottom: 180px !important;
  }

  .sp_w180p {
    width: 180% !important;
  }

  .sp_gap180 {
    gap: 180px !important;
  }

  .sp_m185 {
    margin: 185px !important;
  }

  .sp_mt185 {
    margin-top: 185px !important;
  }

  .sp_mb185 {
    margin-bottom: 185px !important;
  }

  .sp_ml185 {
    margin-left: 185px !important;
  }

  .sp_mr185 {
    margin-right: 185px !important;
  }

  .sp_p185 {
    padding: 185px !important;
  }

  .sp_pt185 {
    padding-top: 185px !important;
  }

  .sp_pl185 {
    padding-left: 185px !important;
  }

  .sp_pr185 {
    padding-right: 185px !important;
  }

  .sp_pb185 {
    padding-bottom: 185px !important;
  }

  .sp_w185p {
    width: 185% !important;
  }

  .sp_gap185 {
    gap: 185px !important;
  }

  .sp_m190 {
    margin: 190px !important;
  }

  .sp_mt190 {
    margin-top: 190px !important;
  }

  .sp_mb190 {
    margin-bottom: 190px !important;
  }

  .sp_ml190 {
    margin-left: 190px !important;
  }

  .sp_mr190 {
    margin-right: 190px !important;
  }

  .sp_p190 {
    padding: 190px !important;
  }

  .sp_pt190 {
    padding-top: 190px !important;
  }

  .sp_pl190 {
    padding-left: 190px !important;
  }

  .sp_pr190 {
    padding-right: 190px !important;
  }

  .sp_pb190 {
    padding-bottom: 190px !important;
  }

  .sp_w190p {
    width: 190% !important;
  }

  .sp_gap190 {
    gap: 190px !important;
  }

  .sp_m195 {
    margin: 195px !important;
  }

  .sp_mt195 {
    margin-top: 195px !important;
  }

  .sp_mb195 {
    margin-bottom: 195px !important;
  }

  .sp_ml195 {
    margin-left: 195px !important;
  }

  .sp_mr195 {
    margin-right: 195px !important;
  }

  .sp_p195 {
    padding: 195px !important;
  }

  .sp_pt195 {
    padding-top: 195px !important;
  }

  .sp_pl195 {
    padding-left: 195px !important;
  }

  .sp_pr195 {
    padding-right: 195px !important;
  }

  .sp_pb195 {
    padding-bottom: 195px !important;
  }

  .sp_w195p {
    width: 195% !important;
  }

  .sp_gap195 {
    gap: 195px !important;
  }

  .sp_m200 {
    margin: 200px !important;
  }

  .sp_mt200 {
    margin-top: 200px !important;
  }

  .sp_mb200 {
    margin-bottom: 200px !important;
  }

  .sp_ml200 {
    margin-left: 200px !important;
  }

  .sp_mr200 {
    margin-right: 200px !important;
  }

  .sp_p200 {
    padding: 200px !important;
  }

  .sp_pt200 {
    padding-top: 200px !important;
  }

  .sp_pl200 {
    padding-left: 200px !important;
  }

  .sp_pr200 {
    padding-right: 200px !important;
  }

  .sp_pb200 {
    padding-bottom: 200px !important;
  }

  .sp_w200p {
    width: 200% !important;
  }

  .sp_gap200 {
    gap: 200px !important;
  }

  .sp_w0 {
    width: 0px !important;
  }

  .sp_h0 {
    height: 0px !important;
  }

  .sp_w10 {
    width: 10px !important;
  }

  .sp_h10 {
    height: 10px !important;
  }

  .sp_w20 {
    width: 20px !important;
  }

  .sp_h20 {
    height: 20px !important;
  }

  .sp_w30 {
    width: 30px !important;
  }

  .sp_h30 {
    height: 30px !important;
  }

  .sp_w40 {
    width: 40px !important;
  }

  .sp_h40 {
    height: 40px !important;
  }

  .sp_w50 {
    width: 50px !important;
  }

  .sp_h50 {
    height: 50px !important;
  }

  .sp_w60 {
    width: 60px !important;
  }

  .sp_h60 {
    height: 60px !important;
  }

  .sp_w70 {
    width: 70px !important;
  }

  .sp_h70 {
    height: 70px !important;
  }

  .sp_w80 {
    width: 80px !important;
  }

  .sp_h80 {
    height: 80px !important;
  }

  .sp_w90 {
    width: 90px !important;
  }

  .sp_h90 {
    height: 90px !important;
  }

  .sp_w100 {
    width: 100px !important;
  }

  .sp_h100 {
    height: 100px !important;
  }

  .sp_w110 {
    width: 110px !important;
  }

  .sp_h110 {
    height: 110px !important;
  }

  .sp_w120 {
    width: 120px !important;
  }

  .sp_h120 {
    height: 120px !important;
  }

  .sp_w130 {
    width: 130px !important;
  }

  .sp_h130 {
    height: 130px !important;
  }

  .sp_w140 {
    width: 140px !important;
  }

  .sp_h140 {
    height: 140px !important;
  }

  .sp_w150 {
    width: 150px !important;
  }

  .sp_h150 {
    height: 150px !important;
  }

  .sp_w160 {
    width: 160px !important;
  }

  .sp_h160 {
    height: 160px !important;
  }

  .sp_w170 {
    width: 170px !important;
  }

  .sp_h170 {
    height: 170px !important;
  }

  .sp_w180 {
    width: 180px !important;
  }

  .sp_h180 {
    height: 180px !important;
  }

  .sp_w190 {
    width: 190px !important;
  }

  .sp_h190 {
    height: 190px !important;
  }

  .sp_w200 {
    width: 200px !important;
  }

  .sp_h200 {
    height: 200px !important;
  }

  .sp_w210 {
    width: 210px !important;
  }

  .sp_h210 {
    height: 210px !important;
  }

  .sp_w220 {
    width: 220px !important;
  }

  .sp_h220 {
    height: 220px !important;
  }

  .sp_w230 {
    width: 230px !important;
  }

  .sp_h230 {
    height: 230px !important;
  }

  .sp_w240 {
    width: 240px !important;
  }

  .sp_h240 {
    height: 240px !important;
  }

  .sp_w250 {
    width: 250px !important;
  }

  .sp_h250 {
    height: 250px !important;
  }

  .sp_w260 {
    width: 260px !important;
  }

  .sp_h260 {
    height: 260px !important;
  }

  .sp_w270 {
    width: 270px !important;
  }

  .sp_h270 {
    height: 270px !important;
  }

  .sp_w280 {
    width: 280px !important;
  }

  .sp_h280 {
    height: 280px !important;
  }

  .sp_w290 {
    width: 290px !important;
  }

  .sp_h290 {
    height: 290px !important;
  }

  .sp_w300 {
    width: 300px !important;
  }

  .sp_h300 {
    height: 300px !important;
  }

  .sp_w310 {
    width: 310px !important;
  }

  .sp_h310 {
    height: 310px !important;
  }

  .sp_w320 {
    width: 320px !important;
  }

  .sp_h320 {
    height: 320px !important;
  }

  .sp_w330 {
    width: 330px !important;
  }

  .sp_h330 {
    height: 330px !important;
  }

  .sp_w340 {
    width: 340px !important;
  }

  .sp_h340 {
    height: 340px !important;
  }

  .sp_w350 {
    width: 350px !important;
  }

  .sp_h350 {
    height: 350px !important;
  }

  .sp_w360 {
    width: 360px !important;
  }

  .sp_h360 {
    height: 360px !important;
  }

  .sp_w370 {
    width: 370px !important;
  }

  .sp_h370 {
    height: 370px !important;
  }

  .sp_w380 {
    width: 380px !important;
  }

  .sp_h380 {
    height: 380px !important;
  }

  .sp_w390 {
    width: 390px !important;
  }

  .sp_h390 {
    height: 390px !important;
  }

  .sp_w400 {
    width: 400px !important;
  }

  .sp_h400 {
    height: 400px !important;
  }

  .sp_w410 {
    width: 410px !important;
  }

  .sp_h410 {
    height: 410px !important;
  }

  .sp_w420 {
    width: 420px !important;
  }

  .sp_h420 {
    height: 420px !important;
  }

  .sp_w430 {
    width: 430px !important;
  }

  .sp_h430 {
    height: 430px !important;
  }

  .sp_w440 {
    width: 440px !important;
  }

  .sp_h440 {
    height: 440px !important;
  }

  .sp_w450 {
    width: 450px !important;
  }

  .sp_h450 {
    height: 450px !important;
  }

  .sp_w460 {
    width: 460px !important;
  }

  .sp_h460 {
    height: 460px !important;
  }

  .sp_w470 {
    width: 470px !important;
  }

  .sp_h470 {
    height: 470px !important;
  }

  .sp_w480 {
    width: 480px !important;
  }

  .sp_h480 {
    height: 480px !important;
  }

  .sp_w490 {
    width: 490px !important;
  }

  .sp_h490 {
    height: 490px !important;
  }

  .sp_w500 {
    width: 500px !important;
  }

  .sp_h500 {
    height: 500px !important;
  }

  .sp_w510 {
    width: 510px !important;
  }

  .sp_h510 {
    height: 510px !important;
  }

  .sp_w520 {
    width: 520px !important;
  }

  .sp_h520 {
    height: 520px !important;
  }

  .sp_w530 {
    width: 530px !important;
  }

  .sp_h530 {
    height: 530px !important;
  }

  .sp_w540 {
    width: 540px !important;
  }

  .sp_h540 {
    height: 540px !important;
  }

  .sp_w550 {
    width: 550px !important;
  }

  .sp_h550 {
    height: 550px !important;
  }

  .sp_w560 {
    width: 560px !important;
  }

  .sp_h560 {
    height: 560px !important;
  }

  .sp_w570 {
    width: 570px !important;
  }

  .sp_h570 {
    height: 570px !important;
  }

  .sp_w580 {
    width: 580px !important;
  }

  .sp_h580 {
    height: 580px !important;
  }

  .sp_w590 {
    width: 590px !important;
  }

  .sp_h590 {
    height: 590px !important;
  }

  .sp_w600 {
    width: 600px !important;
  }

  .sp_h600 {
    height: 600px !important;
  }

  .sp_w610 {
    width: 610px !important;
  }

  .sp_h610 {
    height: 610px !important;
  }

  .sp_w620 {
    width: 620px !important;
  }

  .sp_h620 {
    height: 620px !important;
  }

  .sp_w630 {
    width: 630px !important;
  }

  .sp_h630 {
    height: 630px !important;
  }

  .sp_w640 {
    width: 640px !important;
  }

  .sp_h640 {
    height: 640px !important;
  }

  .sp_w650 {
    width: 650px !important;
  }

  .sp_h650 {
    height: 650px !important;
  }

  .sp_w660 {
    width: 660px !important;
  }

  .sp_h660 {
    height: 660px !important;
  }

  .sp_w670 {
    width: 670px !important;
  }

  .sp_h670 {
    height: 670px !important;
  }

  .sp_w680 {
    width: 680px !important;
  }

  .sp_h680 {
    height: 680px !important;
  }

  .sp_w690 {
    width: 690px !important;
  }

  .sp_h690 {
    height: 690px !important;
  }

  .sp_w700 {
    width: 700px !important;
  }

  .sp_h700 {
    height: 700px !important;
  }

  .sp_w710 {
    width: 710px !important;
  }

  .sp_h710 {
    height: 710px !important;
  }

  .sp_w720 {
    width: 720px !important;
  }

  .sp_h720 {
    height: 720px !important;
  }

  .sp_w730 {
    width: 730px !important;
  }

  .sp_h730 {
    height: 730px !important;
  }

  .sp_w740 {
    width: 740px !important;
  }

  .sp_h740 {
    height: 740px !important;
  }

  .sp_w750 {
    width: 750px !important;
  }

  .sp_h750 {
    height: 750px !important;
  }

  .sp_w760 {
    width: 760px !important;
  }

  .sp_h760 {
    height: 760px !important;
  }

  .sp_fz10 {
    font-size: 10px !important;
  }

  .sp_fz11 {
    font-size: 11px !important;
  }

  .sp_fz12 {
    font-size: 12px !important;
  }

  .sp_fz13 {
    font-size: 13px !important;
  }

  .sp_fz14 {
    font-size: 14px !important;
  }

  .sp_fz15 {
    font-size: 15px !important;
  }

  .sp_fz16 {
    font-size: 16px !important;
  }

  .sp_fz17 {
    font-size: 17px !important;
  }

  .sp_fz18 {
    font-size: 18px !important;
  }

  .sp_fz19 {
    font-size: 19px !important;
  }

  .sp_fz20 {
    font-size: 20px !important;
  }

  .sp_fz21 {
    font-size: 21px !important;
  }

  .sp_fz22 {
    font-size: 22px !important;
  }

  .sp_fz23 {
    font-size: 23px !important;
  }

  .sp_fz24 {
    font-size: 24px !important;
  }

  .sp_fz25 {
    font-size: 25px !important;
  }

  .sp_fz26 {
    font-size: 26px !important;
  }

  .sp_fz27 {
    font-size: 27px !important;
  }

  .sp_fz28 {
    font-size: 28px !important;
  }

  .sp_fz29 {
    font-size: 29px !important;
  }

  .sp_fz30 {
    font-size: 30px !important;
  }

  .sp_fz31 {
    font-size: 31px !important;
  }

  .sp_fz32 {
    font-size: 32px !important;
  }

  .sp_fz33 {
    font-size: 33px !important;
  }

  .sp_fz34 {
    font-size: 34px !important;
  }

  .sp_fz35 {
    font-size: 35px !important;
  }

  .sp_fz36 {
    font-size: 36px !important;
  }

  .sp_fz37 {
    font-size: 37px !important;
  }

  .sp_fz38 {
    font-size: 38px !important;
  }

  .sp_fz39 {
    font-size: 39px !important;
  }

  .sp_fz40 {
    font-size: 40px !important;
  }

  .sp_fz41 {
    font-size: 41px !important;
  }

  .sp_fz42 {
    font-size: 42px !important;
  }

  .sp_fz43 {
    font-size: 43px !important;
  }

  .sp_fz44 {
    font-size: 44px !important;
  }

  .sp_fz45 {
    font-size: 45px !important;
  }

  .sp_fz46 {
    font-size: 46px !important;
  }

  .sp_fz47 {
    font-size: 47px !important;
  }

  .sp_fz48 {
    font-size: 48px !important;
  }

  .sp_fz49 {
    font-size: 49px !important;
  }

  .sp_fz50 {
    font-size: 50px !important;
  }
}

.center {
  text-align: center;
}

@media not all and (max-width: 1024px) {
  .pc_center {
    text-align: center;
  }
}

@media all and (max-width: 1024px) {
  .sp_center {
    text-align: center;
  }
}

.right {
  text-align: right;
}

@media not all and (max-width: 1024px) {
  .pc_right {
    text-align: right;
  }
}

@media all and (max-width: 1024px) {
  .sp_right {
    text-align: right;
  }
}

.left {
  text-align: left;
}

@media not all and (max-width: 1024px) {
  .pc_left {
    text-align: left;
  }
}

@media all and (max-width: 1024px) {
  .sp_left {
    text-align: left;
  }
}

.delay0 {
  transition-delay: 0ms !important;
}

.delay50 {
  transition-delay: 50ms !important;
}

.delay100 {
  transition-delay: 100ms !important;
}

.delay150 {
  transition-delay: 150ms !important;
}

.delay200 {
  transition-delay: 200ms !important;
}

.delay250 {
  transition-delay: 250ms !important;
}

.delay300 {
  transition-delay: 300ms !important;
}

.delay350 {
  transition-delay: 350ms !important;
}

.delay400 {
  transition-delay: 400ms !important;
}

.delay450 {
  transition-delay: 450ms !important;
}

.delay500 {
  transition-delay: 500ms !important;
}

.delay550 {
  transition-delay: 550ms !important;
}

.delay600 {
  transition-delay: 600ms !important;
}

.delay650 {
  transition-delay: 650ms !important;
}

.delay700 {
  transition-delay: 700ms !important;
}

.delay750 {
  transition-delay: 750ms !important;
}

.delay800 {
  transition-delay: 800ms !important;
}

.delay850 {
  transition-delay: 850ms !important;
}

.delay900 {
  transition-delay: 900ms !important;
}

.delay950 {
  transition-delay: 950ms !important;
}

.delay1000 {
  transition-delay: 1000ms !important;
}

.delay1050 {
  transition-delay: 1050ms !important;
}

.delay1100 {
  transition-delay: 1100ms !important;
}

.delay1150 {
  transition-delay: 1150ms !important;
}

.delay1200 {
  transition-delay: 1200ms !important;
}

.delay1250 {
  transition-delay: 1250ms !important;
}

.delay1300 {
  transition-delay: 1300ms !important;
}

.delay1350 {
  transition-delay: 1350ms !important;
}

.delay1400 {
  transition-delay: 1400ms !important;
}

.delay1450 {
  transition-delay: 1450ms !important;
}

.delay1500 {
  transition-delay: 1500ms !important;
}

.delay1550 {
  transition-delay: 1550ms !important;
}

.delay1600 {
  transition-delay: 1600ms !important;
}

.delay1650 {
  transition-delay: 1650ms !important;
}

.delay1700 {
  transition-delay: 1700ms !important;
}

.delay1750 {
  transition-delay: 1750ms !important;
}

.delay1800 {
  transition-delay: 1800ms !important;
}

.delay1850 {
  transition-delay: 1850ms !important;
}

.delay1900 {
  transition-delay: 1900ms !important;
}

.delay1950 {
  transition-delay: 1950ms !important;
}

.delay2000 {
  transition-delay: 2000ms !important;
}

/*# sourceMappingURL=styles.css.map */


/* 251008 */

.top-accordion-content {
  display: none;
  padding: 10px;
}

.top-accordion-btn.active {
  font-weight: bold;
}

.scrollin .fadein_item.bottom-up.accordion-content-sp {
  display: block;
  margin-top: 25px;
  transform: translateY(30px) !important;
}

.accordion-btn-sp {
  display: none;
}


.reason__contact .reason__contact__box {
  background: url(https://www.baikyakuoh.com/wordpress/wp-content/themes/wave/souzoku/assets/images/reason_contact_bg1.webp) no-repeat center center / 100% 100%;
}

.contact__box__list__item.--tel {
  width: 550px;
  margin: 0 auto;
  padding: 25px;
}

.contact__box__list__item.contact-bnr {
  padding: 0;
}

.inheritance-case-title {
  display: flex;
  justify-content: center;
  align-items: end;
}

.monthly_update-pic {
  width: 90px;
}

.inheritance-case-title {
  margin-right: 90px;
}

.top-accordion-btn {
  cursor: pointer;
}

.header__nav__menu__item a.new::after,
.sp_menu_btn a.new::after {
  background-image: url(https://www.baikyakuoh.com/wordpress/wp-content/themes/wave/souzoku/assets/images/hd_new1.webp);
}

.header__nav__menu__item a.new::after,
.sp_menu_btn a.new::after {
  background-image: url(https://www.baikyakuoh.com/wordpress/wp-content/themes/wave/souzoku/assets/images/hd_new1.webp);
}

.case_dl .case_dl-item .new::before {
  background-image: url(https://www.baikyakuoh.com/wordpress/wp-content/themes/wave/souzoku/assets/images/new1.webp);
}

.footer_follow__contact__btn.--tel {
  background: #D1A825;
}

.reason__list__item .reason__pickup__title:after {
  background: url(https://www.baikyakuoh.com/wordpress/wp-content/themes/wave/souzoku/assets/images/pickup_label1.webp) no-repeat center center / contain;
}

.reason-content-wapper {
  display: flex;
  justify-content: space-between;
}

.page-souzoku .reason__supporter {
  padding: 0;
}

.reason__list .reason__list__item:nth-child(6) {
  padding-bottom: 75px;
}

.scrollin .fadein_item.bottom-up.accordion-content-sp {
  margin-top: 40px;
}

@media (max-width: 1300px) {
  .top-accordion-btn img {
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .reason__list__item .reason__pickup {
    width: 100%;
  }
}


@media screen and (max-width: 750px) {
  .accordion-btn-sp {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #156082;
    border-radius: 60px;
    border: 1px solid #000;
    margin-bottom: 10px;
    position: relative;
    margin-right: 5px;
  }

  .accordion-btn-sp span {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .scrollin .fadein_item.bottom-up.accordion-content-sp {
    display: none;
    margin-top: 25px;
  }

  .manual .manual__list .slick-slide {
    min-height: 600px;
  }

  .manual .manual__list {
    max-width: 310px;
  }

  .manual .manual__list .slick-arrow {
    margin-left: 0;
    -webkit-transform: translateY(calc(-50% + 10px));
    transform: translateY(calc(-50% + 10px));
    width: 35px;
    height: 35px;
  }

  .manual .manual__list .slick-arrow.slick-prev {
    left: -22px;
    right: auto;
  }

  .manual .manual__list .slick-arrow.slick-next {
    left: auto;
    right: -22px;
  }

  .manual .manual__list .slick-arrow:before {
    background: none;
    border-width: 5px 5px 0 0;
    border-style: solid;
    border-color: #005baa;
  }

  .manual .manual__list .slick-arrow.slick-next:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .manual .manual__list .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .manual .manual__list .slick-arrow {
    width: 17px;
    height: 17px;
  }

  .manual .manual__list .slick-arrow:before {
    border-width: 3px 3px 0 0;
  }

  .reason__contact .reason__contact__box {
    background: #D1A825;
  }

  .contact__box__list__item.--tel {
    width: auto;
  }

  .footer__menu {
    display: none;
  }

  .page-souzoku .reason__list__item__title {
    width: calc(100% - 70px);
    font-size: 23px;
  }

  .page-souzoku .trend__map {
    width: 50%;
  }

  .reason__pickup__title:after {
    background: url(https://www.baikyakuoh.com/wordpress/wp-content/themes/wave/souzoku/assets/images/pickup_label1.webp) no-repeat center center / contain;
  }

  .reason-content-wapper {
    flex-direction: column;
  }

  .reason-content-wapper .text {
    order: 2;
  }

  .reason-content-wapper .img {
    order: 1;
    margin-bottom: 20px;
  }

  .page-souzoku .reason__list__item:nth-child(6):before {
    height: 168px;
    background-color: #fff;
  }

  .page-souzoku .reason__supporter {
    padding: 0;
    width: calc(100% + 25px);
    background: linear-gradient(to bottom, transparent 120px, #f5f4e9 120px);
    padding-bottom: 70px;
    transform: translate(-12.5px, 24px);
    margin-top: 15px;
  }

  .reason__list .reason__list__item:nth-child(6) {
    padding-bottom: 53px;
  }
}



.reason__list .reason__list__item:nth-child(odd) .reason__list__item__title__inner:after {
  background-color: #fff !important;
}

.contact__pro .left::before,
.contact__box__list__item.--form,
.bg_lightblue,
.reason__list__item:nth-child(odd),
/* .reason__list__item__title__box:after, */
.reason__list__item__title__inner:after,
.case__bg:after {
  background-color: #5591B2 !important;
}

@media (max-width:1024px) {
  .nayami__img__fukidashi .nayami__img__fukidashi__item.item01 {
    width: 100%;
    background-image: url("https://www.baikyakuoh.com/wordpress/wp-content/themes/wave/souzoku/assets/images/fukidashi_sp_left1.webp");
    right: 30px;
    top: 12vw;
    height: auto;
    background-size: 275px 100%;
    padding: 6px 0;


    background-size: 292px 100%;
    padding: 8px 0;
  }

  .nayami__img__fukidashi .nayami__img__fukidashi__item.item02 {
    width: 100%;
    background-image: url("https://www.baikyakuoh.com/wordpress/wp-content/themes/wave/souzoku/assets/images/fukidashi_sp_right1.webp");
    height: auto;
    background-size: 291px 100%;
    padding: 5px 0;
    top: 22vw;
    right: -30px;



    background-size: 325px 100%;
    padding: 9px 0;
    top: 23vw;
  }

  .nayami__img__fukidashi .nayami__img__fukidashi__item.item03 {
    width: 100%;
    background-image: url("https://www.baikyakuoh.com/wordpress/wp-content/themes/wave/souzoku/assets/images/fukidashi_sp_left1.webp");
    right: 8px;
    height: auto;
    background-size: 355px 100%;
    padding: 6px 0;
    top: 32vw;


    right: -2px;
    background-size: 382px 100%;
    padding: 11px 0;
    top: 34vw;
  }

  .nayami__img__fukidashi .nayami__img__fukidashi__item.item04 {
    width: 100%;
    background-image: url("https://www.baikyakuoh.com/wordpress/wp-content/themes/wave/souzoku/assets/images/fukidashi_sp_right1.webp");
    height: auto;
    background-size: 282px 100%;
    padding: 7px 0;
    right: -42px;
    top: 42vw;




    padding: 9px 0;
    top: 47vw;
  }

  .nayami__img__fukidashi .nayami__img__fukidashi__item.item05 {
    width: 100%;
    background-image: url("https://www.baikyakuoh.com/wordpress/wp-content/themes/wave/souzoku/assets/images/fukidashi_sp_left1.webp");
    right: 37px;
    height: auto;
    background-size: 279px 100%;
    padding: 9px 0;
    top: 52vw;


    right: 32px;
    background-size: 309px 100%;
    padding: 11px 0;
    top: 59vw;
  }

  .nayami__img__fukidashi .nayami__img__fukidashi__item.item06 {
    width: 100%;
    background-image: url("https://www.baikyakuoh.com/wordpress/wp-content/themes/wave/souzoku/assets/images/fukidashi_sp_right1.webp");
    height: auto;
    background-size: 290px 100%;
    padding: 8px 0;
    right: -40px;
    top: 64vw;


    background-size: 301px 100%;
    padding: 10px 0;
    top: 72vw;



  }

  .nayami__img__fukidashi .nayami__img__fukidashi__item.item07 {
    width: 100%;
    background-image: url("https://www.baikyakuoh.com/wordpress/wp-content/themes/wave/souzoku/assets/images/fukidashi_sp_left1.webp");
    right: -1px;
    height: auto;
    background-size: 366px 100%;
    padding: 7px 0;
    top: 75vw;







    background-size: 375px 100%;
    padding: 9px 0;
    top: 85vw;
  }

  .nayami__img__fukidashi .nayami__img__fukidashi__item.item08 {
    width: 100%;
    background-image: url("https://www.baikyakuoh.com/wordpress/wp-content/themes/wave/souzoku/assets/images/fukidashi_sp_right1.webp");
    height: auto;
    background-size: 310px 100%;
    padding: 8px 0;
    right: -24px;
    top: 86vw;

    background-size: 322px 100%;
    padding: 10px 0;
    top: 97vw;
  }

  .nayami .nayami__img__person {

    top: 113vw;
  }

  .page-souzoku .footer-souzoku {
    display: none;
  }
}

/* 251023 */
@media (max-width: 1024px) {
  .reason__list .reason__list__item:first-child .reason__list__item__body .img img {
    width: 100%;
    transform: translate(0);
  }

  .reason__list .reason__list__item:first-child .reason__list__item__body .img {
    width: 300px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 750px) {
  .reason__list .reason__list__item:first-child .reason__list__item__body .img img {
    width: calc(100% + 25px);
    transform: translate(-12px, -11px);
  }

  .reason__list .reason__list__item:first-child .reason__list__item__body .img {
    width: 100%;
    margin-left: 0;
  }
}

.header__nav__menu__item__label ,
.header__nav__menu__item__child__item a,
.reason__list__item__body .text,
.reason__pickup p,
.reason__supporter__item figcaption,
.reason__contact__box__text p,
.manual__list__item .desc,
.trend p.desc,
.case__text .desc,
.case__slider__item .desc,
.footer__menu__group__list__item
{
  font-weight: bold;
}