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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

* {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 50px;
  }
}

body {
  font-family: "Zen Maru Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #4d4d4d;
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

a,
button {
  text-decoration: none;
  color: #4d4d4d;
  outline: none;
}
@media screen and (min-width: 769px), print {
  a,
  button {
    transition: 0.3s ease;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
  }
  a path,
  a img,
  a p,
  button path,
  button img,
  button p {
    transition: 0.3s ease;
  }
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
  image-rendering: -webkit-optimize-contrast;
}

table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}
table th,
table td {
  vertical-align: top;
}

input::-ms-clear {
  display: none;
}

ul,
ol {
  list-style-position: inside;
  list-style: none;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

select::-ms-expand {
  display: none;
}

button:focus {
  outline: none;
}

.l-ftr-cv {
  padding: 100px 0;
  background-color: #97cff0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-ftr-cv {
    padding: 50px 0;
  }
}
.l-ftr-cv__dog {
  position: absolute;
  left: 52%;
  top: -115px;
}
@media screen and (max-width: 768px) {
  .l-ftr-cv__dog {
    left: auto;
    right: 20px;
    top: -81px;
    width: 165px;
  }
}
.l-ftr-cv__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-ftr-cv__title {
    margin-bottom: 20px;
  }
}
.l-ftr-cv__title img {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-ftr-cv__title img {
    width: 20px;
  }
}
.l-ftr-cv__title span {
  color: white;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 3px dotted white;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-ftr-cv__title span {
    font-size: 20px;
  }
}
.l-ftr-cv__btn {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .l-ftr-cv__btn {
    flex-wrap: wrap;
  }
}
.l-ftr-cv__btn > img {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-ftr-cv__btn > img {
    height: 50px;
    width: auto;
    order: 1;
  }
}
.l-ftr-info {
  padding: 100px 0;
  background: url(../../images/ftr_bg@2x.png) top center no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .l-ftr-info {
    padding: 50px 0;
  }
}
.l-ftr-info__map iframe {
  width: 100%;
  height: 430px;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__map iframe {
    height: 200px;
  }
}
.l-ftr-info__flex {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__flex {
    margin: 20px 0;
    flex-direction: column;
  }
}
.l-ftr-info__flex .textarea {
  background-color: #e2f0f7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__flex .textarea {
    width: 100%;
    display: block;
    padding: 20px;
  }
}
.l-ftr-info__flex .textarea .title {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__flex .textarea .title {
    margin-bottom: 20px;
  }
}
.l-ftr-info__flex .textarea .title img {
  width: 141px;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__flex .textarea .title img {
    width: 90px;
  }
}
.l-ftr-info__flex .textarea dl {
  line-height: 1.4;
}
.l-ftr-info__flex .textarea dl dt {
  font-size: 23px;
  color: #6eb8e0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__flex .textarea dl dt {
    font-size: 18px;
  }
}
.l-ftr-info__flex .textarea dl dd {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__flex .textarea dl dd {
    font-size: 16px;
  }
}
.l-ftr-info__flex .textarea dl dd strong {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__flex .textarea dl dd strong {
    font-size: 22px;
  }
}
.l-ftr-info__flex .textarea dl dd + dt {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__flex .textarea dl dd + dt {
    margin-top: 10px;
  }
}
.l-ftr-info__flex .image {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__photo {
    text-align: center;
  }
}
.l-ftr-bottom {
  background: #e2f0f7;
  text-align: center;
}
.l-ftr-bottom .c-inner {
  max-width: 900px;
}
.l-ftr-bottom__wrap {
  padding: 100px 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-ftr-bottom__wrap {
    padding: 50px 0 30px;
  }
}
.l-ftr-bottom__dog {
  position: absolute;
  top: -140px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .l-ftr-bottom__dog {
    width: 65px;
    top: -65px;
  }
}
@media screen and (max-width: 768px) {
  .l-ftr-bottom__logo img {
    width: 300px;
  }
}
.l-ftr-bottom__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .l-ftr-bottom__sns {
    margin: 20px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-ftr-bottom__sns a img {
    width: 40px;
  }
}
.l-ftr-bottom__tel {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-ftr-bottom__tel {
    margin-bottom: 10px;
  }
  .l-ftr-bottom__tel img {
    width: 200px;
  }
}
.l-ftr-bottom__copy {
  font-size: 20px;
  line-height: 1.5;
  color: #6eb8e0;
}
@media screen and (max-width: 768px) {
  .l-ftr-bottom__copy {
    font-size: 12px;
  }
}

body {
  padding-top: 240px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 0;
  }
}

