@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&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);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-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);
  }
}
.fade-list > * {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect > *:nth-child(1) {
  -webkit-animation: fadeUp 1s 0.5s 1 ease normal forwards;
          animation: fadeUp 1s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(2) {
  -webkit-animation: fadeUp 1s 1s 1 ease normal forwards;
          animation: fadeUp 1s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(3) {
  -webkit-animation: fadeUp 1s 1.5s 1 ease normal forwards;
          animation: fadeUp 1s 1.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(4) {
  -webkit-animation: fadeUp 1s 2s 1 ease normal forwards;
          animation: fadeUp 1s 2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(5) {
  -webkit-animation: fadeUp 1s 2.5s 1 ease normal forwards;
          animation: fadeUp 1s 2.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(6) {
  -webkit-animation: fadeUp 1s 3s 1 ease normal forwards;
          animation: fadeUp 1s 3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(7) {
  -webkit-animation: fadeUp 1s 3.5s 1 ease normal forwards;
          animation: fadeUp 1s 3.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(8) {
  -webkit-animation: fadeUp 1s 4s 1 ease normal forwards;
          animation: fadeUp 1s 4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(9) {
  -webkit-animation: fadeUp 1s 4.5s 1 ease normal forwards;
          animation: fadeUp 1s 4.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(10) {
  -webkit-animation: fadeUp 1s 5s 1 ease normal forwards;
          animation: fadeUp 1s 5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(11) {
  -webkit-animation: fadeUp 1s 5.5s 1 ease normal forwards;
          animation: fadeUp 1s 5.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(12) {
  -webkit-animation: fadeUp 1s 6s 1 ease normal forwards;
          animation: fadeUp 1s 6s 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;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
      -ms-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);
      -ms-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);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  -ms-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);
  -ms-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);
  -ms-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(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%;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*共通*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
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, .free2 {
  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: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.free:not(:first-child), .free2:not(:first-child) {
  margin-top: 2.5em;
}
.free.middle-box, .free2.middle-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.free > dt, .free2 > dt {
  max-width: 60%;
}
@media screen and (max-width: 760px ) {
  .free, .free2 { /*SP*/
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .free > dt, .free2 > dt {
    max-width: inherit;
    max-width: initial;
    width: 100%;
    text-align: center;
  }
  .free > dd, .free2 > dd {
    width: 100%;
  }
}

.free > dd {
  padding-left: 3%;
}
@media screen and (max-width: 760px ) {
  .free { /*SP*/ }
  .free > dd {
    padding: 2em 3% !important;
  }
}

.free2 > dt {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.free2 > dd {
  padding-right: 3%;
}
@media screen and (max-width: 760px ) {
  .free2 { /*SP*/ }
  .free2 > dt {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .free2 > dd {
    padding: 2em 3% !important;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

.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.7s;
  transition: all 0.7s;
}
.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;
}

.btn {
  padding: 1.5em 0;
  position: relative;
  padding-left: 5em;
}
.btn a {
  display: inline-block;
  color: inherit !important;
  text-decoration: none !important;
  padding: 10px 0;
  min-width: 25%;
  font-size: 120%;
  font-weight: bold;
  position: relative;
}
.btn a:before {
  font-size: 80%;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f061";
  background: #52a25d;
  color: #fff;
  line-height: 1;
  padding: 1.5em;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotateZ(0);
  -ms-transform: translateY(-50%) scale(1) rotateZ(0);
  transform: translateY(-50%) scale(1) rotateZ(0);
  left: -5em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn a:after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: #dedede;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.btn a:hover {
  color: #F08A1D;
  text-decoration: none;
}
.btn a:hover:before {
  background: #e7a45d;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.85) rotateZ(0);
  -ms-transform: translateY(-50%) scale(0.85) rotateZ(0);
  transform: translateY(-50%) scale(0.85) rotateZ(0);
}
.btn a:hover:after {
  width: 0;
}

.p-btn:last-child {
  margin-bottom: 0 !important;
}
.p-btn a {
  display: inline-block;
  padding: 1em 1.5em;
  padding-right: 3em;
  border: 2px solid #000;
  line-height: 1;
  letter-spacing: 2px;
  border-radius: 50px;
  position: relative;
  font-size: 85%;
  font-weight: normal;
  text-decoration: none;
  color: #333;
}
.p-btn a:before {
  display: none !important;
}
.p-btn a:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f061";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 1em;
  color: #2bc994;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.p-btn a:hover {
  background: #333;
  color: #fff;
}
.p-btn a:hover:after {
  right: 0.5em;
}

/*リンクアイコン----------------------*/
.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;
}

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

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

body > #wrap {
  height: auto;
}

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.7s;
  transition: all 0.7s;
}
.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;
}

/*-----------------------------------------------------------*/
/*ヘッダー*/
/*-----------------------------------------------------------*/
#top_hed {
  width: 100%;
  background-size: #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;
  background: #fff;
  position: relative;
  z-index: 1000;
}
#top_hed.scdown {
  position: fixed;
  top: 0;
  left: 0;
}
#top_hed h1 {
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 5px 1%;
  padding-right: 3%;
}

#g_nav {
  padding: 1em 0;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  #g_nav {
    display: none;
  }
}
#g_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;
}
#g_nav ul li:not(:first-child) {
  border-left: 1px solid #000;
}
#g_nav ul li a {
  display: inline-block;
  min-width: 6em;
  padding: 0.3em 0.8em;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
}
#g_nav ul li a span {
  display: block;
}
#g_nav ul li a .sub {
  font-size: 60%;
}
#g_nav ul li a:hover {
  background: #55BEFF;
}

