@charset "UTF-8";

/*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 all and (max-width: 980px ) { /*sp_tab*/ }
@media screen and (max-width: 560px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 87.5%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  opacity: 0;
}
.fadeInUp.effect {
  -webkit-animation: fadeInUp 1s ease 0s 1 normal forwards;
          animation: fadeInUp 1s ease 0s 1 normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.fade_list2 > * {
  opacity: 0;
}
.fade_list2.effect > * {
  -webkit-animation: fadeInUp 1s ease 0s 1 normal forwards;
          animation: fadeInUp 1s ease 0s 1 normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade_list2.effect > *:nth-child(1) {
  -webkit-animation-delay: calc( 0.1s * 1 );
          animation-delay: calc( 0.1s * 1 );
}
.fade_list2.effect > *:nth-child(2) {
  -webkit-animation-delay: calc( 0.1s * 2 );
          animation-delay: calc( 0.1s * 2 );
}
.fade_list2.effect > *:nth-child(3) {
  -webkit-animation-delay: calc( 0.1s * 3 );
          animation-delay: calc( 0.1s * 3 );
}
.fade_list2.effect > *:nth-child(4) {
  -webkit-animation-delay: calc( 0.1s * 4 );
          animation-delay: calc( 0.1s * 4 );
}
.fade_list2.effect > *:nth-child(5) {
  -webkit-animation-delay: calc( 0.1s * 5 );
          animation-delay: calc( 0.1s * 5 );
}
.fade_list2.effect > *:nth-child(6) {
  -webkit-animation-delay: calc( 0.1s * 6 );
          animation-delay: calc( 0.1s * 6 );
}
.fade_list2.effect > *:nth-child(7) {
  -webkit-animation-delay: calc( 0.1s * 7 );
          animation-delay: calc( 0.1s * 7 );
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.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.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: #222;
  z-index: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.move-img img, .move-img source {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img, .move-img.effect source {
  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);
}


@font-face {
  font-family: "YakuHanJP";
  font-style: bold;
  font-weight: 900;
  src: url("font/YakuHanJP-Bold.woff2") format("woff2"), url("./font/YakuHanJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/YakuHanJP-Regular.woff2") format("woff2"), url("./font/YakuHanJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("./font/NotoSansCJKjp-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: bold;
  font-weight: 700;
  src: url("./font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("./font/NotoSansCJKjp-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  src: url("./font/Inter-SemiBold.woff2") format("woff2"), url("./font/Inter-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("./font/Inter-Regular.woff2") format("woff2"), url("./font/Inter-Regular.woff") format("woff");
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*フォントサイズ*/
body {
  font-family: "YakuHanJP", "Inter", "Noto Sans JP", sans-serif, 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: #333333;
}

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 {
  color: inherit;
}
a:hover {
  text-decoration: none;
}
a:hover img, a:hover source {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.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 all and (max-width: 980px ) {
  ul.img2 > li, ul.img3 > li, ul.img4 > li { /*sp_tab*/
    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, .free2 {
  padding-bottom: 1rem;
}
.free > dd, .free2 > dd {
  overflow: hidden;
  _zoom: 1;
}
@media all and (max-width: 980px ) {
  .free, .free2 { /*sp_tab*/ }
  .free > dt, .free2 > dt {
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2em;
    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 all and (max-width: 980px ) {
  .panel_box { /*sp_tab*/ }
  .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%;
  overflow: hidden;
}

body > #wrap {
  height: auto;
}

div#content {
  width: 100%;
  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;
}

.sp_dp {
  display: none;
}
@media all and (max-width: 980px ) {
  .sp_dp { /*sp_tab*/
    display: inline;
  }
}

.sp_hide {
  display: inline;
}
@media all and (max-width: 980px ) {
  .sp_hide { /*sp_tab*/
    display: none;
  }
}

.tx_blue {
  color: #00b0ec;
}

.tx_green {
  color: #6eb92e;
}

.tx_orange {
  color: #ee7700;
}

/*-----------------------------------------------------------*/
/*ヘッダー*/
/*-----------------------------------------------------------*/
@media all and (max-width: 980px ) {
  #hed_info-wrapper #top_hed { /*sp_tab*/
    margin-top: 20px;
    height: 90vh;
  }
}
#hed_info-wrapper #top_hed .ham {
  position: fixed;
  top: 45%;
  right: 0;
  z-index: 4999;
  display: block;
  background: none;
  border: none;
  outline: none;
}
#hed_info-wrapper #top_hed .ham:hover {
  cursor: pointer;
}
#hed_info-wrapper #top_hed .ham #ham_menu {
  height: 60px;
  width: 60px;
}
@media all and (max-width: 980px ) {
  #hed_info-wrapper #top_hed .ham #ham_menu { /*sp_tab*/
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 560px ) {
  #hed_info-wrapper #top_hed .ham #ham_menu {
    width: 40px;
  }
}
@-webkit-keyframes hamAnime {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes hamAnime {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
#hed_info-wrapper #top_hed .ham #ham_menu:not(.active) span:after {
  -webkit-animation: hamAnime 3s linear 0s infinite normal forwards;
          animation: hamAnime 3s linear 0s infinite normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
#hed_info-wrapper #top_hed .ham #ham_menu:not(.active) span:nth-child(2):after {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#hed_info-wrapper #top_hed .ham #ham_menu:not(.active) span:nth-child(3):after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#hed_info-wrapper #top_hed .ham #ham_menu span {
  position: absolute;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  width: 22px;
  height: 2px;
  top: 16px;
  left: 19px;
  overflow: hidden;
  background: #000;
}
#hed_info-wrapper #top_hed .ham #ham_menu span:after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
}
#hed_info-wrapper #top_hed .ham #ham_menu span:nth-of-type(2) {
  top: 24px;
}
#hed_info-wrapper #top_hed .ham #ham_menu span:last-child {
  top: 32px;
}
@media all and (max-width: 980px ) {
  #hed_info-wrapper #top_hed .ham #ham_menu span { /*sp_tab*/
    width: 16px;
    left: 16px;
    top: 15px;
  }
  #hed_info-wrapper #top_hed .ham #ham_menu span:nth-of-type(2) {
    top: 23px;
  }
  #hed_info-wrapper #top_hed .ham #ham_menu span:last-child {
    top: 31px;
  }
}
@media screen and (max-width: 560px ) {
  #hed_info-wrapper #top_hed .ham #ham_menu span {
    left: 12px;
  }
}
#hed_info-wrapper #top_hed .ham #ham_menu.active span:first-child {
  top: 24px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#hed_info-wrapper #top_hed .ham #ham_menu.active span:nth-of-type(2) {
  width: 0;
}
#hed_info-wrapper #top_hed .ham #ham_menu.active span:last-child {
  top: 24px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#hed_info-wrapper #top_hed .ham p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
}
@-moz-document url-prefix() {
  #hed_info-wrapper #top_hed .ham p {
    /* ここに書く */
    padding-left: 1.3em;
  }
}
#hed_info-wrapper #top_hed .ham p span {
  display: inline-block;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
