@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap");
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 1081px ) { /*PC*/ }
@media screen and (max-width: 760px ) { /*SP*/ }
@media screen and (max-width: 1080px ) and (min-width: 761px ) { /*TB*/ }
@media screen and (max-width: 760px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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

/*フォントサイズ*/
body {
  font-family: "Noto Sans JP", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 100%;
  /*14px*/
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 100%;
  color: #2E302E;
}

table {
  font-size: inherit;
}

/*フォントサイズ*/
.clearfix:after {
  content: " ";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  clear: both;
  visibility: hidden;
}

* + html .clearfix {
  height: 1%;
}

* html .clearfix {
  height: 1%;
}

li::marker {
  content: none; /* または list-style-type: none; */
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*共通*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
a {
  text-decoration: none;
  color: inherit;
}
a, a * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

.clear {
  clear: both;
}

.pd10 {
  padding: 10px;
}

.fl_r {
  float: right;
}

.fl_l {
  float: left;
}

.tx_ac {
  text-align: center;
}

.tx_ar {
  text-align: right;
}

.tx_al {
  text-align: left;
}

ul.img2 > li, ul.img3 > li, ul.img4 > li {
  float: left;
  margin: auto;
  background: none !important;
  padding: 5px !important;
  text-align: center;
  overflow: hidden;
  _zoom: 1;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 760px ) {
  ul.img2 > li, ul.img3 > li, ul.img4 > li { /*SP*/
    width: 100% !important;
  }
}

ul.img2 > li {
  width: 50%;
}

ul.img3 > li {
  width: 33.3%;
}

ul.img4 > li {
  width: 25%;
}

.free > dt {
  float: left;
  margin-right: 15px;
}

.free2 > dt {
  float: right;
  margin-left: 15px;
}

.free > dd, .free2 > dd {
  overflow: hidden;
  _zoom: 1;
}
@media screen and (max-width: 760px ) {
  .free, .free2 { /*SP*/ }
  .free > dt, .free2 > dt {
    float: none;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}

.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.panel_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.panel_box > div > * {
  width: 100%;
}
.panel_box.box1 > * {
  width: 100%;
}
.panel_box.box2 > * {
  width: 50%;
}
.panel_box.box3 > * {
  width: 33.3333333333%;
}
.panel_box.box4 > * {
  width: 25%;
}
.panel_box.box5 > * {
  width: 20%;
}
.panel_box.box6 > * {
  width: 16.6666666667%;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .panel_box { /*SP*/ }
  .panel_box.box4 > * {
    width: 50%;
  }
  .panel_box.box5 > * {
    width: 40%;
  }
  .panel_box.box6 > * {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 760px ) {
  .panel_box { /*SP*/ }
  .panel_box.box2 > *, .panel_box.box3 > * {
    width: 100%;
  }
  .panel_box.box4 > * {
    width: 50%;
  }
  .panel_box.box5 > * {
    width: 40%;
  }
  .panel_box.box6 > * {
    width: 33.3333333333%;
  }
}
.panel_box.tile-layout > * {
  padding: 1em;
}
.panel_box.tile-layout > * .tile-box {
  padding: 1.5em;
  background: #f6f6f6;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.panel_box.tile-layout > * .tile-box:hover {
  background: #fff;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
}
@media all and (-ms-high-contrast: none) {
  .panel_box.tile-layout > * .tile-box:hover {
    -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
  }
}

.column-box.box2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .column-box.box2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (max-width: 760px ) {
  .column-box.box2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.column-box.box3 {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .column-box.box3 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (max-width: 760px ) {
  .column-box.box3 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.column-box.box4 {
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .column-box.box4 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 760px ) {
  .column-box.box4 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.column-box > * {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  padding: 0 10px 10px;
}
.column-box > *:first-child {
  margin-top: 0 !important;
}
.column-box > .full {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) { /*SP*/
  .sp-order-reset {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
.notice {
  color: red;
}

.pd_box {
  padding: 1em;
}

/*リンクアイコン----------------------*/
.pdf:after, .word:after, .jtd:after, .excel:after, .zip:after, .outerlink:after, .file:after {
  margin: 0 5px;
}

/*外部リンク*/
a.outerlink:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f35d";
  font-weight: 600;
  color: #9c9c9c;
}

/*pdf*/
a.pdf:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f1c1";
  color: #ff0000;
}

/*word*/
a.word:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f1c2";
  color: #007eff;
}

/*excel*/
a.excel:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f1c3";
  color: #55ad00;
}

/*zip*/
a.zip:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f1c6";
  color: #9c9c9c;
}

/*その他のファイル形式：jtd,xdw*/
a.file:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f016";
  color: #9c9c9c;
}

/*ボタン*/
.btn a {
  color: #009376;
  padding: 1em 5vw;
  border: 1px solid #009376;
  border-radius: 50px;
  position: relative;
}
.btn a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f054";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 10%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn a:hover {
  text-decoration: none;
  color: #fff !important;
  background: #009376;
}
.btn a:hover:after {
  right: 8%;
  color: #fff;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*フッター固定用css*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  /*　検証　一時コメントアウト
  	overflow: auto;
  */
}

#wrap {
  position: relative;
  height: 100%;
  min-height: 100%;
}

body > #wrap {
  height: auto;
}

#footer {
  width: 100%;
}

