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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

html {
  font-size: 62.5%;
}

body {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  line-height: 1.6em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-style: normal;
  color: #000;
  letter-spacing: 0.1em;
}

.kiwi {
  font-family: "Kiwi Maru", serif;
  font-style: normal;
}

.mrounded {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
}

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

.ibm-plex-sans-jp-regular {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top_cnt01 {
  background: url(assets/images/top_mv.png) no-repeat center top;
  width: 100%;
  height: 50vw;
  max-height: 1617px;
  background-size: contain;
}
.top_cnt01 .is__inner {
  text-align: center;
  padding: 9.5vw 0 0 0;
}
.top_cnt01 .is__catch {
  font-size: 4rem;
  color: #156D3B;
  letter-spacing: 0.2em;
  display: inline-block;
  margin: 0 0 2rem 0;
  line-height: 1.2em;
}
.top_cnt01 .is__catch span.yellow {
  color: #E8C213;
}
.top_cnt01 .is__catch span.dotline::after {
  background: radial-gradient(circle farthest-side, #80CE41, #80CE41 25%, transparent 25%, transparent);
  background-size: 25px;
  content: "";
  display: inline-block;
  height: 25px;
  width: 100%;
}
.top_cnt01 .is__catch.is__sp {
  display: none;
}
.top_cnt01 .is__desc {
  line-height: 1.9em;
}
.top_cnt01 .is__desc.is__sp {
  display: none;
}
@media (max-width: 1750px) {
  .top_cnt01 {
    background-size: cover;
    min-height: auto;
  }
  .top_cnt01 .is__inner {
    padding: 9vw 0 0 0;
  }
  .top_cnt01 .is__catch {
    font-size: clamp(2.55rem, 2.473rem + 0.33vw, 4rem);
    margin: 0 0 1.5rem 0;
  }
}
@media (max-width: 1439px) {
  .top_cnt01 {
    background: url(assets/images/top_mv.png) no-repeat center bottom;
    width: 100%;
    height: 55vw;
    min-height: auto;
    background-size: contain;
  }
  .top_cnt01 .is__inner {
    padding: 10vw 0 0 0;
  }
  .top_cnt01 .is__catch {
    font-size: 3rem;
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 1024px) {
  .top_cnt01 {
    height: 60vw;
  }
  .top_cnt01 .is__inner {
    padding: 14vw 0 0 0;
  }
  .top_cnt01 .is__desc {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .top_cnt01 {
    height: 80vw;
  }
  .top_cnt01 .is__inner {
    padding: 20vw 15px 0 15px;
  }
  .top_cnt01 .is__catch {
    font-size: 4.5vw;
  }
  .top_cnt01 .is__catch span.dotline::after {
    background: radial-gradient(circle farthest-side, #80CE41, #80CE41 25%, transparent 25%, transparent);
    background-size: 15px;
    content: "";
    display: inline-block;
    height: 15px;
    width: 100%;
  }
  .top_cnt01 .is__desc {
    font-size: clamp(1.25rem, 2.5vw, 1.8rem);
    letter-spacing: 0;
  }
}
@media (max-width: 425px) {
  .top_cnt01 {
    background: url(assets/images/top_mv__sp.png) no-repeat center bottom;
    background-size: cover;
    height: 200vw;
  }
  .top_cnt01 .is__inner {
    padding: 25vw 15px 0 15px;
  }
  .top_cnt01 .is__catch {
    font-size: 8vw;
    line-height: 1em;
  }
  .top_cnt01 .is__catch.is__pc {
    display: none;
  }
  .top_cnt01 .is__catch.is__sp {
    display: inline-block;
  }
  .top_cnt01 .is__catch span.dotline::after {
    background-position: 0 -35px;
  }
  .top_cnt01 .is__desc {
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
  .top_cnt01 .is__desc.is__pc {
    display: none;
  }
  .top_cnt01 .is__desc.is__sp {
    display: inline-block;
  }
}

@media (max-width: 1439px) {
  .top_cnt02 {
    background: #FFFFFF;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgb(238, 246, 226) 40%, rgb(238, 246, 226) 100%);
  }
}

.top_cnt03 {
  padding: 5rem 0 10rem 0;
}
.top_cnt03 .is__btn_sp {
  display: none;
}
@media (max-width: 768px) {
  .top_cnt03 .is__btn_sp {
    display: block;
    text-align: center;
  }
}

.top_cnt04 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .top_cnt04 {
    justify-content: center;
  }
  .top_cnt04 .is__btn_pc {
    display: none;
  }
}

.top_cnt05 {
  overflow: hidden;
}
@media (max-width: 768px) {
  .top_cnt05 {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 80%, rgb(238, 246, 226) 80%, rgb(238, 246, 226) 100%);
  }
}

.top_cnt06 {
  background: url(assets/images/top_aboutus_bg.png) no-repeat center bottom -100px;
}
@media (max-width: 1023px) {
  .top_cnt06 {
    background: url(assets/images/top_aboutus_bg.png) no-repeat center bottom -18vw;
  }
}
@media (max-width: 768px) {
  .top_cnt06 {
    background: url(assets/images/top_aboutus_bg__sp.png) no-repeat center bottom 15vw;
  }
}
@media (max-width: 425px) {
  .top_cnt06 {
    background: url(assets/images/top_aboutus_bg__sp.png) no-repeat center bottom 18vw;
  }
}
@media (max-width: 375px) {
  .top_cnt06 {
    background: url(assets/images/top_aboutus_bg__sp.png) no-repeat center bottom 25vw;
  }
}

.top_cnt07 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 10rem 0;
}
.top_cnt07 .is__block_L {
  margin: 0 0 8rem 0;
}
.top_cnt07 .is__txt {
  line-height: 2.2em;
  margin: 2rem 0 4rem 0;
}
.top_cnt07 .is__block_R {
  width: 55%;
}
.top_cnt07 .is__img_sp {
  display: none;
}
@media (max-width: 1023px) {
  .top_cnt07 .is__block_L {
    margin: 0;
    width: 45%;
  }
  .top_cnt07 .is__txt br {
    display: none;
  }
  .top_cnt07 .is__block_R {
    flex-shrink: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .top_cnt07 {
    display: block;
  }
  .top_cnt07 .is__block_L {
    width: 100%;
  }
  .top_cnt07 .is__img_sp {
    display: block;
    margin: 3rem auto 0 auto;
    width: 100%;
    max-width: 360px;
  }
  .top_cnt07 .is__block_R {
    display: none;
  }
  .top_cnt07 .is__btn_pc {
    text-align: center;
  }
}
@media (max-width: 425px) {
  .top_cnt07 {
    padding: 0 0 5rem 0;
  }
}

.top_cnt08 {
  background: #EEF6E2;
  padding: 5rem 0 5rem 0;
}
.top_cnt08 .is__btnlist {
  display: flex;
  justify-content: space-between;
}
.top_cnt08 .is__btnlist li {
  width: 48%;
}
.top_cnt08 .is__btnlist li a {
  color: #fff;
  background: #80CE41;
  border-radius: 25px;
  display: block;
  position: relative;
  padding: 6rem 4rem;
  font-size: clamp(2.21rem, 2.143rem + 0.29vw, 2.6rem);
  font-weight: 700;
}
.top_cnt08 .is__btnlist li a i {
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  color: #80CE41;
  width: 44px;
  height: 44px;
}
.top_cnt08 .is__btnlist li a:hover {
  background: #a2dd73;
}
@media (max-width: 1024px) {
  .top_cnt08 {
    padding: 0 0 3rem 0;
  }
  .top_cnt08 .is__btnlist li a {
    padding: 4rem 0 4rem 3vw;
    font-size: 2.2rem;
  }
  .top_cnt08 .is__btnlist li a i {
    width: 36px;
    height: 36px;
    right: 1.5rem;
  }
}
@media (max-width: 768px) {
  .top_cnt08 .is__btnlist {
    display: block;
  }
  .top_cnt08 .is__btnlist li {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .top_cnt08 .is__btnlist li:last-child {
    margin: 0;
  }
  .top_cnt08 .is__btnlist li a {
    font-size: 2rem;
    padding: 3rem 0 3rem 3vw;
  }
  .top_cnt08 .is__btnlist li a i {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 425px) {
  .top_cnt08 {
    padding: 0;
  }
  .top_cnt08 .is__btnlist li a {
    border-radius: 15px;
    padding: 2.5rem 0 2.5rem 2rem;
    font-size: 4.5vw;
  }
  .top_cnt08 .is__btnlist li a i {
    font-size: 1.4rem;
  }
}

.top_cnt09 {
  padding: 12rem 0;
}
.top_cnt09 .headline03 {
  margin: 0 0 5rem 0;
}
.top_cnt09 .is__btn {
  text-align: center;
}
@media (max-width: 1024px) {
  .top_cnt09 {
    padding: 8rem 0;
  }
}
@media (max-width: 425px) {
  .top_cnt09 .headline03 {
    margin: 0 0 4rem 0;
  }
}
@media (max-width: 374px) {
  .top_cnt09 {
    padding: 5rem 0;
  }
}

.top_cnt10 {
  margin: 0 0 5rem 0;
  text-align: center;
}
@media (max-width: 425px) {
  .top_cnt10 {
    margin: 0 0 3rem 0;
  }
}

.top_cnt11 {
  padding: 5rem 0 15rem 0;
}
@media (max-width: 940px) {
  .top_cnt11 {
    padding: 5rem 0 7rem 0;
  }
}

.top_cnt12 {
  display: flex;
  justify-content: space-between;
}
.top_cnt12 .is__btn__sp {
  display: none;
}
.top_cnt12 .is__block_L {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top_cnt12 .is__block_R {
  width: 75%;
  display: flex;
  justify-content: space-between;
  padding: 0 0 8rem 0;
}
.top_cnt12 .is__block_R .block {
  width: 31.5%;
  background: #F5F5F5;
  padding: 2.5rem 2.5rem 10rem 2.5rem;
  border-radius: 20px;
  position: relative;
}
.top_cnt12 .is__block_R .is__txt {
  line-height: 1.9em;
}
.top_cnt12 .is__block_R .is__profile {
  position: absolute;
  left: 50%;
  bottom: -9rem;
  transform: translateX(-50%);
}
.top_cnt12 .is__block_R .is__age {
  text-align: center;
  color: #80CE41;
  font-weight: 700;
  margin: 1.5rem 0 0 0;
}
@media (max-width: 1350px) {
  .top_cnt12 {
    display: block;
  }
  .top_cnt12 .is__btn__pc {
    display: none;
  }
  .top_cnt12 .is__btn__sp {
    display: block;
    text-align: center;
    margin-top: 5vw;
  }
  .top_cnt12 .is__block_L {
    width: 100%;
    display: block;
    text-align: center;
  }
  .top_cnt12 .is__block_R {
    width: 85%;
    margin: 3rem auto;
  }
}
@media (max-width: 1140px) {
  .top_cnt12 .is__btn__sp {
    margin-top: 10vw;
  }
  .top_cnt12 .is__block_R {
    width: 100%;
    padding: 0 0 3rem 0;
  }
}
@media (max-width: 940px) {
  .top_cnt12 .is__btn__sp {
    margin-top: 15vw;
  }
  .top_cnt12 .is__block_R {
    padding: 0;
  }
  .top_cnt12 .is__block_R .block {
    padding: 2.5rem 2.5rem 6.5rem 2.5rem;
  }
  .top_cnt12 .is__block_R .is__txt br {
    display: none;
  }
}
@media (max-width: 767px) {
  .top_cnt12 .is__block_R {
    display: block;
  }
  .top_cnt12 .is__block_R .block {
    width: 100%;
    padding-bottom: 10rem;
    margin: 0 0 13rem 0;
  }
}
@media (max-width: 425px) {
  .top_cnt12 .is__block_R .block {
    padding-bottom: 9rem;
  }
}

.notfound_cnt01 {
  text-align: center;
}
.notfound_cnt01 .title {
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  font-weight: 700;
  margin: 0 0 4rem 0;
}
.notfound_cnt01 .txt {
  margin: 0 0 5rem 0;
}
.notfound_cnt01 .link a {
  text-decoration: underline;
}
.notfound_cnt01 .link a:hover {
  text-decoration: none;
}

.post_news__header {
  border-bottom: #BBBBBB solid 1px;
  padding: 0 0 2rem 0;
  margin: 0 0 3rem 0;
}
.post_news__header .post_cnt01 {
  display: flex;
  align-items: center;
  margin: 0 0 3rem 0;
}
.post_news__header .date {
  color: #AAAAAA;
  margin: 0 1.5rem 0 0;
}
.post_news__header .title {
  font-size: clamp(1.8rem, 1.8rem + 0.26vw, 2.4rem);
  font-weight: 600;
  line-height: 1.7em;
}

.post_news__content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.post_news__content p,
.post_news__content figure {
  margin: 0 0 2.5rem 0;
}
.post_news__content h2 {
  color: #139D50;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5em;
  margin: 4rem 0 3rem 0;
}
.post_news__content h3 {
  color: #139D50;
  font-weight: 700;
  font-size: 2.6rem;
  display: flex;
  align-items: center;
  line-height: 1.6em;
  margin: 2rem 0 3rem 0;
}
.post_news__content h3::after {
  content: "";
  display: block;
  height: 1px;
  background: #139D50;
  flex-grow: 1;
  margin: 0 0 0 1.5rem;
}
.post_news__content h4 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  background: #139D50;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  line-height: 1.6em;
  margin: 2rem 0 3rem 0;
}
.post_news__content h5 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6em;
  border-bottom: #139D50 solid 1px;
  padding: 0 0 0.5rem 0;
  margin: 2rem 0 3rem 0;
}
.post_news__content ul {
  margin: 6rem 0 6rem 0;
  padding: 0 3rem;
}
.post_news__content ul li {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 0 0 1.5rem;
  line-height: 1.6em;
  margin: 0 0 1rem 0;
}
.post_news__content ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E8C213;
  position: absolute;
  left: 0;
  top: 6px;
}
.post_news__content ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0 3rem;
  margin: 6rem 0;
}
.post_news__content ol li {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 0 0 4rem;
  line-height: 1.6em;
  margin: 0 0 1rem 0;
  position: relative;
}
.post_news__content ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #E8C213;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  width: 26px;
  color: #000;
  line-height: 1;
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 1.4rem;
}
.post_news__content table {
  width: 100%;
  border-top: #CBCBCB solid 1px;
  border-right: #CBCBCB solid 1px;
  margin: 6rem 0;
}
.post_news__content table thead tr th {
  font-weight: 400;
  border-bottom: #CBCBCB solid 1px;
  border-left: #CBCBCB solid 1px;
  padding: 1.5rem 2rem;
}
.post_news__content table thead tr th:first-child {
  font-weight: 700;
}
.post_news__content table tbody tr th {
  border-bottom: #CBCBCB solid 1px;
  border-left: #CBCBCB solid 1px;
  font-weight: 400;
  padding: 1.5rem 2rem;
}
.post_news__content table tbody tr td {
  border-bottom: #CBCBCB solid 1px;
  border-left: #CBCBCB solid 1px;
  padding: 1.5rem 2rem;
}
.post_news__content a {
  color: #139D50;
  text-decoration: underline;
}
.post_news__content a:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .post_news__content h2 {
    font-size: 3.2rem;
  }
  .post_news__content h3 {
    font-size: 2.3rem;
  }
  .post_news__content h4 {
    font-size: 1.7rem;
  }
  .post_news__content h5 {
    font-size: 1.7rem;
  }
  .post_news__content ul li {
    font-size: 1.5rem;
  }
  .post_news__content ol li {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .post_news__content h2 {
    font-size: 2.8rem;
  }
  .post_news__content h3 {
    font-size: 2rem;
  }
  .post_news__content h4 {
    font-size: 1.7rem;
  }
  .post_news__content h5 {
    font-size: 1.7rem;
  }
  .post_news__content ul {
    padding-right: 0;
    padding-left: 0;
  }
  .post_news__content ul li {
    font-size: 1.5rem;
  }
  .post_news__content ol {
    padding-right: 0;
    padding-left: 0;
  }
  .post_news__content ol li {
    font-size: 1.5rem;
  }
}
@media (max-width: 425px) {
  .post_news__content p,
  .post_news__content figure {
    margin: 0 0 2rem 0;
  }
  .post_news__content h2 {
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
  .post_news__content h3 {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
  .post_news__content h4 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .post_news__content h5 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .post_news__content ul li {
    font-size: 1.4rem;
  }
  .post_news__content ol li {
    font-size: 1.4rem;
  }
  .post_news__content ol li::before {
    top: -3px;
  }
}

.singlenav {
  margin: 10rem 0 0 0;
}
.singlenav .is__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.singlenav .is__prev {
  margin-right: auto;
  max-width: 156px;
  width: 100%;
  display: block;
}
.singlenav .is__prev i {
  background: #139D50;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 1rem 0 0;
}
.singlenav .is__next {
  margin-left: auto;
  max-width: 156px;
  width: 100%;
  display: block;
  text-align: right;
}
.singlenav .is__next i {
  background: #139D50;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 0 0 1rem;
}
.singlenav .is__list .is__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #139D50;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
}
@media (max-width: 425px) {
  .singlenav {
    font-size: 1.15rem;
  }
  .singlenav .is__prev i {
    background: #139D50;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 1rem 0 0;
  }
  .singlenav .is__next {
    margin-left: auto;
    max-width: 156px;
    width: 100%;
    display: block;
  }
  .singlenav .is__next i {
    background: #139D50;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 0 0 1rem;
  }
  .singlenav .is__list .is__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #139D50;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 auto 0.5rem auto;
  }
  .singlenav .is__list .is__icon img {
    width: 15px;
  }
  .singlenav .is__list .is__txt {
    display: none;
  }
}

.news_cat {
  font-size: clamp(1.02rem, 0.989rem + 0.13vw, 1.2rem);
}
.news_cat.event {
  color: #fff;
  background: #139D50;
  border-radius: 999px;
  width: 150px;
  padding: 0.25rem 0 0 0;
  text-align: center;
  display: block;
}
@media (max-width: 425px) {
  .news_cat.event {
    width: 130px;
  }
}
.news_cat.program {
  color: #fff;
  background: #80CE41;
  border-radius: 999px;
  width: 150px;
  padding: 0.25rem 0 0 0;
  text-align: center;
  display: block;
}
@media (max-width: 425px) {
  .news_cat.program {
    width: 130px !important;
  }
}
.news_cat.sanjo {
  color: #fff;
  background: #E8C213;
  border-radius: 999px;
  width: 150px;
  padding: 0.25rem 0 0 0.5rem;
  display: block;
}
.news_cat.sanjo::before {
  content: "三条";
  color: #E8C213;
  background: #fff;
  border-radius: 999px;
  margin: 0 1.5rem 0 0;
  display: inline-block;
  width: 40px;
  line-height: 1;
  padding: 0.3rem 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .news_cat.sanjo {
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
}
@media (max-width: 425px) {
  .news_cat.sanjo {
    padding: 0.25rem 0 0rem 0.5rem;
    width: 130px;
  }
  .news_cat.sanjo::before {
    padding: 0.3rem 0 0.15rem 0;
  }
}
.news_cat.tsubame {
  color: #fff;
  background: #F0A23C;
  border-radius: 999px;
  width: 150px;
  padding: 0.25rem 0 0 0.5rem;
  display: block;
}
.news_cat.tsubame::before {
  content: "燕";
  color: #F0A23C;
  background: #fff;
  border-radius: 999px;
  margin: 0 1rem 0 0;
  display: inline-block;
  width: 40px;
  line-height: 1;
  padding: 0.3rem 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .news_cat.tsubame {
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
}
@media (max-width: 425px) {
  .news_cat.tsubame {
    padding: 0.25rem 0 0rem 0.5rem;
    width: 130px;
  }
  .news_cat.tsubame::before {
    padding: 0.3rem 0 0.15rem 0;
  }
}
.news_cat.mitsuke {
  color: #fff;
  background: #E17254;
  border-radius: 999px;
  width: 150px;
  padding: 0.25rem 0 0 0.5rem;
  display: block;
}
.news_cat.mitsuke::before {
  content: "見附";
  color: #E17254;
  background: #fff;
  border-radius: 999px;
  margin: 0 1rem 0 0;
  display: inline-block;
  width: 40px;
  line-height: 1;
  padding: 0.3rem 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .news_cat.mitsuke {
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
}
@media (max-width: 425px) {
  .news_cat.mitsuke {
    padding: 0.25rem 0 0rem 0.5rem;
    width: 130px;
  }
  .news_cat.mitsuke::before {
    padding: 0.3rem 0 0.15rem 0;
  }
}
.news_cat.sado {
  color: #fff;
  background: #7CBDD9;
  border-radius: 999px;
  width: 150px;
  padding: 0.25rem 0 0 0.5rem;
  display: block;
}
.news_cat.sado::before {
  content: "佐渡";
  color: #7CBDD9;
  background: #fff;
  border-radius: 999px;
  margin: 0 1rem 0 0;
  display: inline-block;
  width: 40px;
  line-height: 1;
  padding: 0.3rem 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .news_cat.sado {
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
}
@media (max-width: 425px) {
  .news_cat.sado {
    padding: 0.25rem 0 0rem 0.5rem;
    width: 130px;
  }
  .news_cat.sado::before {
    padding: 0.3rem 0 0.15rem 0;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0 0;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi span.current {
  color: #139D50;
  font-weight: 700;
  border: none;
  width: 26px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi a.page, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  background: #139D50;
  color: #fff;
  font-weight: 700;
  border: none;
  width: 46px;
  height: 34px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 425px) {
  .wp-pagenavi a.page, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
    width: 40px;
  }
}

.widgettitle {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  font-weight: 700;
  padding: 0 0 0.5rem 0;
  border-bottom: #139D50 solid 1px;
  margin-bottom: 1.5rem;
}

.widget_archive a {
  display: block;
  background: #fff;
  padding: 1.5rem 1rem;
}
.widget_archive a:hover {
  background: #EEF6E2;
}

@media (max-width: 1439px) {
  .drawer_nav {
    background: #eef6e2;
    padding: 8rem 0 0 0;
    position: fixed;
    top: -250%;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
  }
  .drawer_nav.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
  }
}

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

.openbtn {
  display: none;
}
@media (max-width: 1439px) {
  .openbtn {
    display: block;
    position: fixed;
    top: 5px;
    right: 15px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    z-index: 5;
    background: #139D50;
    border-radius: 50%;
  }
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 15px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
  }
  .openbtn span:nth-child(1) {
    top: 18px;
  }
  .openbtn span:nth-child(2) {
    top: 26px;
  }
  .openbtn span:nth-child(3) {
    top: 34px;
  }
  .openbtn.active span:nth-child(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
  }
  .openbtn.active span:nth-child(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-child(3) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
  }
}

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

#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #EEF6E2;
  z-index: 2;
}
#header.is__layer {
  background: #fff;
}
#header .is__logo {
  position: relative;
  z-index: 5;
}
#header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 4rem;
}
#header .drawer_menu {
  display: flex;
  align-items: center;
}
#header .drawer_menu li.is__menu {
  margin: 0 3.5rem 0 0;
}
#header .drawer_menu li.is__sns {
  margin: 0 0.75rem;
  font-size: clamp(0.935rem, 0.907rem + 0.12vw, 1.1rem);
}
#header .drawer_menu li.is__sns a {
  text-align: center;
}
#header .drawer_menu li.is__sns a i {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #80CE41;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: clamp(1.955rem, 1.896rem + 0.25vw, 2.3rem);
}
#header .drawer_menu li.is__btn {
  margin: 0 0 0 1.5rem;
}
#header .drawer_menu li.is__line {
  display: none;
}
@media (max-width: 1750px) {
  #header .header_inner {
    padding: 2rem;
  }
  #header .is__logo {
    width: 230px;
  }
  #header .drawer_menu li.is__menu {
    font-size: 1.4rem;
    margin: 0 2rem 0 0;
  }
  #header .drawer_menu li.is__sns {
    margin: 0 0.5rem;
  }
  #header .drawer_menu li.is__sns a i {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
  }
}
@media (max-width: 1439px) {
  #header .drawer_menu {
    flex-wrap: wrap;
    justify-content: center;
  }
  #header .drawer_menu li {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
  }
  #header .drawer_menu li.is__menu {
    margin: 0;
    font-weight: 500;
  }
  #header .drawer_menu li.is__sns {
    width: 70px;
    margin: 0;
    padding: 1.5rem 0;
  }
  #header .drawer_menu li.is__sns a i {
    margin: 0 auto;
  }
  #header .drawer_menu li.is__btn {
    margin: 0;
    padding: 0.5rem 0;
  }
  #header .drawer_menu li.is__btn a {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  #header .drawer_menu li.is__line {
    display: block;
    padding: 0 15px;
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  #header .is__logo {
    width: 180px;
  }
}