#function_menu {
  min-width: 10em;
}
@media screen and (max-width: 760px ) {
  #function_menu {
    min-width: 11em;
  }
}
#function_menu 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: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#function_menu li {
  width: 50%;
  position: relative;
  aspect-ratio: 1/1;
}
#function_menu li a {
  display: block;
  position: relative;
  background: #dedede;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  text-align: center;
  padding: 15px;
}
#function_menu li a span.menu-text {
  color: #fff;
  font-size: 80%;
  font-weight: bold;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  bottom: 8px;
}
#function_menu li .menu-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  -ms-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#function_menu li:hover .menu-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1) rotateZ(0);
  -ms-transform: translate(-50%, -50%) scale(1.1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.1) rotateZ(0);
}
#function_menu #entry_btn a {
  background: #62dd6e;
}
#function_menu #entry_btn .menu-icon {
  padding-bottom: 1em;
}
#function_menu #menu_btn button {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  position: relative;
  border: none;
  outline: none;
  background: #168add;
  cursor: pointer;
}

#sideMenu {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  padding-left: 50%;
  background: url("../img/bg-menu.jpg") no-repeat center center;
  background-size: cover;
}
#sideMenu ul {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 10em 10%;
  background: #fff;
}
#sideMenu ul li {
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 1em;
}
#sideMenu ul li .sub {
  font-size: 50%;
}
#sideMenu ul li a {
  text-decoration: none;
  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: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 100%;
  padding-right: 1.5em;
}
#sideMenu ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 760px ) {
  #sideMenu {
    padding-left: 35%;
  }
  #sideMenu ul li a span {
    width: 100%;
    display: block;
  }
}

/*-----------------------------------------------------------*/
/*メインコンテンツ*/
/*-----------------------------------------------------------*/
@media screen and (max-width: 760px ) {
  .more {
    font-size: 85%;
  }
}
.more a {
  display: inline-block;
  font-size: 1rem;
  width: 8rem;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: relative;
  border: 1px solid #000;
  text-align: center;
}
@media screen and (max-width: 760px ) {
  .more a {
    font-size: 0.75rem;
    width: 6rem;
  }
}
.more a span {
  display: inline-block;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.more a:before, .more a:after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #000;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more a:before {
  right: -0.5rem;
  bottom: 1.5rem;
  width: 50%;
}
.more a:after {
  right: -0.75rem;
  bottom: 1.8rem;
  width: 1em;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.more a:hover {
  background: #fff;
}
.more a:hover:before {
  right: -1.5rem;
}
.more a:hover:after {
  right: -1.75rem;
}

span.wave {
  display: inline-block;
  position: relative;
  -webkit-text-decoration: #FFD02C wavy underline;
          text-decoration: #FFD02C wavy underline;
}

/*-----------------------------------------------------------*/
/*フッター*/
/*-----------------------------------------------------------*/
#entry_nav {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 45%;
  z-index: 1000;
}
#entry_nav ul {
  width: 100%;
  font-size: 110%;
}
#entry_nav ul a {
  text-align: center;
  padding: 2em 1.5em;
}
#entry_nav ul li:last-child {
  overflow: visible;
  position: relative;
}
#entry_nav ul li:last-child:after {
  display: inline-block;
  position: absolute;
  width: 3em;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: -3em;
  background: #38CB6C;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  #entry_nav {
    width: 75%;
  }
  #entry_nav .sub {
    display: none;
  }
}
@media screen and (max-width: 760px ) {
  #entry_nav {
    width: 95%;
  }
  #entry_nav .sub {
    display: none;
  }
}

.skewNav {
  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;
}
.skewNav li {
  width: 50%;
  position: relative;
  overflow: hidden;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 300% 100% !important;
}
.skewNav li.recinfo {
  background: #01b6d1;
  background: -webkit-gradient(linear, left top, right top, from(#01b6d1), to(#0081CA));
  background: linear-gradient(to right, #01b6d1, #0081CA);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
}
.skewNav li.entry {
  background: #38CB6C;
  background: -webkit-gradient(linear, left top, right top, from(#38CB6C), to(#02b8b3));
  background: linear-gradient(to right, #38CB6C, #02b8b3);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
}
.skewNav li:hover {
  background-position: 50% top;
}
.skewNav li a {
  padding: 1em 1.5em;
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transform: skew(20deg);
      -ms-transform: skew(20deg);
          transform: skew(20deg);
}
.skewNav li a span {
  display: block;
}
.skewNav li a span.sub {
  font-size: 65%;
  margin-bottom: 3px;
}

#footer {
  width: 100%;
  background: #3D4253;
  color: #fff;
  padding: 3em 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -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;
}
#footer address {
  min-width: 25%;
  padding: 0 5%;
  font-size: 85%;
}
#footer small {
  margin-top: 2.5em;
  display: block;
  width: 100%;
  font-size: 80%;
  background: #fff;
  padding: 10px;
  color: #3D4253;
}

#f_address dt {
  margin-bottom: 1.5em;
}
#f_address dd {
  line-height: 2;
}
#f_address dd span {
  font-size: 90%;
  display: inline-block;
}
#f_address dd span:not(:last-child) {
  margin-right: 1em;
}

#f_nav {
  min-width: 20%;
}
@media screen and (max-width: 760px ) {
  #f_nav { /*SP*/
    width: 100%;
    padding: 2em 5%;
  }
}
#f_nav li {
  border-bottom: 1px solid #fff;
}
#f_nav li a {
  font-size: 90%;
  display: block;
  padding: 0.75em;
  padding-right: 2.5em;
}