.l-hdr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  min-width: 1200px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .l-hdr {
    min-width: auto;
    position: sticky;
    padding: 10px;
  }
}
.l-hdr__logo {
  padding-top: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 10;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-hdr__logo {
    padding: 0;
    text-align: center;
    display: block;
  }
  .l-hdr__logo img {
    width: 195px;
  }
}
@media screen and (max-width: 768px) {
  .l-hdr__right {
    position: fixed;
    top: 91px;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    display: none;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.l-hdr__cv {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-hdr__cv {
    width: 100%;
    top: 250px;
    left: 50%;
    transform: translate(-50%);
  }
}
.l-hdr__nav {
  position: absolute;
  top: 180px;
  left: 166px;
}
@media screen and (max-width: 1400px) {
  .l-hdr__nav {
    left: 40px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  .l-hdr__nav {
    width: 100%;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
  }
}
.l-hdr__nav nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1400px) {
  .l-hdr__nav nav {
    gap: 25px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  .l-hdr__nav nav {
    flex-direction: column;
    gap: 15px;
  }
}
.l-hdr__nav nav a {
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid rgba(151, 207, 240, 0);
}
@media screen and (max-width: 768px) {
  .l-hdr__nav nav a {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
}
.l-hdr__nav nav a:hover {
  border-bottom-color: #97cff0;
}
.l-hdr__tel {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-hdr__tel img {
    width: 240px;
  }
}
.l-hdr__cap {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-hdr__cap {
    font-size: 16px;
  }
}
.l-hdr__cap .blue {
  color: #97cff0;
}
.l-hdr__icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-left: auto;
}
@media screen and (min-width: 769px), print {
  .l-hdr__icons {
    position: fixed;
    top: 225px;
    right: 20px;
    z-index: 999;
  }
}
@media screen and (max-width: 768px) {
  .l-hdr__icons {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-right: 0;
    margin-left: 0;
  }
}
.l-hdr__icons .web {
  border-radius: 50%;
  background-color: #97cff0;
  color: white;
  width: 164px;
  height: 164px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-hdr__icons .web {
    width: 140px;
    height: 140px;
    font-size: 16px;
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .l-hdr__sp {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    position: relative;
  }
  .l-hdr__sp > a img {
    width: 120px;
  }
  .l-hdr__hmb {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    flex-shrink: 0;
  }
  .l-hdr__hmb span {
    width: 100%;
    height: 1px;
    background: #3e3a39;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0;
    transition: 0.3s ease;
  }
  .l-hdr__hmb span:nth-child(1) {
    transform: translateY(-8px);
  }
  .l-hdr__hmb span:nth-child(2) {
    transform: translateY(0);
  }
  .l-hdr__hmb span:nth-child(3) {
    transform: translateY(8px);
  }
  .l-hdr__hmb.is-open span:nth-child(1) {
    transform: rotate(45deg);
  }
  .l-hdr__hmb.is-open span:nth-child(2) {
    opacity: 0;
  }
  .l-hdr__hmb.is-open span:nth-child(3) {
    transform: rotate(-45deg);
  }
}

/*
  基本的にa,buttonタグにつける
  中央寄せなどは親要素で設定
*/
.c-btnA {
  border-radius: 18px;
  background-color: #97cff0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 100%;
  width: 305px;
  height: 55px;
  color: white;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-btnA {
    gap: 10px;
    font-size: 16px;
    width: 250px;
    height: 40px;
  }
}

.c-pankuzu {
  background-color: #e6f2f8;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .c-pankuzu {
    display: none;
  }
}
.c-pankuzu ul {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
}
.c-pankuzu ul li {
  display: inline;
}
.c-pankuzu ul li + li:before {
  margin: 0 3px;
  color: black;
  content: ">";
}
.c-pankuzu ul li a,
.c-pankuzu ul li span {
  font-size: 16px;
}
.c-pankuzu__list {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
}
.c-pankuzu__list > span + span:before {
  margin: 0 3px;
  color: black;
  font-size: 14px;
  content: ">";
}
@media screen and (max-width: 768px) {
  .c-pankuzu__list > span + span:before {
    font-size: 12px;
  }
}
.c-pankuzu__list > span > a,
.c-pankuzu__list > span > span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-pankuzu__list > span > a,
  .c-pankuzu__list > span > span {
    font-size: 12px;
  }
}

.c-titA {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-titA {
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-titA img {
    height: 30px;
    width: auto;
  }
}
.c-titA:after {
  content: "";
  width: 112px;
  height: 3px;
  background-color: #97cff0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-titA:after {
    width: 80px;
  }
}

.c-inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px), print {
  .c-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .c-pc {
    display: none !important;
  }
}
.c-ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;, object-position: center;";
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 768px) {
  .mb5 {
    margin-bottom: 3px !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 768px) {
  .mt5 {
    margin-top: 3px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 6px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 6px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 768px) {
  .mb15 {
    margin-bottom: 9px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 768px) {
  .mt15 {
    margin-top: 9px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 12px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .mt20 {
    margin-top: 12px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 768px) {
  .mb25 {
    margin-bottom: 15px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 768px) {
  .mt25 {
    margin-top: 15px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 18px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .mt30 {
    margin-top: 18px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 768px) {
  .mb35 {
    margin-bottom: 21px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 768px) {
  .mt35 {
    margin-top: 21px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 24px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 768px) {
  .mb45 {
    margin-bottom: 27px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 768px) {
  .mt45 {
    margin-top: 27px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 30px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .mt50 {
    margin-top: 30px !important;
  }
}

.mb55 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 768px) {
  .mb55 {
    margin-bottom: 33px !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 768px) {
  .mt55 {
    margin-top: 33px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 36px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 36px !important;
  }
}

.mb65 {
  margin-bottom: 65px !important;
}
@media screen and (max-width: 768px) {
  .mb65 {
    margin-bottom: 39px !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}
@media screen and (max-width: 768px) {
  .mt65 {
    margin-top: 39px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 42px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 768px) {
  .mt70 {
    margin-top: 42px !important;
  }
}

.mb75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 768px) {
  .mb75 {
    margin-bottom: 45px !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}
@media screen and (max-width: 768px) {
  .mt75 {
    margin-top: 45px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 48px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 48px !important;
  }
}

.mb85 {
  margin-bottom: 85px !important;
}
@media screen and (max-width: 768px) {
  .mb85 {
    margin-bottom: 51px !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}
@media screen and (max-width: 768px) {
  .mt85 {
    margin-top: 51px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 54px !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 768px) {
  .mt90 {
    margin-top: 54px !important;
  }
}

.mb95 {
  margin-bottom: 95px !important;
}
@media screen and (max-width: 768px) {
  .mb95 {
    margin-bottom: 57px !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}
@media screen and (max-width: 768px) {
  .mt95 {
    margin-top: 57px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 60px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 60px !important;
  }
}

.mb105 {
  margin-bottom: 105px !important;
}
@media screen and (max-width: 768px) {
  .mb105 {
    margin-bottom: 63px !important;
  }
}

.mt105 {
  margin-top: 105px !important;
}
@media screen and (max-width: 768px) {
  .mt105 {
    margin-top: 63px !important;
  }
}

.mb110 {
  margin-bottom: 110px !important;
}
@media screen and (max-width: 768px) {
  .mb110 {
    margin-bottom: 66px !important;
  }
}

.mt110 {
  margin-top: 110px !important;
}
@media screen and (max-width: 768px) {
  .mt110 {
    margin-top: 66px !important;
  }
}

.mb115 {
  margin-bottom: 115px !important;
}
@media screen and (max-width: 768px) {
  .mb115 {
    margin-bottom: 69px !important;
  }
}

.mt115 {
  margin-top: 115px !important;
}
@media screen and (max-width: 768px) {
  .mt115 {
    margin-top: 69px !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .mb120 {
    margin-bottom: 72px !important;
  }
}

.mt120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .mt120 {
    margin-top: 72px !important;
  }
}

.mb125 {
  margin-bottom: 125px !important;
}
@media screen and (max-width: 768px) {
  .mb125 {
    margin-bottom: 75px !important;
  }
}

.mt125 {
  margin-top: 125px !important;
}
@media screen and (max-width: 768px) {
  .mt125 {
    margin-top: 75px !important;
  }
}

.mb130 {
  margin-bottom: 130px !important;
}
@media screen and (max-width: 768px) {
  .mb130 {
    margin-bottom: 78px !important;
  }
}

.mt130 {
  margin-top: 130px !important;
}
@media screen and (max-width: 768px) {
  .mt130 {
    margin-top: 78px !important;
  }
}

.mb135 {
  margin-bottom: 135px !important;
}
@media screen and (max-width: 768px) {
  .mb135 {
    margin-bottom: 81px !important;
  }
}

.mt135 {
  margin-top: 135px !important;
}
@media screen and (max-width: 768px) {
  .mt135 {
    margin-top: 81px !important;
  }
}

.mb140 {
  margin-bottom: 140px !important;
}
@media screen and (max-width: 768px) {
  .mb140 {
    margin-bottom: 84px !important;
  }
}

.mt140 {
  margin-top: 140px !important;
}
@media screen and (max-width: 768px) {
  .mt140 {
    margin-top: 84px !important;
  }
}

.mb145 {
  margin-bottom: 145px !important;
}
@media screen and (max-width: 768px) {
  .mb145 {
    margin-bottom: 87px !important;
  }
}

.mt145 {
  margin-top: 145px !important;
}
@media screen and (max-width: 768px) {
  .mt145 {
    margin-top: 87px !important;
  }
}

.mb150 {
  margin-bottom: 150px !important;
}
@media screen and (max-width: 768px) {
  .mb150 {
    margin-bottom: 90px !important;
  }
}

.mt150 {
  margin-top: 150px !important;
}
@media screen and (max-width: 768px) {
  .mt150 {
    margin-top: 90px !important;
  }
}

.mb155 {
  margin-bottom: 155px !important;
}
@media screen and (max-width: 768px) {
  .mb155 {
    margin-bottom: 93px !important;
  }
}

.mt155 {
  margin-top: 155px !important;
}
@media screen and (max-width: 768px) {
  .mt155 {
    margin-top: 93px !important;
  }
}

.mb160 {
  margin-bottom: 160px !important;
}
@media screen and (max-width: 768px) {
  .mb160 {
    margin-bottom: 96px !important;
  }
}

.mt160 {
  margin-top: 160px !important;
}
@media screen and (max-width: 768px) {
  .mt160 {
    margin-top: 96px !important;
  }
}

.mb165 {
  margin-bottom: 165px !important;
}
@media screen and (max-width: 768px) {
  .mb165 {
    margin-bottom: 99px !important;
  }
}

.mt165 {
  margin-top: 165px !important;
}
@media screen and (max-width: 768px) {
  .mt165 {
    margin-top: 99px !important;
  }
}

.mb170 {
  margin-bottom: 170px !important;
}
@media screen and (max-width: 768px) {
  .mb170 {
    margin-bottom: 102px !important;
  }
}

.mt170 {
  margin-top: 170px !important;
}
@media screen and (max-width: 768px) {
  .mt170 {
    margin-top: 102px !important;
  }
}

.mb175 {
  margin-bottom: 175px !important;
}
@media screen and (max-width: 768px) {
  .mb175 {
    margin-bottom: 105px !important;
  }
}

.mt175 {
  margin-top: 175px !important;
}
@media screen and (max-width: 768px) {
  .mt175 {
    margin-top: 105px !important;
  }
}

.mb180 {
  margin-bottom: 180px !important;
}
@media screen and (max-width: 768px) {
  .mb180 {
    margin-bottom: 108px !important;
  }
}

.mt180 {
  margin-top: 180px !important;
}
@media screen and (max-width: 768px) {
  .mt180 {
    margin-top: 108px !important;
  }
}

.mb185 {
  margin-bottom: 185px !important;
}
@media screen and (max-width: 768px) {
  .mb185 {
    margin-bottom: 111px !important;
  }
}

.mt185 {
  margin-top: 185px !important;
}
@media screen and (max-width: 768px) {
  .mt185 {
    margin-top: 111px !important;
  }
}

.mb190 {
  margin-bottom: 190px !important;
}
@media screen and (max-width: 768px) {
  .mb190 {
    margin-bottom: 114px !important;
  }
}

.mt190 {
  margin-top: 190px !important;
}
@media screen and (max-width: 768px) {
  .mt190 {
    margin-top: 114px !important;
  }
}

.mb195 {
  margin-bottom: 195px !important;
}
@media screen and (max-width: 768px) {
  .mb195 {
    margin-bottom: 117px !important;
  }
}

.mt195 {
  margin-top: 195px !important;
}
@media screen and (max-width: 768px) {
  .mt195 {
    margin-top: 117px !important;
  }
}

.mb200 {
  margin-bottom: 200px !important;
}
@media screen and (max-width: 768px) {
  .mb200 {
    margin-bottom: 120px !important;
  }
}

.mt200 {
  margin-top: 200px !important;
}
@media screen and (max-width: 768px) {
  .mt200 {
    margin-top: 120px !important;
  }
}

.mb205 {
  margin-bottom: 205px !important;
}
@media screen and (max-width: 768px) {
  .mb205 {
    margin-bottom: 123px !important;
  }
}

.mt205 {
  margin-top: 205px !important;
}
@media screen and (max-width: 768px) {
  .mt205 {
    margin-top: 123px !important;
  }
}

.mb210 {
  margin-bottom: 210px !important;
}
@media screen and (max-width: 768px) {
  .mb210 {
    margin-bottom: 126px !important;
  }
}

.mt210 {
  margin-top: 210px !important;
}
@media screen and (max-width: 768px) {
  .mt210 {
    margin-top: 126px !important;
  }
}

.mb215 {
  margin-bottom: 215px !important;
}
@media screen and (max-width: 768px) {
  .mb215 {
    margin-bottom: 129px !important;
  }
}

.mt215 {
  margin-top: 215px !important;
}
@media screen and (max-width: 768px) {
  .mt215 {
    margin-top: 129px !important;
  }
}

.mb220 {
  margin-bottom: 220px !important;
}
@media screen and (max-width: 768px) {
  .mb220 {
    margin-bottom: 132px !important;
  }
}

.mt220 {
  margin-top: 220px !important;
}
@media screen and (max-width: 768px) {
  .mt220 {
    margin-top: 132px !important;
  }
}

.mb225 {
  margin-bottom: 225px !important;
}
@media screen and (max-width: 768px) {
  .mb225 {
    margin-bottom: 135px !important;
  }
}

.mt225 {
  margin-top: 225px !important;
}
@media screen and (max-width: 768px) {
  .mt225 {
    margin-top: 135px !important;
  }
}

.mb230 {
  margin-bottom: 230px !important;
}
@media screen and (max-width: 768px) {
  .mb230 {
    margin-bottom: 138px !important;
  }
}

.mt230 {
  margin-top: 230px !important;
}
@media screen and (max-width: 768px) {
  .mt230 {
    margin-top: 138px !important;
  }
}

.mb235 {
  margin-bottom: 235px !important;
}
@media screen and (max-width: 768px) {
  .mb235 {
    margin-bottom: 141px !important;
  }
}

.mt235 {
  margin-top: 235px !important;
}
@media screen and (max-width: 768px) {
  .mt235 {
    margin-top: 141px !important;
  }
}

.mb240 {
  margin-bottom: 240px !important;
}
@media screen and (max-width: 768px) {
  .mb240 {
    margin-bottom: 144px !important;
  }
}

.mt240 {
  margin-top: 240px !important;
}
@media screen and (max-width: 768px) {
  .mt240 {
    margin-top: 144px !important;
  }
}

.mb245 {
  margin-bottom: 245px !important;
}
@media screen and (max-width: 768px) {
  .mb245 {
    margin-bottom: 147px !important;
  }
}

.mt245 {
  margin-top: 245px !important;
}
@media screen and (max-width: 768px) {
  .mt245 {
    margin-top: 147px !important;
  }
}

.mb250 {
  margin-bottom: 250px !important;
}
@media screen and (max-width: 768px) {
  .mb250 {
    margin-bottom: 150px !important;
  }
}

.mt250 {
  margin-top: 250px !important;
}
@media screen and (max-width: 768px) {
  .mt250 {
    margin-top: 150px !important;
  }
}

.mb255 {
  margin-bottom: 255px !important;
}
@media screen and (max-width: 768px) {
  .mb255 {
    margin-bottom: 153px !important;
  }
}

.mt255 {
  margin-top: 255px !important;
}
@media screen and (max-width: 768px) {
  .mt255 {
    margin-top: 153px !important;
  }
}

.mb260 {
  margin-bottom: 260px !important;
}
@media screen and (max-width: 768px) {
  .mb260 {
    margin-bottom: 156px !important;
  }
}

.mt260 {
  margin-top: 260px !important;
}
@media screen and (max-width: 768px) {
  .mt260 {
    margin-top: 156px !important;
  }
}

.mb265 {
  margin-bottom: 265px !important;
}
@media screen and (max-width: 768px) {
  .mb265 {
    margin-bottom: 159px !important;
  }
}

.mt265 {
  margin-top: 265px !important;
}
@media screen and (max-width: 768px) {
  .mt265 {
    margin-top: 159px !important;
  }
}

.mb270 {
  margin-bottom: 270px !important;
}
@media screen and (max-width: 768px) {
  .mb270 {
    margin-bottom: 162px !important;
  }
}

.mt270 {
  margin-top: 270px !important;
}
@media screen and (max-width: 768px) {
  .mt270 {
    margin-top: 162px !important;
  }
}

.mb275 {
  margin-bottom: 275px !important;
}
@media screen and (max-width: 768px) {
  .mb275 {
    margin-bottom: 165px !important;
  }
}

.mt275 {
  margin-top: 275px !important;
}
@media screen and (max-width: 768px) {
  .mt275 {
    margin-top: 165px !important;
  }
}

.mb280 {
  margin-bottom: 280px !important;
}
@media screen and (max-width: 768px) {
  .mb280 {
    margin-bottom: 168px !important;
  }
}

.mt280 {
  margin-top: 280px !important;
}
@media screen and (max-width: 768px) {
  .mt280 {
    margin-top: 168px !important;
  }
}

.mb285 {
  margin-bottom: 285px !important;
}
@media screen and (max-width: 768px) {
  .mb285 {
    margin-bottom: 171px !important;
  }
}

.mt285 {
  margin-top: 285px !important;
}
@media screen and (max-width: 768px) {
  .mt285 {
    margin-top: 171px !important;
  }
}

.mb290 {
  margin-bottom: 290px !important;
}
@media screen and (max-width: 768px) {
  .mb290 {
    margin-bottom: 174px !important;
  }
}

.mt290 {
  margin-top: 290px !important;
}
@media screen and (max-width: 768px) {
  .mt290 {
    margin-top: 174px !important;
  }
}

.mb295 {
  margin-bottom: 295px !important;
}
@media screen and (max-width: 768px) {
  .mb295 {
    margin-bottom: 177px !important;
  }
}

.mt295 {
  margin-top: 295px !important;
}
@media screen and (max-width: 768px) {
  .mt295 {
    margin-top: 177px !important;
  }
}

.mb300 {
  margin-bottom: 300px !important;
}
@media screen and (max-width: 768px) {
  .mb300 {
    margin-bottom: 180px !important;
  }
}

.mt300 {
  margin-top: 300px !important;
}
@media screen and (max-width: 768px) {
  .mt300 {
    margin-top: 180px !important;
  }
}

.mb305 {
  margin-bottom: 305px !important;
}
@media screen and (max-width: 768px) {
  .mb305 {
    margin-bottom: 183px !important;
  }
}

.mt305 {
  margin-top: 305px !important;
}
@media screen and (max-width: 768px) {
  .mt305 {
    margin-top: 183px !important;
  }
}

.mb310 {
  margin-bottom: 310px !important;
}
@media screen and (max-width: 768px) {
  .mb310 {
    margin-bottom: 186px !important;
  }
}

.mt310 {
  margin-top: 310px !important;
}
@media screen and (max-width: 768px) {
  .mt310 {
    margin-top: 186px !important;
  }
}

.mb315 {
  margin-bottom: 315px !important;
}
@media screen and (max-width: 768px) {
  .mb315 {
    margin-bottom: 189px !important;
  }
}

.mt315 {
  margin-top: 315px !important;
}
@media screen and (max-width: 768px) {
  .mt315 {
    margin-top: 189px !important;
  }
}

.mb320 {
  margin-bottom: 320px !important;
}
@media screen and (max-width: 768px) {
  .mb320 {
    margin-bottom: 192px !important;
  }
}

.mt320 {
  margin-top: 320px !important;
}
@media screen and (max-width: 768px) {
  .mt320 {
    margin-top: 192px !important;
  }
}

.mb325 {
  margin-bottom: 325px !important;
}
@media screen and (max-width: 768px) {
  .mb325 {
    margin-bottom: 195px !important;
  }
}

.mt325 {
  margin-top: 325px !important;
}
@media screen and (max-width: 768px) {
  .mt325 {
    margin-top: 195px !important;
  }
}

.mb330 {
  margin-bottom: 330px !important;
}
@media screen and (max-width: 768px) {
  .mb330 {
    margin-bottom: 198px !important;
  }
}

.mt330 {
  margin-top: 330px !important;
}
@media screen and (max-width: 768px) {
  .mt330 {
    margin-top: 198px !important;
  }
}

.mb335 {
  margin-bottom: 335px !important;
}
@media screen and (max-width: 768px) {
  .mb335 {
    margin-bottom: 201px !important;
  }
}

.mt335 {
  margin-top: 335px !important;
}
@media screen and (max-width: 768px) {
  .mt335 {
    margin-top: 201px !important;
  }
}

.mb340 {
  margin-bottom: 340px !important;
}
@media screen and (max-width: 768px) {
  .mb340 {
    margin-bottom: 204px !important;
  }
}

.mt340 {
  margin-top: 340px !important;
}
@media screen and (max-width: 768px) {
  .mt340 {
    margin-top: 204px !important;
  }
}

.mb345 {
  margin-bottom: 345px !important;
}
@media screen and (max-width: 768px) {
  .mb345 {
    margin-bottom: 207px !important;
  }
}

.mt345 {
  margin-top: 345px !important;
}
@media screen and (max-width: 768px) {
  .mt345 {
    margin-top: 207px !important;
  }
}

.mb350 {
  margin-bottom: 350px !important;
}
@media screen and (max-width: 768px) {
  .mb350 {
    margin-bottom: 210px !important;
  }
}

.mt350 {
  margin-top: 350px !important;
}
@media screen and (max-width: 768px) {
  .mt350 {
    margin-top: 210px !important;
  }
}

.mb355 {
  margin-bottom: 355px !important;
}
@media screen and (max-width: 768px) {
  .mb355 {
    margin-bottom: 213px !important;
  }
}

.mt355 {
  margin-top: 355px !important;
}
@media screen and (max-width: 768px) {
  .mt355 {
    margin-top: 213px !important;
  }
}

.mb360 {
  margin-bottom: 360px !important;
}
@media screen and (max-width: 768px) {
  .mb360 {
    margin-bottom: 216px !important;
  }
}

.mt360 {
  margin-top: 360px !important;
}
@media screen and (max-width: 768px) {
  .mt360 {
    margin-top: 216px !important;
  }
}

.mb365 {
  margin-bottom: 365px !important;
}
@media screen and (max-width: 768px) {
  .mb365 {
    margin-bottom: 219px !important;
  }
}

.mt365 {
  margin-top: 365px !important;
}
@media screen and (max-width: 768px) {
  .mt365 {
    margin-top: 219px !important;
  }
}

.mb370 {
  margin-bottom: 370px !important;
}
@media screen and (max-width: 768px) {
  .mb370 {
    margin-bottom: 222px !important;
  }
}

.mt370 {
  margin-top: 370px !important;
}
@media screen and (max-width: 768px) {
  .mt370 {
    margin-top: 222px !important;
  }
}

.mb375 {
  margin-bottom: 375px !important;
}
@media screen and (max-width: 768px) {
  .mb375 {
    margin-bottom: 225px !important;
  }
}

.mt375 {
  margin-top: 375px !important;
}
@media screen and (max-width: 768px) {
  .mt375 {
    margin-top: 225px !important;
  }
}

.mb380 {
  margin-bottom: 380px !important;
}
@media screen and (max-width: 768px) {
  .mb380 {
    margin-bottom: 228px !important;
  }
}

.mt380 {
  margin-top: 380px !important;
}
@media screen and (max-width: 768px) {
  .mt380 {
    margin-top: 228px !important;
  }
}

.mb385 {
  margin-bottom: 385px !important;
}
@media screen and (max-width: 768px) {
  .mb385 {
    margin-bottom: 231px !important;
  }
}

.mt385 {
  margin-top: 385px !important;
}
@media screen and (max-width: 768px) {
  .mt385 {
    margin-top: 231px !important;
  }
}

.mb390 {
  margin-bottom: 390px !important;
}
@media screen and (max-width: 768px) {
  .mb390 {
    margin-bottom: 234px !important;
  }
}

.mt390 {
  margin-top: 390px !important;
}
@media screen and (max-width: 768px) {
  .mt390 {
    margin-top: 234px !important;
  }
}

.mb395 {
  margin-bottom: 395px !important;
}
@media screen and (max-width: 768px) {
  .mb395 {
    margin-bottom: 237px !important;
  }
}

.mt395 {
  margin-top: 395px !important;
}
@media screen and (max-width: 768px) {
  .mt395 {
    margin-top: 237px !important;
  }
}

.mb400 {
  margin-bottom: 400px !important;
}
@media screen and (max-width: 768px) {
  .mb400 {
    margin-bottom: 240px !important;
  }
}

.mt400 {
  margin-top: 400px !important;
}
@media screen and (max-width: 768px) {
  .mt400 {
    margin-top: 240px !important;
  }
}

.mb405 {
  margin-bottom: 405px !important;
}
@media screen and (max-width: 768px) {
  .mb405 {
    margin-bottom: 243px !important;
  }
}

.mt405 {
  margin-top: 405px !important;
}
@media screen and (max-width: 768px) {
  .mt405 {
    margin-top: 243px !important;
  }
}

.mb410 {
  margin-bottom: 410px !important;
}
@media screen and (max-width: 768px) {
  .mb410 {
    margin-bottom: 246px !important;
  }
}

.mt410 {
  margin-top: 410px !important;
}
@media screen and (max-width: 768px) {
  .mt410 {
    margin-top: 246px !important;
  }
}

.mb415 {
  margin-bottom: 415px !important;
}
@media screen and (max-width: 768px) {
  .mb415 {
    margin-bottom: 249px !important;
  }
}

.mt415 {
  margin-top: 415px !important;
}
@media screen and (max-width: 768px) {
  .mt415 {
    margin-top: 249px !important;
  }
}

.mb420 {
  margin-bottom: 420px !important;
}
@media screen and (max-width: 768px) {
  .mb420 {
    margin-bottom: 252px !important;
  }
}

.mt420 {
  margin-top: 420px !important;
}
@media screen and (max-width: 768px) {
  .mt420 {
    margin-top: 252px !important;
  }
}

.mb425 {
  margin-bottom: 425px !important;
}
@media screen and (max-width: 768px) {
  .mb425 {
    margin-bottom: 255px !important;
  }
}

.mt425 {
  margin-top: 425px !important;
}
@media screen and (max-width: 768px) {
  .mt425 {
    margin-top: 255px !important;
  }
}

.mb430 {
  margin-bottom: 430px !important;
}
@media screen and (max-width: 768px) {
  .mb430 {
    margin-bottom: 258px !important;
  }
}

.mt430 {
  margin-top: 430px !important;
}
@media screen and (max-width: 768px) {
  .mt430 {
    margin-top: 258px !important;
  }
}

.mb435 {
  margin-bottom: 435px !important;
}
@media screen and (max-width: 768px) {
  .mb435 {
    margin-bottom: 261px !important;
  }
}

.mt435 {
  margin-top: 435px !important;
}
@media screen and (max-width: 768px) {
  .mt435 {
    margin-top: 261px !important;
  }
}

.mb440 {
  margin-bottom: 440px !important;
}
@media screen and (max-width: 768px) {
  .mb440 {
    margin-bottom: 264px !important;
  }
}

.mt440 {
  margin-top: 440px !important;
}
@media screen and (max-width: 768px) {
  .mt440 {
    margin-top: 264px !important;
  }
}

.mb445 {
  margin-bottom: 445px !important;
}
@media screen and (max-width: 768px) {
  .mb445 {
    margin-bottom: 267px !important;
  }
}

.mt445 {
  margin-top: 445px !important;
}
@media screen and (max-width: 768px) {
  .mt445 {
    margin-top: 267px !important;
  }
}

.mb450 {
  margin-bottom: 450px !important;
}
@media screen and (max-width: 768px) {
  .mb450 {
    margin-bottom: 270px !important;
  }
}

.mt450 {
  margin-top: 450px !important;
}
@media screen and (max-width: 768px) {
  .mt450 {
    margin-top: 270px !important;
  }
}

.mb455 {
  margin-bottom: 455px !important;
}
@media screen and (max-width: 768px) {
  .mb455 {
    margin-bottom: 273px !important;
  }
}

.mt455 {
  margin-top: 455px !important;
}
@media screen and (max-width: 768px) {
  .mt455 {
    margin-top: 273px !important;
  }
}

.mb460 {
  margin-bottom: 460px !important;
}
@media screen and (max-width: 768px) {
  .mb460 {
    margin-bottom: 276px !important;
  }
}

.mt460 {
  margin-top: 460px !important;
}
@media screen and (max-width: 768px) {
  .mt460 {
    margin-top: 276px !important;
  }
}

.mb465 {
  margin-bottom: 465px !important;
}
@media screen and (max-width: 768px) {
  .mb465 {
    margin-bottom: 279px !important;
  }
}

.mt465 {
  margin-top: 465px !important;
}
@media screen and (max-width: 768px) {
  .mt465 {
    margin-top: 279px !important;
  }
}

.mb470 {
  margin-bottom: 470px !important;
}
@media screen and (max-width: 768px) {
  .mb470 {
    margin-bottom: 282px !important;
  }
}

.mt470 {
  margin-top: 470px !important;
}
@media screen and (max-width: 768px) {
  .mt470 {
    margin-top: 282px !important;
  }
}

.mb475 {
  margin-bottom: 475px !important;
}
@media screen and (max-width: 768px) {
  .mb475 {
    margin-bottom: 285px !important;
  }
}

.mt475 {
  margin-top: 475px !important;
}
@media screen and (max-width: 768px) {
  .mt475 {
    margin-top: 285px !important;
  }
}

.mb480 {
  margin-bottom: 480px !important;
}
@media screen and (max-width: 768px) {
  .mb480 {
    margin-bottom: 288px !important;
  }
}

.mt480 {
  margin-top: 480px !important;
}
@media screen and (max-width: 768px) {
  .mt480 {
    margin-top: 288px !important;
  }
}

.mb485 {
  margin-bottom: 485px !important;
}
@media screen and (max-width: 768px) {
  .mb485 {
    margin-bottom: 291px !important;
  }
}

.mt485 {
  margin-top: 485px !important;
}
@media screen and (max-width: 768px) {
  .mt485 {
    margin-top: 291px !important;
  }
}

.mb490 {
  margin-bottom: 490px !important;
}
@media screen and (max-width: 768px) {
  .mb490 {
    margin-bottom: 294px !important;
  }
}

.mt490 {
  margin-top: 490px !important;
}
@media screen and (max-width: 768px) {
  .mt490 {
    margin-top: 294px !important;
  }
}

.mb495 {
  margin-bottom: 495px !important;
}
@media screen and (max-width: 768px) {
  .mb495 {
    margin-bottom: 297px !important;
  }
}

.mt495 {
  margin-top: 495px !important;
}
@media screen and (max-width: 768px) {
  .mt495 {
    margin-top: 297px !important;
  }
}

.mb500 {
  margin-bottom: 500px !important;
}
@media screen and (max-width: 768px) {
  .mb500 {
    margin-bottom: 300px !important;
  }
}

.mt500 {
  margin-top: 500px !important;
}
@media screen and (max-width: 768px) {
  .mt500 {
    margin-top: 300px !important;
  }
}

.c-center {
  text-align: center;
}

.c-left {
  text-align: left;
}

.c-right {
  text-align: right;
}

.c-mv {
  background-size: cover;
  background-position: center;
  background-color: black;
  max-width: 1500px;
  height: 626px;
  margin: 0 auto 100px;
  padding: 0 100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-mv {
    height: 200px;
    padding: 0;
    margin-bottom: 50px;
  }
}
.c-mv__title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  font-size: 57px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: white;
}
@media screen and (max-width: 768px) {
  .c-mv__title {
    font-size: 30px;
  }
}
.c-mv__title img {
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .c-mv__title img {
    width: 60px;
  }
}

.c-timeline {
  padding: 100px 0 200px;
}
@media screen and (max-width: 768px) {
  .c-timeline {
    padding: 50px 0 100px;
  }
}
.c-timeline__flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-timeline__flex {
    flex-direction: column;
  }
}
.c-timeline__flex .left {
  width: 392px;
}
@media screen and (max-width: 768px) {
  .c-timeline__flex .left {
    width: auto;
  }
}
.c-timeline__flex .left .addr {
  font-size: 21px;
  line-height: 1.5;
  margin: 10px 0 30px;
}
@media screen and (max-width: 768px) {
  .c-timeline__flex .left .addr {
    font-size: 14px;
    margin: 10px 0 20px;
  }
}
.c-timeline__flex .left .list li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-timeline__flex .left .list li {
    font-size: 12px;
  }
}
.c-timeline__flex .left .list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-timeline__flex .left .list li img {
    width: 18px;
  }
}
.c-timeline__flex .right {
  width: 796px;
}
@media screen and (max-width: 768px) {
  .c-timeline__flex .right {
    width: auto;
  }
}
.c-timeline__title {
  margin-top: 50px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-timeline__title {
    margin-top: 30px;
  }
}
.c-timeline__title span {
  display: inline-flex;
  color: #45b7ef;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 3px dotted #45b7ef;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-timeline__title span {
    font-size: 20px;
  }
}
.c-timeline__text {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-timeline__text {
    font-size: 14px;
  }
}

#about .c-mv {
  background-image: url(../images/about_mv@2x.png);
}
#about .p-sec01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #about .p-sec01 {
    margin-bottom: 50px;
  }
}
#about .p-sec01__block {
  display: flex;
  gap: 50px;
  border: 1px solid #5d5f69;
  border-radius: 10px;
  padding: 80px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .p-sec01__block {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
  }
}
#about .p-sec01__block .cat {
  position: absolute;
  right: 50px;
  top: -78px;
}
@media screen and (max-width: 768px) {
  #about .p-sec01__block .cat {
    width: 80px;
    top: -40px;
    right: 20px;
  }
}
#about .p-sec01__block .image {
  flex-shrink: 0;
  width: 220px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .p-sec01__block .image {
    width: auto;
  }
}
#about .p-sec01__block .image .text1 {
  font-size: 24px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  #about .p-sec01__block .image .text1 {
    font-size: 18px;
  }
}
#about .p-sec01__block .image .text2 {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #about .p-sec01__block .image .text2 {
    font-size: 22px;
  }
}
#about .p-sec01__block .image .text3 {
  font-size: 16px;
  margin-top: 10px;
}
#about .p-sec01__block .textarea dl dt {
  font-size: 30px;
  font-weight: bold;
  color: #4bade0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #about .p-sec01__block .textarea dl dt {
    font-size: 20px;
  }
}
#about .p-sec01__block .textarea dl dd {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #about .p-sec01__block .textarea dl dd {
    font-size: 14px;
  }
}
#about .p-sec01__block .textarea dl dd + dt {
  margin-top: 20px;
}
#about .p-sec01__block .textarea dl dd p {
  margin-bottom: 5px;
}
#about .p-sec01__block .textarea dl dd ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#about .p-sec02 {
  position: relative;
  max-width: 1600px;
  margin: 0 auto 50px;
  padding: 100px 0;
  background: url(../images/about_cat5@2x.png) right 50px bottom 50px no-repeat #e3f1f8;
  background-size: 109px;
  border-radius: 100px 0 100px 0;
}
@media screen and (max-width: 768px) {
  #about .p-sec02 {
    padding: 50px 0;
    background-size: 50px;
    background-position: right 20px bottom 20px;
  }
}
#about .p-sec02__cat {
  position: absolute;
  top: -60px;
  left: 100px;
}
@media screen and (max-width: 768px) {
  #about .p-sec02__cat {
    width: 135px;
    top: -30px;
  }
}
#about .p-sec02__title {
  display: flex;
  align-items: center;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #4bade0;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #about .p-sec02__title {
    font-size: 20px;
    flex-direction: column;
  }
}
#about .p-sec02__title img {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #about .p-sec02__title img {
    width: 100px;
  }
}
#about .p-sec02__text {
  font-size: 22px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #about .p-sec02__text {
    font-size: 18px;
  }
}
#about .p-sec02 dl {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #about .p-sec02 dl {
    margin-top: 20px;
  }
}
#about .p-sec02 dl dt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #4bade0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #about .p-sec02 dl dt {
    font-size: 18px;
  }
}
#about .p-sec02 dl dt img {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #about .p-sec02 dl dt img {
    width: 18px;
  }
}
#about .p-sec02 dl dd {
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #about .p-sec02 dl dd {
    font-size: 16px;
  }
}
#about .p-sec02__flex {
  gap: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #about .p-sec02__flex {
    flex-direction: column;
    align-items: center;
  }
}
#about .p-sec02__flex .image {
  flex-shrink: 0;
}
#about .p-sec03 {
  padding: 100px 0;
  background: url(../images/about_bg@2x.png) center;
  background-size: 1920px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03 {
    padding: 50px 0;
  }
}
#about .p-sec03__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#about .p-sec03__list .image {
  text-align: center;
}
#about .p-sec03__list .title {
  margin: 10px 0 5px;
  font-size: 28px;
  font-weight: bold;
  color: #4bade0;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__list .title {
    font-size: 20px;
  }
}
#about .p-sec03__list .text {
  font-size: 22px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__list .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #top .c-inner__news {
    max-width: 335px;
  }
}
#top .p-sec01 img {
  width: 100%;
}
#top .p-sec02 {
  position: relative;
  background: #e4f2f9;
  padding: 50px 0 150px;
}
@media screen and (max-width: 768px) {
  #top .p-sec02 {
    padding: 20px 0;
  }
}
#top .p-sec02__flex {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  #top .p-sec02__flex {
    display: block;
  }
}
#top .p-sec02__title {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec02__title {
    border-bottom: 1px dotted #45b7ef;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