html, body {
  height: 100%;
}

footer {
  position: sticky;
  top: 100vh;
  top: 100dvh;
  z-index: -1;
}

#footer {
  background: #139D50;
  padding: 7rem 0 10rem 0;
}
@media (max-width: 1740px) {
  #footer {
    padding-bottom: 23rem;
  }
}
@media (max-width: 1439px) {
  #footer {
    padding-bottom: 12rem;
  }
}
#footer .is__bnrlist {
  display: flex;
  justify-content: space-between;
  margin: 0 0 7rem 0;
}
#footer .is__bnrlist li {
  width: 31%;
}
#footer .is__bnrlist li a img {
  transition: all 0.4s;
}
#footer .is__bnrlist li a:hover img {
  opacity: 0.8;
}
#footer .f_cnt01 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5rem 0;
}
#footer .f_cnt03 .is__menu {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 2rem 0;
}
#footer .f_cnt03 .is__menu li {
  font-weight: 700;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  margin: 0 0 0 3rem;
}
#footer .f_cnt03 .is__menu li a {
  color: #fff;
}
#footer .f_cnt03 .is__menu li a:hover {
  color: #EEF6E2;
}
#footer .f_cnt03 .is__submenu {
  display: flex;
  justify-content: flex-end;
}
#footer .f_cnt03 .is__submenu li {
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  font-weight: 700;
  margin: 0 0 0 2.5rem;
}
#footer .f_cnt03 .is__submenu li a {
  color: #ccc;
}
#footer .f_cnt03 .is__submenu li a i {
  margin: 0 0.5rem 0 0;
}
#footer .f_cnt03 .is__submenu li a:hover {
  color: #EEF6E2;
}
#footer .f_cnt04 {
  display: flex;
  align-items: center;
  margin: 0 0 2rem 0;
}
#footer .f_cnt04 .is__logo {
  margin: 0 3rem 0 0;
}
#footer .f_cnt04 .is__snslist {
  display: flex;
}
#footer .f_cnt04 .is__snslist li {
  margin: 0 0.5rem;
}
#footer .f_cnt04 .is__snslist li a {
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
}
#footer .f_cnt04 .is__snslist li a i {
  background: #80CE41;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
}
#footer .f_cnt05 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#footer .f_cnt05 .is__snslist {
  display: none;
}
#footer .f_cnt06 .is__address {
  color: #fff;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  margin: 0 0 2rem 0;
}
#footer .is__reception tr th {
  text-align: right;
  color: #80CE41;
  padding: 0.25rem 0;
}
#footer .is__reception tr td {
  color: #fff;
  padding: 0.25rem 0;
}
#footer .copy {
  color: #B5D899;
  font-size: 1.1rem;
}
@media (max-width: 1439px) {
  #footer .f_cnt03 .is__menu li {
    margin: 0 0 0 2rem;
  }
  #footer .f_cnt03 .is__submenu li {
    margin: 0 0 0 2rem;
  }
  #footer .f_cnt04 .is__logo {
    margin: 0 2rem 0 0;
    width: 100%;
    max-width: 230px;
  }
  #footer .f_cnt04 .is__snslist li a i {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  #footer {
    padding: 5rem 0 2rem 0;
  }
  #footer .f_cnt01 {
    flex-direction: column;
  }
  #footer .f_cnt02 {
    order: 2;
    display: flex;
    align-items: center;
  }
  #footer .f_cnt02 .is__logo {
    width: 100%;
    max-width: 250px;
    margin: 0 2.5rem 0 0;
  }
  #footer .f_cnt03 {
    order: 1;
    margin: 0 0 3rem 0;
  }
  #footer .f_cnt03 .is__menu {
    justify-content: flex-start;
  }
  #footer .f_cnt03 .is__menu li {
    margin: 0 2rem 0 0;
  }
  #footer .f_cnt03 .is__submenu {
    justify-content: flex-start;
  }
  #footer .f_cnt03 .is__submenu li {
    margin: 0 2rem 0 0;
  }
  #footer .f_cnt04 {
    margin: 0;
  }
  #footer .f_cnt04 .is__snslist {
    display: none;
  }
  #footer .f_cnt05 {
    display: block;
  }
  #footer .f_cnt05 .is__snslist {
    display: flex;
    margin: 3rem 0 0 0;
  }
  #footer .f_cnt05 .is__snslist li {
    margin: 0 0.5rem;
  }
  #footer .f_cnt05 .is__snslist li a {
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
  }
  #footer .f_cnt05 .is__snslist li a i {
    background: #80CE41;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
  }
  #footer .f_cnt06 {
    margin: 0 0 0 0;
  }
  #footer .copy {
    width: 100%;
    margin: 5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  #footer .is__bnrlist {
    margin: 0 0 5rem 0;
  }
  #footer .f_cnt02 {
    display: block;
  }
  #footer .f_cnt02 .is__logo {
    margin: 0 0 2rem 0;
  }
  #footer .f_cnt03 {
    margin: 0 0 3rem 0;
  }
  #footer .f_cnt03 .is__menu {
    display: block;
    margin: 0;
  }
  #footer .f_cnt03 .is__menu li {
    margin: 0 0 1.5rem 0;
  }
  #footer .f_cnt03 .is__submenu {
    display: block;
    margin: 2.5rem 0 0 0;
  }
  #footer .f_cnt03 .is__submenu li {
    margin: 0 0 0.5rem 0;
  }
}
@media (max-width: 425px) {
  #footer {
    padding: 2rem 0 2rem 0;
  }
  #footer .is__bnrlist {
    display: block;
  }
  #footer .is__bnrlist li {
    width: 100%;
    max-width: 320px;
    margin: 2rem auto;
  }
  #footer .f_cnt01 {
    margin: 0 0 3rem 0;
  }
  #footer .f_cnt02 .is__logo {
    max-width: none;
    text-align: center;
  }
  #footer .f_cnt05 {
    display: block;
  }
  #footer .f_cnt05 .is__snslist {
    display: flex;
    margin: 3rem 0 0 0;
    justify-content: center;
  }
  #footer .f_cnt05 .is__snslist li {
    margin: 0 0.5rem;
  }
  #footer .f_cnt05 .is__snslist li a {
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
  }
  #footer .f_cnt05 .is__snslist li a i {
    background: #80CE41;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
  }
  #footer .f_cnt06 .is__btn {
    text-align: center;
  }
  #footer .copy {
    margin: 3rem 0 0 0;
    text-align: center;
  }
}
@media (max-width: 374px) {
  #footer .is__reception {
    font-size: 1.1rem;
  }
}

