@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("./font/NotoSerifCJKjp-Regular.woff") format("woff");
  font-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*/ }
@-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%;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 560px ) {
  body { /*SP*/
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}

#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: none;
  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);
}

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

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

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

/*リンクアイコン----------------------*/
a:not(:has(img))[target=_blank]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f35d";
  color: #fff;
  margin-left: 5px;
}
a:not(:has(img))[href*=".pdf"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f1c1";
  color: #ff0000;
  margin-left: 5px;
}
a:not(:has(img))[href*=".doc"]:after, a:not(:has(img))[href*=".docx"]:after, a:not(:has(img))[href*=".rtf"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f1c2";
  color: #007eff;
  margin-left: 5px;
}
a:not(:has(img))[href*=".xls"]:after, a:not(:has(img))[href*=".xlsx"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f1c3";
  color: #55ad00;
  margin-left: 5px;
}
a:not(:has(img))[href*=".zip"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f1c6";
  color: #9c9c9c;
  margin-left: 5px;
}

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

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

body > #wrap {
  height: auto;
}

/*#footer {
  position: absolute;
  bottom: 0;
  width: 100%; }*/
div#content {
  margin: 0 auto;
  line-height: 1.5;
}

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

/*-----------------------------------------------------------*/
/*ヘッダー*/
/*-----------------------------------------------------------*/
@media all and (min-width: 981px) {
  body.home #top_hed.custom .top-hed {
    opacity: 0;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 1.2s ease;
    transition: opacity 0.8s ease, -webkit-transform 1.2s ease;
    transition: opacity 0.8s ease, transform 1.2s ease;
    transition: opacity 0.8s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
  }
  body.home #top_hed.custom h1 {
    opacity: 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: opacity 0.8s ease 0.05s, -webkit-transform 1.1s ease 0.05s;
    transition: opacity 0.8s ease 0.05s, -webkit-transform 1.1s ease 0.05s;
    transition: opacity 0.8s ease 0.05s, transform 1.1s ease 0.05s;
    transition: opacity 0.8s ease 0.05s, transform 1.1s ease 0.05s, -webkit-transform 1.1s ease 0.05s;
  }
  body.home #top_hed.custom .primary-nav ul li {
    opacity: 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 1.1s ease;
    transition: opacity 0.8s ease, -webkit-transform 1.1s ease;
    transition: opacity 0.8s ease, transform 1.1s ease;
    transition: opacity 0.8s ease, transform 1.1s ease, -webkit-transform 1.1s ease;
  }
  body.home #top_hed.custom .primary-nav ul li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  body.home #top_hed.custom .primary-nav ul li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  body.home #top_hed.custom .primary-nav ul li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  body.home #top_hed.custom .primary-nav ul li:nth-child(4) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  body.home #top_hed.custom .primary-nav ul li:nth-child(5) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  body.home #top_hed.custom .nav-download a,
  body.home #top_hed.custom .nav-contact a {
    opacity: 0;
    -webkit-transform: translateY(-10px) scale(0.95);
        -ms-transform: translateY(-10px) scale(0.95);
            transform: translateY(-10px) scale(0.95);
    -webkit-transition: opacity 0.8s ease 0.25s, -webkit-transform 1.2s ease 0.25s;
    transition: opacity 0.8s ease 0.25s, -webkit-transform 1.2s ease 0.25s;
    transition: opacity 0.8s ease 0.25s, transform 1.2s ease 0.25s;
    transition: opacity 0.8s ease 0.25s, transform 1.2s ease 0.25s, -webkit-transform 1.2s ease 0.25s;
  }
  body.home #top_hed.custom .searchbox {
    opacity: 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 1.2s ease 0.3s;
    transition: opacity 0.8s ease 0.3s, -webkit-transform 1.2s ease 0.3s;
    transition: opacity 0.8s ease 0.3s, transform 1.2s ease 0.3s;
    transition: opacity 0.8s ease 0.3s, transform 1.2s ease 0.3s, -webkit-transform 1.2s ease 0.3s;
  }
  body.home #top_hed.custom.effect .top-hed {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  body.home #top_hed.custom.effect h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  body.home #top_hed.custom.effect .primary-nav ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  body.home #top_hed.custom.effect .nav-download a,
  body.home #top_hed.custom.effect .nav-contact a {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  body.home #top_hed.custom.effect .searchbox {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  body.home .footer.custom .footer-contact .footer-title {
    opacity: 0;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 1.1s ease;
    transition: opacity 0.8s ease, -webkit-transform 1.1s ease;
    transition: opacity 0.8s ease, transform 1.1s ease;
    transition: opacity 0.8s ease, transform 1.1s ease, -webkit-transform 1.1s ease;
  }
  body.home .footer.custom .footer-address div {
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 1.1s ease;
    transition: opacity 0.8s ease, -webkit-transform 1.1s ease;
    transition: opacity 0.8s ease, transform 1.1s ease;
    transition: opacity 0.8s ease, transform 1.1s ease, -webkit-transform 1.1s ease;
  }
  body.home .footer.custom .footer-address div:nth-child(1) {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
  body.home .footer.custom .footer-address div:nth-child(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  body.home .footer.custom .footer-address div:nth-child(3) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  body.home .footer.custom .footer-nav ul li {
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 1.1s ease;
    transition: opacity 0.8s ease, -webkit-transform 1.1s ease;
    transition: opacity 0.8s ease, transform 1.1s ease;
    transition: opacity 0.8s ease, transform 1.1s ease, -webkit-transform 1.1s ease;
  }
  body.home .footer.custom .footer-nav ul:nth-child(1) li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  body.home .footer.custom .footer-nav ul:nth-child(1) li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  body.home .footer.custom .footer-nav ul:nth-child(1) li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  body.home .footer.custom .footer-nav ul:nth-child(1) li:nth-child(4) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  body.home .footer.custom .footer-nav ul:nth-child(2) li:nth-child(1) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  body.home .footer.custom .footer-nav ul:nth-child(2) li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  body.home .footer.custom .footer-nav ul:nth-child(2) li:nth-child(3) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  body.home .footer.custom .footer-nav ul:nth-child(2) li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  body.home .footer.custom .footer-sub {
    opacity: 0;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 1.2s ease 0.2s;
    transition: opacity 0.8s ease 0.2s, -webkit-transform 1.2s ease 0.2s;
    transition: opacity 0.8s ease 0.2s, transform 1.2s ease 0.2s;
    transition: opacity 0.8s ease 0.2s, transform 1.2s ease 0.2s, -webkit-transform 1.2s ease 0.2s;
  }
  body.home .footer.custom.effect .footer-contact .footer-title {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  body.home .footer.custom.effect .footer-address div {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  body.home .footer.custom.effect .footer-nav ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  body.home .footer.custom.effect .footer-sub {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .p-up.custom {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0.9);
        -ms-transform: translateY(20px) scale(0.9);
            transform: translateY(20px) scale(0.9);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 1.2s ease;
    transition: opacity 0.8s ease, -webkit-transform 1.2s ease;
    transition: opacity 0.8s ease, transform 1.2s ease;
    transition: opacity 0.8s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
  }
  .p-up.custom.effect {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
p {
  margin: 0;
}

#top_hed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  background-color: #ffffff;
}
#top_hed a {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
#top_hed a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#top_hed .top-hed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: clamp(20px, 1.83vw, 35px) clamp(20px, 3.36vw, 32px);
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2509803922);
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
  gap: 3%;
}
#top_hed .top-hed .sp-br {
  display: none;
}
@media all and (max-width: 1220px) {
  #top_hed .top-hed .sp-br {
    display: inline;
  }
}
@media all and (max-width: 980px) {
  #top_hed .top-hed {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: clamp(10px, 2vw, 20px);
  }
}
#top_hed .top-hed h1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 900;
  font-size: clamp(18px, 1.47vw, 28px);
  line-height: 1.25;
  color: #000000;
  white-space: nowrap;
}
#top_hed .top-hed .primary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  max-width: 1161px;
  gap: clamp(8px, 0.83vw, 16px);
}
@media all and (max-width: 980px) {
  #top_hed .top-hed .primary-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_hed .top-hed .primary-nav {
    display: none;
  }
}
#top_hed .top-hed .primary-nav ul.nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
#top_hed .top-hed .primary-nav ul.nav li a {
  font-weight: 700;
  color: #000000;
  font-size: clamp(12px, 1.2vw, 18px);
  line-height: 1;
  white-space: nowrap;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#top_hed .top-hed .primary-nav ul.nav li a:hover {
  color: #f6951a;
}
#top_hed .top-hed .primary-nav ul.nav li a:not(:has(img))[target=_blank]:after {
  display: none;
}
#top_hed .top-hed .primary-nav .nav-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(8px, 0.83vw, 16px);
}
#top_hed .top-hed .primary-nav .nav-up .nav-download a {
  max-width: 150px;
  padding: clamp(10px, 0.83vw, 16px) clamp(10px, 0.78vw, 15px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(17, 134, 84)), to(rgb(17, 134, 84)));
  background: linear-gradient(0deg, rgb(17, 134, 84) 0%, rgb(17, 134, 84) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
  color: #ffffff;
  font-size: clamp(10px, 0.63vw, 12px);
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#top_hed .top-hed .primary-nav .nav-up .nav-download a:hover {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  opacity: 0.9;
}
#top_hed .top-hed .primary-nav .nav-up .nav-contact a {
  max-width: 150px;
  padding: clamp(10px, 0.83vw, 16px) clamp(20px, 1.73vw, 33px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f6951a;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
  color: #ffffff;
  font-size: clamp(10px, 0.73vw, 14px);
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#top_hed .top-hed .primary-nav .nav-up .nav-contact a:hover {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  opacity: 0.9;
}
#top_hed .top-hed .primary-nav .nav-up .searchbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 245px;
}
#top_hed .top-hed .primary-nav .nav-up .searchbox .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: clamp(28px, 1.83vw, 35px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(6px, 0.47vw, 9px) clamp(8px, 0.52vw, 10px) clamp(6px, 0.42vw, 8px) clamp(10px, 0.89vw, 17px);
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #d1d5db;
}
#top_hed .top-hed .primary-nav .nav-up .searchbox .form .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top_hed .top-hed .primary-nav .nav-up .searchbox .form .input input {
  border: none;
}
#top_hed .top-hed .primary-nav .nav-up .searchbox .form .input input:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
#top_hed .top-hed .primary-nav .nav-up .searchbox .form .input .text-wrapper-4 {
  font-weight: 400;
  color: #9ca3af;
  font-size: clamp(12px, 0.73vw, 14px);
  line-height: 1;
  white-space: nowrap;
}
#top_hed .top-hed .primary-nav .nav-up .searchbox .form .input .img {
  width: clamp(14px, 0.94vw, 18px);
  height: clamp(14px, 0.94vw, 18px);
}
@media all and (max-width: 560px) {
  #top_hed .top-hed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 981px ) {
  .ham_open {
    display: none;
  }
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  .ham_open {
    opacity: 1;
    position: absolute;
    right: 0.5rem;
    top: 20%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(17, 134, 84)), to(rgb(17, 134, 84)));
    background: linear-gradient(0deg, rgb(17, 134, 84) 0%, rgb(17, 134, 84) 100%);
    border: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 100000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ham_open span {
    position: relative;
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }
  .ham_open span:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: -6px;
    left: 0;
    border-radius: 2px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }
  .ham_open span:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    bottom: -6px;
    left: 0;
    border-radius: 2px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }
}