#top .p-sec02__title img {
  width: 141px;
}
@media screen and (max-width: 768px) {
  #top .p-sec02__title img {
    width: 80px;
  }
}
#top .p-sec02__news {
  height: 310px;
  width: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
#top .p-sec02__news iframe {
  width: 100%;
  height: 100%;
}
#top .p-sec03 {
  background: url(../images/top_bg1@2x.png) center;
  background-size: 1920px;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec03 {
    padding: 50px 0;
  }
}
#top .p-sec03__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #97cff0;
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
  background: url(../images/top_line@2x.png) bottom center no-repeat;
  background-size: 972px;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #top .p-sec03__title {
    flex-wrap: wrap;
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 20px;
    background: none;
    text-align: center;
  }
}
#top .p-sec03__title img {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec03__title img {
    order: -1;
    height: 50px;
    width: auto;
  }
}
#top .p-sec03__grid {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #top .p-sec03__grid {
    display: block;
  }
}
#top .p-sec03__grid .textarea {
  width: 843px;
  background: url(../images/top_cat2@2x.png) bottom 10% left 10% no-repeat #e4f2f9;
  background-size: 150px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  line-height: 1.8;
  text-align: center;
  padding: 120px 100px;
  margin-right: -100px;
}
@media screen and (max-width: 768px) {
  #top .p-sec03__grid .textarea {
    background: none;
    width: auto;
    border-radius: 0;
    font-size: 14px;
    padding: 0;
    margin: 0 0 20px;
  }
}
#top .p-sec03__grid .image {
  width: 580px;
}
@media screen and (max-width: 768px) {
  #top .p-sec03__grid .image {
    width: auto;
    text-align: center;
  }
  #top .p-sec03__grid .image img {
    width: 240px;
  }
}
#top .p-sec03__btn {
  text-align: center;
}
#top .p-sec04 {
  background: url(../images/top_cat3@2x.png) right 10px bottom 10px no-repeat #e4f2f9;
  background-size: 471px;
}
@media screen and (max-width: 768px) {
  #top .p-sec04 {
    background-size: 200px;
  }
}
#top .p-sec04__wrap {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .p-sec04__wrap {
    padding: 50px 0;
  }
}
#top .p-sec04__dog {
  position: absolute;
  right: -20px;
  top: -80px;
}
@media screen and (max-width: 768px) {
  #top .p-sec04__dog {
    width: 170px;
    top: -40px;
  }
}
#top .p-sec04__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
@media screen and (max-width: 768px) {
  #top .p-sec04__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#top .p-sec04__list .image {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top .p-sec04__list .image {
    margin-bottom: 10px;
    text-align: center;
  }
}
#top .p-sec04__list .title {
  font-size: 26px;
  font-weight: bold;
  color: #45b7ef;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #top .p-sec04__list .title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