.totop__sp {
  display: none !important;
}
@media (max-width: 1024px) {
  .totop__sp {
    display: block !important;
  }
  .totop__sp a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #80CE41;
    text-align: center;
    border-radius: 7px;
    padding: 0.75rem 0;
    margin: 3rem 0 0 0;
  }
  .totop__sp a i {
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
  }
}
@media (max-width: 425px) {
  .totop__sp a {
    padding: 0.5rem 0;
  }
}

.page-top {
  position: fixed;
  bottom: 10px;
  right: 200px;
}
.page-top a {
  background: #80CE41;
  text-decoration: none;
  color: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 2.6rem;
}
.page-top a:hover {
  text-decoration: none;
  background: #666;
}
.page-top.is__layer {
  right: 10px;
}
@media (max-width: 1439px) {
  .page-top {
    right: 10px;
  }
}
@media (max-width: 1024px) {
  .page-top {
    display: none !important;
  }
}

.linebnr {
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 5;
}
@media (max-width: 1439px) {
  .linebnr {
    display: none;
  }
}

main.is__layer {
  padding: 115px 0 0 0;
}
@media (max-width: 1440px) {
  main.is__layer {
    padding: 104px 0 0 0;
  }
}
@media (max-width: 1024px) {
  main.is__layer {
    padding: 77px 0 0 0;
  }
}

