@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 981px ) { /*PC*/ }
@media screen and (max-width: 560px ) { /*SP*/ }
@media screen and (max-width: 980px ) and (min-width: 561px ) { /*TB*/ }
@media screen and (max-width: 560px ) { /*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: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 1s cubic-bezier(0.33, 0.16, 0.29, 1);
  transition: 1s cubic-bezier(0.33, 0.16, 0.29, 1);
}
.fade.effect {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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


* {
  -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%;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

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

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: underline;
  color: inherit;
}
a, a * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

img {
  height: auto;
}

sup {
  vertical-align: super;
  font-size: 50%;
}

.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: 560px ) {
  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;
  width: 50%;
}
@media screen and (max-width: 560px ) {
  .free > dt {
    width: 100%;
  }
}

.free2 > dt {
  float: right;
  margin-left: 15px;
  width: 50%;
}
@media screen and (max-width: 560px ) {
  .free2 > dt {
    width: 100%;
  }
}

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

.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.box2 > div {
  width: 50%;
}
.panel_box.box3 > div {
  width: 33.3%;
}
.panel_box.box4 > div {
  width: 25%;
}
@media screen and (max-width: 560px ) {
  .panel_box { /*SP*/ }
  .panel_box.box2 div, .panel_box.box3 div, .panel_box.box4 div {
    width: 100%;
  }
}

.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;
}

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

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

body > #wrap {
  height: auto;
}

/*--------------------------------------*/
/* 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;
}

.ham_black {
  -webkit-transition: 0.8s cubic-bezier(0.33, 0.16, 0.29, 1);
  transition: 0.8s cubic-bezier(0.33, 0.16, 0.29, 1);
}
.ham_black:before {
  -webkit-transition: 0.8s cubic-bezier(0.33, 0.16, 0.29, 1);
  transition: 0.8s cubic-bezier(0.33, 0.16, 0.29, 1);
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.ham_black.open:before {
  opacity: 0.6;
  z-index: 100;
}

/*-----------------------------------------------------------*/
/*ヘッダー*/
/*-----------------------------------------------------------*/
#top_hed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -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;
  z-index: 9999;
  background: #ffffff;
}
#top_hed #logo {
  padding: 45px 1.9%;
  max-width: 414px;
  width: 30%;
  -webkit-transition: 0.8s cubic-bezier(0.33, 0.16, 0.29, 1);
  transition: 0.8s cubic-bezier(0.33, 0.16, 0.29, 1);
}
@media screen and (max-width: 560px ) {
  #top_hed #logo {
    width: 50%;
  }
}
#top_hed #logo img {
  width: 100%;
  height: auto;
}
#top_hed #nav_wrap {
  width: 68%;
  max-width: 732px;
  padding: 40px 0;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_hed #nav_wrap {
    display: none;
  }
}
#top_hed #nav_wrap #g_nav {
  width: 100%;
}
#top_hed #nav_wrap #g_nav ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -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;
  width: 100%;
}
#top_hed #nav_wrap #g_nav ul li {
  margin-right: 2.05vw;
}
#top_hed #nav_wrap #g_nav ul li:last-child {
  margin-right: 0;
}
#top_hed #nav_wrap #g_nav ul li a {
  text-decoration: none;
}
#top_hed #nav_wrap #g_nav ul li a:hover {
  opacity: 0.5;
}
#top_hed #hambtn {
  position: absolute;
  right: 12px;
  top: 30px;
  z-index: 150;
}
@media screen and (max-width: 560px ) {
  #top_hed #hambtn {
    top: 40px;
  }
}
#top_hed #hambtn button {
  border: 1px solid #000;
  background: #000;
  height: 50px;
  width: 50px;
}
#top_hed #hambtn button:hover {
  cursor: pointer;
}
#top_hed #hambtn button span {
  display: inline-block;
  position: absolute;
  background: #ffffff;
  width: 15px;
  height: 2px;
  left: 18px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#top_hed #hambtn button span:nth-of-type(1) {
  top: 18px;
}
#top_hed #hambtn button span:nth-of-type(2) {
  top: 23px;
  -webkit-transform-origin: center;
          transform-origin: center;
}
#top_hed #hambtn button span:nth-of-type(3) {
  top: 28px;
}
#top_hed #hambtn.open button span:nth-of-type(1) {
  top: 25px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#top_hed #hambtn.open button span:nth-of-type(2) {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