#ham {
  opacity: 0;
  display: none;
  position: fixed;
  z-index: 100001;
  top: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
}
#ham ul li a {
  min-width: 200px;
  width: 85%;
  padding: 1.25rem 0;
  display: block;
  background: linear-gradient(to right, #929292, #929292 1px, transparent 1px, transparent 3px) left bottom/4px 1px repeat-x;
  padding-right: 1rem;
  position: relative;
}
#ham #ham_close {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(17, 134, 84)), to(rgb(17, 134, 84)));
  background: linear-gradient(0deg, rgb(17, 134, 84) 0%, rgb(17, 134, 84) 100%);
  border: none;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 7.5%;
  right: 0.5rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
#ham #ham_close:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.85;
}
#ham #ham_close span {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) scale(1) rotateZ(45deg);
  transform: translate(-50%, -50%) scale(1) rotateZ(45deg);
}
#ham #ham_close span:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ham_open.open {
  opacity: 0;
}

.ham_open.open + #ham {
  opacity: 1 !important;
}

/*-----------------------------------------------------------*/
/*メインコンテンツ*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*フッター*/
/*-----------------------------------------------------------*/
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.footer a {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer p {
  margin: 0;
}
.footer .footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(40px, 3.8vw, 73px) clamp(24px, 7.8vw, 100px);
  width: 100%;
  background-color: #118654;
}
.footer .footer-main .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  .footer .footer-main .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer-main .footer-content .footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(16px, 1.26vw, 24px);
}
.footer .footer-main .footer-content .footer-contact .footer-title {
  color: #fff;
  font-size: clamp(18px, 1.26vw, 24px);
  letter-spacing: 1.2px;
  font-weight: 900;
}
@media screen and (max-width: 560px ) {
  .footer .footer-main .footer-content .footer-contact .footer-title span {
    display: inline-block;
  }
}
.footer .footer-main .footer-content .footer-contact .footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(6px, 0.4vw, 7px);
  color: #fff;
}
.footer .footer-main .footer-content .footer-contact .footer-address div {
  position: relative;
  color: #fff;
  font-size: clamp(12px, 0.84vw, 16px);
  line-height: 1.4;
  /*@media screen and (max-width: 560px ) {
    flex-direction: column;
    gap: 0;
  }*/
}
.footer .footer-main .footer-content .footer-contact .footer-address div .sp-br {
  display: none;
  height: 0;
}
@media screen and (max-width: 560px ) {
  .footer .footer-main .footer-content .footer-contact .footer-address div .sp-br {
    display: inline;
  }
}
.footer .footer-main .footer-content .footer-contact .footer-address div:after {
  max-width: 20px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .footer-main .footer-content .footer-contact .footer-address div {
  /*&.place:after {
    @include FontAwesome5(f3c5);
  }
  &.tel:after {
    @include FontAwesome5(f095);
  }
  &.fax:after {
    @include FontAwesome5(f1ac);
  }*/
}
.footer .footer-main .footer-content .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 1.68vw, 32px);
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  .footer .footer-main .footer-content .footer-nav {
    margin-top: 2em;
  }
}
.footer .footer-main .footer-content .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(8px, 0.63vw, 12px);
}
.footer .footer-main .footer-content .footer-nav ul li a {
  color: #fff;
  font-size: clamp(12px, 0.84vw, 16px);
}
.footer .footer-main .footer-content .footer-nav ul li a:hover {
  opacity: 0.7;
}
.footer .footer-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: #fff;
  padding: clamp(16px, 1.26vw, 24px) clamp(24px, 7.8vw, 100px);
}
.footer .footer-sub .foot-sub-box {
  max-width: 1280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  .footer .footer-sub .foot-sub-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer-sub .foot-sub-box p a {
  font-size: clamp(10px, 0.63vw, 12px);
}
.footer .footer-sub .foot-sub-box p a:hover {
  opacity: 0.7;
}
.footer .footer-sub .foot-sub-box .small p {
  font-size: clamp(10px, 0.63vw, 12px);
}

.p-up {
  position: fixed;
  right: clamp(16px, 2vw, 32px);
  bottom: clamp(16px, 2vw, 32px);
}
.p-up a {
  display: block;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.p-up a:hover {
  opacity: 0.9;
}
.p-up .vector {
  width: clamp(40px, 3.5vw, 68px);
  height: auto;
}

/*-----------------------------------------------------------*/
/*404*/
/*-----------------------------------------------------------*/
#post-0 {
  text-align: center;
  padding: 5%;
}
#post-0 input[type=submit] {
  margin-top: 2%;
}

