@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&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*/ }
@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: 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.1s;
  transition: all 0.1s;
  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.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;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

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

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


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

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

#wrap {
  font-size: 100%;
  color: #2E302E;
  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: underline;
}
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: #9c9c9c;
  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: #fff;
}

body > #wrap {
  height: auto;
}

#footer {
  bottom: 0;
  width: 100%;
}

div#content {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  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: #fff;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  padding: 4px;
  text-align: center;
}

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

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

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto 18px;
}

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

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

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

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

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

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

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

.gallery dl {
  margin: 0;
}

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

.gallery br + br {
  display: none;
}

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

/*-----------------------------------------------------------*/
/*ヘッダー*/
/*-----------------------------------------------------------*/
#top_hed {
  background: #fff;
  width: 100%;
  padding: 1em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 560px ) {
  #top_hed {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #top_hed h1#logo {
    width: 30%;
    max-width: 140px;
  }
}
#top_hed h1#logo img {
  max-width: 100%;
  min-width: 180px;
  width: auto;
}
@media screen and (max-width: 560px ) {
  #top_hed h1#logo img {
    width: 60%;
  }
}
#top_hed #g_nav {
  width: auto;
  padding: 0 1em;
}
#top_hed #g_nav > ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  background: #2D3B93;
  border-radius: 5px;
  max-width: 100%;
  width: auto;
}
@media screen and (max-width: 560px ), (max-width: 820px) {
  #top_hed #g_nav > ul {
    display: none;
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #top_hed #g_nav > ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#top_hed #g_nav > ul > li {
  color: #fff;
  padding: 0.8em 1.8em;
  padding-right: 0;
  font-size: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
  white-space: nowrap;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #top_hed #g_nav > ul > li {
    padding: 0.5em 1em;
    font-size: clamp(0.7rem, 0.5rem + 0.5vw, 0.9rem);
  }
}
#top_hed #g_nav > ul > li:last-child {
  padding-right: 1.8em;
}
#top_hed #g_nav > ul > li:last-of-type a {
  border-right: none;
}
#top_hed #g_nav > ul > li > a {
  display: inline-block;
  border-right: 1px solid #fff;
  height: 100%;
  padding-right: 1em;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) left bottom/0% 1px no-repeat;
  background: linear-gradient(#fff, #fff) left bottom/0% 1px no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#top_hed #g_nav > ul > li > a:hover {
  background-size: 90% 1px;
}
#top_hed #g_nav > ul > li a:not(:has(img))[target=_blank]:after {
  color: #fff;
}
#top_hed #g_nav > ul .g_nav_form {
  position: relative;
}
#top_hed #g_nav > ul .g_nav_form span {
  border-right: 1px solid #fff;
  padding-right: 1em;
}
#top_hed #g_nav > ul .g_nav_form .g_main_wrap {
  position: absolute;
  top: 95%;
  left: 0;
  background: #2D3B93;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  width: 200%;
  height: auto;
  border-radius: 0 0 10px 10px;
}
#top_hed #g_nav > ul .g_nav_form .g_main_wrap li {
  line-height: 1.75;
  padding: 1em;
  border-bottom: 1px solid #011489;
}
#top_hed #g_nav > ul .g_nav_form .g_main_wrap li:last-child {
  border-bottom: none;
}
#top_hed #g_nav > ul .g_nav_form .g_main_wrap li a {
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) left bottom/0% 1px no-repeat;
  background: linear-gradient(#fff, #fff) left bottom/0% 1px no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#top_hed #g_nav > ul .g_nav_form .g_main_wrap li a:hover {
  background-size: 90% 1px;
}
#top_hed #g_nav > ul .g_nav_form:hover .g_main_wrap {
  opacity: 1;
  visibility: visible;
}
#top_hed #g_nav > ul li.g_nav_form > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f0d7";
  padding-left: 0.3em;
  display: inline-block;
}
#top_hed #g_nav .ham {
  display: none;
  font-size: 125%;
  position: relative;
  padding: 1em;
  border: 1px solid #2D3B93;
  outline: none;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}