div#content {
  margin: 0 auto;
  line-height: 1.5;
}

.cont {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.cont.wide {
  max-width: 1280px;
}
.cont.narrow {
  max-width: 880px;
}
.cont img {
  max-width: 100%;
  height: auto;
}

.wd100 {
  width: 100%;
}

.wd80 {
  width: 80%;
}

.wd75 {
  width: 75%;
}

.wd70 {
  width: 70%;
}

.wd60 {
  width: 60%;
}

.wd50 {
  width: 50%;
}

.wd40 {
  width: 40%;
}

.wd30 {
  width: 30%;
}

.wd20 {
  width: 20%;
}

.wd25 {
  width: 25%;
}

.wd-reset {
  width: auto;
}

@media screen and (max-width: 1080px ) and (min-width: 761px ) { /*SP*/
  .tab-wd100 {
    width: 100%;
  }
  .tab-wd80 {
    width: 80%;
  }
  .tab-wd75 {
    width: 75%;
  }
  .tab-wd70 {
    width: 70%;
  }
  .tab-wd60 {
    width: 60%;
  }
  .tab-wd50 {
    width: 50%;
  }
  .tab-wd40 {
    width: 40%;
  }
  .tab-wd30 {
    width: 30%;
  }
  .tab-wd20 {
    width: 20%;
  }
  .tab-wd25 {
    width: 25%;
  }
  .tab-wd-reset {
    width: auto;
  }
}
@media screen and (max-width: 760px ) { /*SP*/
  .sp-wd100 {
    width: 100%;
  }
  .sp-wd80 {
    width: 80%;
  }
  .sp-wd75 {
    width: 75%;
  }
  .sp-wd70 {
    width: 70%;
  }
  .sp-wd60 {
    width: 60%;
  }
  .sp-wd50 {
    width: 50%;
  }
  .sp-wd40 {
    width: 40%;
  }
  .sp-wd30 {
    width: 30%;
  }
  .sp-wd25 {
    width: 25%;
  }
  .sp-wd20 {
    width: 20%;
  }
  .sp-wd-reset {
    width: auto;
  }
}
.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.panel_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.panel_box > div > * {
  width: 100%;
}
.panel_box.box1 > * {
  width: 100%;
}
.panel_box.box2 > * {
  width: 50%;
}
.panel_box.box3 > * {
  width: 33.3333333333%;
}
.panel_box.box4 > * {
  width: 25%;
}
.panel_box.box5 > * {
  width: 20%;
}
.panel_box.box6 > * {
  width: 16.6666666667%;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .panel_box { /*SP*/ }
  .panel_box.box4 > * {
    width: 50%;
  }
  .panel_box.box5 > * {
    width: 40%;
  }
  .panel_box.box6 > * {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 760px ) {
  .panel_box { /*SP*/ }
  .panel_box.box2 > *, .panel_box.box3 > * {
    width: 100%;
  }
  .panel_box.box4 > * {
    width: 50%;
  }
  .panel_box.box5 > * {
    width: 40%;
  }
  .panel_box.box6 > * {
    width: 33.3333333333%;
  }
}
.panel_box.tile-layout > * {
  padding: 1em;
}
.panel_box.tile-layout > * .tile-box {
  padding: 1.5em;
  background: #f6f6f6;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.panel_box.tile-layout > * .tile-box:hover {
  background: #fff;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
}
@media all and (-ms-high-contrast: none) {
  .panel_box.tile-layout > * .tile-box:hover {
    -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
  }
}

.column-box.box2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .column-box.box2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (max-width: 760px ) {
  .column-box.box2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.column-box.box3 {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .column-box.box3 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (max-width: 760px ) {
  .column-box.box3 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.column-box.box4 {
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .column-box.box4 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 760px ) {
  .column-box.box4 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.column-box > * {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  padding: 0 10px 10px;
}
.column-box > *:first-child {
  margin-top: 0 !important;
}
.column-box > .full {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) { /*SP*/
  .sp-order-reset {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
.notice {
  color: red;
}

.pd_box {
  padding: 1em;
}

/*--------------------------------------*/
/* WPビジュアルエディター用--------------------- */
/*--------------------------------------*/
img.size-auto, img.size-full,
img.size-large, img.size-medium,
.attachment img, .widget-container img {
  max-width: 100%;
  height: auto;
}

.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft, img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px 5px 0;
  max-width: 622px;
  /* caption width - 10px */
}

.wp-caption p.wp-caption-text {
  color: #777;
  font-size: 12px;
  margin: 5px;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #777;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery img {
  border: 10px solid #f1f1f1;
}

.gallery br + br {
  display: none;
}

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}

.fade-list > * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect > *:nth-child(1) {
  -webkit-animation: fadeUp 0.5s 0.1s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(2) {
  -webkit-animation: fadeUp 0.5s 0.2s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(3) {
  -webkit-animation: fadeUp 0.5s 0.3s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(4) {
  -webkit-animation: fadeUp 0.5s 0.4s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(5) {
  -webkit-animation: fadeUp 0.5s 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(6) {
  -webkit-animation: fadeUp 0.5s 0.6s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(7) {
  -webkit-animation: fadeUp 0.5s 0.7s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(8) {
  -webkit-animation: fadeUp 0.5s 0.8s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(9) {
  -webkit-animation: fadeUp 0.5s 0.9s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(10) {
  -webkit-animation: fadeUp 0.5s 1s 1 ease normal forwards;
          animation: fadeUp 0.5s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(11) {
  -webkit-animation: fadeUp 0.5s 1.1s 1 ease normal forwards;
          animation: fadeUp 0.5s 1.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(12) {
  -webkit-animation: fadeUp 0.5s 1.2s 1 ease normal forwards;
          animation: fadeUp 0.5s 1.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.focus-img {
  position: relative;
}
.focus-img img {
  display: block;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.focus-img.effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}

.pop-text > span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.pop-text.effect > span:nth-child(1) {
  -webkit-animation: fadeUp 0.25s 0.1s 1 ease normal forwards;
          animation: fadeUp 0.25s 0.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(2) {
  -webkit-animation: fadeUp 0.25s 0.2s 1 ease normal forwards;
          animation: fadeUp 0.25s 0.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(3) {
  -webkit-animation: fadeUp 0.25s 0.3s 1 ease normal forwards;
          animation: fadeUp 0.25s 0.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(4) {
  -webkit-animation: fadeUp 0.25s 0.4s 1 ease normal forwards;
          animation: fadeUp 0.25s 0.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(5) {
  -webkit-animation: fadeUp 0.25s 0.5s 1 ease normal forwards;
          animation: fadeUp 0.25s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(6) {
  -webkit-animation: fadeUp 0.25s 0.6s 1 ease normal forwards;
          animation: fadeUp 0.25s 0.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(7) {
  -webkit-animation: fadeUp 0.25s 0.7s 1 ease normal forwards;
          animation: fadeUp 0.25s 0.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(8) {
  -webkit-animation: fadeUp 0.25s 0.8s 1 ease normal forwards;
          animation: fadeUp 0.25s 0.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(9) {
  -webkit-animation: fadeUp 0.25s 0.9s 1 ease normal forwards;
          animation: fadeUp 0.25s 0.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(10) {
  -webkit-animation: fadeUp 0.25s 1s 1 ease normal forwards;
          animation: fadeUp 0.25s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(11) {
  -webkit-animation: fadeUp 0.25s 1.1s 1 ease normal forwards;
          animation: fadeUp 0.25s 1.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(12) {
  -webkit-animation: fadeUp 0.25s 1.2s 1 ease normal forwards;
          animation: fadeUp 0.25s 1.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(13) {
  -webkit-animation: fadeUp 0.25s 1.3s 1 ease normal forwards;
          animation: fadeUp 0.25s 1.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(14) {
  -webkit-animation: fadeUp 0.25s 1.4s 1 ease normal forwards;
          animation: fadeUp 0.25s 1.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(15) {
  -webkit-animation: fadeUp 0.25s 1.5s 1 ease normal forwards;
          animation: fadeUp 0.25s 1.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(16) {
  -webkit-animation: fadeUp 0.25s 1.6s 1 ease normal forwards;
          animation: fadeUp 0.25s 1.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(17) {
  -webkit-animation: fadeUp 0.25s 1.7s 1 ease normal forwards;
          animation: fadeUp 0.25s 1.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(18) {
  -webkit-animation: fadeUp 0.25s 1.8s 1 ease normal forwards;
          animation: fadeUp 0.25s 1.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(19) {
  -webkit-animation: fadeUp 0.25s 1.9s 1 ease normal forwards;
          animation: fadeUp 0.25s 1.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(20) {
  -webkit-animation: fadeUp 0.25s 2s 1 ease normal forwards;
          animation: fadeUp 0.25s 2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(21) {
  -webkit-animation: fadeUp 0.25s 2.1s 1 ease normal forwards;
          animation: fadeUp 0.25s 2.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(22) {
  -webkit-animation: fadeUp 0.25s 2.2s 1 ease normal forwards;
          animation: fadeUp 0.25s 2.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(23) {
  -webkit-animation: fadeUp 0.25s 2.3s 1 ease normal forwards;
          animation: fadeUp 0.25s 2.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(24) {
  -webkit-animation: fadeUp 0.25s 2.4s 1 ease normal forwards;
          animation: fadeUp 0.25s 2.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(25) {
  -webkit-animation: fadeUp 0.25s 2.5s 1 ease normal forwards;
          animation: fadeUp 0.25s 2.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(26) {
  -webkit-animation: fadeUp 0.25s 2.6s 1 ease normal forwards;
          animation: fadeUp 0.25s 2.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(27) {
  -webkit-animation: fadeUp 0.25s 2.7s 1 ease normal forwards;
          animation: fadeUp 0.25s 2.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(28) {
  -webkit-animation: fadeUp 0.25s 2.8s 1 ease normal forwards;
          animation: fadeUp 0.25s 2.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(29) {
  -webkit-animation: fadeUp 0.25s 2.9s 1 ease normal forwards;
          animation: fadeUp 0.25s 2.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pop-text.effect > span:nth-child(30) {
  -webkit-animation: fadeUp 0.25s 3s 1 ease normal forwards;
          animation: fadeUp 0.25s 3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

/*-----------------------------------------------------------*/
/*ヘッダー*/
/*-----------------------------------------------------------*/
header#top_hed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 1.5em 4%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 760px ) {
  header#top_hed {
    padding: 0;
  }
}
header#top_hed #logo {
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header#top_hed #logo img {
  max-width: 435px;
  width: 23vw;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  header#top_hed #logo img {
    margin-left: 10px;
    width: 80%;
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  header#top_hed #primary-nav {
    display: none;
  }
}
header#top_hed #primary-nav ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-right: 2vw;
}
header#top_hed #primary-nav ul li {
  padding: 0 1vw;
}
header#top_hed #primary-nav ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: clamp(1rem, 0.839rem + 0.24vw, 1.125rem);
  font-weight: 500;
}
header#top_hed #primary-nav ul li a:hover {
  color: #009376;
}
header#top_hed.scdown {
  position: fixed;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

#top_hed .sp_menu {
  background: #009376;
  outline: none;
  border: none;
  padding: 5px 15px;
  aspect-ratio: 1/1;
  text-align: center;
  border-radius: 5px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 760px ) {
  #top_hed .sp_menu {
    border-radius: 0px;
  }
}
#top_hed .sp_menu span {
  display: block;
}
#top_hed .sp_menu span.icon img {
  width: 3em;
}
#top_hed .sp_menu span.text {
  margin-top: 3px;
}
#top_hed .sp_menu:hover {
  background: #00765F;
}

/*サイトマップ*/
@-webkit-keyframes slideNav {
  0% {
    width: 0%;
    background: rgba(0, 0, 0, 0);
  }
  60% {
    width: 100%;
    background: rgba(0, 0, 0, 0);
  }
  100% {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
}
@keyframes slideNav {
  0% {
    width: 0%;
    background: rgba(0, 0, 0, 0);
  }
  60% {
    width: 100%;
    background: rgba(0, 0, 0, 0);
  }
  100% {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
}
#sitemenu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  width: 0;
  height: 100%;
  padding-left: 60%;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  #sitemenu {
    padding-left: 30%;
  }
}
@media screen and (max-width: 760px ) {
  #sitemenu {
    padding-left: 0;
  }
}
#sitemenu #side-sitemap {
  max-height: 70vh;
  overflow-y: scroll;
}
#sitemenu #side-sitemap .menu-sitemap-container > ul {
  font-family: "Noto Serif Japanese";
  margin: 0 auto 3em;
  border-top: 1px solid #fff;
}
#sitemenu #side-sitemap .menu-sitemap-container > ul li {
  border-bottom: 1px solid #15736a;
}
#sitemenu #side-sitemap .menu-sitemap-container > ul li a {
  display: block;
  color: #15736a;
  font-size: 90%;
  padding: 1em 5%;
  position: relative;
}
#sitemenu #side-sitemap .menu-sitemap-container > ul li a:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f054";
  color: #fff;
}
#sitemenu #side-sitemap .menu-sitemap-container ul.sub-menu {
  display: none;
}
#sitemenu .searchbox {
  width: 80%;
  margin: 3em auto 2em;
  position: relative;
}
#sitemenu .searchbox:before {
  content: "ページ内検索";
  color: #15736a;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 85%;
  position: absolute;
  top: -2em;
  left: 0;
}
#sitemenu #menu_cont {
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-filter: drop-shadow(-10px 0 10px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(-10px 0 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(-10px 0 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(-10px 0 10px rgba(0, 0, 0, 0.1));
  position: relative;
  padding: 1em;
}
@media all and (-ms-high-contrast: none) {
  #sitemenu #menu_cont {
    -webkit-box-shadow: -10px 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: -10px 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}
#sitemenu.active {
  display: block;
  -webkit-animation: slideNav 0.75s ease 0s 1 normal forwards;
          animation: slideNav 0.75s ease 0s 1 normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  width: 100%;
}
#sitemenu .sp_menu {
  text-align: right;
}
#sitemenu .sp_menu i {
  display: inline-block;
  background: #009688;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.8em;
  padding: 0.5em 0.7em;
  cursor: pointer;
}

.searchbox {
  background: #f0ebe5;
  padding: 5px 3px;
  position: relative;
  padding-left: 13%;
}
.searchbox .hd_search {
  width: 85%;
  background: none;
  border: none;
  outline: none;
}
@media screen and (max-width: 760px ) {
  .searchbox .hd_search { /*SP*/
    width: 70%;
  }
}
.searchbox .hd_search_bt {
  color: #15736a;
  width: 9%;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 5px;
  cursor: pointer;
}
@media screen and (max-width: 760px ) {
  .searchbox .hd_search_bt { /*SP*/
    width: 27%;
  }
}

/*-----------------------------------------------------------*/
/*メインコンテンツ*/
/*-----------------------------------------------------------*/
.bg-white {
  background: #fff;
  padding: 3em 3%;
}
.bg-white:not(:first-child) {
  margin-top: 2em;
}

.bg-gray {
  background: #eef5f3;
}

.bg-yellow {
  background: #fffbf1;
}

.bg-cross {
  background-color: #ffffff;
  background-image: repeating-linear-gradient(45deg, rgba(200, 200, 200, 0.1) 0px, rgba(200, 200, 200, 0.1) 10px, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 30px), repeating-linear-gradient(135deg, rgba(200, 200, 200, 0.1) 0px, rgba(200, 200, 200, 0.1) 10px, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 30px);
}

.bg-dot {
  background-size: 25px 25px;
  background-position: 0 0, 0px 0px;
  background-image: radial-gradient(#D6EBEB 2px, transparent 2px), radial-gradient(#D6EBEB 2px, #fff 2px);
}

.note {
  padding: 1em;
  background: #ecf1f0;
  margin-bottom: 2em;
}
.note p:not([class]) {
  margin-top: 1em !important;
  line-height: 1.5;
}

.massage {
  padding: 3em 5%;
  font-size: 110%;
}
.massage p {
  margin-bottom: 2.5em;
}
.massage span.accent {
  display: inline-block;
  line-height: 2;
  font-size: 110%;
  margin: 0 2px;
  padding: 0 2px;
  position: relative;
  z-index: 5;
}
.massage span.accent:before {
  display: inline-block;
  width: 100%;
  height: 0.8em;
  position: absolute;
  bottom: 0.1em;
  left: 0;
  content: "";
  background: #FFF3D3;
  z-index: -1;
}

/*-----------------------------------------------------------*/
/*フッター*/
/*-----------------------------------------------------------*/
#footer {
  width: 100%;
}
#footer img {
  max-width: 435px;
  width: 100%;
}
@media screen and (max-width: 760px ) {
  #footer img {
    width: 80%;
  }
}

.footer-main {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  color: #000000;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1420px;
  margin: 0 auto;
  padding: 2.625em 3%;
}
@media screen and (max-width: 760px ) {
  .footer-content {
    display: block;
    text-align: center;
  }
}
.footer-content > div {
  width: 49%;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .footer-content > div {
    width: 100%;
  }
}
.footer-content > nav {
  width: 49%;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .footer-content > nav {
    width: 100%;
  }
}

.footer-contact {
  width: 320px;
  line-height: 20px;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .footer-contact {
    width: 100%;
  }
}

@media screen and (max-width: 760px ) {
  .footer-logo img {
    width: 75%;
  }
}

.footer-address {
  margin-top: 1em;
  font-style: normal;
}

@media screen and (max-width: 760px ) {
  .footer-nav {
    display: none;
  }
}
.footer-nav ul {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
@media screen and (max-width: 760px ) {
  .footer-nav ul {
    width: 100%;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
.footer-nav ul li {
  width: 100%;
  font-size: 90%;
  margin-bottom: 1.5em;
  padding-left: 1em;
  position: relative;
}
.footer-nav ul li:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background-color: #005BAB;
}

.footer-social {
  margin-top: 1em;
}
@media screen and (max-width: 760px ) {
  .footer-social {
    text-align: center;
  }
}
.footer-social li {
  display: inline-block;
  padding: 8px;
}

.social-icon {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.social-icon-wide {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer-copyright {
  display: block;
  width: 100%;
  background-color: #009376;
  padding: 3em 10%;
  font-size: 85%;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}

#p_up {
  position: fixed;
  right: 0.5rem;
  bottom: 0rem;
  height: 64px;
  width: 64px;
  background: #009376;
  z-index: 2000;
  border-radius: 64px;
}
@media print {
  #p_up {
    position: absolute;
  }
}
@media screen and (max-width: 760px ), screen and (max-width: 1080px ) and (min-width: 761px ) {
  #p_up {
    bottom: 1rem;
    right: 1rem;
  }
}
@media screen and (max-width: 760px ) {
  #p_up {
    width: 48px;
    height: 48px;
    border-radius: 48px;
  }
}
#p_up a {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
  z-index: 15010;
  text-decoration: none;
}
#p_up a:hover {
  cursor: pointer;
  opacity: 0.8;
}
#p_up:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f077";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: 15000;
  color: #fafafa;
  font-size: 225%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#p_up:hover:after {
  top: 40%;
}