#top_hed #hambtn.open button span:nth-of-type(3) {
  top: 25px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#top_hed #hammenu_box {
  position: fixed;
  background: #f4f4f4;
  width: 30%;
  height: 100%;
  right: -30%;
  top: 0;
  z-index: 100;
  -webkit-transition: 0.8s cubic-bezier(0.33, 0.16, 0.29, 1);
  transition: 0.8s cubic-bezier(0.33, 0.16, 0.29, 1);
  padding: 0 2em;
  padding-top: 14vh;
  overflow: auto;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #top_hed #hammenu_box {
    width: 45%;
    right: -45%;
  }
}
@media screen and (max-width: 560px ) {
  #top_hed #hammenu_box {
    width: 100%;
    right: -100%;
  }
}
#top_hed #hammenu_box ul li {
  font-size: 140%;
  margin-bottom: 1.5em;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: 0.8s cubic-bezier(0.33, 0.16, 0.29, 1);
  transition: 0.8s cubic-bezier(0.33, 0.16, 0.29, 1);
}
#top_hed #hammenu_box ul li a {
  text-decoration: none;
}
#top_hed #hammenu_box ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f0a9";
  margin-right: 0.4em;
  color: #333ebe;
}
#top_hed #hammenu_box ul li a:hover {
  opacity: 0.6;
  padding-left: 0.4em;
}
#top_hed #hammenu_box .logo {
  margin: 5em 0 2em;
  max-width: 200px;
  width: 50%;
}
#top_hed #hammenu_box .logo img {
  width: 100%;
  height: auto;
}
#top_hed #hammenu_box .address {
  font-size: 85%;
  color: #777777;
}
#top_hed #hammenu_box.open {
  right: 0%;
}
#top_hed #hammenu_box.open ul li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#top_hed #hammenu_box.open ul li:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#top_hed #hammenu_box.open ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#top_hed #hammenu_box.open ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#top_hed #hammenu_box.open ul li:nth-of-type(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#top_hed #hammenu_box.open ul li:nth-of-type(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#top_hed #hammenu_box.open ul li:nth-of-type(6) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#top_hed #hammenu_box.open ul li:nth-of-type(7) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#top_hed #hammenu_box.open ul li:nth-of-type(8) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#top_hed.active #logo {
  padding: 30px 1.9%;
  max-width: 350px;
}
@media screen and (max-width: 560px ) {
  #top_hed.active #hambtn {
    top: 25px;
  }
}

/*-----------------------------------------------------------*/
/*メインコンテンツ*/
/*-----------------------------------------------------------*/
main {
  margin-top: 232px;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  main {
    margin-top: 150px;
  }
}

#footfix_btn > div img {
  width: 100%;
  height: auto;
}
#footfix_btn > div.foot_btn1 {
  position: fixed;
  bottom: 17vh;
  right: 0;
  width: 65px;
  -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));
  z-index: 500;
}
@media all and (-ms-high-contrast: none) {
  #footfix_btn > div.foot_btn1 {
    -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);
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #footfix_btn > div.foot_btn1 {
    width: 40px;
  }
}
#footfix_btn > div.foot_btn2 {
  position: fixed;
  bottom: 2em;
  right: 0;
  aspect-ratio: 1/1;
  width: 65px;
  z-index: 500;
}

/*-----------------------------------------------------------*/
/*フッター*/
/*-----------------------------------------------------------*/
footer {
  background: #454545;
}
footer #foot_wrap {
  margin: 0 auto;
  width: 90%;
  padding: 2em 0 40px;
}
@media screen and (max-width: 560px ) {
  footer #foot_wrap {
    padding: 4em 0;
  }
}
footer #foot_wrap .foot_nav {
  margin-bottom: 48px;
}
@media screen and (max-width: 560px ) {
  footer #foot_wrap .foot_nav {
    margin-bottom: 20px;
  }
}
footer #foot_wrap .foot_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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer #foot_wrap .foot_nav ul li {
  color: #ffffff;
  font-size: 87.5%;
  margin-left: 2em;
  margin-bottom: 0.5em;
}
footer #foot_wrap .foot_nav ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f0a9";
  margin-right: 0.4em;
  color: #00a5e2;
}
footer #foot_wrap .foot_nav ul li a {
  text-decoration: none;
}
footer #foot_wrap .foot_nav ul li a:hover {
  text-decoration: underline;
}
footer #foot_wrap .foot_logo {
  text-align: center;
}
@media screen and (max-width: 560px ) {
  footer #foot_wrap .foot_logo img {
    width: 50%;
  }
}
footer #foot_wrap .foot_logo + p {
  text-align: center;
  color: #fff;
  margin-top: 1.5em;
  margin-bottom: 0;
}
footer #copyright {
  background: #1e1e1e;
  color: #ffffff;
  font-size: 87.5%;
  text-align: center;
  padding: 1.5em 0;
}
footer #copyright p {
  margin: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