@media (max-width: 820px) {
  #top_hed #g_nav .ham {
    display: block;
  }
}
@media screen and (max-width: 560px ) {
  #top_hed #g_nav .ham {
    opacity: 1;
  }
}
#top_hed #g_nav .ham span.border {
  display: inline-block;
  width: 1em;
  height: 2px;
  border-radius: 5px;
  background: #2D3B93;
  position: absolute;
  right: 25%;
}
#top_hed #g_nav .ham span.border:nth-child(1) {
  top: 30%;
}
#top_hed #g_nav .ham span.border:nth-child(2) {
  top: 50%;
}
#top_hed #g_nav .ham span.border:nth-child(3) {
  top: 70%;
}
#top_hed #g_nav .ham_menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #2D3B93;
  pointer-events: none;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
  padding: 5em 4em 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
  overflow: auto;
}
@media screen and (max-width: 560px ) {
  #top_hed #g_nav .ham_menu {
    width: 100%;
  }
}
#top_hed #g_nav .ham_menu > ul > li {
  font-weight: bold;
  line-height: 1.25;
  font-size: clamp(12px, 2.1vw, 19.2px);
  padding: 1.5em 0;
  color: #fff;
}
#top_hed #g_nav .ham_menu > ul > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f02e";
  color: #fff;
  padding-right: 0.3em;
}
#top_hed #g_nav .ham_menu > ul > li .sub-menu li {
  font-weight: normal;
  padding: 0.5em 1em;
}
#top_hed #g_nav .ham_menu > ul > li .sub-menu li:first-of-type {
  padding-top: 1.5em;
}
#top_hed #g_nav .ham_menu.open {
  opacity: 1;
  top: 0;
  right: 0;
  pointer-events: auto;
}
#top_hed #g_nav .ham_menu.open .ham active {
  background: none;
}
#top_hed #g_nav .ham.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
@media screen and (max-width: 560px ) {
  #top_hed #g_nav .ham.active span:nth-child(1) {
    top: 25%;
  }
}
#top_hed #g_nav .ham.active span:nth-child(2) {
  opacity: 0;
}
#top_hed #g_nav .ham.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
      -ms-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}
@media screen and (max-width: 560px ) {
  #top_hed #g_nav .ham.active span:nth-child(3) {
    top: 75%;
  }
}

/*-----------------------------------------------------------*/
/*メインコンテンツ*/
/*-----------------------------------------------------------*/
#main {
  background: #fff;
}

#main_box {
  background: #fff;
}

.outline-text {
  text-shadow: -3px -3px 1px #E51D20, -3px -2px 1px #E51D20, -3px -1px 1px #E51D20, -3px 0px 1px #E51D20, -3px 1px 1px #E51D20, -3px 2px 1px #E51D20, -3px 3px 1px #E51D20, -2px -3px 1px #E51D20, -2px 3px 1px #E51D20, -1px -3px 1px #E51D20, -1px 3px 1px #E51D20, 0px -3px 1px #E51D20, 0px 3px 1px #E51D20, 1px -3px 1px #E51D20, 1px 3px 1px #E51D20, 2px -3px 1px #E51D20, 2px 3px 1px #E51D20, 3px -3px 1px #E51D20, 3px -2px 1px #E51D20, 3px -1px 1px #E51D20, 3px 0px 1px #E51D20, 3px 1px 1px #E51D20, 3px 2px 1px #E51D20, 3px 3px 1px #E51D20;
  color: #fff;
}

.p_up {
  position: fixed;
  bottom: 3%;
  width: 86px;
  text-align: right;
  right: 3%;
  margin-bottom: 0;
}
@media screen and (max-width: 560px ) {
  .p_up {
    width: 60px;
    bottom: 0;
    right: 0;
  }
}
.p_up img {
  width: 100%;
}

/*p.p-img {
  @media screen and (max-width: 560px ) {max-width: 50%;}
  @media screen and (max-width: 980px ) and (min-width: 561px ) {max-width: 80%;}
}*/
.modal__bg {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0; /*初期状態で非表示*/
  visibility: hidden; /*初期状態で非表示*/
  -webkit-transition: opacity 0.3s ease, visibility 0.6s ease;
  transition: opacity 0.3s ease, visibility 0.6s ease;
}