#top .p-sec04__list p {
  font-size: 21px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top .p-sec04__list p {
    font-size: 14px;
  }
}
#top .p-sec04__btn {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #top .p-sec04__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #top .news_box {
    padding-top: 10px;
  }
}
#top .news_list {
  width: 630px;
  font-size: 18px;
  letter-spacing: 0.05em;
  position: relative;
  border-bottom: 1px dotted #4d4d4d;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #top .news_list {
    width: 335px;
    padding: 10px 0;
    font-size: 14px;
  }
}
#top .news_list .news_link {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #top .news_list .news_link {
    gap: 10px;
  }
}
#top .news_list .news_link:hover .news_arrow {
  transform: translateY(-50%) translateX(10px);
}
#top .news_list .news_title {
  max-width: 400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  #top .news_list .news_title {
    max-width: 210px;
  }
}
#top .news_list .news_arrow {
  width: 38px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  #top .news_list .news_arrow {
    width: 26.6px;
  }
}
#top .new_link_btn {
  position: absolute;
  bottom: 60px;
  left: 39%;
}
@media screen and (max-width: 768px) {
  #top .new_link_btn {
    left: 50%;
    transform: translateX(-50%);
  }
}

#treatment .c-mv {
  background-image: url(../images/treatment_mv@2x.png);
  margin-bottom: 0;
}
#treatment .p-sec01 {
  background: url(../images/treatment_bg@2x.png);
  background-size: 1921px;
  padding: 100px 0 300px;
}
@media screen and (max-width: 768px) {
  #treatment .p-sec01 {
    padding: 50px 0;
  }
}
#treatment .p-sec01__block {
  background-color: #fff;
  border: 1px solid #5d5f69;
  border-radius: 10px;
  padding: 50px 120px 100px;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #treatment .p-sec01__block {
    padding: 30px 20px 50px;
  }
}
#treatment .p-sec01__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #treatment .p-sec01__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#treatment .p-sec01__text {
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #treatment .p-sec01__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#treatment .p-sec01__images {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #treatment .p-sec01__images {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
  }
}
#treatment .p-sec01__images2 {
  text-align: center;
}
#treatment .p-sec01__text2 {
  font-size: 21px;
  font-weight: bold;
  color: #4bade0;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #treatment .p-sec01__text2 {
    font-size: 14px;
  }
}
#treatment .p-sec01__cat {
  position: absolute;
  right: 20px;
  bottom: -40px;
}
@media screen and (max-width: 768px) {
  #treatment .p-sec01__cat {
    width: 60px;
    bottom: -20px;
  }
}
#treatment .p-sec01__block2 {
  max-width: 1600px;
  margin: 0 auto;
  background: #e3f1f8;
  border-radius: 100px 0 100px 0;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #treatment .p-sec01__block2 {
    padding: 30px 0;
  }
}
#treatment .p-sec01__block2 .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #treatment .p-sec01__block2 .title {
    margin-bottom: 20px;
  }
}
#treatment .p-sec01__block2 .title span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #treatment .p-sec01__block2 .title span {
    font-size: 22px;
  }
}
#treatment .p-sec01__block2 ul li {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #4bade0;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #treatment .p-sec01__block2 ul li {
    font-size: 16px;
  }
}
#treatment .p-sec01__block2 ul li img {
  flex-shrink: 0;
  margin-right: 5px;
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  #treatment .p-sec01__block2 ul li img {
    width: 16px;
  }
}
#treatment .p-sec01__block2 ul li + li {
  margin-top: 20px;
}

