@charset "UTF-8";
/*------------------------------------
- COLOR warning
------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
.alert-warning {
  color: #e5d301;
  background-color: rgba(255, 16, 33, 0.1764705882);
  border-color: rgba(255, 16, 17, 0.0980392157);
}

.alert-warning hr {
  border-top-color: #ffff100;
}

.alert-warning .alert-link {
  color: #b2a401;
}

.badge-warning {
  color: #212529;
  background-color: #fef263;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  background-color: #fded30;
}

.bg-warning {
  background-color: #fef263 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #fded30 !important;
}

.border-warning {
  border-color: #fef263 !important;
}

.btn-warning {
  color: #212529;
  background-color: #fef263;
  border-color: #fef263;
}

.btn-warning:hover {
  color: #212529;
  background-color: #fdef3f;
  border-color: #fded30;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 242, 99, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(254, 242, 99, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #fef263;
  border-color: #fef263;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #fded30;
  border-color: #fdec21;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 242, 99, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(254, 242, 99, 0.5);
}

.btn-outline-warning {
  color: #fef263;
  background-color: transparent;
  border-color: #fef263;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #fef263;
  border-color: #fef263;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 242, 99, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(254, 242, 99, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #fef263;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #fef263;
  border-color: #fef263;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 242, 99, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(254, 242, 99, 0.5);
}

.list-group-item-warning {
  color: #e5d301;
  background-color: rgba(255, 16, 17, 0.0980392157);
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #e5d301;
  background-color: #ffff100;
}

.list-group-item-warning.list-group-item-action.active {
  color: #212529;
  background-color: #e5d301;
  border-color: #e5d301;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgba(255, 16, 17, 0.0980392157);
}

.table-hover .table-warning:hover {
  background-color: #ffff100;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffff100;
}

.text-warning {
  color: #fef263 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #fded30 !important;
}

/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
  color: #041a17;
  background-color: #7bead9;
  border-color: #69e7d5;
}

.alert-primary hr {
  border-top-color: #53e3ce;
}

.alert-primary .alert-link {
  color: #000000;
}

.badge-primary {
  color: #fff;
  background-color: #158474;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  background-color: #0e584d;
}

.bg-primary {
  background-color: #158474 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0e584d !important;
}

.border-primary {
  border-color: #158474 !important;
}

.btn-primary {
  color: #fff;
  background-color: #158474;
  border-color: #158474;
}

.btn-primary:hover {
  color: #fff;
  background-color: #106558;
  border-color: #0e584d;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(21, 132, 116, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(21, 132, 116, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #158474;
  border-color: #158474;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0e584d;
  border-color: #0b4a41;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(21, 132, 116, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(21, 132, 116, 0.5);
}

.btn-outline-primary {
  color: #158474;
  background-color: transparent;
  border-color: #158474;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #158474;
  border-color: #158474;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(21, 132, 116, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(21, 132, 116, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #158474;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #158474;
  border-color: #158474;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(21, 132, 116, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(21, 132, 116, 0.5);
}

.list-group-item-primary {
  color: #041a17;
  background-color: #69e7d5;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #041a17;
  background-color: #53e3ce;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #041a17;
  border-color: #041a17;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #69e7d5;
}

.table-hover .table-primary:hover {
  background-color: #53e3ce;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #53e3ce;
}

.text-primary {
  color: #158474 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0e584d !important;
}

/*===============================
Bootstrap CSS読み込み
================================*/
/*===============================
メディアクエリ
================================*/
/*===============================
bootstrap置き換え
================================*/
.container-md {
  max-width: 720px;
  margin: 0 auto;
}

.container-lg {
  max-width: 960px;
  margin: 0 auto;
}

.container-xl {
  max-width: 1140px;
  margin: 0 auto;
}

/* ============
 タグ共通設定
========================= */
/* デフォルトでルビ（<rt>要素）を非表示にする */
rt {
  display: none;
}

html {
  scroll-behavior: smooth;
  -ms-scroll-snap-type: y proximity;
  scroll-snap-type: y proximity;
  scroll-padding-top: 120px; /* ヘッダーの高さ */
}

