@charset "UTF-8";


/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* 共通パーツ
------------------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
}

/* safari css hack */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1px) {
  html {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: “palt” 1;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1.75;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 980px) {
  body {
    font-size: 1.4rem;
    line-height: 2;
    min-width: 320px;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 365px) {
  body {
    font-size: 1.5rem;
    min-width: 320px;
    overflow-x: hidden;
  }
}
body.is-noscroll {
  position: fixed;
  overflow-y: scroll;
}

main {
  overflow: hidden;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

p {
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

ul, ol {
  margin: 0;
  padding: 0 0 0 1.3em;
}

a {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.c-btn-menu span,
.c-footer-backToTop,
button,
input[type=submit],
a {
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
button,
input[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
button::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
button::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.c-header {
  align-items: center;
  display: flex;
  height: 100px;
  margin: 0 auto;
  justify-content: flex-end;
  width: 980px;
  z-index: 500;
}
@media screen and (max-width: 980px) {
  .c-header {
    background: #fff;
    height: 68px;
    padding: 0 20px;
    width: 100%;
  }
}
.c-header .c-header__logo {
  line-height: 0;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 980px) {
  .c-header .c-header__logo {
    height: auto;
    width: 128px;
  }
}
.c-header .c-header__hamburger {
  display: none;
  line-height: 0;
  outline: none;
  padding: 15px 10px;
  position: absolute;
  right: 10px;
  top: 12px;
}
@media screen and (max-width: 980px) {
  .c-header .c-header__hamburger {
    display: block;
  }
}
.c-header .c-header__hamburger:hover {
  opacity: 0.7;
}
.c-header .c-header__hamburger img {
  width: 26px;
}
.c-header .c-header__menu {
  display: flex;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .c-header .c-header__menu {
    display: none;
  }
}
.c-header .c-header__menu li {
  margin: 0 10px;
}
.c-header .c-header__menu a {
  align-items: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 10px;
  position: relative;
}
.c-header .c-header__menu a::after {
  background-color: #000;
  content: "";
  display: block;
  height: 2px;
  opacity: 0;
  position: absolute;
  left: 10px;
  bottom: 5px;
  transition: opacity 0.3s ease-out;
  width: calc(100% - 20px);
}
.c-header .c-header__menu a:hover::after {
  opacity: 1;
}

.c-header__button {
  align-items: center;
  background-color: #216C38;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.1em;
  margin: 0 0 0 20px;
  padding: 10px;
  transition: background-color 0.3s ease;
  width: 180px;
}
.c-header__button:hover {
  background-color: #000;
}
@media screen and (max-width: 980px) {
  .c-header__button {
    display: none;
  }
}

.c-footer {
  background: #216C38;
  color: #fff;
  padding: 60px 0 24px;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .c-footer {
    padding: 90px 0 24px;
  }
}

.c-footer__logo {
  display: inline-block;
  line-height: 0;
}

.c-footer__menu {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 56px auto 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .c-footer__menu {
    align-items: center;
    flex-direction: column;
    margin: 36px auto 0;
  }
}
.c-footer__menu li {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 20px;
}
@media screen and (max-width: 980px) {
  .c-footer__menu li {
    margin: 24px 0;
  }
}
.c-footer__menu a[target=_blank]::after {
  background: url("images/icon-target-blank-small.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 9px;
  margin: 0 0 0 6px;
  width: 9px;
}
.c-footer__menu a:hover {
  opacity: 0.7;
}

.c-footer__address {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 60px 0 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .c-footer__address {
    font-size: 1.2rem;
    line-height: 2;
    margin: 56px 0 0;
  }
}

.c-footer__copyright {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin: 23px 0 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .c-footer__copyright {
    margin: 30px 0 0;
  }
}

.c-headline__section {
  color: #000;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4615384615;
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-headline__section {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 365px) {
  .c-headline__section {
    font-size: 1.8rem;
  }
}

.c-contents {
  margin: 0 auto;
  width: 812px;
}
@media screen and (max-width: 980px) {
  .c-contents {
    padding: 0 20px;
    width: 100%;
  }
}

.c-bg__gray {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-bg__gray {
    padding: 60px 0;
  }
}
.c-bg__gray::before {
  background-color: #F2F0F0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  z-index: -1;
}

/* ボタン */
.c-button__cta {
  align-items: center;
  background-color: #216C38;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 47px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 0 30px;
  transition: box-shadow 0.3s ease;
}
@media screen and (max-width: 650px) {
  .c-button__cta {
    width: 100%;
  }
}
@media screen and (max-width: 365px) {
  .c-button__cta {
    font-size: 1.6rem;
    padding: 0 10px;
  }
}
.c-button__cta[target=_blank]::after {
  background: url("images/icon-target-blank.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 16px;
  margin: 0 0 0 10px;
  width: 16px;
}
.c-button__cta.is-black {
  background-color: #000;
}
.c-button__cta:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

/* デフォルトtable */
.c-table__default {
  background: #fff;
  border: solid 1px #707070;
  font-size: 18px;
  letter-spacing: 0.3em;
  margin: 45px 0 120px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1400px) {
  .c-table__default {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .c-table__default {
    font-size: 18px;
  }
}
.c-table__default tr {
  height: 90px;
}
@media screen and (min-width: 1px) and (max-width: 1400px) {
  .c-table__default tr {
    height: 67px;
  }
}
.c-table__default td,
.c-table__default th {
  border: solid 1px #707070;
  padding: 15px 25px;
  text-align: left;
}
@media screen and (max-width: 650px) {
  .c-table__default th {
    border-bottom: none;
    display: block;
    position: relative;
    width: 100%;
  }
  .c-table__default th::after {
    border-bottom: solid 1px #707070;
    bottom: -15px;
    content: "";
    display: block;
    position: relative;
    width: 100%;
  }
  .c-table__default td {
    border-top: none;
    display: block;
    width: 100%;
  }
}

/* デフォルトdl */
.c-dl__default {
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}
.c-dl__default dt {
  float: left;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  width: 106px;
}
@media screen and (max-width: 650px) {
  .c-dl__default dt {
    float: none;
    margin: 0;
    width: 100%;
  }
}
.c-dl__default dd {
  margin: 0 0 32px 106px;
  padding: 2px 0 0;
}
@media screen and (max-width: 650px) {
  .c-dl__default dd {
    margin: 0 0 20px;
    padding: 0;
  }
}

.c-sp-menu {
  background: rgba(255, 255, 255, 0.9);
  display: block;
  height: 100%;
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-out;
  width: 100%;
  z-index: 600;
}
.c-sp-menu.is-active {
  opacity: 1;
  pointer-events: auto;
}

.c-sp-menu__inner {
  position: relative;
}

.c-sp-menu__header {
  align-items: center;
  height: 68px;
  display: flex;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
.c-sp-menu__header .c-sp-menu__logo {
  line-height: 0;
}
.c-sp-menu__header .c-sp-menu__close {
  line-height: 0;
  outline: none;
  padding: 24px;
  position: absolute;
  top: 2px;
  right: 0;
}
.c-sp-menu__header .c-sp-menu__close:hover {
  opacity: 0.7;
}

.c-sp-menu__menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: -10px;
  padding: 0;
}
.c-sp-menu__menu li {
  margin: 25px 0;
  position: relative;
  text-align: center;
}
.c-sp-menu__menu a {
  align-items: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 10px;
  position: relative;
}
.c-sp-menu__menu a::after {
  background-color: #000;
  content: "";
  display: block;
  height: 2px;
  opacity: 0;
  position: absolute;
  left: 10px;
  bottom: 5px;
  transition: opacity 0.3s ease-out;
  width: calc(100% - 20px);
}
.c-sp-menu__menu a:hover::after {
  opacity: 1;
}

.c-sp-menu__button {
  align-items: center;
  background-color: #216C38;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.1em;
  margin: 60px auto 0;
  padding: 10px;
  transition: background-color 0.3s ease;
  width: 220px;
}
.c-sp-menu__button:hover {
  background-color: #000;
}

/* ユーティリティー
------------------------------------*/
/*
    .u-mb-0{
        margin-bottom:0 !important;
    }

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

    .u-mt-15{
        margin-right:15rem !important;
    }
*/
.u-mt-0 {
  margin-top: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mt-21 {
  margin-top: 21rem !important;
}

.u-mt-22 {
  margin-top: 22rem !important;
}

.u-mt-23 {
  margin-top: 23rem !important;
}

.u-mt-24 {
  margin-top: 24rem !important;
}

.u-mt-25 {
  margin-top: 25rem !important;
}

.u-mt-26 {
  margin-top: 26rem !important;
}

.u-mt-27 {
  margin-top: 27rem !important;
}

.u-mt-28 {
  margin-top: 28rem !important;
}

.u-mt-29 {
  margin-top: 29rem !important;
}

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

@media screen and (max-width: 980px) {
  .u-tab-mt-0 {
    margin-top: 0rem !important;
  }
  .u-tab-mt-1 {
    margin-top: 1rem !important;
  }
  .u-tab-mt-2 {
    margin-top: 2rem !important;
  }
  .u-tab-mt-3 {
    margin-top: 3rem !important;
  }
  .u-tab-mt-4 {
    margin-top: 4rem !important;
  }
  .u-tab-mt-5 {
    margin-top: 5rem !important;
  }
  .u-tab-mt-6 {
    margin-top: 6rem !important;
  }
  .u-tab-mt-7 {
    margin-top: 7rem !important;
  }
  .u-tab-mt-8 {
    margin-top: 8rem !important;
  }
  .u-tab-mt-9 {
    margin-top: 9rem !important;
  }
  .u-tab-mt-10 {
    margin-top: 10rem !important;
  }
  .u-tab-mt-11 {
    margin-top: 11rem !important;
  }
  .u-tab-mt-12 {
    margin-top: 12rem !important;
  }
  .u-tab-mt-13 {
    margin-top: 13rem !important;
  }
  .u-tab-mt-14 {
    margin-top: 14rem !important;
  }
  .u-tab-mt-15 {
    margin-top: 15rem !important;
  }
  .u-tab-mt-16 {
    margin-top: 16rem !important;
  }
  .u-tab-mt-17 {
    margin-top: 17rem !important;
  }
  .u-tab-mt-18 {
    margin-top: 18rem !important;
  }
  .u-tab-mt-19 {
    margin-top: 19rem !important;
  }
  .u-tab-mt-20 {
    margin-top: 20rem !important;
  }
  .u-tab-mt-21 {
    margin-top: 21rem !important;
  }
  .u-tab-mt-22 {
    margin-top: 22rem !important;
  }
  .u-tab-mt-23 {
    margin-top: 23rem !important;
  }
  .u-tab-mt-24 {
    margin-top: 24rem !important;
  }
  .u-tab-mt-25 {
    margin-top: 25rem !important;
  }
  .u-tab-mt-26 {
    margin-top: 26rem !important;
  }
  .u-tab-mt-27 {
    margin-top: 27rem !important;
  }
  .u-tab-mt-28 {
    margin-top: 28rem !important;
  }
  .u-tab-mt-29 {
    margin-top: 29rem !important;
  }
  .u-tab-mt-30 {
    margin-top: 30rem !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mt-0 {
    margin-top: 0rem !important;
  }
  .u-sp-mt-1 {
    margin-top: 1rem !important;
  }
  .u-sp-mt-2 {
    margin-top: 2rem !important;
  }
  .u-sp-mt-3 {
    margin-top: 3rem !important;
  }
  .u-sp-mt-4 {
    margin-top: 4rem !important;
  }
  .u-sp-mt-5 {
    margin-top: 5rem !important;
  }
  .u-sp-mt-6 {
    margin-top: 6rem !important;
  }
  .u-sp-mt-7 {
    margin-top: 7rem !important;
  }
  .u-sp-mt-8 {
    margin-top: 8rem !important;
  }
  .u-sp-mt-9 {
    margin-top: 9rem !important;
  }
  .u-sp-mt-10 {
    margin-top: 10rem !important;
  }
  .u-sp-mt-11 {
    margin-top: 11rem !important;
  }
  .u-sp-mt-12 {
    margin-top: 12rem !important;
  }
  .u-sp-mt-13 {
    margin-top: 13rem !important;
  }
  .u-sp-mt-14 {
    margin-top: 14rem !important;
  }
  .u-sp-mt-15 {
    margin-top: 15rem !important;
  }
  .u-sp-mt-16 {
    margin-top: 16rem !important;
  }
  .u-sp-mt-17 {
    margin-top: 17rem !important;
  }
  .u-sp-mt-18 {
    margin-top: 18rem !important;
  }
  .u-sp-mt-19 {
    margin-top: 19rem !important;
  }
  .u-sp-mt-20 {
    margin-top: 20rem !important;
  }
  .u-sp-mt-21 {
    margin-top: 21rem !important;
  }
  .u-sp-mt-22 {
    margin-top: 22rem !important;
  }
  .u-sp-mt-23 {
    margin-top: 23rem !important;
  }
  .u-sp-mt-24 {
    margin-top: 24rem !important;
  }
  .u-sp-mt-25 {
    margin-top: 25rem !important;
  }
  .u-sp-mt-26 {
    margin-top: 26rem !important;
  }
  .u-sp-mt-27 {
    margin-top: 27rem !important;
  }
  .u-sp-mt-28 {
    margin-top: 28rem !important;
  }
  .u-sp-mt-29 {
    margin-top: 29rem !important;
  }
  .u-sp-mt-30 {
    margin-top: 30rem !important;
  }
}
.u-mr-0 {
  margin-right: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mr-21 {
  margin-right: 21rem !important;
}

.u-mr-22 {
  margin-right: 22rem !important;
}

.u-mr-23 {
  margin-right: 23rem !important;
}

.u-mr-24 {
  margin-right: 24rem !important;
}

.u-mr-25 {
  margin-right: 25rem !important;
}

.u-mr-26 {
  margin-right: 26rem !important;
}

.u-mr-27 {
  margin-right: 27rem !important;
}

.u-mr-28 {
  margin-right: 28rem !important;
}

.u-mr-29 {
  margin-right: 29rem !important;
}

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

@media screen and (max-width: 980px) {
  .u-tab-mr-0 {
    margin-right: 0rem !important;
  }
  .u-tab-mr-1 {
    margin-right: 1rem !important;
  }
  .u-tab-mr-2 {
    margin-right: 2rem !important;
  }
  .u-tab-mr-3 {
    margin-right: 3rem !important;
  }
  .u-tab-mr-4 {
    margin-right: 4rem !important;
  }
  .u-tab-mr-5 {
    margin-right: 5rem !important;
  }
  .u-tab-mr-6 {
    margin-right: 6rem !important;
  }
  .u-tab-mr-7 {
    margin-right: 7rem !important;
  }
  .u-tab-mr-8 {
    margin-right: 8rem !important;
  }
  .u-tab-mr-9 {
    margin-right: 9rem !important;
  }
  .u-tab-mr-10 {
    margin-right: 10rem !important;
  }
  .u-tab-mr-11 {
    margin-right: 11rem !important;
  }
  .u-tab-mr-12 {
    margin-right: 12rem !important;
  }
  .u-tab-mr-13 {
    margin-right: 13rem !important;
  }
  .u-tab-mr-14 {
    margin-right: 14rem !important;
  }
  .u-tab-mr-15 {
    margin-right: 15rem !important;
  }
  .u-tab-mr-16 {
    margin-right: 16rem !important;
  }
  .u-tab-mr-17 {
    margin-right: 17rem !important;
  }
  .u-tab-mr-18 {
    margin-right: 18rem !important;
  }
  .u-tab-mr-19 {
    margin-right: 19rem !important;
  }
  .u-tab-mr-20 {
    margin-right: 20rem !important;
  }
  .u-tab-mr-21 {
    margin-right: 21rem !important;
  }
  .u-tab-mr-22 {
    margin-right: 22rem !important;
  }
  .u-tab-mr-23 {
    margin-right: 23rem !important;
  }
  .u-tab-mr-24 {
    margin-right: 24rem !important;
  }
  .u-tab-mr-25 {
    margin-right: 25rem !important;
  }
  .u-tab-mr-26 {
    margin-right: 26rem !important;
  }
  .u-tab-mr-27 {
    margin-right: 27rem !important;
  }
  .u-tab-mr-28 {
    margin-right: 28rem !important;
  }
  .u-tab-mr-29 {
    margin-right: 29rem !important;
  }
  .u-tab-mr-30 {
    margin-right: 30rem !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mr-0 {
    margin-right: 0rem !important;
  }
  .u-sp-mr-1 {
    margin-right: 1rem !important;
  }
  .u-sp-mr-2 {
    margin-right: 2rem !important;
  }
  .u-sp-mr-3 {
    margin-right: 3rem !important;
  }
  .u-sp-mr-4 {
    margin-right: 4rem !important;
  }
  .u-sp-mr-5 {
    margin-right: 5rem !important;
  }
  .u-sp-mr-6 {
    margin-right: 6rem !important;
  }
  .u-sp-mr-7 {
    margin-right: 7rem !important;
  }
  .u-sp-mr-8 {
    margin-right: 8rem !important;
  }
  .u-sp-mr-9 {
    margin-right: 9rem !important;
  }
  .u-sp-mr-10 {
    margin-right: 10rem !important;
  }
  .u-sp-mr-11 {
    margin-right: 11rem !important;
  }
  .u-sp-mr-12 {
    margin-right: 12rem !important;
  }
  .u-sp-mr-13 {
    margin-right: 13rem !important;
  }
  .u-sp-mr-14 {
    margin-right: 14rem !important;
  }
  .u-sp-mr-15 {
    margin-right: 15rem !important;
  }
  .u-sp-mr-16 {
    margin-right: 16rem !important;
  }
  .u-sp-mr-17 {
    margin-right: 17rem !important;
  }
  .u-sp-mr-18 {
    margin-right: 18rem !important;
  }
  .u-sp-mr-19 {
    margin-right: 19rem !important;
  }
  .u-sp-mr-20 {
    margin-right: 20rem !important;
  }
  .u-sp-mr-21 {
    margin-right: 21rem !important;
  }
  .u-sp-mr-22 {
    margin-right: 22rem !important;
  }
  .u-sp-mr-23 {
    margin-right: 23rem !important;
  }
  .u-sp-mr-24 {
    margin-right: 24rem !important;
  }
  .u-sp-mr-25 {
    margin-right: 25rem !important;
  }
  .u-sp-mr-26 {
    margin-right: 26rem !important;
  }
  .u-sp-mr-27 {
    margin-right: 27rem !important;
  }
  .u-sp-mr-28 {
    margin-right: 28rem !important;
  }
  .u-sp-mr-29 {
    margin-right: 29rem !important;
  }
  .u-sp-mr-30 {
    margin-right: 30rem !important;
  }
}
.u-mb-0 {
  margin-bottom: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mb-21 {
  margin-bottom: 21rem !important;
}

.u-mb-22 {
  margin-bottom: 22rem !important;
}

.u-mb-23 {
  margin-bottom: 23rem !important;
}

.u-mb-24 {
  margin-bottom: 24rem !important;
}

.u-mb-25 {
  margin-bottom: 25rem !important;
}

.u-mb-26 {
  margin-bottom: 26rem !important;
}

.u-mb-27 {
  margin-bottom: 27rem !important;
}

.u-mb-28 {
  margin-bottom: 28rem !important;
}

.u-mb-29 {
  margin-bottom: 29rem !important;
}

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

@media screen and (max-width: 980px) {
  .u-tab-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-tab-mb-1 {
    margin-bottom: 1rem !important;
  }
  .u-tab-mb-2 {
    margin-bottom: 2rem !important;
  }
  .u-tab-mb-3 {
    margin-bottom: 3rem !important;
  }
  .u-tab-mb-4 {
    margin-bottom: 4rem !important;
  }
  .u-tab-mb-5 {
    margin-bottom: 5rem !important;
  }
  .u-tab-mb-6 {
    margin-bottom: 6rem !important;
  }
  .u-tab-mb-7 {
    margin-bottom: 7rem !important;
  }
  .u-tab-mb-8 {
    margin-bottom: 8rem !important;
  }
  .u-tab-mb-9 {
    margin-bottom: 9rem !important;
  }
  .u-tab-mb-10 {
    margin-bottom: 10rem !important;
  }
  .u-tab-mb-11 {
    margin-bottom: 11rem !important;
  }
  .u-tab-mb-12 {
    margin-bottom: 12rem !important;
  }
  .u-tab-mb-13 {
    margin-bottom: 13rem !important;
  }
  .u-tab-mb-14 {
    margin-bottom: 14rem !important;
  }
  .u-tab-mb-15 {
    margin-bottom: 15rem !important;
  }
  .u-tab-mb-16 {
    margin-bottom: 16rem !important;
  }
  .u-tab-mb-17 {
    margin-bottom: 17rem !important;
  }
  .u-tab-mb-18 {
    margin-bottom: 18rem !important;
  }
  .u-tab-mb-19 {
    margin-bottom: 19rem !important;
  }
  .u-tab-mb-20 {
    margin-bottom: 20rem !important;
  }
  .u-tab-mb-21 {
    margin-bottom: 21rem !important;
  }
  .u-tab-mb-22 {
    margin-bottom: 22rem !important;
  }
  .u-tab-mb-23 {
    margin-bottom: 23rem !important;
  }
  .u-tab-mb-24 {
    margin-bottom: 24rem !important;
  }
  .u-tab-mb-25 {
    margin-bottom: 25rem !important;
  }
  .u-tab-mb-26 {
    margin-bottom: 26rem !important;
  }
  .u-tab-mb-27 {
    margin-bottom: 27rem !important;
  }
  .u-tab-mb-28 {
    margin-bottom: 28rem !important;
  }
  .u-tab-mb-29 {
    margin-bottom: 29rem !important;
  }
  .u-tab-mb-30 {
    margin-bottom: 30rem !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-sp-mb-1 {
    margin-bottom: 1rem !important;
  }
  .u-sp-mb-2 {
    margin-bottom: 2rem !important;
  }
  .u-sp-mb-3 {
    margin-bottom: 3rem !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 4rem !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 5rem !important;
  }
  .u-sp-mb-6 {
    margin-bottom: 6rem !important;
  }
  .u-sp-mb-7 {
    margin-bottom: 7rem !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 8rem !important;
  }
  .u-sp-mb-9 {
    margin-bottom: 9rem !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 10rem !important;
  }
  .u-sp-mb-11 {
    margin-bottom: 11rem !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 12rem !important;
  }
  .u-sp-mb-13 {
    margin-bottom: 13rem !important;
  }
  .u-sp-mb-14 {
    margin-bottom: 14rem !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 15rem !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 16rem !important;
  }
  .u-sp-mb-17 {
    margin-bottom: 17rem !important;
  }
  .u-sp-mb-18 {
    margin-bottom: 18rem !important;
  }
  .u-sp-mb-19 {
    margin-bottom: 19rem !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 20rem !important;
  }
  .u-sp-mb-21 {
    margin-bottom: 21rem !important;
  }
  .u-sp-mb-22 {
    margin-bottom: 22rem !important;
  }
  .u-sp-mb-23 {
    margin-bottom: 23rem !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 24rem !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 25rem !important;
  }
  .u-sp-mb-26 {
    margin-bottom: 26rem !important;
  }
  .u-sp-mb-27 {
    margin-bottom: 27rem !important;
  }
  .u-sp-mb-28 {
    margin-bottom: 28rem !important;
  }
  .u-sp-mb-29 {
    margin-bottom: 29rem !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 30rem !important;
  }
}
.u-ml-0 {
  margin-left: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-ml-21 {
  margin-left: 21rem !important;
}

.u-ml-22 {
  margin-left: 22rem !important;
}

.u-ml-23 {
  margin-left: 23rem !important;
}

.u-ml-24 {
  margin-left: 24rem !important;
}

.u-ml-25 {
  margin-left: 25rem !important;
}

.u-ml-26 {
  margin-left: 26rem !important;
}

.u-ml-27 {
  margin-left: 27rem !important;
}

.u-ml-28 {
  margin-left: 28rem !important;
}

.u-ml-29 {
  margin-left: 29rem !important;
}

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

@media screen and (max-width: 980px) {
  .u-tab-ml-0 {
    margin-left: 0rem !important;
  }
  .u-tab-ml-1 {
    margin-left: 1rem !important;
  }
  .u-tab-ml-2 {
    margin-left: 2rem !important;
  }
  .u-tab-ml-3 {
    margin-left: 3rem !important;
  }
  .u-tab-ml-4 {
    margin-left: 4rem !important;
  }
  .u-tab-ml-5 {
    margin-left: 5rem !important;
  }
  .u-tab-ml-6 {
    margin-left: 6rem !important;
  }
  .u-tab-ml-7 {
    margin-left: 7rem !important;
  }
  .u-tab-ml-8 {
    margin-left: 8rem !important;
  }
  .u-tab-ml-9 {
    margin-left: 9rem !important;
  }
  .u-tab-ml-10 {
    margin-left: 10rem !important;
  }
  .u-tab-ml-11 {
    margin-left: 11rem !important;
  }
  .u-tab-ml-12 {
    margin-left: 12rem !important;
  }
  .u-tab-ml-13 {
    margin-left: 13rem !important;
  }
  .u-tab-ml-14 {
    margin-left: 14rem !important;
  }
  .u-tab-ml-15 {
    margin-left: 15rem !important;
  }
  .u-tab-ml-16 {
    margin-left: 16rem !important;
  }
  .u-tab-ml-17 {
    margin-left: 17rem !important;
  }
  .u-tab-ml-18 {
    margin-left: 18rem !important;
  }
  .u-tab-ml-19 {
    margin-left: 19rem !important;
  }
  .u-tab-ml-20 {
    margin-left: 20rem !important;
  }
  .u-tab-ml-21 {
    margin-left: 21rem !important;
  }
  .u-tab-ml-22 {
    margin-left: 22rem !important;
  }
  .u-tab-ml-23 {
    margin-left: 23rem !important;
  }
  .u-tab-ml-24 {
    margin-left: 24rem !important;
  }
  .u-tab-ml-25 {
    margin-left: 25rem !important;
  }
  .u-tab-ml-26 {
    margin-left: 26rem !important;
  }
  .u-tab-ml-27 {
    margin-left: 27rem !important;
  }
  .u-tab-ml-28 {
    margin-left: 28rem !important;
  }
  .u-tab-ml-29 {
    margin-left: 29rem !important;
  }
  .u-tab-ml-30 {
    margin-left: 30rem !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-ml-0 {
    margin-left: 0rem !important;
  }
  .u-sp-ml-1 {
    margin-left: 1rem !important;
  }
  .u-sp-ml-2 {
    margin-left: 2rem !important;
  }
  .u-sp-ml-3 {
    margin-left: 3rem !important;
  }
  .u-sp-ml-4 {
    margin-left: 4rem !important;
  }
  .u-sp-ml-5 {
    margin-left: 5rem !important;
  }
  .u-sp-ml-6 {
    margin-left: 6rem !important;
  }
  .u-sp-ml-7 {
    margin-left: 7rem !important;
  }
  .u-sp-ml-8 {
    margin-left: 8rem !important;
  }
  .u-sp-ml-9 {
    margin-left: 9rem !important;
  }
  .u-sp-ml-10 {
    margin-left: 10rem !important;
  }
  .u-sp-ml-11 {
    margin-left: 11rem !important;
  }
  .u-sp-ml-12 {
    margin-left: 12rem !important;
  }
  .u-sp-ml-13 {
    margin-left: 13rem !important;
  }
  .u-sp-ml-14 {
    margin-left: 14rem !important;
  }
  .u-sp-ml-15 {
    margin-left: 15rem !important;
  }
  .u-sp-ml-16 {
    margin-left: 16rem !important;
  }
  .u-sp-ml-17 {
    margin-left: 17rem !important;
  }
  .u-sp-ml-18 {
    margin-left: 18rem !important;
  }
  .u-sp-ml-19 {
    margin-left: 19rem !important;
  }
  .u-sp-ml-20 {
    margin-left: 20rem !important;
  }
  .u-sp-ml-21 {
    margin-left: 21rem !important;
  }
  .u-sp-ml-22 {
    margin-left: 22rem !important;
  }
  .u-sp-ml-23 {
    margin-left: 23rem !important;
  }
  .u-sp-ml-24 {
    margin-left: 24rem !important;
  }
  .u-sp-ml-25 {
    margin-left: 25rem !important;
  }
  .u-sp-ml-26 {
    margin-left: 26rem !important;
  }
  .u-sp-ml-27 {
    margin-left: 27rem !important;
  }
  .u-sp-ml-28 {
    margin-left: 28rem !important;
  }
  .u-sp-ml-29 {
    margin-left: 29rem !important;
  }
  .u-sp-ml-30 {
    margin-left: 30rem !important;
  }
}
/* 文字を操作する系ユーティリティ */
.u-minchou {
  font-family: serif;
}

.u-gothic {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.u-fontS {
  font-size: 1.1rem;
}

.u-fontM {
  font-size: 2.2rem;
}
@media screen and (max-width: 980px) {
  .u-fontM {
    font-size: 1.5rem;
  }
}

.u-fontL {
  font-size: 3rem;
}
@media screen and (max-width: 365px) {
  .u-fontL {
    font-size: 2.6rem;
  }
}

.u-fontN {
  font-size: 1.6rem;
}
@media screen and (max-width: 980px) {
  .u-fontN {
    font-size: 1.4rem;
  }
}

.u-font10 {
  font-size: 1rem !important;
}

.u-font11 {
  font-size: 1.1rem !important;
}

.u-font12 {
  font-size: 1.2rem !important;
}

.u-font13 {
  font-size: 1.3rem !important;
}

.u-font14 {
  font-size: 1.4rem !important;
}

.u-font15 {
  font-size: 1.5rem !important;
}

.u-font16 {
  font-size: 1.6rem !important;
}

.u-font17 {
  font-size: 1.7rem !important;
}

.u-font18 {
  font-size: 1.8rem !important;
}

.u-font19 {
  font-size: 1.9rem !important;
}

.u-font20 {
  font-size: 2rem !important;
}

.u-font21 {
  font-size: 2.1rem !important;
}

.u-font22 {
  font-size: 2.2rem !important;
}

.u-font23 {
  font-size: 2.3rem !important;
}

.u-font24 {
  font-size: 2.4rem !important;
}

.u-font25 {
  font-size: 2.5rem !important;
}

.u-font26 {
  font-size: 2.6rem !important;
}

.u-font27 {
  font-size: 2.7rem !important;
}

.u-font28 {
  font-size: 2.8rem !important;
}

.u-font29 {
  font-size: 2.9rem !important;
}

.u-font30 {
  font-size: 3rem !important;
}

.u-font31 {
  font-size: 3.1rem !important;
}

.u-font32 {
  font-size: 3.2rem !important;
}

.u-font33 {
  font-size: 3.3rem !important;
}

.u-font34 {
  font-size: 3.4rem !important;
}

.u-font35 {
  font-size: 3.5rem !important;
}

.u-font36 {
  font-size: 3.6rem !important;
}

.u-font37 {
  font-size: 3.7rem !important;
}

.u-font38 {
  font-size: 3.8rem !important;
}

.u-font39 {
  font-size: 3.9rem !important;
}

.u-font40 {
  font-size: 4rem !important;
}

.u-font41 {
  font-size: 4.1rem !important;
}

.u-font42 {
  font-size: 4.2rem !important;
}

.u-font43 {
  font-size: 4.3rem !important;
}

.u-font44 {
  font-size: 4.4rem !important;
}

.u-font45 {
  font-size: 4.5rem !important;
}

.u-font46 {
  font-size: 4.6rem !important;
}

.u-font47 {
  font-size: 4.7rem !important;
}

.u-font48 {
  font-size: 4.8rem !important;
}

.u-font49 {
  font-size: 4.9rem !important;
}

.u-font50 {
  font-size: 5rem !important;
}

.u-font51 {
  font-size: 5.1rem !important;
}

.u-font52 {
  font-size: 5.2rem !important;
}

.u-font53 {
  font-size: 5.3rem !important;
}

.u-font54 {
  font-size: 5.4rem !important;
}

.u-font55 {
  font-size: 5.5rem !important;
}

.u-font56 {
  font-size: 5.6rem !important;
}

.u-font57 {
  font-size: 5.7rem !important;
}

.u-font58 {
  font-size: 5.8rem !important;
}

.u-font59 {
  font-size: 5.9rem !important;
}

.u-font60 {
  font-size: 6rem !important;
}

.u-font61 {
  font-size: 6.1rem !important;
}

.u-font62 {
  font-size: 6.2rem !important;
}

.u-font63 {
  font-size: 6.3rem !important;
}

.u-font64 {
  font-size: 6.4rem !important;
}

.u-font65 {
  font-size: 6.5rem !important;
}

.u-font66 {
  font-size: 6.6rem !important;
}

.u-font67 {
  font-size: 6.7rem !important;
}

.u-font68 {
  font-size: 6.8rem !important;
}

.u-font69 {
  font-size: 6.9rem !important;
}

.u-font70 {
  font-size: 7rem !important;
}

.u-font71 {
  font-size: 7.1rem !important;
}

.u-font72 {
  font-size: 7.2rem !important;
}

.u-font73 {
  font-size: 7.3rem !important;
}

.u-font74 {
  font-size: 7.4rem !important;
}

.u-font75 {
  font-size: 7.5rem !important;
}

.u-font76 {
  font-size: 7.6rem !important;
}

.u-font77 {
  font-size: 7.7rem !important;
}

.u-font78 {
  font-size: 7.8rem !important;
}

.u-font79 {
  font-size: 7.9rem !important;
}

.u-font80 {
  font-size: 8rem !important;
}

@media screen and (max-width: 650px) {
  .u-sp-font0 {
    font-size: 0rem !important;
  }
  .u-sp-font1 {
    font-size: 0.1rem !important;
  }
  .u-sp-font2 {
    font-size: 0.2rem !important;
  }
  .u-sp-font3 {
    font-size: 0.3rem !important;
  }
  .u-sp-font4 {
    font-size: 0.4rem !important;
  }
  .u-sp-font5 {
    font-size: 0.5rem !important;
  }
  .u-sp-font6 {
    font-size: 0.6rem !important;
  }
  .u-sp-font7 {
    font-size: 0.7rem !important;
  }
  .u-sp-font8 {
    font-size: 0.8rem !important;
  }
  .u-sp-font9 {
    font-size: 0.9rem !important;
  }
  .u-sp-font10 {
    font-size: 1rem !important;
  }
  .u-sp-font11 {
    font-size: 1.1rem !important;
  }
  .u-sp-font12 {
    font-size: 1.2rem !important;
  }
  .u-sp-font13 {
    font-size: 1.3rem !important;
  }
  .u-sp-font14 {
    font-size: 1.4rem !important;
  }
  .u-sp-font15 {
    font-size: 1.5rem !important;
  }
  .u-sp-font16 {
    font-size: 1.6rem !important;
  }
  .u-sp-font17 {
    font-size: 1.7rem !important;
  }
  .u-sp-font18 {
    font-size: 1.8rem !important;
  }
  .u-sp-font19 {
    font-size: 1.9rem !important;
  }
  .u-sp-font20 {
    font-size: 2rem !important;
  }
  .u-sp-font21 {
    font-size: 2.1rem !important;
  }
  .u-sp-font22 {
    font-size: 2.2rem !important;
  }
  .u-sp-font23 {
    font-size: 2.3rem !important;
  }
  .u-sp-font24 {
    font-size: 2.4rem !important;
  }
  .u-sp-font25 {
    font-size: 2.5rem !important;
  }
  .u-sp-font26 {
    font-size: 2.6rem !important;
  }
  .u-sp-font27 {
    font-size: 2.7rem !important;
  }
  .u-sp-font28 {
    font-size: 2.8rem !important;
  }
  .u-sp-font29 {
    font-size: 2.9rem !important;
  }
  .u-sp-font30 {
    font-size: 3rem !important;
  }
  .u-sp-font31 {
    font-size: 3.1rem !important;
  }
  .u-sp-font32 {
    font-size: 3.2rem !important;
  }
  .u-sp-font33 {
    font-size: 3.3rem !important;
  }
  .u-sp-font34 {
    font-size: 3.4rem !important;
  }
  .u-sp-font35 {
    font-size: 3.5rem !important;
  }
  .u-sp-font36 {
    font-size: 3.6rem !important;
  }
  .u-sp-font37 {
    font-size: 3.7rem !important;
  }
  .u-sp-font38 {
    font-size: 3.8rem !important;
  }
  .u-sp-font39 {
    font-size: 3.9rem !important;
  }
  .u-sp-font40 {
    font-size: 4rem !important;
  }
  .u-sp-font41 {
    font-size: 4.1rem !important;
  }
  .u-sp-font42 {
    font-size: 4.2rem !important;
  }
  .u-sp-font43 {
    font-size: 4.3rem !important;
  }
  .u-sp-font44 {
    font-size: 4.4rem !important;
  }
  .u-sp-font45 {
    font-size: 4.5rem !important;
  }
  .u-sp-font46 {
    font-size: 4.6rem !important;
  }
  .u-sp-font47 {
    font-size: 4.7rem !important;
  }
  .u-sp-font48 {
    font-size: 4.8rem !important;
  }
  .u-sp-font49 {
    font-size: 4.9rem !important;
  }
  .u-sp-font50 {
    font-size: 5rem !important;
  }
  .u-sp-font51 {
    font-size: 5.1rem !important;
  }
  .u-sp-font52 {
    font-size: 5.2rem !important;
  }
  .u-sp-font53 {
    font-size: 5.3rem !important;
  }
  .u-sp-font54 {
    font-size: 5.4rem !important;
  }
  .u-sp-font55 {
    font-size: 5.5rem !important;
  }
  .u-sp-font56 {
    font-size: 5.6rem !important;
  }
  .u-sp-font57 {
    font-size: 5.7rem !important;
  }
  .u-sp-font58 {
    font-size: 5.8rem !important;
  }
  .u-sp-font59 {
    font-size: 5.9rem !important;
  }
  .u-sp-font60 {
    font-size: 6rem !important;
  }
  .u-sp-font61 {
    font-size: 6.1rem !important;
  }
  .u-sp-font62 {
    font-size: 6.2rem !important;
  }
  .u-sp-font63 {
    font-size: 6.3rem !important;
  }
  .u-sp-font64 {
    font-size: 6.4rem !important;
  }
  .u-sp-font65 {
    font-size: 6.5rem !important;
  }
  .u-sp-font66 {
    font-size: 6.6rem !important;
  }
  .u-sp-font67 {
    font-size: 6.7rem !important;
  }
  .u-sp-font68 {
    font-size: 6.8rem !important;
  }
  .u-sp-font69 {
    font-size: 6.9rem !important;
  }
  .u-sp-font70 {
    font-size: 7rem !important;
  }
  .u-sp-font71 {
    font-size: 7.1rem !important;
  }
  .u-sp-font72 {
    font-size: 7.2rem !important;
  }
  .u-sp-font73 {
    font-size: 7.3rem !important;
  }
  .u-sp-font74 {
    font-size: 7.4rem !important;
  }
  .u-sp-font75 {
    font-size: 7.5rem !important;
  }
  .u-sp-font76 {
    font-size: 7.6rem !important;
  }
  .u-sp-font77 {
    font-size: 7.7rem !important;
  }
  .u-sp-font78 {
    font-size: 7.8rem !important;
  }
  .u-sp-font79 {
    font-size: 7.9rem !important;
  }
  .u-sp-font80 {
    font-size: 8rem !important;
  }
}
.u-fontWhite {
  color: #fff;
}

.u-fontRed {
  color: #216C38;
}

.u-kakko {
  text-indent: -0.5em;
}

.u-normal {
  font-weight: 300;
}

.u-bold {
  font-weight: 700;
}

.u-ls__thin {
  letter-spacing: -0.05em;
}

.u-ls__wide {
  letter-spacing: 0.1em;
}

.u-lh1 {
  line-height: 1 !important;
}

.u-lh2 {
  line-height: 2 !important;
}

.u-lh3 {
  line-height: 3 !important;
}

.u-lh4 {
  line-height: 4 !important;
}

.u-textleft, .textleft, .alignleft {
  text-align: left !important;
}

.u-textcenter, .textcenter, .aligncenter {
  text-align: center !important;
}

.u-textright, .textright, .alignright {
  text-align: right !important;
}

.u-textjustify, .textjustify, .alignjustify {
  text-align: justify !important;
}

@media screen and (max-width: 650px) {
  .u-sp-textcenter {
    text-align: center !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-textleft {
    text-align: left !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-textright {
    text-align: right !important;
  }
}

.u-marker-green {
  background: linear-gradient(transparent 45%, #CCEAE2 45%);
}

/* 表示&非表示を操作する系ユーティリティ */
.u-hide {
  display: none;
}

@media screen and (max-width: 650px) {
  .u-pc {
    display: none;
  }
}

.u-tab {
  display: none;
}
@media screen and (max-width: 980px) {
  .u-tab {
    display: inline-block;
  }
}

@media screen and (max-width: 980px) {
  .u-tab-none {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 650px) {
  .u-sp {
    display: inline-block;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-none {
    display: none !important;
  }
}

.u-small {
  display: none;
}
@media screen and (max-width: 365px) {
  .u-small {
    display: inline-block;
  }
}

@media screen and (max-width: 365px) {
  .u-small-none {
    display: none;
  }
}

/* 居場所がなかったのでここに */
.u-inlineblock {
  display: inline-block;
}

/* サブページ
------------------------------------*/
.inachari-slider {
  margin: 0 -84px;
  padding: 0 0 27px;
  position: relative;
  width: 980px;
}
@media screen and (max-width: 980px) {
  .inachari-slider {
    margin: 0 auto;
    width: 100%;
  }
}
.inachari-slider .swiper-container .swiper-wrapper {
  line-height: 0;
}
.inachari-slider .swiper-container .swiper-slide .inachari-slider__image {
  aspect-ratio: 980/593;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .inachari-slider .swiper-container .swiper-slide .inachari-slider__image {
    aspect-ratio: 335/191;
  }
}
.inachari-slider .swiper-container .swiper-slide .inachari-slider__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.inachari-slider .swiper-pagination {
  margin: auto;
  bottom: -9px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 980px) {
  .inachari-slider .swiper-pagination {
    bottom: 0;
    left: 20px;
    width: calc(100% - 20px);
  }
}
.inachari-slider .swiper-pagination .swiper-pagination-bullet {
  background: #274d2b;
  border-radius: 50%;
  height: 6px;
  opacity: 1;
  width: 6px;
}
.inachari-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #79b884;
}
.inachari-slider .inachari-slider__page-title {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.inachari-slider .inachari-slider__page-title::before {
  background: rgba(34, 34, 34, 0.1);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
.inachari-slider .inachari-slider__page-title img {
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .inachari-slider .inachari-slider__page-title img {
    height: 58px;
    width: 70px;
  }
}

.inachari-summary {
  padding-bottom: 760px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .inachari-summary {
    padding-bottom: 395px;
  }
}
@media screen and (max-width: 650px) {
  .inachari-summary {
    padding-bottom: 365px;
  }
}
@media screen and (max-width: 365px) {
  .inachari-summary {
    padding-bottom: 315px;
  }
}
.inachari-summary .inachari-summary__inner {
  margin: 0 auto;
  max-width: 668px;
  width: 100%;
}
.inachari-summary .inachari-summary__text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 650px) {
  .inachari-summary .inachari-summary__text {
    font-size: 1.4rem;
  }
}
.inachari-summary .inachari-summary__image {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 200px;
}
@media screen and (max-width: 650px) {
  .inachari-summary .inachari-summary__image {
    width: 137px;
  }
}
.inachari-summary .inachari-summary__image-handwrite {
  position: absolute;
  left: -7px;
  top: -35px;
}
@media screen and (max-width: 650px) {
  .inachari-summary .inachari-summary__image-handwrite {
    top: -25px;
    width: 69px;
  }
}
.inachari-summary .inachari-summary__image-photo {
  display: block;
  height: auto;
  width: 100%;
}
.inachari-summary .inachari-summary__bg {
  max-width: none;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .inachari-summary .inachari-summary__bg {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    min-width: 800px;
  }
}
@media screen and (max-width: 365px) {
  .inachari-summary .inachari-summary__bg {
    min-width: 680px;
  }
}

.inachari-navi {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-top: -30px;
  padding: 0;
}
.inachari-navi.is-medium li {
  width: 270px;
}
@media screen and (max-width: 650px) {
  .inachari-navi.is-medium li {
    width: 100%;
  }
}
.inachari-navi.is-medium a {
  font-size: 1.6rem;
  height: 40px;
  line-height: 1.3125;
  padding: 0 37px 0 0;
}
@media screen and (max-width: 650px) {
  .inachari-navi.is-medium a {
    flex-direction: row;
    height: auto;
    padding: 20px 0 17px;
    position: relative;
  }
}
@media screen and (max-width: 365px) {
  .inachari-navi.is-medium a {
    font-size: 1.4rem;
  }
}
.inachari-navi.is-medium a::after {
  margin: 0;
  position: absolute;
  right: 30px;
  top: calc(50% - 7px);
  transform: rotate(-45deg);
}
@media screen and (max-width: 650px) {
  .inachari-navi.is-medium a::after {
    right: 15px;
  }
}
.inachari-navi li {
  border-right: solid 1px #272727;
  border-left: solid 1px #272727;
  margin-left: -1px;
  margin-top: 40px;
  width: 320px;
}
@media screen and (max-width: 650px) {
  .inachari-navi li {
    border-top: solid 1px #272727;
    border-right: none;
    border-bottom: solid 1px #272727;
    border-left: none;
    margin-left: 0;
    margin-top: -1px;
  }
}
.inachari-navi li a {
  align-items: center;
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
  height: 58px;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.7272727273;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .inachari-navi li a {
    flex-direction: column;
    height: auto;
    padding: 13px 0 18px;
  }
}
@media screen and (max-width: 365px) {
  .inachari-navi li a {
    font-size: 1.8rem;
  }
}
.inachari-navi li a::after {
  border-left: solid 2px #272727;
  border-bottom: solid 2px #272727;
  content: "";
  display: block;
  height: 10px;
  margin: 0 0 0 15px;
  transform: rotate(-45deg) translate3d(3px, 0, 0);
  width: 10px;
}
@media screen and (max-width: 650px) {
  .inachari-navi li a::after {
    margin: 7px 3px 0 0;
  }
}
.inachari-navi li a:hover {
  opacity: 0.4;
}

.inachari-concept .inachari-concept__gallery {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 980px) {
  .inachari-concept .inachari-concept__gallery {
    margin: 0 -20px;
  }
}
.inachari-concept .inachari-concept__gallery img {
  display: block;
  height: auto;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50%;
}
.inachari-concept .inachari-concept__gallery img:nth-child(1) {
  width: 100%;
}

.inachari-cource:nth-of-type(even) .inachari-cource__inner {
  flex-direction: row-reverse;
}
.inachari-cource:nth-of-type(even) .inachari-cource__photo {
  margin: 0 calc(50% - 50vw) 0 0;
  width: calc(50vw + 84px);
}
.inachari-cource:nth-of-type(even) .inachari-cource__detail {
  margin: 0 0 0 -84px;
  padding: 0 84px 0 0;
  width: 406px;
}
@media screen and (max-width: 980px) {
  .inachari-cource:nth-of-type(even) .inachari-cource__detail {
    margin: 0;
    width: 514px;
  }
}
@media screen and (max-width: 650px) {
  .inachari-cource:nth-of-type(even) .inachari-cource__detail {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .inachari-cource:nth-of-type(even) .inachari-cource__photo {
    margin: 0 -20px 0 0;
  }
  .inachari-cource:nth-of-type(even) .inachari-cource__detail {
    padding: 0 40px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .inachari-cource:nth-of-type(even) .inachari-cource__inner {
    flex-direction: column;
  }
  .inachari-cource:nth-of-type(even) .inachari-cource__photo {
    margin: 0 -20px 25px 0;
    width: calc(100% + 20px);
  }
  .inachari-cource:nth-of-type(even) .inachari-cource__detail {
    padding: 0;
  }
}
.inachari-cource .inachari-cource__inner {
  align-items: flex-start;
  display: flex;
}
@media screen and (max-width: 650px) {
  .inachari-cource .inachari-cource__inner {
    flex-direction: column;
  }
}
.inachari-cource .inachari-cource__photo {
  margin: 0 0 0 calc(50% - 50vw);
  width: calc(50vw - 24px);
}
@media screen and (max-width: 980px) {
  .inachari-cource .inachari-cource__photo {
    margin: 0 0 0 -20px;
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .inachari-cource .inachari-cource__photo {
    margin: 0 0 25px -20px;
    width: calc(100% + 20px);
  }
}
.inachari-cource .inachari-cource__photo img {
  display: block;
  max-width: none;
  width: 100%;
}
.inachari-cource .inachari-cource__detail {
  margin: 0 -84px 0 0;
  padding: 0 0 0 84px;
  width: 514px;
}
@media screen and (max-width: 980px) {
  .inachari-cource .inachari-cource__detail {
    margin: 0;
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 650px) {
  .inachari-cource .inachari-cource__detail {
    padding: 0;
    width: 100%;
  }
}
.inachari-cource .inachari-cource__title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.8333333333;
  margin: 0 0 30px;
}
@media screen and (max-width: 650px) {
  .inachari-cource .inachari-cource__title {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 365px) {
  .inachari-cource .inachari-cource__title {
    font-size: 2rem;
  }
}
.inachari-cource .inachari-cource__text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.5;
}
@media screen and (max-width: 650px) {
  .inachari-cource .inachari-cource__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.inachari-cource-map .inachari-cource-map__headline {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4090909091;
  margin: 0 0 60px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .inachari-cource-map .inachari-cource-map__headline {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 365px) {
  .inachari-cource-map .inachari-cource-map__headline {
    font-size: 2rem;
  }
}
.inachari-cource-map .inachari-cource-map__embed {
  border: none;
  display: block;
  height: 450px;
  margin: 0 0 15px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .inachari-cource-map .inachari-cource-map__embed {
    height: 360px;
    margin: 0 -20px 10px;
    width: 100vw;
  }
}
.inachari-cource-map .inachari-cource-map__distances dt {
  background-color: #222222;
  border-radius: 12px;
  color: #fff;
  font-size: 1.5rem;
  float: left;
  line-height: 1.2;
  padding: 3px 4px 5px;
  text-align: center;
  width: 87px;
}
@media screen and (max-width: 650px) {
  .inachari-cource-map .inachari-cource-map__distances dt {
    font-size: 1.2rem;
    padding: 2px 4px 3px;
    width: 71px;
  }
}
.inachari-cource-map .inachari-cource-map__distances dd {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 0 0 14px 96px;
}
@media screen and (max-width: 650px) {
  .inachari-cource-map .inachari-cource-map__distances dd {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 1px 0 8px 77px;
  }
}

.inachari-overview__photo {
  display: block;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 980px) {
  .inachari-overview__photo {
    margin: 0 -20px;
  }
}
.inachari-overview__photo img {
  display: block;
  height: auto;
  max-width: none;
  width: 100%;
}

.inachari-overview__list dt {
  font-size: 1.8rem;
  float: left;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: 210px;
}
@media screen and (max-width: 650px) {
  .inachari-overview__list dt {
    margin: 0 0 10px;
    width: 100%;
  }
}
.inachari-overview__list dt::before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 7px 0 0;
  width: 19px;
}
.inachari-overview__list dd {
  font-size: 1.5rem;
  padding: 0 0 30px 210px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .inachari-overview__list dd {
    padding-left: 0;
  }
}
.inachari-overview__list a {
  color: #6BC3EC;
  text-decoration: underline;
}
.inachari-overview__list a:hover {
  text-decoration: none;
}

.inachari-price {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 -11px;
}
@media screen and (max-width: 650px) {
  .inachari-price {
    flex-direction: column;
    margin: 0;
  }
}

.inachari-price-items {
  background-color: #F2F0F0;
  list-style: none;
  margin: 0 11px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .inachari-price-items {
    margin: 30px 0 0;
  }
}
.inachari-price-items li {
  align-items: center;
  border-bottom: solid 1px #707070;
  display: flex;
  flex-direction: column;
  font-size: 2.8rem;
  font-weight: 700;
  height: 173px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .inachari-price-items li {
    height: auto;
    min-height: 110px;
    padding: 20px 20px 17px;
  }
}
@media screen and (max-width: 365px) {
  .inachari-price-items li {
    font-size: 2rem;
    min-height: 80px;
  }
}
.inachari-price-items li:last-child {
  border-bottom: none;
}
.inachari-price-items .inachari-price-items__title {
  align-items: center;
  background-color: #999;
  border-bottom: none;
  color: #fff;
  display: flex;
  font-size: 2.8rem;
  font-weight: 700;
  height: 87px;
  justify-content: center;
  letter-spacing: 0;
  width: 100%;
}
.inachari-price-items .inachari-price-items__title.is-drop-in {
  background-color: #216C38;
}
.inachari-price-items .inachari-price-items__title.is-day-use {
  background-color: #F8DA87;
  color: #000;
}

.inachari-use__text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}

.inachari-use-items {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
}
@media screen and (max-width: 650px) {
  .inachari-use-items {
    flex-direction: column;
    margin-top: 60px;
  }
}
.inachari-use-items.is-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 650px) {
  .inachari-use-items.is-reverse {
    flex-direction: column-reverse;
  }
}
.inachari-use-items.is-reverse .inachari-use-items__detail {
  padding: 0 30px 0 0;
}
@media screen and (max-width: 650px) {
  .inachari-use-items.is-reverse .inachari-use-items__detail {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 650px) {
  .inachari-use-items.is-reverse .inachari-use-items__photo {
    margin: 0 auto;
    max-width: 75%;
  }
}
.inachari-use-items .inachari-use-items__photo {
  height: auto;
  max-height: 320px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
  width: 320px;
}
@media screen and (max-width: 650px) {
  .inachari-use-items .inachari-use-items__photo {
    height: auto;
    margin: 0 0 40px;
    max-height: none;
    width: 100%;
  }
}
.inachari-use-items .inachari-use-items__detail {
  padding: 0 0 0 30px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .inachari-use-items .inachari-use-items__detail {
    padding: 0;
  }
}
.inachari-use-items .inachari-use-items__title {
  display: inline-block;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4230769231;
  margin: 0 0 35px;
  position: relative;
}
.inachari-use-items .inachari-use-items__title::before {
  content: "＼ " attr(data-text) " ／";
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  right: -50px;
  top: -18px;
  transform: rotate(22deg);
}
@media screen and (max-width: 650px) {
  .inachari-use-items .inachari-use-items__title::before {
    font-size: 1.2rem;
    right: -30px;
  }
}
.inachari-use-items .inachari-use-items__headline {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  margin: 0 0 15px;
}
.inachari-use-items .inachari-use-items__text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.inachari-use__app {
  align-items: center;
  color: #B92639;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: flex-start;
}
@media screen and (max-width: 650px) {
  .inachari-use__app {
    justify-content: center;
  }
}
.inachari-use__app img {
  margin: 0 15px 0 0;
}

.inachari-selfcheck .inachari-selfcheck__text {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: -20px;
}
.inachari-selfcheck .inachari-selfcheck__list {
  background-color: #FAFAFA;
  list-style: none;
  padding: 40px 50px;
}
@media screen and (max-width: 650px) {
  .inachari-selfcheck .inachari-selfcheck__list {
    padding: 20px;
  }
}
.inachari-selfcheck .inachari-selfcheck__list li {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 25px;
}
.inachari-selfcheck .inachari-selfcheck__list li:last-child {
  margin-bottom: 0;
}
.inachari-selfcheck .inachari-selfcheck__list .inachari-selfcheck__list-note {
  font-weight: 400;
  margin: 6px 0 0;
}

.inachari-tokusho__photo {
  display: block;
  margin: 0 calc(50% - 50vw);
  max-width: none;
  width: 100vw;
}
.inachari-tokusho__photo img {
  display: block;
  width: 100%;
}

.inachari-tokusho__detail {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.8333333333;
  max-width: 630px;
}
.inachari-tokusho__detail th {
  font-weight: 400;
  padding: 0 0 10px;
  text-align: left;
  vertical-align: top;
  width: 170px;
}
@media screen and (max-width: 650px) {
  .inachari-tokusho__detail th {
    display: block;
    padding: 0 0 7px;
    width: 100%;
  }
}
.inachari-tokusho__detail td {
  padding: 0 0 10px;
  vertical-align: top;
}
@media screen and (max-width: 650px) {
  .inachari-tokusho__detail td {
    display: block;
    padding: 0 0 20px;
    width: 100%;
  }
}
.inachari-tokusho__detail a {
  text-decoration: underline;
}
.inachari-tokusho__detail a:hover {
  text-decoration: none;
}

.inachari-tokusho__buttons {
  display: flex;
  gap: 30px;
  max-width: 630px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .inachari-tokusho__buttons {
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    width: 300px;
  }
}

.inachari-contact__title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.625;
}
@media screen and (max-width: 650px) {
  .inachari-contact__title {
    text-align: center;
  }
}

.inachari-contact__text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
}
@media screen and (max-width: 650px) {
  .inachari-contact__text {
    text-align: center;
  }
}

.inachari-cyclerack {
  padding: 80px 0 160px;
}
@media screen and (max-width: 980px) {
  .inachari-cyclerack {
    padding: 60px 0;
  }
}
.inachari-cyclerack .inachari-cyclerack__text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: -20px;
  text-align: center;
}
.inachari-cyclerack .inachari-cyclerack__table {
  border-collapse: collapse;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0px;
  width: 980px;
}
@media screen and (max-width: 980px) {
  .inachari-cyclerack .inachari-cyclerack__table {
    font-size: 1.3rem;
    margin: 0 auto;
    width: 100%;
  }
}
.inachari-cyclerack .inachari-cyclerack__table.is-active tr {
  display: table-row;
}
.inachari-cyclerack .inachari-cyclerack__table tr {
  display: none;
  width: 100%;
}
.inachari-cyclerack .inachari-cyclerack__table tr:nth-child(-n+4) {
  display: table-row;
}
.inachari-cyclerack .inachari-cyclerack__table th {
  font-size: 1.5rem;
}
@media screen and (max-width: 980px) {
  .inachari-cyclerack .inachari-cyclerack__table th {
    font-size: 1.4rem;
  }
}
.inachari-cyclerack .inachari-cyclerack__table th, .inachari-cyclerack .inachari-cyclerack__table td {
  border-bottom: solid 1px #707070;
  padding: 17px 0 17px 40px;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .inachari-cyclerack .inachari-cyclerack__table th, .inachari-cyclerack .inachari-cyclerack__table td {
    padding: 10px 0;
  }
}
.inachari-cyclerack .inachari-cyclerack__table th:nth-child(1), .inachari-cyclerack .inachari-cyclerack__table td:nth-child(1) {
  width: 35%;
}
@media screen and (max-width: 650px) {
  .inachari-cyclerack .inachari-cyclerack__table th:nth-child(1), .inachari-cyclerack .inachari-cyclerack__table td:nth-child(1) {
    padding-right: 15px;
    width: 30%;
  }
}
.inachari-cyclerack .inachari-cyclerack__table th:nth-child(2), .inachari-cyclerack .inachari-cyclerack__table td:nth-child(2) {
  width: 45%;
}
@media screen and (max-width: 650px) {
  .inachari-cyclerack .inachari-cyclerack__table th:nth-child(2), .inachari-cyclerack .inachari-cyclerack__table td:nth-child(2) {
    padding-right: 15px;
    width: 40%;
  }
}
.inachari-cyclerack .inachari-cyclerack__table th:nth-child(3), .inachari-cyclerack .inachari-cyclerack__table td:nth-child(3) {
  width: 20%;
}
@media screen and (max-width: 650px) {
  .inachari-cyclerack .inachari-cyclerack__table th:nth-child(3), .inachari-cyclerack .inachari-cyclerack__table td:nth-child(3) {
    width: 30%;
  }
}
.inachari-cyclerack .inachari-cyclerack__table a {
  color: #216C38;
  text-decoration: underline;
}
.inachari-cyclerack .inachari-cyclerack__table a:hover {
  text-decoration: none;
}
.inachari-cyclerack .inachari-cyclerack__expand-button {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  transition: opacity 0.3s ease-out;
}
.inachari-cyclerack .inachari-cyclerack__expand-button::after {
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 0 0 20px;
  transform: rotate(45deg) translate3d(0, -3px, 0);
  width: 8px;
}
.inachari-cyclerack .inachari-cyclerack__expand-button:hover {
  opacity: 0.7;
}
.inachari-cyclerack .inachari-cyclerack__expand-button.is-active::after {
  transform: rotate(225deg) translate3d(0, -3px, 0);
}
.inachari-cyclerack .inachari-cyclerack__expand-button.is-active .inachari-cyclerack__expand-label-open {
  display: none;
}
.inachari-cyclerack .inachari-cyclerack__expand-button.is-active .inachari-cyclerack__expand-label-close {
  display: inline-block;
}
.inachari-cyclerack .inachari-cyclerack__expand-button .inachari-cyclerack__expand-label-open {
  display: inline-block;
  pointer-events: none;
}
.inachari-cyclerack .inachari-cyclerack__expand-button .inachari-cyclerack__expand-label-close {
  display: none;
  pointer-events: none;
}
.inachari-cyclerack .inachari-cyclerack__map-enbed {
  border: none;
  display: block;
  height: 450px;
  margin: 0 0 15px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .inachari-cyclerack .inachari-cyclerack__map-enbed {
    height: 360px;
    margin: 0 -20px 10px;
    width: 100vw;
  }
}
.inachari-cyclerack .inachari-cyclerack__map-link {
  color: #216C38;
  font-size: 1.4rem;
  text-decoration: underline;
}
.inachari-cyclerack .inachari-cyclerack__map-link:hover {
  text-decoration: none;
}



/*以下追加*/
.p-3 {  margin: 0;
  padding: 30px;
}

.m-auto{margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */