@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400&display=swap");
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 1201px ) { /*PC*/ }
@media screen and (max-width: 760px ) { /*SP*/ }
@media screen and (max-width: 1200px ) and (min-width: 761px ) { /*TB*/ }
@media screen and (max-width: 760px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.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 0.5s 0.3s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(2) {
  -webkit-animation: fadeUp 0.5s 0.6s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(3) {
  -webkit-animation: fadeUp 0.5s 0.9s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(4) {
  -webkit-animation: fadeUp 0.5s 1.2s 1 ease normal forwards;
          animation: fadeUp 0.5s 1.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(5) {
  -webkit-animation: fadeUp 0.5s 1.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(6) {
  -webkit-animation: fadeUp 0.5s 1.8s 1 ease normal forwards;
          animation: fadeUp 0.5s 1.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(7) {
  -webkit-animation: fadeUp 0.5s 2.1s 1 ease normal forwards;
          animation: fadeUp 0.5s 2.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(8) {
  -webkit-animation: fadeUp 0.5s 2.4s 1 ease normal forwards;
          animation: fadeUp 0.5s 2.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(9) {
  -webkit-animation: fadeUp 0.5s 2.7s 1 ease normal forwards;
          animation: fadeUp 0.5s 2.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(10) {
  -webkit-animation: fadeUp 0.5s 3s 1 ease normal forwards;
          animation: fadeUp 0.5s 3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(11) {
  -webkit-animation: fadeUp 0.5s 3.3s 1 ease normal forwards;
          animation: fadeUp 0.5s 3.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(12) {
  -webkit-animation: fadeUp 0.5s 3.6s 1 ease normal forwards;
          animation: fadeUp 0.5s 3.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;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

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

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


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

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

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

table {
  font-size: inherit;
}

/*フォントサイズ*/
.clearfix:after {
  content: " ";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  clear: both;
  visibility: hidden;
}

* + html .clearfix {
  height: 1%;
}

* html .clearfix {
  height: 1%;
}

@font-face {
  font-family: "NSerifJP";
  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-face {
  font-family: "NSJP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NSJP-Regular.woff2") format("woff2"), url("../font/NSJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NSJP";
  font-style: normal;
  font-weight: bold;
  src: url("../font/NSJP-Bold.woff2") format("woff2"), url("../font/NSJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../font/JosefinSans-Regular.woff2") format("woff2"), url("../font/JosefinSans-Regular.woff") format("woff");
  font-display: swap;
}
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*共通*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
html#container-all {
  margin-top: 0 !important;
}

#wpadminbar {
  top: auto !important;
  bottom: 0 !important;
}

span.text-jp {
  display: inline-block;
}

span.text-en {
  display: none;
}

.en span.text-jp {
  display: none;
}
.en span.text-en {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
}
a, a * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.clear {
  clear: both;
}

.pd10 {
  padding: 10px;
}

.pd_box {
  padding: 1em;
}

.fl_r {
  float: right;
}

.fl_l {
  float: left;
}

.tx_ac {
  text-align: center;
}

.tx_ar {
  text-align: right;
}

.tx_al {
  text-align: left;
}

ul.img2 > li, ul.img3 > li, ul.img4 > li {
  float: left;
  margin: auto;
  background: none !important;
  padding: 5px !important;
  text-align: center;
  overflow: hidden;
  _zoom: 1;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 760px ) {
  ul.img2 > li, ul.img3 > li, ul.img4 > li { /*SP*/
    width: 100% !important;
  }
}

ul.img2 > li {
  width: 50%;
}

ul.img3 > li {
  width: 33.3%;
}

ul.img4 > li {
  width: 25%;
}

.free, .free2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.free dt, .free dd, .free2 dt, .free2 dd {
  padding: 10px;
}
.free dt, .free2 dt {
  min-width: 25%;
  max-width: 50%;
}
.free dd, .free2 dd {
  margin-top: 0 !important;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 760px ) {
  .free, .free2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .free dt, .free2 dt {
    max-width: inherit;
    max-width: initial;
    width: 100%;
    text-align: center;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .free dd, .free2 dd {
    margin-top: 2em !important;
  }
}

.free dt {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}
.free dd {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.free2 dt {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.free2 dd {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.wd100 {
  width: 100%;
}

.wd80 {
  width: 80%;
}

.wd75 {
  width: 75%;
}

.wd70 {
  width: 70%;
}

.wd60 {
  width: 60%;
}

.wd50 {
  width: 50%;
}

.wd40 {
  width: 40%;
}

.wd30 {
  width: 30%;
}

.wd20 {
  width: 20%;
}

.wd25 {
  width: 25%;
}

.wd-reset {
  width: auto;
}

@media screen and (max-width: 1200px ) and (min-width: 761px ) { /*SP*/
  .tab-wd100 {
    width: 100%;
  }
  .tab-wd80 {
    width: 80%;
  }
  .tab-wd75 {
    width: 75%;
  }
  .tab-wd70 {
    width: 70%;
  }
  .tab-wd60 {
    width: 60%;
  }
  .tab-wd50 {
    width: 50%;
  }
  .tab-wd40 {
    width: 40%;
  }
  .tab-wd30 {
    width: 30%;
  }
  .tab-wd20 {
    width: 20%;
  }
  .tab-wd25 {
    width: 25%;
  }
  .tab-wd-reset {
    width: auto;
  }
}
@media screen and (max-width: 760px ) { /*SP*/
  .sp-wd100 {
    width: 100%;
  }
  .sp-wd80 {
    width: 80%;
  }
  .sp-wd75 {
    width: 75%;
  }
  .sp-wd70 {
    width: 70%;
  }
  .sp-wd60 {
    width: 60%;
  }
  .sp-wd50 {
    width: 50%;
  }
  .sp-wd40 {
    width: 40%;
  }
  .sp-wd30 {
    width: 30%;
  }
  .sp-wd25 {
    width: 25%;
  }
  .sp-wd20 {
    width: 20%;
  }
  .sp-wd-reset {
    width: auto;
  }
}
.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.panel_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.panel_box > div > * {
  width: 100%;
}
.panel_box.box1 > * {
  width: 100%;
}
.panel_box.box2 > * {
  width: 50%;
}
.panel_box.box3 > * {
  width: 33.3333333333%;
}
.panel_box.box4 > * {
  width: 25%;
}
.panel_box.box5 > * {
  width: 20%;
}
.panel_box.box6 > * {
  width: 16.6666666667%;
}
@media screen and (max-width: 1200px ) and (min-width: 761px ) {
  .panel_box { /*SP*/ }
  .panel_box.box4 > * {
    width: 50%;
  }
  .panel_box.box5 > * {
    width: 40%;
  }
  .panel_box.box6 > * {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 760px ) {
  .panel_box { /*SP*/ }
  .panel_box.box2 > *, .panel_box.box3 > * {
    width: 100%;
  }
  .panel_box.box4 > * {
    width: 50%;
  }
  .panel_box.box5 > * {
    width: 40%;
  }
  .panel_box.box6 > * {
    width: 33.3333333333%;
  }
}
.panel_box.tile-layout > * {
  padding: 1em;
}
.panel_box.tile-layout > * .tile-box {
  padding: 1.5em;
  background: #f6f6f6;
  border-radius: 15px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.panel_box.tile-layout > * .tile-box:hover {
  background: #fff;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
}
@media all and (-ms-high-contrast: none) {
  .panel_box.tile-layout > * .tile-box:hover {
    -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
  }
}

.column-box.box2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media screen and (max-width: 1200px ) and (min-width: 761px ) {
  .column-box.box2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (max-width: 760px ) {
  .column-box.box2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.column-box.box3 {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
@media screen and (max-width: 1200px ) and (min-width: 761px ) {
  .column-box.box3 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (max-width: 760px ) {
  .column-box.box3 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.column-box.box4 {
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
}
@media screen and (max-width: 1200px ) and (min-width: 761px ) {
  .column-box.box4 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 760px ) {
  .column-box.box4 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.column-box > * {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  padding: 0 10px 10px;
}
.column-box > *:first-child {
  margin-top: 0 !important;
}
.column-box > .full {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

@media screen and (max-width: 1200px ) and (min-width: 761px ), screen and (max-width: 760px ) { /*SP*/
  .sp-order-reset {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
.notice {
  color: red;
}

.pd_box {
  padding: 1em;
}

/*リンクアイコン----------------------*/
.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%;
  background: #fff;
}

body > #wrap {
  height: auto;
}

div#content {
  margin: 0 auto;
  line-height: 1.5;
}

.enFont {
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}

.cont {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.cont img {
  max-width: 100%;
  height: auto;
}
.cont.fullwidth {
  max-width: 100%;
  max-width: 100%;
}
.cont.wide {
  max-width: 1200px !important;
}
.cont.narrow {
  max-width: 980px !important;
}

.btn:not(:first-child) {
  margin-top: 1em;
}
.btn a {
  text-align: center;
  min-width: 30%;
  display: inline-block;
  background: #ffa191;
  background: -webkit-gradient(linear, left top, right top, from(#ffa191), to(#ff8888));
  background: linear-gradient(to right, #ffa191, #ff8888);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  padding: 1em;
  padding-right: 2em;
  color: #fff;
  position: relative;
}
.btn a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.btn a:hover:before {
  right: 5px;
}
.btn.wide-btn a {
  font-size: 120%;
  width: 50%;
}
.btn.btn-g a {
  background: #287A41;
  background: linear-gradient(135deg, #287A41, #2F8C5B);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
}

/*--------------------------------------*/
/* WPビジュアルエディター用--------------------- */
/*--------------------------------------*/
/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
  border: 10px solid #f1f1f1;
  margin-bottom: 0;
}

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
  float: left;
  margin-right: 20px;
  margin-top: -4px;
}

.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
  padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
  font-size: 140%;
  margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before {
  content: "← ";
}

.attachment .entry-content .nav-next a:after {
  content: " →";
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}

.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; /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}
@media screen and (max-width: 760px ) {
  .wp-caption {
    width: 100% !important;
  }
}

.widget-container .wp-caption {
  max-width: 100% !important;
}

.wp-caption img {
  margin: 5px 5px 0;
  max-width: 622px; /* caption width - 10px */
}
@media screen and (max-width: 760px ) {
  .wp-caption img {
    width: 100% !important;
  }
}

.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-columns-5 .gallery-item {
  width: 20%;
}

.gallery img {
  border: 2px solid #cfcfcf;
  max-width: 100%;
  height: auto;
}

.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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  z-index: 10000;
  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 all and (-ms-high-contrast: none) {
  #top_hed {
    -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);
  }
}
#top_hed h1 {
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 1em;
  max-width: 70%;
}
#top_hed #head_sub-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media screen and (max-width: 1200px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  #top_hed #head_sub-menu {
    display: none;
  }
}

#head_menu {
  max-width: 30%;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 0px 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: 1fr 0px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
      grid-template-areas: "menu lang-jp" "menu lang-en";
}
#head_menu #menu-switch {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  border-left: 1px solid #dedede;
  grid-area: menu;
  margin-bottom: 0;
}
#head_menu #lang-jp {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: lang-jp;
}
#head_menu #lang-en {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: lang-en;
}
#head_menu a.lang-menu {
  display: block;
  text-align: center;
  padding: 5px;
  background: #ededed;
  color: #373b95;
  font-weight: bold;
  text-decoration: none;
}
#head_menu a.lang-menu:hover {
  background: #373b95 !important;
  color: #fff !important;
}

#head_menu a#lang-jp {
  background: #373b95;
  color: #fff;
}
#head_menu a#lang-en {
  background: #ededed;
  color: #373b95;
}

.en #head_menu a#lang-jp {
  background: #ededed;
  color: #373b95;
}
.en #head_menu a#lang-en {
  background: #373b95;
  color: #fff;
}

#menu-switch {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#menu-switch:hover {
  background: #F1F9FD;
}

#g_nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  overflow-x: hidden;
  padding-left: 25%;
}
#g_nav .searchbox {
  text-align: right;
}
#g_nav .searchbox form {
  margin: 0 auto;
  margin-right: 0;
}
#g_nav:before {
  display: block;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: -25%;
  background: url("../img/bg-outline.jpg") no-repeat left center;
  background-size: cover;
  border-radius: 100%;
}
@media screen and (max-width: 1200px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  #g_nav { /*SP*/
    padding-left: 5%;
    padding-right: 5em;
  }
  #g_nav:before {
    display: none;
  }
}

#head_contentsMenu {
  padding: 30px 3vw 20px;
  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;
}
#head_contentsMenu #gnav-en {
  display: none;
}

ul.sitemap-menu {
  font-size: 90%;
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
  padding: 1em;
  padding-left: 2em;
  width: 100%;
}
@media screen and (max-width: 1200px ) and (min-width: 761px ) {
  ul.sitemap-menu {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
@media screen and (max-width: 760px ) {
  ul.sitemap-menu {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
@media screen and (max-width: 760px ) {
  ul.sitemap-menu {
    font-size: 100%;
    padding: 0 3%;
  }
}
ul.sitemap-menu li {
  margin-bottom: 5px;
  padding: 0 2%;
}
ul.sitemap-menu > li {
  padding-left: 1.5em;
  position: relative;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
@media screen and (max-width: 760px ) {
  ul.sitemap-menu > li {
    font-size: 150%;
    margin-bottom: 15px;
  }
}
ul.sitemap-menu > li:before {
  content: "●";
  color: orange;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
ul.sitemap-menu > li > a {
  display: block;
  margin-bottom: 10px;
}
ul.sitemap-menu .sub-menu {
  padding-bottom: 10px;
  font-size: 90%;
}
@media screen and (max-width: 1200px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  ul.sitemap-menu .sub-menu { /*SP*/
    display: none;
  }
}
ul.sitemap-menu .sub-menu li {
  position: relative;
  padding-left: 0.5em;
}
ul.sitemap-menu .sub-menu li:before {
  width: 1em;
  height: 1px;
  background: #bababa;
  content: "";
  position: absolute;
  top: 0.8em;
  left: -1em;
}

.en #head_contentsMenu #gnav-jp {
  display: none;
}
.en #head_contentsMenu #gnav-en {
  display: block;
}

.searchbox {
  padding: 1em;
  vertical-align: middle;
  overflow: hidden;
}
.searchbox form {
  border: none;
  outline: none;
  display: table;
  table-layout: fixed;
}
.searchbox .hd_search, .searchbox .hd_search_bt {
  display: block;
  vertical-align: middle;
  outline: 0;
  float: left;
  background: #C9C9C9;
}
.searchbox .hd_search {
  width: 90%;
  border: none;
  padding: 5px 10px;
  border-radius: 30px 0 0 30px;
}
.searchbox input.hd_search_bt {
  width: 10%;
  border: none;
  text-indent: -10000px;
  cursor: pointer;
  background: url("../img/search.png") no-repeat center center #C9C9C9;
  background-size: auto 20px;
  padding: 5px;
  border-radius: 0 30px 30px 0;
}

.sns-menu {
  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;
  padding-right: 1em;
}
.sns-menu a {
  display: inline-block;
  margin: 0 12px;
}
.sns-menu a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.menu-facility {
  font-size: 85%;
  padding-right: 1em;
}
@media screen and (max-width: 760px ) {
  .menu-facility {
    font-size: 100%;
  }
}
.menu-facility li {
  margin-bottom: 5px;
}
.menu-facility li:first-child a {
  background: #deebff;
}
.menu-facility li a {
  display: block;
  padding: 5px 10px;
  padding-left: 2em;
  position: relative;
  text-decoration: none;
  background: #e4fcff;
  border-radius: 5px;
}
.menu-facility li a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 5px;
}
.menu-facility li a:hover {
  color: #373b95;
}

/*-----------------------------------------------------------*/
/*メインコンテンツ*/
/*-----------------------------------------------------------*/
.add-nav {
  z-index: 100;
  position: fixed;
  bottom: 0;
}
.add-nav ul {
  margin-bottom: 1em;
  text-align: right;
}
.add-nav ul li a {
  display: inline-block;
  background: #333;
  border: 2px solid #fff;
  border-width: 2px 0 2px 3px;
}
.add-nav ul li a.nav-request {
  background: #81c12e;
}
.add-nav ul li a.nav-request:hover {
  background: #75B523;
}
.add-nav ul li a.nav-admission {
  background: #606bc3;
}
.add-nav ul li a.nav-admission:hover {
  background: #4A56B4;
}
.add-nav ul li a.nav-contact {
  background: #ff6c76;
}
.add-nav ul li a.nav-contact:hover {
  background: #F3505B;
}

#side-nav {
  right: 0;
  z-index: 1000;
  line-height: 1;
}
#side-nav a:hover img {
  opacity: 1;
}
@media screen and (max-width: 1200px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  #side-nav {
    display: none;
  }
}

#foot-nav {
  display: none;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1200px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  #foot-nav {
    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;
    width: 100%;
  }
}
#foot-nav ul {
  width: 100%;
  margin-bottom: 0;
  display: table;
}
#foot-nav ul li {
  display: table-cell;
  vertical-align: middle;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  padding: 0 3px;
}
#foot-nav ul li a {
  color: #fff;
  display: block;
  padding: 15px 5px !important;
  border: none !important;
  border-radius: 10px 10px 0 0;
}