html.offcanvas-open-no-scroll-padding {
  scroll-padding-top: 0 !important; /* !important で強制的に上書き */
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

figure {
  margin: auto;
}
figure img {
  width: 100%;
}

div a {
  text-decoration: none;
}
div a:visited, div a:hover, div a:active, div a:link {
  color: inherit;
}
div a:hover {
  opacity: 0.7;
}
div a:focus-visible {
  outline: 2px solid #158474;
}

button:hover {
  opacity: 0.7;
}
button:focus-visible {
  outline: 2px solid #158474;
}

h1 {
  font-weight: 700;
}

h2,
h3,
h4,
h5 {
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 1.75;
}

h2 {
  margin-bottom: 0.5em;
}

h3 {
  margin-top: 0.5em;
}

h4,
h5 {
  margin-top: 0.5em;
}

P {
  line-height: 2;
  margin-bottom: 2em;
  text-align: justify;
}
P:last-child {
  margin-bottom: auto;
}

ol,
ul {
  padding-left: 0;
  list-style: none;
}

table {
  font-size: 0.8em;
}

/* ============
 ページカスタム
========================= */
body {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #503316;
}
@media screen and (min-width: 992px) {
  body {
    font-size: 1.3em;
  }
}

#skiplink {
  position: absolute;
  top: -10000px;
  left: -10000px;
}

h3 {
  color: #158474;
  text-align: justify;
}

section {
  padding: 2em 0;
}

.section__title {
  margin-bottom: 2em;
  text-align: justify;
}
@media screen and (min-width: 576px) {
  .section__title {
    text-align: center;
  }
}
.section__title h2 {
  font-size: 1.5em;
}

.section__lead {
  font-size: 1.2em;
  line-height: 2.5;
  text-align: justify;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .section__lead {
    text-align: center;
    width: 80%;
  }
}

.accordion-item {
  background: none;
}

.denwa__list span::before {
  content: "\f098";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 0;
  color: #f18a1e;
}

/*===============================
アコーディオン
================================*/
.button__accordion {
  text-align: center;
}
.button__accordion button {
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.button__accordion button:hover {
  -webkit-transform: translateY(0.25em);
          transform: translateY(0.25em);
  -webkit-box-shadow: 0 0 0 #fff !important;
          box-shadow: 0 0 0 #fff !important;
}
.button__accordion button {
  position: relative;
  background: #fef263;
  border-radius: 100px;
  padding: 0.5em 1em;
  color: #503316;
  -webkit-box-shadow: 0 0.25em 0 rgb(253.8375796178, 239.8885350318, 73.6624203822);
          box-shadow: 0 0.25em 0 rgb(253.8375796178, 239.8885350318, 73.6624203822);
}
.button__accordion button:hover {
  border-bottom: none;
}
.button__accordion button {
  border: none;
  background: transparent;
}
.button__accordion button {
  padding-right: 2.25em;
}
.button__accordion button::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 1em;
  bottom: 45%;
  line-height: 0;
  color: #503316;
}
.button__accordion button.show::after {
  content: "\f077";
}
.button__accordion.green button {
  background: rgb(35, 220, 193.3333333333);
  -webkit-box-shadow: 0 0.25em 0 rgb(28, 176, 154.6666666667);
          box-shadow: 0 0.25em 0 rgb(28, 176, 154.6666666667);
}
.button__accordion.orange button {
  background: rgb(243.9874476987, 162.9665271967, 78.0125523013);
  -webkit-box-shadow: 0 0.25em 0 rgb(231.1192468619, 125.3179916318, 14.3807531381);
          box-shadow: 0 0.25em 0 rgb(231.1192468619, 125.3179916318, 14.3807531381);
}

.accordion__inner {
  display: none;
}

/*===============================
ボタン
================================*/
.button__small {
  text-align: center;
}
.button__small a {
  display: block;
}
.button__small div,
.button__small button {
  display: inline-block;
  background: #fef263;
  border-radius: 100px;
  border: none;
  padding: 0.5em 1em 0.25em;
  color: #503316;
  -webkit-box-shadow: 0 0.25em 0 rgb(198.7261146497, 183.4394904459, 1.2738853503);
          box-shadow: 0 0.25em 0 rgb(198.7261146497, 183.4394904459, 1.2738853503);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.button__small div:hover,
.button__small button:hover {
  -webkit-transform: translateY(0.25em);
          transform: translateY(0.25em);
  -webkit-box-shadow: 0 0 0 #fff !important;
          box-shadow: 0 0 0 #fff !important;
}
.button__small.green div,
.button__small.green button {
  background: rgb(35, 220, 193.3333333333);
  -webkit-box-shadow: 0 0.25em 0 rgb(28, 176, 154.6666666667);
          box-shadow: 0 0.25em 0 rgb(28, 176, 154.6666666667);
}
.button__small.orange div,
.button__small.orange button {
  background: rgb(243.9874476987, 162.9665271967, 78.0125523013);
  -webkit-box-shadow: 0 0.25em 0 rgb(231.1192468619, 125.3179916318, 14.3807531381);
          box-shadow: 0 0.25em 0 rgb(231.1192468619, 125.3179916318, 14.3807531381);
}

.button__large {
  text-align: center;
  font-size: 1.2em;
}
.button__large a {
  display: block;
}
.button__large a > div {
  padding-right: 60px;
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
  border-radius: 100px;
  border: 6px solid #f18a1e;
  min-height: 4em;
  vertical-align: middle;
  color: #503316;
}
.button__large a > div::after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  bottom: 50%;
  line-height: 0;
  color: #f18a1e;
  font-size: 1.5em;
}