#training .c-mv {
  background-image: url(../images/training_mv@2x.png);
  margin-bottom: 0;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  #training .c-mv {
    padding: 0 30px;
  }
}
#training .c-mv__title {
  justify-content: flex-start;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  #training .c-mv__title {
    align-items: center;
  }
}
#training .c-mv__title .training_mv_title {
  display: block;
  font-size: 57px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: white;
  margin-left: -33px;
}
@media screen and (max-width: 768px) {
  #training .c-mv__title .training_mv_title {
    font-size: 30px;
    margin-left: -20px;
    padding-bottom: 20px;
  }
}
#training .c-mv__title .img {
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
  #training .c-mv__title .img {
    width: 55px;
  }
}
#training .p-sec01 {
  background-color: #f3f2ec;
  padding: 150px 0 120px;
  overflow: hidden;
}
#training .p-sec01__cat {
  background-color: #e3f1f8;
  padding: 100px 0 200px;
}
@media screen and (max-width: 768px) {
  #training .p-sec01 {
    padding: 50px 0 100px;
  }
}
#training .p-sec01 .c-inner {
  max-width: 1600px;
}
#training .p-sec01__title {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #training .p-sec01__title {
    margin-bottom: 30px;
  }
}
#training .p-sec01__text1 {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  color: #4bade0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #training .p-sec01__text1 {
    font-size: 18px;
  }
}
#training .p-sec01__text1__cat {
  color: #6a3906;
}
#training .p-sec01__images {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #training .p-sec01__images {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
#training .p-sec01__block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 -50px;
}
@media screen and (max-width: 768px) {
  #training .p-sec01__block {
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #training .p-sec01__block > img {
    width: 100px;
    order: -1;
    margin: 0 10px;
  }
}
#training .p-sec01__block .textarea {
  width: 930px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #5d5f69;
  padding: 30px 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #training .p-sec01__block .textarea {
    width: 100%;
    padding: 30px 20px;
  }
}
#training .p-sec01__block .textarea__cat {
  padding: 50px 0 70px;
}
#training .p-sec01__block .textarea dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #training .p-sec01__block .textarea dl {
    margin-bottom: 20px;
  }
}
#training .p-sec01__block .textarea dl .dt_text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #4bade0;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #training .p-sec01__block .textarea dl .dt_text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #training .p-sec01__block .textarea dl .dt_text img {
    width: 20px;
  }
}
#training .p-sec01__block .textarea dl .dt_text__cat {
  color: #6a3906;
}
#training .p-sec01__block .textarea dl dd {
  font-size: 27px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #training .p-sec01__block .textarea dl dd {
    font-size: 18px;
  }
}
#training .p-sec01__block .textarea .pass_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #training .p-sec01__block .textarea .pass_box {
    flex-direction: column;
    gap: 10px;
  }
}
#training .p-sec01__block .textarea .pass_box .pass_title {
  line-height: 1;
  display: block;
  width: 220px;
  height: 40px;
  padding-bottom: 3px;
  border-radius: 12px;
  background-color: #6a3906;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #training .p-sec01__block .textarea .pass_box .pass_title {
    width: 160px;
    height: 30px;
  }
}
#training .p-sec01__block .textarea .text1 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4bade0;
  gap: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #training .p-sec01__block .textarea .text1 {
    flex-direction: column;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #training .p-sec01__block .textarea .text1 img {
    width: 30px;
  }
}
#training .p-sec01__block .textarea .text1__cat {
  color: #6a3906;
  align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #training .p-sec01__block .textarea .text1__cat {
    align-items: center;
    text-align: center;
    margin-top: 40px;
  }
}
#training .sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  #training .sp_br {
    display: block;
  }
}