.page-up {
  font-size: 22.5px;
  font-size: clamp(15px, 1em + 1vw, 30px);
  margin-bottom: 0;
}
.page-up a {
  display: block;
  background: #000 !important;
  color: #fff;
  padding: 0.35em 0.5em;
  border: 1px solid #fff;
}

/*-----------------------------------------------------------*/
/*フッター*/
/*-----------------------------------------------------------*/
#f-menu_btn {
  background: url("../img/square_bg.gif") repeat left top;
  display: block;
  text-align: center;
  padding: 2em 10%;
  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;
}
#f-menu_btn .menu-switch_btn {
  font-size: 110%;
  font-family: "Josefin Sans", sans-serif;
  color: #4a4e7f;
  line-height: 1;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 1em 4em 0.8em;
  padding-left: 5em;
  position: relative;
}
#f-menu_btn .menu-switch_btn img {
  width: 3em;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 15px;
}
#f-menu_btn .menu-switch_btn:before, #f-menu_btn .menu-switch_btn:after {
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  position: absolute;
  border: solid #4a4e7f;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#f-menu_btn .menu-switch_btn:before {
  border-width: 1px 0 0 1px;
  top: 0;
  left: 0;
}
#f-menu_btn .menu-switch_btn:after {
  border-width: 0 1px 1px 0;
  right: 0;
  bottom: 0;
}
#f-menu_btn .menu-switch_btn:hover:before, #f-menu_btn .menu-switch_btn:hover:after {
  width: 100%;
  height: 100%;
}
#f-menu_btn #f-search.searchbox {
  width: 60%;
  padding: 0;
  padding-left: 2em;
}
#f-menu_btn #f-search.searchbox form {
  width: 100%;
}
#f-menu_btn #f-search.searchbox input[type=text], #f-menu_btn #f-search.searchbox input[type=submit] {
  padding: 1.2em;
  border-radius: 0;
}
@media screen and (max-width: 760px ) {
  #f-menu_btn { /*SP*/ }
  #f-menu_btn .menu-switch_btn, #f-menu_btn #f-search {
    width: 90% !important;
    padding-left: 0 !important;
    margin: 10px auto;
  }
  #f-menu_btn .menu-switch_btn .hd_search, #f-menu_btn #f-search .hd_search {
    width: 85%;
  }
  #f-menu_btn .menu-switch_btn .hd_search_bt, #f-menu_btn #f-search .hd_search_bt {
    width: 15%;
  }
}