.button__midium {
  text-align: center;
}
.button__midium a {
  display: inline-block;
}
.button__midium i {
  color: #f18a1e;
}
.button__midium div {
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
  border-radius: 100px;
  border: 6px solid #f18a1e;
  padding: 5px 20px;
  vertical-align: middle;
  color: #503316;
  padding-top: 0.5em;
}

.button__menu {
  text-align: center;
}
.button__menu a {
  display: block;
}
.button__menu div,
.button__menu button {
  display: inline-block;
  border-radius: 10px;
  border: none;
  padding: 0.5em 1em 0.25em;
  color: #fff;
  font-size: 1.2em;
  min-height: 4em;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 1.2;
  width: 8em;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.button__menu div:hover,
.button__menu button:hover {
  -webkit-transform: translateY(0.4em);
          transform: translateY(0.4em);
  -webkit-box-shadow: 0 0 0 #fff !important;
          box-shadow: 0 0 0 #fff !important;
}
.button__menu.green div,
.button__menu.green button {
  background: #00a497;
  -webkit-box-shadow: 0 0.4em 0 rgb(0, 113, 104.0426829268);
          box-shadow: 0 0.4em 0 rgb(0, 113, 104.0426829268);
}
.button__menu.yellow div,
.button__menu.yellow button {
  color: #503316;
  background: #fff255;
  -webkit-box-shadow: 0 0.4em 0 rgb(187, 172.7, 0);
          box-shadow: 0 0.4em 0 rgb(187, 172.7, 0);
}
.button__menu.blue div,
.button__menu.blue button {
  background: #4693d0;
  -webkit-box-shadow: 0 0.4em 0 rgb(40.8211206897, 107.6982758621, 160.6788793103);
          box-shadow: 0 0.4em 0 rgb(40.8211206897, 107.6982758621, 160.6788793103);
}
.button__menu.pink div,
.button__menu.pink button {
  background: #e7669c;
  -webkit-box-shadow: 0 0.4em 0 rgb(224.0847457627, 57.9152542373, 127.4745762712);
          box-shadow: 0 0.4em 0 rgb(224.0847457627, 57.9152542373, 127.4745762712);
}

.fukidashi {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0.4em 0.5em 0.2em 0.5em;
  max-width: 100%;
  background: rgb(189, 244.5, 236.5);
  border-radius: 15px;
  text-align: center;
  font-size: 0.8em;
}
.fukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid rgb(189, 244.5, 236.5);
}

/*===============================
先輩の体験
================================*/
#senpai {
  background: rgb(211, 248, 242.6666666667);
}
#senpai .card {
  height: 100%;
  border: #fef263 solid 6px;
  border-radius: 30px;
}
#senpai .card div {
  height: 100%;
}
#senpai .card h3 {
  -webkit-text-stroke: #fff 4px;
  paint-order: stroke fill;
  font-size: 1.6em;
  line-height: 2;
}
#senpai .card p {
  color: #503316;
}
#senpai .card figure img {
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  -o-object-position: top;
  object-position: top;
}

/*===============================
タウンニュース紙面
================================*/
.shimen {
  padding-bottom: calc(10vw + 4em);
  background: #fdf8f0;
}
.shimen .topics__wrap {
  background: rgb(254.8121019108, 252.5573248408, 225.6878980892);
  border: #fde6c6 4px solid;
}
.shimen h3 {
  color: rgb(159.10041841, 86.2677824268, 9.89958159);
  text-align: center;
}
.shimen h3::before, .shimen h3::after {
  content: "";
  background-color: rgb(159.10041841, 86.2677824268, 9.89958159);
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url(../img/icon_fukidashi.svg);
  mask: url(../img/icon_fukidashi.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: text-bottom;
  line-height: 1;
  color: #000;
}
.shimen h3::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*===============================
中高生・若者ケアラーコラム
================================*/
.column__wrap {
  background: #fff;
  border: #158474 4px solid;
  border-radius: 20px;
}
.column__wrap h2 {
  text-align: center;
  color: #158474;
}
.column__wrap img {
  margin-bottom: 1em;
}
.column__wrap figcaption {
  text-align: center;
  color: #158474;
}
.column__wrap figcaption span {
  font-size: 0.8em;
}
.column__wrap .tsume {
  letter-spacing: -0.2em;
}
.column__wrap .lead__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  background: url(../img/common/column_obi.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 2.5em;
  margin-bottom: 1.5em;
  display: inline-block;
}
.column__wrap h3 {
  text-align: justify;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #fef263));
  background: linear-gradient(transparent 60%, #fef263 30%);
}
.column__wrap h3 + p {
  margin-top: 1em;
}
.column__wrap h4 {
  color: #158474;
  font-size: 1em;
}

#carers .column__wrap {
  border: #4693d0 4px solid;
}
#carers .column__wrap h2,
#carers .column__wrap h3,
#carers .column__wrap h4,
#carers .column__wrap figcaption {
  color: rgb(45.9870689655, 121.3275862069, 181.0129310345);
}