#post .c-mv {
  background-image: url(../images/post_mv@2x.png);
  margin-bottom: 0;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  #post .c-mv {
    padding: 0 30px;
  }
}
#post .c-mv__title {
  justify-content: flex-start;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  #post .c-mv__title {
    align-items: center;
  }
}
#post .c-mv__title .training_mv_title {
  display: block;
  font-size: 57px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: white;
  margin-left: -33px;
}
@media screen and (max-width: 768px) {
  #post .c-mv__title .training_mv_title {
    font-size: 30px;
    margin-left: -20px;
    padding-bottom: 20px;
  }
}
#post .c-mv__title .img {
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
  #post .c-mv__title .img {
    width: 55px;
  }
}
#post .p-sec01 {
  background: url(../images/top_bg1@2x.png) center;
  background-size: 1920px;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #post .p-sec01 {
    padding: 50px 0;
  }
}
#post .post_icon {
  width: 41px;
}
#post .topics_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  #post .topics_container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#post .topics_area {
  width: 790px;
}
@media screen and (max-width: 1100px) {
  #post .topics_area {
    width: 100%;
  }
}
#post .post-grid {
  display: flex;
  flex-direction: column;
  gap: 85px;
}
@media (max-width: 1100px) {
  #post .post-grid {
    justify-content: center;
    align-items: center;
  }
}
#post .post-card {
  width: 100%;
  max-width: 790px;
  background-color: #fff;
  padding: 50px 100px;
  border: 1px solid #5d5f69;
  border-radius: 7px;
}
@media (max-width: 1100px) {
  #post .post-card {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  #post .post-card {
    max-width: 280px;
    padding: 15px 20px;
  }
}
#post .post-thumb img {
  width: 565px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  #post .post-thumb img {
    width: 230px;
    height: 150px;
  }
}
#post .post-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.75;
  display: block;
  width: 100%;
  word-break: break-word;
}
@media (max-width: 768px) {
  #post .post-title {
    margin-top: 0;
    font-size: 18px;
  }
}
#post .post-meta {
  margin: 20px 0 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
}
@media (max-width: 768px) {
  #post .post-meta {
    margin: 10px 0 20px;
  }
}
#post .post-date {
  position: relative;
}
#post .post-date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #595757;
}
#post .archive-content {
  margin: 40px 0;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ← 3行まで */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}