#hed_info-wrapper #top_hed #sitemap {
  position: fixed;
  right: -100vw;
  top: 0;
  background: #ffffff;
  padding: 50px 5% 0 3%;
  height: 100vh;
  z-index: 2000;
  opacity: 0;
  width: 500px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -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) {
  #hed_info-wrapper #top_hed #sitemap {
    -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: 560px ) {
  #hed_info-wrapper #top_hed #sitemap { /*SP*/
    width: 100vw;
    padding: 50px 10% 0 8%;
    overflow-y: scroll;
  }
}
#hed_info-wrapper #top_hed #sitemap > p {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 981px ) {
  #hed_info-wrapper #top_hed #sitemap > p { /*PC*/
    margin-top: 1em;
  }
}
#hed_info-wrapper #top_hed #sitemap > p a {
  text-decoration: none;
}
#hed_info-wrapper #top_hed #sitemap > p .sitemap_logo {
  height: 7vh;
  width: auto;
  display: inline-block;
  margin-bottom: 2.1vh;
}
@media all and (max-width: 980px ) {
  #hed_info-wrapper #top_hed #sitemap > p .sitemap_logo { /*sp_tab*/
    height: 5.5vh;
    margin: 0 3% 0.5% 0;
  }
}
#hed_info-wrapper #top_hed #sitemap > p .sitemap_name {
  height: 5vh;
  width: auto;
}
@media all and (max-width: 980px ) {
  #hed_info-wrapper #top_hed #sitemap > p .sitemap_name { /*sp_tab*/
    height: 7vh;
  }
}
#hed_info-wrapper #top_hed #sitemap .sitemap_nav {
  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: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  display: none;
  margin-bottom: 20px;
}
#hed_info-wrapper #top_hed #sitemap .sitemap_nav li {
  width: 48%;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  position: relative;
  z-index: 10;
  border: 1px dotted #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media all and (max-width: 980px ) {
  #hed_info-wrapper #top_hed #sitemap .sitemap_nav li { /*sp_tab*/
    margin-bottom: 0;
  }
}
#hed_info-wrapper #top_hed #sitemap .sitemap_nav li:nth-of-type(odd) {
  margin-right: 4%;
}
#hed_info-wrapper #top_hed #sitemap .sitemap_nav li:hover {
  background: #d9f3fc;
  border: 1px dotted #00b0ec;
}
#hed_info-wrapper #top_hed #sitemap .sitemap_nav li a {
  text-decoration: none;
  display: inline-block;
  height: 100%;
  width: 100%;
  padding-bottom: 1.5rem;
  font-size: 87.5%;
}
@media screen and (max-width: 560px ) {
  #hed_info-wrapper #top_hed #sitemap .sitemap_nav li a {
    font-size: 100%;
  }
}
#hed_info-wrapper #top_hed #sitemap .sitemap_nav li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 225%;
  z-index: -1;
  color: #00b0ec;
  display: block;
  padding: 1.5rem 0 0.8rem;
}
#hed_info-wrapper #top_hed #sitemap .sitemap_otherNav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
#hed_info-wrapper #top_hed #sitemap .sitemap_otherNav li {
  border-top: 1px solid #aaa;
  width: 100%;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  font-weight: 700;
}
#hed_info-wrapper #top_hed #sitemap .sitemap_otherNav li:last-child {
  border-bottom: 1px solid #aaa;
}
#hed_info-wrapper #top_hed #sitemap .sitemap_otherNav li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f061";
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  right: 0.5em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
#hed_info-wrapper #top_hed #sitemap .sitemap_otherNav li a {
  text-decoration: none;
  padding: 1em 0;
  display: inline-block;
  width: 100%;
}
#hed_info-wrapper #top_hed #sitemap .sitemap_otherNav li:hover {
  color: #00b0ec;
}
#hed_info-wrapper #top_hed #sitemap .sitemap_otherNav li:hover:after {
  right: 0;
}
#hed_info-wrapper #top_hed #sitemap.open {
  opacity: 1;
  right: 0;
}
#hed_info-wrapper #top_hed #sitemap.open ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#hed_info-wrapper #top_hed #sitemap #sitemap::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
#hed_info-wrapper #top_hed #hed_wrap #g_nav {
  background: #ffffff;
  display: inline-block;
  padding: 0 3% 7vh 1%;
  border-radius: 0 0 50px 0;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #hed_info-wrapper #top_hed #hed_wrap #g_nav { /*sp_tab*/
    padding: 1vh 6% 1vh 3%;
    border-radius: 0 0 20px 0;
  }
}
@media screen and (max-width: 560px ) {
  #hed_info-wrapper #top_hed #hed_wrap #g_nav { /*sp_tab*/
    padding: 1vh 12% 2.5vh 3%;
    border-radius: 0 0 20px 0;
  }
}
@media all and (max-width: 980px ) {
  #hed_info-wrapper #top_hed #hed_wrap #g_nav nav { /*sp_tab*/
    display: none;
  }
}
#hed_info-wrapper #top_hed #hed_wrap #g_nav nav ul li {
  margin-bottom: 3vh;
  letter-spacing: 0.07em;
  font-weight: 700;
  position: relative;
  padding-left: 2.2em;
}
#hed_info-wrapper #top_hed #hed_wrap #g_nav nav ul li:last-child {
  margin-bottom: 0;
}
#hed_info-wrapper #top_hed #hed_wrap #g_nav nav ul li a {
  text-decoration: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#hed_info-wrapper #top_hed #hed_wrap #g_nav nav ul li:hover {
  color: #00b0ec;
}
#hed_info-wrapper #top_hed #hed_wrap #g_nav nav ul li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 125%;
  padding-right: 0.5em;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.nav_wrapper ul li a[href*=topics]:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f0f3";
}
.nav_wrapper ul li a[href*=outline]:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f015";
}
.nav_wrapper ul li a[href*=service]:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f1ae";
}
.nav_wrapper ul li a[href*=activity]:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f70c";
}
.nav_wrapper ul li a[href*=flow]:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f518";
}
.nav_wrapper ul li a[href*=recruit]:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f2bb";
}
.nav_wrapper ul li a[href*=contact]:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f0e0";
}