a {
  transition: all 0.4s;
}

.is__blink01 {
  background: #139D50;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  font-weight: 700;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 3rem;
  border-radius: 999px;
  line-height: 1em;
}
.is__blink01 i {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #139D50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 1.5rem;
  font-size: 1rem;
}
.is__blink01:hover {
  background: #5CAC7F;
}

.is__blink02 {
  background: #E8C213;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  font-weight: 700;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 3rem;
  border-radius: 999px;
  line-height: 1em;
}
.is__blink02 i {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #E8C213;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 1.5rem;
  font-size: 1rem;
}
.is__blink02:hover {
  background: #E6D481;
}

.is__blink03 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  font-weight: 700;
  color: #139D50;
  border-radius: 999px;
  padding: 1.25rem 3.25rem;
}
.is__blink03 img {
  margin: 0 3rem 0 0;
}
.is__blink03 i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #139D50;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 0 0 3rem;
}
@media (max-width: 374px) {
  .is__blink03 {
    padding: 1rem 3rem;
  }
  .is__blink03 img {
    margin: 0 2rem 0 0;
  }
  .is__blink03 i {
    margin: 0 0 0 2rem;
  }
}

.is__blink04 {
  background: #139D50;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  font-weight: 700;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 0;
  border-radius: 999px;
  line-height: 0;
}
.is__blink04 i {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #139D50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 1.5rem;
  font-size: 1rem;
}
.is__blink04:hover {
  background: #5CAC7F;
}
@media (max-width: 1439px) {
  .is__blink04 {
    font-size: 1.5vw;
    padding: 2rem 0;
  }
}
@media (max-width: 1023px) {
  .is__blink04 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .is__blink04 {
    font-size: 1.6rem;
  }
}
@media (max-width: 375px) {
  .is__blink04 {
    font-size: 4vw;
  }
}