@media (max-width: 768px) {
  #post .archive-content {
    margin: 20px 0;
  }
}
#post .pagination {
  margin-top: 80px;
  /* 丸そのもの（a と span の両方） */
  /* ← 同一要素に .current が付くので “&.current” or 独立セレクタで */
  /* 中の数字・記号だけを光学補正で少し上げる（要：内側に <span class="pg-num/pg-icon">） */
}
@media (max-width: 768px) {
  #post .pagination {
    margin-top: 50px;
  }
}
#post .pagination .nav-links {
  text-align: center;
  line-height: 0; /* 親の行高は0に */
  padding: 16px 0;
  max-width: 490px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#post .pagination a.page-numbers,
#post .pagination span.page-numbers {
  display: inline-grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 20px;
  background: #95c9e7;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 768px) {
  #post .pagination a.page-numbers,
  #post .pagination span.page-numbers {
    margin-right: 10px;
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
}
#post .pagination .page-numbers.current {
  background: #fff;
  color: #95c9e7;
  border: 1px solid #95c9e7;
}
#post .pagination .page-numbers .pg-num,
#post .pagination .page-numbers .pg-icon {
  display: inline-block;
  line-height: 1;
}
#post .pagination .page-numbers .pg-num {
  transform: translateY(-1px);
}
#post .pagination .page-numbers .pg-icon {
  transform: translateY(-4px);
}
@media (max-width: 768px) {
  #post .pagination .page-numbers .pg-icon {
    transform: translateY(-3px);
  }
}
@supports (font-variant-numeric: tabular-nums) {
  #post .pagination .page-numbers {
    font-variant-numeric: tabular-nums;
  }
}
#post .sec_under_box__02 {
  max-width: 449px;
  margin: 100px auto;
}
@media (max-width: 768px) {
  #post .sec_under_box__02 {
    margin: 50px auto;
  }
}
#post .ranking {
  margin-top: 188px;
}
#post .rank_number_box {
  height: 50px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #post .rank_number_box {
    height: auto;
  }
}
#post .rank-icon__01 {
  width: 192px;
}
@media (max-width: 768px) {
  #post .rank-icon__01 {
    width: 134.4px;
  }
}
#post .rank-icon__02 {
  width: 128px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #post .rank-icon__02 {
    width: 89.6px;
  }
}
#post .sidebar {
  width: 325px;
}
@media screen and (max-width: 1100px) {
  #post .sidebar {
    margin-top: 100px;
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  #post .sidebar {
    margin-top: 50px;
    width: 280px;
  }
}
#post .sidebar-widget {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 30px;
}
#post .side_title {
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 768px) {
  #post .side_title {
    font-size: 20px;
  }
}
#post .side_title .side_sub-title {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #4bade0;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #post .side_title .side_sub-title {
    font-size: 14px;
  }
}
#post .side-content {
  margin-top: 25px;
}
@media (max-width: 768px) {
  #post .side-content {
    margin-top: 15px;
  }
}
#post .side-content li {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #post .side-content li {
    margin-bottom: 10px;
  }
}
#post .side-content li a {
  line-height: 1.75;
  display: block;
  width: 100%;
  word-break: break-word;
}
#post .single {
  width: 100%;
  background-color: #fff;
  padding: 50px 100px;
  border: 1px solid #5d5f69;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  #post .single {
    padding: 20px;
  }
}
#post .single h1 {
  display: inline-block;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #post .single h1 {
    font-size: 18px;
  }
}
#post .single .item_box {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}
#post .single .item_box .post-date {
  position: relative;
}
#post .single .item_box .post-date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #4e4d4d;
}
#post .single .single_box {
  margin-top: 36px;
  line-height: 2;
}
#post .single .single_box img {
  display: block;
  margin: 50px 0;
}
#post .pagination__02 {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #post .pagination__02 {
    width: 100%;
    justify-content: center;
    gap: 10px;
    margin-top: 100px;
  }
}
#post .pagination__02 .prev-post a,
#post .pagination__02 .next-post a {
  font-size: 17px;
  display: flex;
  align-items: center;
}
#post .pagination__02 .pagination-separator {
  display: inline-block;
  width: 66px;
  height: 2px;
  background: #000;
}
@media screen and (max-width: 768px) {
  #post .pagination__02 .pagination-separator {
    width: 33px;
  }
}
#post .pagination__02 .pagination-icon {
  width: 90px;
}
@media screen and (max-width: 768px) {
  #post .pagination__02 .pagination-icon {
    width: 63px;
  }
}
#post .pagination__02 .pagination-icon__back {
  margin-right: 20px;
}
#post .pagination__02 .pagination-icon__next {
  margin-left: 20px;
}

/* 二重線 下黒 */
.is-style-double-line {
  border-bottom: 3px double #4e4d4d;
  padding-bottom: 0.3em;
  margin-bottom: 30px;
}

/* 青字 下線青 */
.is-style-single-line {
  border-bottom: 2px solid #95c9e7;
  padding-bottom: 0.3em;
  margin-bottom: 30px;
  color: #95c9e7;
  font-weight: 600;
}

/* ピンクテキスト */
.is-style-text-pink {
  color: #E8979A;
  font-weight: 600;
  margin-bottom: 10px;
}/*# sourceMappingURL=style.css.map */