/*-----------------------------------------------------------*/
/*メインコンテンツ*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*フッター*/
/*-----------------------------------------------------------*/
footer {
  background: url(../img/top_footer-bg.jpg) no-repeat bottom left 15%;
  background-size: cover;
  padding: 110px 0;
}
footer #footer_wrap {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
footer #footer_wrap > div {
  background: #ffffff;
  padding: 5% 80px;
  border-radius: 30px;
  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;
}
@media all and (max-width: 980px ) {
  footer #footer_wrap > div { /*sp_tab*/
    background: rgba(255, 255, 255, 0.8);
    padding: 10% 10%;
  }
}
footer #footer_wrap > div > p {
  max-width: 140px;
  width: 18%;
}
@media all and (max-width: 980px ) {
  footer #footer_wrap > div > p { /*sp_tab*/
    width: 100%;
    margin: 0 auto 30px;
  }
}
footer #footer_wrap > div > p img, footer #footer_wrap > div > p source {
  width: 100%;
  height: auto;
}
footer #footer_wrap > div > div {
  width: 75%;
  max-width: 550px;
}
@media all and (max-width: 980px ) {
  footer #footer_wrap > div > div { /*sp_tab*/
    width: 100%;
  }
}
footer #footer_wrap > div > div > p {
  text-align: center;
  margin-top: 1em;
  font-size: 75%;
}
footer #footer_wrap > div > div > div {
  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;
  border-bottom: 1px solid #000000;
  padding-bottom: 30px;
}
@media all and (max-width: 980px ) {
  footer #footer_wrap > div > div > div { /*sp_tab*/
    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;
    padding-bottom: 1.5rem;
  }
}
footer #footer_wrap > div > div > div > p {
  margin: 0;
}
footer #footer_wrap > div > div > div > p.address {
  border-right: 1px solid #000000;
  line-height: 1.8;
  padding: 0 3%;
  font-size: 87.5%;
  width: 44%;
}
@media all and (max-width: 980px ) {
  footer #footer_wrap > div > div > div > p.address { /*sp_tab*/
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
footer #footer_wrap > div > div > div > p.sns {
  width: 12%;
  position: relative;
  text-align: center;
  font-size: 72%;
  margin-top: 1em;
}
@media all and (max-width: 980px ) {
  footer #footer_wrap > div > div > div > p.sns { /*sp_tab*/
    width: 100%;
  }
}
footer #footer_wrap > div > div > div > p.sns a {
  display: inline-block;
  margin-top: 0.8em;
  text-decoration: none;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  footer #footer_wrap > div > div > div > p.sns a {
    margin-top: 0;
  }
  footer #footer_wrap > div > div > div > p.sns a:first-child {
    margin-right: 1em;
  }
}
footer #footer_wrap > div > div > div ul {
  width: 100%;
  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;
  margin-bottom: 1rem;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
}
footer #footer_wrap > div > div > div ul li {
  margin-right: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.6em;
  padding-left: 1.125rem;
  position: relative;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  footer #footer_wrap > div > div > div ul li {
    width: 50%;
    margin: 0 0 0.6em;
  }
}
footer #footer_wrap > div > div > div ul li a {
  text-decoration: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
footer #footer_wrap > div > div > div ul li a:hover {
  opacity: 0.8;
}
footer #footer_wrap > div > div > div ul li:last-child {
  margin-bottom: 0;
}
footer #footer_wrap > div > div > div ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f111";
  font-weight: 500;
  color: #00b0ec;
  margin-right: 0.4em;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.75;
}
@media all and (max-width: 980px ) {
  footer #footer_wrap > div > div > div ul:first-child { /*sp_tab*/
    border-right: none;
    border-bottom: 1px solid #000000;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media all and (max-width: 980px ) {
  footer #footer_wrap > div > div > div ul:nth-of-type(2) { /*sp_tab*/
    border-right: none;
    border-bottom: 1px solid #000000;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