.modal__bg.is-active {
  opacity: 1; /*非表示解除*/
  visibility: visible; /*非表示解除*/
}

.modal__inner {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.6s ease, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease, visibility 0.6s ease, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease, visibility 0.6s ease, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease, visibility 0.6s ease, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.modal__inner.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-card {
  width: 35%;
  height: auto;
  background: #fff;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
  border-radius: 10px;
  padding: 2em;
  padding-bottom: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8) rotateZ(0);
  -ms-transform: translate(-50%, -50%) scale(0.8) rotateZ(0);
  transform: translate(-50%, -50%) scale(0.8) rotateZ(0);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.2s ease-in-out;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  .modal-card {
    width: 80%;
  }
}

.modal-card.is-active {
  position: relative;
  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);
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.modal-card__heading {
  margin: 0;
  font-size: 2em;
  line-height: 1.6;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
}

.modal-card__text {
  margin: 0;
  line-height: 1.6;
  color: #444;
}
.modal-card__text h3 {
  font-size: 1.5em;
}
.modal-card__text dl.area-info {
  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-top: 1.5em;
}
.modal-card__text dl.area-info dd {
  position: relative;
}
.modal-card__text dl.area-info dd a {
  text-decoration: underline;
}
.modal-card__text dl.area-info dd a:hover {
  text-decoration: none;
}
.modal-card__text dl.area-info dd a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f095";
  display: inline-block;
  color: #000;
  padding: 0 0.3em;
}
.modal-card__text dl.area-info dd a:after {
  display: inline-block;
  content: "クリックしたら発信されます";
  width: 100%;
  height: auto;
  font-size: 0.7em;
  position: absolute;
  top: 2em;
  left: 2.5em;
}
.modal-card__text dl.area-info dd span.small {
  position: absolute;
  top: 2em;
  left: 24px;
}

.modal-card__closeBtn:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f057";
  position: absolute;
  top: 5%;
  right: 5%;
  color: #2D3B93;
  font-size: 2em;
  font-weight: 400;
}

ul.taisyo-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 2em;
  width: 100%;
  margin: 0 auto;
  gap: 4rem 0;
}
@media screen and (max-width: 560px ) {
  ul.taisyo-list {
    gap: 1.5rem 0;
  }
}
ul.taisyo-list li {
  padding: 0 3em;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  ul.taisyo-list li {
    margin: 0;
  }
}
ul.taisyo-list li dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
ul.taisyo-list li dl dt img {
  max-width: 100%;
}

.xmark {
  width: 100%;
}
@media screen and (min-width: 981px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  .xmark li {
    width: 33.3%;
  }
}
.xmark li dl dt {
  position: relative;
}
.xmark li dl dt:before, .xmark li dl dt:after {
  content: "";
  display: inline-block;
  width: 80%;
  height: 8px;
  border-radius: 5px;
  background: #ff0000;
  border: 3px solid #fff;
}
.xmark li dl dt:before {
  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);
}
.xmark li dl dt:after {
  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);
}

@media screen and (min-width: 981px ) {
  .area-info dd a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
  .area-info dd a:after {
    display: none !important;
  }
}
/*-----------------------------------------------------------*/
/*フッター*/
/*-----------------------------------------------------------*/
#footer {
  width: 100%;
  background: #2D3B93;
  color: #fff;
  padding: 0 6em;
}
@media screen and (max-width: 560px ) {
  #footer {
    padding: 0 3em;
  }
}
#footer #addess-box {
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 3em 0 1em;
}
#footer #addess-box > p:not(.address) {
  font-size: 1.2em;
}
#footer #addess-box .address {
  padding-top: 1em;
}
#footer small {
  display: block;
  font-size: clamp(0.375rem, 0.284rem + 0.45vw, 0.625rem);
  text-align: center;
  padding: 1.5em 0;
}