.is__blink05 {
  background: #139D50;
  font-weight: 700;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  padding: 2.75rem 7rem;
  border-radius: 999px;
  line-height: 0;
  position: relative;
}
.is__blink05 i {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #139D50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
.is__blink05:hover {
  background: #5CAC7F;
}
@media (max-width: 768px) {
  .is__blink05 {
    justify-content: center;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 2.5rem 0;
  }
}
@media (max-width: 425px) {
  .is__blink05 {
    padding: 2rem 0;
  }
}

.list01 li {
  font-weight: 500;
}
.list01 li a {
  display: block;
  background: #fff;
  padding: 1.5rem 1rem;
}
.list01 li a::before {
  font: var(--fa-font-solid);
  content: "\f0da";
  font-size: 1.2rem;
  color: #139D50;
  margin: 0 0.75rem 0 0;
}
.list01 li a:hover {
  background: #EEF6E2;
}

.list02 li a {
  display: block;
  background: #fff;
  padding: 1.5rem 1rem;
}
.list02 li a .date {
  display: block;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  font-weight: 500;
  color: #AAAAAA;
}
.list02 li a:hover {
  background: #EEF6E2;
}

.tbl01 {
  width: 100%;
  border-top: #BBBBBB solid 1px;
}
.tbl01 tr td {
  border-bottom: #BBBBBB solid 1px;
}
.tbl01 tr td.date {
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  color: #AAAAAA;
  padding: 3rem 0 3rem 3rem;
  width: 130px;
}
.tbl01 tr td.cat {
  font-size: clamp(1.02rem, 0.989rem + 0.13vw, 1.2rem);
  white-space: nowrap;
  padding: 2.6rem 3rem 3rem 3rem;
  width: 230px;
}
.tbl01 tr td.cat .event {
  color: #fff;
  background: #139D50;
  border-radius: 999px;
  width: 150px;
  padding: 0.25rem 0 0 0;
  text-align: center;
  display: block;
}
.tbl01 tr td.cat .program {
  color: #fff;
  background: #80CE41;
  border-radius: 999px;
  width: 150px;
  padding: 0.25rem 0 0 0;
  text-align: center;
  display: block;
}
.tbl01 tr td.cat .sanjyo_news {
  color: #fff;
  background: #E8C213;
  border-radius: 999px;
  width: 150px;
  padding: 0.25rem 0 0 0.5rem;
  display: block;
}
.tbl01 tr td.cat .sanjyo_news::before {
  content: "三条";
  color: #E8C213;
  background: #fff;
  border-radius: 999px;
  margin: 0 1.5rem 0 0;
  display: inline-block;
  width: 40px;
  line-height: 1;
  padding: 0.3rem 0;
  text-align: center;
}
.tbl01 tr td.cat .tsubame_soudan {
  color: #fff;
  background: #F0A23C;
  border-radius: 999px;
  width: 150px;
  padding: 0.25rem 0 0 0.5rem;
  display: block;
}
.tbl01 tr td.cat .tsubame_soudan::before {
  content: "燕";
  color: #F0A23C;
  background: #fff;
  border-radius: 999px;
  margin: 0 1rem 0 0;
  display: inline-block;
  width: 40px;
  line-height: 1;
  padding: 0.3rem 0;
  text-align: center;
}
.tbl01 tr td.cat .mitsuke_soudan {
  color: #fff;
  background: #E17254;
  border-radius: 999px;
  width: 150px;
  padding: 0.25rem 0 0 0.5rem;
  display: block;
}
.tbl01 tr td.cat .mitsuke_soudan::before {
  content: "見附";
  color: #E17254;
  background: #fff;
  border-radius: 999px;
  margin: 0 1rem 0 0;
  display: inline-block;
  width: 40px;
  line-height: 1;
  padding: 0.3rem 0;
  text-align: center;
}
.tbl01 tr td.cat .sado_news {
  color: #fff;
  background: #7CBDD9;
  border-radius: 999px;
  width: 150px;
  padding: 0.25rem 0 0 0.5rem;
  display: block;
}
.tbl01 tr td.cat .sado_news::before {
  content: "佐渡";
  color: #7CBDD9;
  background: #fff;
  border-radius: 999px;
  margin: 0 1rem 0 0;
  display: inline-block;
  width: 40px;
  line-height: 1;
  padding: 0.3rem 0;
  text-align: center;
}
.tbl01 tr td.txt {
  padding: 3rem 2rem 3rem 0;
}
.tbl01 tr td a:hover {
  color: #999;
}
@media (max-width: 1024px) {
  .tbl01 tr td.cat .sanjyo_news {
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
  .tbl01 tr td.cat .tsubame_soudan {
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
  .tbl01 tr td.cat .mitsuke_soudan {
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
  .tbl01 tr td.cat .sado_news {
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
}
@media (max-width: 768px) {
  .tbl01 {
    display: block;
    margin: 0 0 3rem 0;
  }
  .tbl01 tbody {
    display: block;
  }
  .tbl01 tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .tbl01 tbody tr td {
    display: block;
  }
  .tbl01 tbody tr td.date {
    border-bottom: none;
    padding: 2rem;
    width: auto;
  }
  .tbl01 tbody tr td.cat {
    border-bottom: none;
    padding: 2rem;
    width: auto;
  }
  .tbl01 tbody tr td.txt {
    width: 100%;
    padding: 0 2rem 2rem 2rem;
  }
}
@media (max-width: 425px) {
  .tbl01 tbody tr td.date {
    padding: 2rem 1.5rem 1rem 1.5rem;
  }
  .tbl01 tbody tr td.cat {
    padding: 1.75rem 1.5rem 2rem 1.5rem;
  }
  .tbl01 tbody tr td.cat .sanjyo_news {
    padding: 0.25rem 0 0rem 0.5rem;
  }
  .tbl01 tbody tr td.cat .sanjyo_news::before {
    padding: 0.3rem 0 0.15rem 0;
  }
  .tbl01 tbody tr td.cat .tsubame_soudan {
    padding: 0.25rem 0 0rem 0.5rem;
  }
  .tbl01 tbody tr td.cat .tsubame_soudan::before {
    padding: 0.3rem 0 0.15rem 0;
  }
  .tbl01 tbody tr td.cat .mitsuke_soudan {
    padding: 0.25rem 0 0rem 0.5rem;
  }
  .tbl01 tbody tr td.cat .mitsuke_soudan::before {
    padding: 0.3rem 0 0.15rem 0;
  }
  .tbl01 tbody tr td.cat .sado_news {
    padding: 0.25rem 0 0rem 0.5rem;
  }
  .tbl01 tbody tr td.cat .sado_news::before {
    padding: 0.3rem 0 0.15rem 0;
  }
  .tbl01 tbody tr td.txt {
    padding: 0 1.5rem 2rem 1.5rem;
  }
}

.contactus {
  background: #EEF6E2;
  padding: 10rem 0;
}
.contactus .contactus_cnt01 {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 0 0;
}
.contactus .contactus_cnt01 .block {
  width: 31.5%;
  background: #fff;
  border-radius: 30px;
  padding: 2.5rem 2rem 4rem 2rem;
  text-align: center;
}
.contactus .contactus_cnt01 .is__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #80CE41;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3rem auto;
}
.contactus .contactus_cnt01 .is__tel {
  color: #139D50;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 4rem;
}
.contactus .contactus_cnt01 .headline02 {
  margin: 0 0 1rem 0;
}
.contactus .contactus_cnt01 .is__txt {
  letter-spacing: 0;
  margin: 0 0 2.5rem 0;
}
.contactus .contactus_cnt01 .is__txt br {
  display: none;
}
@media (max-width: 1439px) {
  .contactus .contactus_cnt01 .is__tel {
    font-size: 3.5vw;
  }
  .contactus .contactus_cnt01 .is__txt br {
    display: block;
  }
}
@media (max-width: 1023px) {
  .contactus .contactus_cnt01 {
    display: block;
  }
  .contactus .contactus_cnt01 .block {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 2.5rem auto;
  }
  .contactus .contactus_cnt01 .block:last-child {
    margin: 0 auto;
  }
  .contactus .contactus_cnt01 .is__tel {
    font-size: clamp(2rem, 5vw, 3.75rem);
  }
  .contactus .contactus_cnt01 .is__txt br {
    display: none;
  }
}
@media (max-width: 767px) {
  .contactus {
    padding: 7rem 0;
  }
  .contactus .contactus_cnt01 .is__icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 2rem auto;
  }
  .contactus .contactus_cnt01 .is__icon img {
    width: 20px;
    height: auto;
  }
  .contactus .contactus_cnt01 .is__tel {
    font-size: clamp(2rem, 8vw, 3.75rem);
  }
  .contactus .contactus_cnt01 .is__txt {
    margin: 0 0 1.5rem 0;
  }
}
@media (max-width: 767px) {
  .contactus .contactus_cnt01 {
    margin: 3rem 0 0 0;
  }
  .contactus .contactus_cnt01 .block {
    padding: 2.5rem 2rem 2.5rem 2rem;
  }
  .contactus .contactus_cnt01 .is__txt br {
    display: block;
  }
}

.bread {
  margin: 0 0 5rem 0;
}
.bread ul {
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  padding: 2rem;
}
.bread ul li {
  float: left;
}
.bread ul li a {
  color: #139D50;
}
.bread ul li a::after {
  content: ">";
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .bread {
    margin: 0 0 3rem 0;
  }
  .bread ul {
    padding: 1.5rem 0;
  }
}

.cnt01 {
  background: #EEF6E2;
  padding: 13rem 0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .cnt01 {
    padding: 7vw 0;
  }
}
@media (max-width: 768px) {
  .cnt01 {
    padding: 5rem 0;
  }
}
@media (max-width: 425px) {
  .cnt01 {
    padding: 4rem 0;
  }
}

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

.cnt03 {
  display: flex;
  justify-content: space-between;
}
.cnt03 .is__block_L {
  width: 70%;
}
.cnt03 .is__block_R {
  width: 25%;
}
.cnt03 .is__block_R .block {
  margin: 0 0 5rem 0;
}
.cnt03 .is__block_R .headline06 {
  margin: 0 0 1.5rem 0;
}
@media (max-width: 1023px) {
  .cnt03 {
    display: block;
  }
  .cnt03 .is__block_L {
    width: 100%;
    margin: 0 0 8rem 0;
  }
  .cnt03 .is__block_R {
    width: 100%;
  }
}

.container-base, .container-1720, .container-1340, .container-1080 {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

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

.container-1340 {
  max-width: 1380px;
}

.container-1720 {
  max-width: 1760px;
}

.headline01 {
  color: #139D50;
  font-weight: 700;
  text-align: center;
  font-size: 4.5rem;
  line-height: 1.2em;
}
.headline01 span {
  color: #aaa;
  display: block;
  font-weight: 500;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
}
@media (max-width: 1439px) {
  .headline01 {
    font-size: 3.3rem;
  }
}
@media (max-width: 1024px) {
  .headline01 {
    font-size: 2.8rem;
  }
  .headline01 span {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .headline01 {
    font-size: 2.4rem;
    line-height: 1.5em;
  }
  .headline01 span {
    margin: 0;
  }
}
@media (max-width: 425px) {
  .headline01 {
    font-size: 6vw;
  }
}

.headline02 {
  color: #80CE41;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  font-weight: 700;
}
@media (max-width: 375px) {
  .headline02 {
    font-size: 4.75vw;
  }
}

.headline03 {
  color: #139D50;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.2em;
}
.headline03 span {
  color: #aaa;
  display: block;
  font-weight: 500;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
}
@media (max-width: 1439px) {
  .headline03 {
    font-size: 3.3rem;
  }
}
@media (max-width: 1024px) {
  .headline03 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .headline03 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .headline03 {
    font-size: 2.4rem;
    line-height: 1.2em;
  }
}
@media (max-width: 425px) {
  .headline03 {
    font-size: 6vw;
  }
}

.headline04 {
  text-align: center;
}

.headline05 {
  font-size: 5rem;
  font-weight: 700;
  color: #139D50;
  text-align: center;
  display: inline-block;
}
.headline05::after {
  background: radial-gradient(circle farthest-side, #80CE41, #80CE41 25%, transparent 25%, transparent);
  background-size: 25px;
  content: "";
  display: inline-block;
  height: 25px;
  width: 130%;
  margin-top: 2rem;
  margin-left: -15%;
}
@media (max-width: 1024px) {
  .headline05 {
    font-size: 3.5vw;
  }
}
@media (max-width: 768px) {
  .headline05 {
    font-size: 2.8rem;
  }
  .headline05::after {
    margin-top: 1rem;
  }
}
@media (max-width: 425px) {
  .headline05 {
    font-size: 2.3rem;
  }
  .headline05::after {
    margin-top: 1rem;
  }
}

.headline06 {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  font-weight: 700;
  padding: 0 0 0.5rem 0;
  border-bottom: #139D50 solid 1px;
}

.clear {
  clear: both !important;
}

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

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/* 追加 */

/* h6 */
.post_news__content h6 {
  color: #139d50;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4em;
  padding: 0 0 0.5rem 0;
  margin: 2rem 0 1rem 0;	
}

/* ボタン */
a.wp-block-button__link { text-decoration:none; background-color:#139D50; color:#fff; }
a:hover.wp-block-button__link { opacity: 0.8; }
a.wp-block-button__link::after {  content:'\f138';
	font-family: 'Font Awesome 6 Free';font-weight: 900; padding-left:10px;}

/* google map　レスポンシブ */
.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* はじめての方へ */

.first_cnt01 {

}
.first_cnt01 .is__inner {
  text-align: center;
  padding: 0 0 0 0;
}
.first_cnt01 .is__catch {
  font-size: 4rem;
  color: #156D3B;
  letter-spacing: 0.2em;
  display: inline-block;
  margin: 0 0 2rem 0;
  line-height: 1.2em;
}
.first_cnt01 .is__catch span.yellow {
  color: #E8C213;
}
.first_cnt01 .is__catch span.dotline::after {
  background: radial-gradient(circle farthest-side, #80CE41, #80CE41 25%, transparent 25%, transparent);
  background-size: 25px;
  content: "";
  display: inline-block;
  height: 25px;
  width: 100%;
}
.first_cnt01 .is__catch.is__sp {
  display: none;
}
.first_cnt01 .is__desc {
  line-height: 1.9em;
}
.first_cnt01 .is__desc.is__sp {
  display: none;
}
@media (max-width: 1750px) {
  .first_cnt01 {
    background-size: cover;
    min-height: auto;
  }
  .first_cnt01 .is__inner {
    padding: 9vw 0 0 0;
  }
  .first_cnt01 .is__catch {
    font-size: clamp(2.55rem, 2.473rem + 0.33vw, 4rem);
    margin: 0 0 1.5rem 0;
  }
}
@media (max-width: 1439px) {
  .first_cnt01 {
	  
  }
  .first_cnt01 .is__inner {
    padding: 0 0 0 0;
  }
  .first_cnt01 .is__catch {
    font-size: 3rem;
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 1024px) {
  .first_cnt01 {

	}
  .first_cnt01 .is__inner {
    padding: 0 0 0 0;
  }
  .first_cnt01 .is__desc {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .first_cnt01 {

  }
  .first_cnt01 .is__inner {
    padding: 0 0 0 0;
  }
  .first_cnt01 .is__catch {
    font-size: 4.5vw;
  }
  .first_cnt01 .is__catch span.dotline::after {
    background: radial-gradient(circle farthest-side, #80CE41, #80CE41 25%, transparent 25%, transparent);
    background-size: 15px;
    content: "";
    display: inline-block;
    height: 15px;
    width: 100%;
  }
  .first_cnt01 .is__desc {
    font-size: clamp(1.25rem, 2.5vw, 1.8rem);
    letter-spacing: 0;
  }
}
@media (max-width: 425px) {
  .first_cnt01 {

  }
  .first_cnt01 .is__inner {
    padding: 0 0 0 0;
  }
  .first_cnt01 .is__catch {
    font-size: 8vw;
    line-height: 1em;
  }
  .first_cnt01 .is__catch.is__pc {
    display: none;
  }
  .first_cnt01 .is__catch.is__sp {
    display: inline-block;
  }
  .first_cnt01 .is__catch span.dotline::after {
    background-position: 0 -35px;
  }
  .first_cnt01 .is__desc {
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
  .first_cnt01 .is__desc.is__pc {
    display: none;
  }
  .first_cnt01 .is__desc.is__sp {
    display: inline-block;
  }
}

/* お問い合わせTELアイコン */

.icon-tel::before {
  content: url('http://www.saposute-sanjo.com/wp2025/wp-content/uploads/2025/04/icon-tel.png');
  width: 35px;
  height: 35px;
  padding-right: 15px;
  vertical-align: -5px;/*上下位置を調整*/
}

/* Contact Form */
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 35%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 65%;
}

/* 必須 */
.cf7__required {
  margin-right: 3rem;
  padding: 0rem 1.0rem 0rem;
  background: #FC2424;	
  color: #fff;
  font-size: 12px;
  vertical-align: -1px;
  float: right;	
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

.cf7__list dd input[type="date"],
.cf7__list dd select{
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  padding: 15px 0 10px;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #139D50;
  color: #fff;
  transition: opacity .6s;
  border-radius: 30px;
　font-family: 'Font Awesome 6 Free';
  font-weight: 600; 	
}	

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

.cf7__list dd input[name="age"] { width:30%;}
.cf7__list dd input[name="zip-code"] { 
width: 50%; margin-left:1em; margin-bottom:1em; display: inline; }

@media screen and (max-width: 767px) {

  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }

}

/* web相談　ol　開始 */
ol.wp-block-list.step1 {padding-bottom:2rem; margin-bottom:1rem; }
ol.wp-block-list.step2 {counter-reset: my-counter 1; padding-bottom:1rem; margin-bottom:1rem; }
ol.wp-block-list.step3 {counter-reset: my-counter 2; padding-bottom:1rem; margin-bottom:1rem; }
ol.wp-block-list.step4 {counter-reset: my-counter 3; padding-bottom:1rem; margin-bottom:1rem; }


.cf7 .frame {
  background: #f9f9f9;
  height: 180px;
  overflow-y: scroll;
  padding: 3rem;
}
@media (max-width: 767px) {
cf7 .frame {
    height: 160px;
  }
}

/* topページ　my calendar　td　左寄せ */
.top_cnt10 table.my-calendar-table td.mc-events  { text-align:left; }