/*===============================
モーダル
================================*/
.modal .button__small button {
  font-size: 0.8em;
  background: rgb(35, 220, 193.3333333333);
  -webkit-box-shadow: 0 0.25em 0 rgb(28, 176, 154.6666666667);
          box-shadow: 0 0.25em 0 rgb(28, 176, 154.6666666667);
}

.modal-header,
.modal-footer {
  background: rgb(254.8121019108, 252.5573248408, 225.6878980892);
}

.modal-dialog {
  max-width: 1200px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .modal-dialog {
    width: 95%;
  }
}

/*===============================
ナビゲーション
================================*/
@media screen and (min-width: 576px) {
  nav .container-lg {
    padding: 10px 20px;
  }
}
nav .container-fluid {
  width: 90%;
}
nav .navbar-toggler {
  scale: 1.5;
  border: none;
}
nav .navbar-toggler:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
nav .navbar-toggler:focus-visible {
  outline: 1.35px solid #158474;
}
@media screen and (min-width: 576px) {
  nav .navbar-toggler {
    scale: 2;
  }
  nav .navbar-toggler:focus-visible {
    outline: 1px solid #158474;
  }
}
nav .nav__logo {
  width: 35%;
  max-width: 80px;
}
@media screen and (min-width: 992px) {
  nav .nav__logo {
    max-width: 140px;
  }
}
nav .button__nav {
  text-align: center;
  color: #503316;
  font-size: 0.8em;
}
nav .button__nav div {
  background: rgb(243.9874476987, 162.9665271967, 78.0125523013);
  border-radius: 10px;
  line-height: 1.2;
  padding: 0.75em 0.5em 0.25em;
  height: 100%;
  display: inline-block;
  margin-bottom: 0.25em;
  -webkit-box-shadow: 0 0.25em 0 rgb(231.1192468619, 125.3179916318, 14.3807531381);
          box-shadow: 0 0.25em 0 rgb(231.1192468619, 125.3179916318, 14.3807531381);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
nav .button__nav div:hover {
  -webkit-transform: translateY(0.25em);
          transform: translateY(0.25em);
  -webkit-box-shadow: 0 0 0 #fff !important;
          box-shadow: 0 0 0 #fff !important;
}
@media screen and (min-width: 576px) {
  nav .button__nav {
    font-size: 1.1em;
  }
  nav .button__nav div {
    padding: 0.75em 0.75em 0.4em;
  }
}
@media screen and (min-width: 768px) {
  nav .button__nav {
    font-size: 1.2em;
  }
}
nav ul li {
  color: #503316;
}
nav .nav-item.child {
  display: none;
  font-size: 0.8em;
  padding-left: 2em;
}
nav .nav__active ul {
  margin: auto;
}
nav .nav__active ul li {
  display: none;
  padding: 5px 0;
  line-height: 1.2;
  text-align: center;
  font-size: 0.8em;
}
nav .nav__active ul li.active__children {
  border-bottom: 2px solid rgb(193.8, 71.4, 132.6);
  color: rgb(193.8, 71.4, 132.6);
}
nav .nav__active ul li.active__carers {
  border-bottom: 2px solid #4693d0;
  color: #4693d0;
}
nav .nav__active ul li.active__teens {
  border-bottom: 2px solid #158474;
  color: #158474;
}
nav .nav__active ul li.active__support {
  border-bottom: 2px solid #503316;
  color: #503316;
}
@media screen and (min-width: 576px) {
  nav .nav__active ul li {
    padding: 0.5em 0.75em;
    border-radius: 10px;
    font-size: 1em;
  }
  nav .nav__active ul li.active__children {
    border: 2px solid rgb(193.8, 71.4, 132.6);
    color: rgb(193.8, 71.4, 132.6);
  }
  nav .nav__active ul li.active__carers {
    border: 2px solid rgb(45.9870689655, 121.3275862069, 181.0129310345);
    color: rgb(45.9870689655, 121.3275862069, 181.0129310345);
  }
  nav .nav__active ul li.active__teens {
    border: 2px solid #158474;
    color: #158474;
  }
  nav .nav__active ul li.active__support {
    border: 2px solid #503316;
    color: #503316;
  }
}

.navbar {
  position: sticky;
}
.navbar img {
  margin-right: 20px;
}

.nav-item {
  margin: 0 5px;
}
.nav-item a {
  position: relative;
  padding: 0;
  border-bottom: 1px dotted #503316;
}
.nav-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: rgb(234, 85, 4);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.nav-item a:hover::after {
  width: 100%;
}

.offcanvas.offcanvas-start {
  width: 70% !important;
  max-width: 500px;
}

.offcanvas-body {
  background: rgb(254.8121019108, 252.5573248408, 225.6878980892);
}

.nav-link {
  margin: 0.25em 0;
}

/*===============================
フッター
================================*/
footer p {
  text-align: justify;
}
@media screen and (min-width: 576px) {
  footer p {
    text-align: center;
  }
}
footer h3 {
  color: rgb(17.5, 110, 96.6666666667);
  text-align: center;
}
footer h3::before, footer h3::after {
  content: "";
  background-color: rgb(17.5, 110, 96.6666666667);
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url(../img/common/icon_fukidashi.svg);
  mask: url(../img/common/icon_fukidashi.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: text-bottom;
  line-height: 1;
  color: #000;
}
footer h3::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
footer .soudan__denwa h3 {
  color: rgb(159.10041841, 86.2677824268, 9.89958159);
}
footer .soudan__denwa h3::before, footer .soudan__denwa h3::after {
  background-color: rgb(159.10041841, 86.2677824268, 9.89958159);
}
footer .button__small,
footer .button__accordion {
  font-size: 1.2em;
  margin: 0 1em;
}
footer .button__small div,
footer .button__small button,
footer .button__accordion div,
footer .button__accordion button {
  display: block;
}
footer .button__small button,
footer .button__accordion button {
  width: 100%;
}
footer .accordion__inner {
  margin-top: 1em;
}
footer .accordion__inner li ruby {
  width: 5em;
}
footer dl {
  display: table;
  margin: 0 auto;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  footer dl {
    font-size: 1.57vw;
  }
}
@media screen and (min-width: 1200px) {
  footer dl {
    font-size: 1em;
  }
}
footer dl dt {
  -moz-text-align-last: justify;
  text-align-last: justify;
  width: 6em;
  padding-right: 0.75em;
}
footer dl dt,
footer dl dd {
  display: table-cell;
  vertical-align: bottom;
}
footer .soudan__text {
  padding-top: 1em;
  padding-bottom: 1em;
}
footer .footer__nav {
  padding: 15px 0;
  background: #fef263;
}
footer .footer__nav h5 {
  display: inline-block;
  border-top: 2px solid #503316;
  border-bottom: 2px solid #503316;
}
footer .footer__nav ul {
  margin-right: 60px;
}
footer .footer__nav ul li {
  line-height: 1.2;
  position: relative;
}
footer .footer__nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: rgb(234, 85, 4);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
footer .footer__nav ul li a:hover::after {
  width: 100%;
}

/*===============================
背景
================================*/
footer {
  background: rgb(254.4872611465, 248.3343949045, 175.0127388535);
  position: relative;
}
footer::before {
  content: "";
  position: absolute;
  top: calc(0px - 10vw);
  height: 10vw;
  width: 100vw;
  background: url(../img/common/back_footer.svg);
  background-size: cover;
  pointer-events: none;
}

/*===============================
ページトップへ戻る
================================*/
/*リンクの形状*/
#page-top button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f18a1e;
  border-radius: 5px;
  width: 2em;
  height: 2em;
  color: #fef263;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}
#page-top button span {
  background: #fff;
}

#page-top button:focus {
  background: #158474;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
/*===============================
ルビ
================================*/
.rubyon rt {
  visibility: visible;
  opacity: 1;
}

.rubyoff rt {
  visibility: hidden;
  opacity: 0;
  position: absolute; /* 親要素がrelativeの場合 */
  width: 0;
  height: 0;
  overflow: hidden;
}

/*===============================
ナビゲーション
================================*/
nav .active__carers {
  display: list-item !important;
}

/*===============================
コンテンツ
================================*/
#carers {
  background: #fdf8f0;
}

/*===============================
背景
================================*/