#f-top {
  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;
  padding: 3em 0;
}
#f-top .menu-facility {
  text-align: center;
  padding: 10px 0;
}
#f-top .menu-facility li {
  display: inline-block;
  padding-right: 1em;
}
@media screen and (max-width: 760px ) {
  #f-top { /*SP*/ }
  #f-top dt, #f-top dd {
    width: 100%;
    padding: 1em 3%;
    text-align: center;
  }
  #f-top .sns-menu {
    width: 100%;
    margin: 0 auto 1em;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.f-address {
  font-size: 90%;
  padding: 0 2em;
  line-height: 1.2;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.f-address span {
  font-family: "Josefin Sans", sans-serif;
  display: block;
  font-size: 180%;
  padding: 5px 0;
}

#footer-portal {
  background: url("../img/square_bg.gif") repeat left top;
  padding: 2em 0;
}
#footer-portal ul {
  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;
}
#footer-portal ul li {
  text-align: center;
  min-width: 20%;
  max-width: 50%;
  padding: 10px;
}

#f_submenu {
  background: #4a4e7f;
  color: #fff;
  padding: 10px 0;
}
#f_submenu ul {
  font-size: 90%;
  text-align: right;
}
#f_submenu ul li {
  display: inline-block;
  padding: 0 1em;
  line-height: 1;
}
#f_submenu ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
#f_submenu ul li a {
  display: inline-block;
}

#f-sitemap {
  padding-bottom: 3em;
}

#copyright {
  font-family: "Josefin Sans", sans-serif;
  background: #1e1e1e;
  color: #fff;
  font-size: 90%;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
}

