@charset "utf-8";
/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*全体の設定
---------------------------------------------------------------------------*/

.img_wrap{
  width: 384px;
  height: 241px;
  margin: 0 auto;
  overflow: hidden;
}
.img_wrap img{
  width: 100%;
  transform: scale(1.1);
  cursor: pointer;
  filter: grayscale(0);
  transition-duration: 0.5s;
}
.img_wrap img:hover{
  filter: grayscale(100%);
  transition-duration: 0.5s;
}

body {
  margin: 0px;
  padding: 0px;
  color: #333; /*全体の文字色*/
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 15px; /*文字サイズ*/
  line-height: 2; /*行間*/
  background: #fff; /*背景色*/
  -webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}
textarea, select, input[type="text"], input[type="checkbox"], input[type="radio"], input[type="button"], input[type="submit"] {
  font-size: 100%;
}
h1, h2, h3, h4, #menubar {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
}
ul {
  list-style-type: none;
}
ol {
  padding-left: 40px;
  padding-bottom: 15px;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0;
}
iframe {
  width: 100%;
}
.slides-logo {
  top: 50%;
  left: 50%;
  text-align: center;
}
.sp-logo {
  text-align: center;
}
.text1 {
  width: 75%;
  text-align: left;
}
p.text2 {
  text-align: center;
}
p.c-text {
  margin-top: 10px;
  line-height: 2;
  text-align: left;
}
p.d-text {
  margin-top: -35px;
  line-height: 2;
  text-align: right;
  font-size: 13px;
  margin-bottom: -25px;
}
a {
  text-decoration: none;
}
.t-logo {
  margin-right: 25px;
}
.k-logo {
  margin-bottom: 10px;
  margin-right: 35px;
  text-align: right;
}
.h-logo {
  margin: 15px;
  text-align: center;
}
.zh-banner {
  position: absolute;
  top: 40px;
  right: 950px;
}

@media screen and (max-width: 1200px) {
  .zh-banner {
    display: none;
  }
}

.zh-banner-sp01 {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}

.zh-banner-sp02 {
  width: 197px;
  margin: 0 auto 25px auto;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .zh-banner-sp02 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .zh-banner-sp02 {
    display: none;
  }
}

@media screen and (min-width: 1201px) {
  .index-sp　{
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .alink {
    margin-top: -100px;
    padding-top: 100px;
  }
}
/*背景画像スライド
---------------------------------------------------------------------------*/
.fh5co-counters {
  padding: 3em 0;
  background: #e6e6e6;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.fh5co-counters .heading-section h2 {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
}
.fh5co-counters .fh5co-counter {
  font-size: 60px;
  display: block;
  color: #fff;
  font-family: "Karla", Arial, sans-serif;
  width: 100%;
  font-weight: 700;
  margin-bottom: .3em;
}
.fh5co-counters .fh5co-counter-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}
/*フェイドイン
---------------------------------------------------------------------------*/
.css-fade4 {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade4--in {
  animation-name: fade-in4;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in4 {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.css-fade_fp {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade_fp--in {
  animation-name: css-fade_fp;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes css-fade_fp {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.css-fade5 {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade5--in {
  animation-name: fade-in5;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in5 {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.css-fade6 {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade6--in {
  animation-name: fade-in6;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in6 {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.css-fade7 {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade7--in {
  animation-name: fade-in7;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in7 {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.css-fade4-2 {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade4-2--in {
  animation-name: fade-in4-2;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in4-2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  color: #333; /*リンクテキストの色*/
  transition: 0.5s; /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
a:hover {
  color: #7b7a7b; /*マウスオン時の文字色*/
  text-decoration: none; /*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
/*inner共通
---------------------------------------------------------------------------*/
.inner {
  max-width: 1200px; /*サイトの最大幅　※下の方の「画面幅1200px以上の設定」にも関連するので変更の際は注意して下さい。*/
  margin: 0 auto;
}
/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
  clear: both;
  overflow: hidden;
  font-size: 14px;
  padding-top: 15px;
  z-index: 9999;
  background-color: #ffffff;
  height: 160px;
  top: 0px;
  margin-top: -0px;
  width: 100%;
}
.side {
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
}
/*メニュー１個あたりの設定*/
#menubar li {
  float: left; /*左に回り込み*/
  width: 12%;
}
#menubar li.menu-logo {
  width: 280px;
  margin-top: 7px;
  margin-left: 50px
}
#menubar li:first-child {
  width: 15%;
}
#menubar li a {
  display: block;
  text-decoration: none;
  text-align: center; /*内容をセンタリング*/
}
#menubar li.menu-logo a:hover, #menubar li.menu-logo a {
  background: #fff; /*背景色*/
}
/*１つ目のメニューへの追加設定*/
/*マウスオン時と、現在表示中(current)メニューの設定*/
#menubar li a:hover, #menubar li.current a { /*背景色*/
  color: #bcbcbc; /*文字色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {
  display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
  display: none;
}
/*ドロップダウンメニュー用
----------------------------------------------------------------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar ul.ddmenu {
  position: absolute;
  visibility: hidden;
  z-index: 10;
  margin-top: -1px;
  width: 12%; /*幅。上の「#menubar li」と合わせる。*/
  font-size: 12px;
}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
  float: none;
  margin: 5px 15px;
  width: 90%;
}
#menubar ul.ddmenu li a {
  width: 90%;
  border: none;
  background: #4c4c4c; /*背景色（古いブラウザ用）*/
  background: rgba(0, 0, 0, 0.5); /*背景グラデーション。0,0,0は黒の事で0.7は透明度70%の事。*/
  color: #fff; /*文字色*/
  padding: 6px; /*上下、左右へのボックス内の余白*/
}
/*マウスオン時*/
#menubar ul.ddmenu li a:hover {
  background: #e0e0e0; /*背景色*/
}
.button {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
  position: relative;
  display: inline-block;
  padding: .5em 4em;
  background: #f6f6f6;
  color: #000;
  text-align: left;
  text-decoration: none;
  width: 600px;
  margin: 5px;
  z-index: 2;
  margin-left: -200px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.button p {
  font-size: 17px;
  transform: skewX(-15deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
.button:hover {
  color: #fff;
}
.button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #6a86c3;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .5s;
  color: #fff;
}
.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.button:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ichi {
  right: -17%;
}
.ichi2 {
  right: -18%;
}
.ichi3 {
  right: -19%;
}
.ichi4 {
  right: -20%;
}
.ichi5 {
  right: -21%;
}
.ichi6 {
  right: -22%;
}
.ichi7 {
  right: -23%;
}
h2 {
  font-size: 200%; /*文字サイズ。上の「body」で設定しているサイズに対しての指定。*/
  letter-spacing: 0.1em; /*文字間隔を少し広くとる設定*/
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}
/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
.contents {
  clear: both;
  overflow: hidden;
  padding: 50px 0px; /*上下、左右へのボックス内の余白*/
}
/*h2タグの設定*/
.contents h2 {
  font-size: 200%; /*文字サイズ。上の「body」で設定しているサイズに対しての指定。*/
  letter-spacing: 0.1em; /*文字間隔を少し広くとる設定*/
  text-align: center;
  margin-bottom: 20px;
}
/*h3タグの設定*/
h3 {
  font-size: 150%; /*文字サイズ。上の「body」で設定しているサイズに対しての指定。*/
  letter-spacing: 0.1em; /*文字間隔を少し広くとる設定*/
  margin-bottom: 20px;
  font-weight: bold;
}
.contents h3 {
  clear: both;
  margin-bottom: 30px; /*見出しの下にとるスペース*/
  padding: 0px 20px; /*上下、左右への余白*/
  border-bottom: 1px solid #ccc; /*枠線の幅、線種、色*/
  font-size: 130%; /*文字サイズ。上の「body」で設定しているサイズに対しての指定。*/
  letter-spacing: 0.1em; /*文字間隔を少し広くとる設定*/
}
/*h3タグの左側のアクセント*/
.contents h3::first-letter {
  border-left: 3px solid #2b3f7f; /*左の線の幅、線種、色*/
  padding-left: 20px; /*線とテキストとの距離*/
}
/*h4タグの設定*/
.contents h4 {
  font-size: 130%; /*文字サイズ。上の「body」で設定しているサイズに対しての指定。*/
  padding: 10px 20px; /*上下、左右への余白*/
  border-bottom: 1px solid #ccc; /*下線の幅、線種、色*/
  margin-bottom: 30px; /*見出しの下にとるスペース*/
}
/*段落タグ設定*/
.contents p {
  padding: 0px 20px 40px; /*上、左右、下への余白*/
}
/*段落タグが続く場合に余白が空きすぎないようにする*/
.contents p + p {
  margin-top: -20px;
}
/*h2とh3とh4タグの直後の段落タグ設定*/
.contents h2 + p, .contents h3 + p, .contents h4 + p {
  margin-top: -10px;
}
.plan_bg {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px;
  margin-bottom: 50px;
}
.access-obi {
  color: #000; /*文字色*/
  border: solid 1px #000; /*線色*/
  padding: 0.5em; /*文字周りの余白*/
  text-align: center;
}
/*mainコンテンツ
---------------------------------------------------------------------------*/
.main {
  float: left; /*左に回り込み*/
  width: 72%; /*幅*/
  overflow: hidden;
}
/*subコンテンツ
---------------------------------------------------------------------------*/
/*subブロック*/
.sub {
  float: right; /*右に回り込み*/
  width: 24%; /*幅*/
}
/*subコンテンツ内のh2タグ設定*/
.sub h2 {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  letter-spacing: normal;
  font-size: 120%; /*文字サイズ*/
  margin-bottom: 20px;
}
/*subコンテンツのh2タグの１文字目への設定*/
.sub h2::first-letter {
  padding-left: 15px;
}
/*段落タグ設定*/
.sub p {
  padding-bottom: 10px; /*上、左右、下への余白*/
}
/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
.sub ul.submenu {
  margin-bottom: 20px; /*メニューブロックの下に空けるスペース*/
  border-top: solid 1px #dcdcdc; /*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
.sub ul.submenu li {
  background: #fff; /*背景色*/
  border-bottom: solid 1px #dcdcdc; /*下の線の線種、幅、色*/
}
.sub ul.submenu li a {
  text-decoration: none;
  display: block;
  padding: 5px 10px; /*メニュー内の余白。上下、左右への設定。*/
}
/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
.sub .box1 {
  padding: 15px; /*ボックス内の余白*/
  margin-bottom: 20px; /*ボックスの下に空けるスペース*/
  background: rgba(0, 0, 0, 0.02); /*背景色。rgbaは色設定で0,0,0は黒。0.02は透明度2%の事。*/
  border: solid 1px #dcdcdc; /*線の線種、幅、色*/
  box-shadow: 0px 0px 1px 1px #fff inset; /*ボックスの影。内側に白のラインを入れる。*/
}
/*box1内のメニューの設定*/
.sub .box1 ul.submenu {
  margin-bottom: 0px;
}




/*フッター設定
---------------------------------------------------------------------------*/
footer {
  clear: both;
  font-size: 12px; /*文字サイズ*/
  background: #f4f4f4; /*背景色*/
  color: #000; /*文字色*/
  padding: 10px 0px;
}
footer a {
  text-decoration: none;
  color: #000; /*文字色*/
}
footer .pr {
  display: block;
  font-size: 80%;
}
.footer-text {
  text-align: center;
  padding: 10px;
}
table.footer td {
  padding: 10px;
}
/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
  overflow: hidden;
  padding: 20px 0;
  font-size: 80%; /*文字サイズ*/
  background: url(../images/icon_logo.png) no-repeat right center; /*右側に表示させているロゴマーク*/
}
/*１行分の設定*/
#footermenu ul {
  float: left; /*左に回り込み*/
  width: 18%; /*幅。今回は５列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
  padding-right: 1%;
  padding-left: 1%;
}
#footermenu a {
  color: rgba(255, 255, 255, 0.7);
}
#footermenu a:hover {
  color: #fff;
}
/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
  clear: both;
  text-align: center;
  background: #333; /*背景色*/
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
  padding: 0 20px;
  margin-bottom: 20px;
}
/*日付設定*/
#new dt {
  float: left;
  width: 9em; /*幅*/
  color: #2b3f7f; /*文字色*/
  letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
  padding-left: 9em;
  border-bottom: 1px solid #dcdcdc; /*下線の幅、線種、色*/
}
/*ボタン(btn)の設定
---------------------------------------------------------------------------*/
input[type="submit"].btn, input[type="button"].btn {
  padding: 15px; /*ボタン内の余白*/
  margin-bottom: 30px;
  border: 1px solid #ccc; /*枠線の幅、線種、色*/
  border-radius: 3px; /*角丸のサイズ*/
  background: linear-gradient(#fff, #eee); /*グラデーション*/
}
/*マウスオン時の設定*/
input[type="submit"].btn:hover, input[type="button"].btn:hover {
  border: 1px solid #999; /*枠線の幅、線種、色*/
  background: #fff; /*背景色*/
  position: relative;
  top: 1px;
  left: 1px; /*マウスオン時に上から1px、左から1px場所を移動する*/
}
/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
  clear: both;
  padding-top: 40px;
}
#pagetop a {
  text-decoration: none;
  text-align: center;
  display: block;
  float: right;
  color: #fff; /*文字色*/
  font-size: 20px; /*文字サイズ*/
  background: #2b3f7f; /*背景色*/
  width: 60px; /*幅*/
  line-height: 60px; /*高さ*/
  margin-bottom: 20px;
}
/*マウスオン時*/
#pagetop a:hover {
  background: #333; /*背景色*/
}
/*一覧ページのボックス内のアイコン
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1,option2共通*/
span.option1, span.option2 {
  text-align: center;
  display: block;
  font-size: 10px; /*文字サイズ*/
  width: 100px; /*幅*/
  position: absolute;
  right: 0px; /*ボックスに対して右から0pxの場所に配置*/
  top: 0px; /*ボックスに対して上から0pxの場所に配置*/
  transform: rotate(45deg) translate(32px, -9px); /**/
  color: #FFF; /*文字色*/
  background: #666; /*背景色*/
}
/*option1への追加設定*/
span.option1 {
  color: #FFF; /*文字色*/
  background: #F00; /*背景色*/
}
/*h2タグ内で使った場合のoption1とoption2*/
h2 span.option1, h2 span.option2 {
  text-shadow: none;
  width: auto;
  padding: 2px 5px;
  position: static;
  transform: none;
  display: inline-block;
  font-size: 15px;
  margin-left: 10px;
}
/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
  background: #F00; /*背景色*/
  color: #FFF; /*文字色*/
  font-size: 70%; /*文字サイズ*/
  line-height: 1.5;
  padding: 2px 5px;
  border-radius: 2px;
  margin: 0px 5px;
  vertical-align: text-top;
}
.bg-gray {
  background: #f4f4f4;
}
.bg-koda {
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 30px;
}
.bg-aiken {
  background: #4653a2;
}
.bg-blue {
  background: #4653a2;
  margin-bottom: 30px;
  color: #FFF;
  padding: 5px 5px 0px 5px;
}
.news {
  margin-top: 7px;
}
.news-k {
  border: solid 1px #000;
  padding: 2px 10px;
  margin: 10px 0px 10px 10px;
  width: 100%;
}
/*画面幅1200px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1200px) {
  /*inner共通
---------------------------------------------------------------------------*/
  .inner {
    width: 1200px; /*サイト幅*/
  }
  .inner-menu {
    margin-left: 0px;
    width: 100%;
  }
  /*メインメニューとドロップダウンメニューの設定変更。
上の共通設定で、max-widthを1200pxにしており、メニュー数が５個なので、1200÷5=240pxになります。
---------------------------------------------------------------------------*/
  #menubar li {
    width: 10.5%;
  }
}
/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px) {
  /*inner共通
---------------------------------------------------------------------------*/
  .inner {
    width: 100%;
  }
  /*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
  /*ロゴ画像*/
  header #logo img {
    width: 250px; /*画像幅*/
  }
  /*文字サイズ変更ボタン（※文字サイズを「大」にした時の設定はchange.cssで行う）
---------------------------------------------------------------------------*/
  /*ボタンブロック全体*/
  #fsize {
    display: none;
  }
  /*メインメニュー
---------------------------------------------------------------------------*/
  /*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
  @keyframes menu1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /*スマホ用メニューを非表示から表示に切り替える*/
  #menubar-s {
    top: 70px;
    display: block;
    overflow: hidden;
    position: absolute;
    border-top: 1px solid #fff;
    margin: 0px 10px;
    width: 95%;
    z-index: 10;
    animation-name: menu1; /*上のkeyframesの名前*/
    animation-duration: 0.5S; /*アニメーションの実行時間。0.5秒。*/
    animation-fill-mode: both; /*アニメーションの完了後、最後のキーフレームを維持する*/
  }
  /*メニュー１個あたりの設定*/
  #menubar-s li a {
    display: block;
    text-decoration: none;
    padding: 15px 5%;
    border-bottom: 1px solid #fff;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 100%;
  }
  /*PC用メニューを非表示にする*/
  #menubar {
    display: none;
  }
  /*３本バーアイコン設定
---------------------------------------------------------------------------*/
  /*３本バーブロック*/
  #menubar_hdr {
    display: block;
    position: absolute;
    top: 0.5%; /*上から3%の場所に配置*/
    right: 2%; /*右から3%の場所に配置*/
  }
  /*アイコン共通設定*/
  #menubar_hdr.close, #menubar_hdr.open {
    width: 50px; /*幅*/
    height: 50px; /*高さ*/
    border: 1px solid #4653a2; /*枠線の幅、線種、色*/
  }
  /*三本バーアイコン*/
  #menubar_hdr.close {
    background: #4653a2 url(../images/icon_menu.png) no-repeat center top/50px;
  }
  /*閉じるアイコン*/
  #menubar_hdr.open {
    background: #4653a2 url(../images/icon_menu.png) no-repeat center bottom/50px;
  }
  /*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
  .contents {
    padding: 3%;
  }
  /*listブロック（※２カラムも３カラムと１列レイアウトと同じように設定しなおす）
---------------------------------------------------------------------------*/
  /*listブロック設定*/
  .list {
    margin: 0 !important;
    padding: 4% !important;
    float: none !important;
    width: auto !important;
    box-shadow: none;
    border-top: 1px solid #ccc;
  }
  .list:last-of-type {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px !important;
  }
  /*h4タグ設定*/
  .list h4 {
    font-size: 150% !important;
  }
  /*段落タグ設定*/
  .list p {
    font-size: 100% !important;
    line-height: 1.8 !important;
    height: auto !important;
  }
  /*main,subコンテンツ
---------------------------------------------------------------------------*/
  .main, .sub {
    float: none;
    width: auto;
  }
  /*PAGE TOP設定
---------------------------------------------------------------------------*/
  #pagetop {
    margin-right: 3%;
  }
  /*その他
---------------------------------------------------------------------------*/
  body.s-n .sub, body.s-n #footermenu, .m-n {
    display: none;
  }
}
table.plan img {
  padding-bottom: 15px;
}
table.plan td {
  padding: 20px;
}
table.concept td {
  padding: 20px;
}
table.access td {
  padding: 20px;
}
table.news td {
  padding: 20px;
  font-size: 14px;
}
.access-logo {
  padding-bottom: 20px;
}
.concept2 img {
  margin-top: -50px;
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px) {
  /*全体の設定
---------------------------------------------------------------------------*/
  body {
    font-size: 12px; /*文字サイズ*/
  }
  contents {
    padding: 15px;
  }
  p.text2 {
    text-align: left;
  }
  /*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
  /*ロゴ画像*/
  header #logo img {
    width: 50%; /*画像幅*/
    min-width: 200px;
    top: 20%; /*ヘッダーに対して上から20%の場所に配置*/
  }
  /*コンテンツ
---------------------------------------------------------------------------*/
  .contents h2, .contents h3, .contents h4 {
    padding: 5px 0px 5px 10px;
    margin-bottom: 20px;
    font-size: 150%;
  }
  /*h2,h3タグの左側のアクセント*/
  .contents h2::first-letter, .contents h3::first-letter {
    padding-left: 10px; /*線とテキストとの距離*/
  }
  /*段落タグ設定*/
  .contents p {
    padding: 0px 10px 15px; /*上、左右、下への余白*/
  }
  /*subコンテンツ
---------------------------------------------------------------------------*/
  /*subコンテンツ内のh2タグ設定*/
  .sub h2 {
    margin-bottom: 10px;
  }
  /*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
  .sub .box1 {
    padding: 10px; /*ボックス内の余白*/
  }
  /*フッターメニュー
---------------------------------------------------------------------------*/
  /*ボックス全体*/
  #footermenu {
    display: none;
  }
  /*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
  /*ブロック全体の設定*/
  #new dl {
    padding-left: 10px;
  }
  /*テーブル（ta1）
---------------------------------------------------------------------------*/
  /*ta1設定*/
  .ta1, .ta1 td, .ta1 th {
    padding: 5px; /*ボックス内の余白*/
  }
  /*テーブル１行目に入った見出し部分*/
  .ta1 th.tamidashi {
    font-size: 14px; /*文字サイズ*/
  }
  /*ta1の左側ボックス*/
  .ta1 th {
    width: 100px;
  }
  /*その他
---------------------------------------------------------------------------*/
  .ws, .wl {
    width: 94%;
  }
  .big1 {
    font-size: 16px;
  }
  img.fr, img.fl {
    float: none;
    margin: 0;
    width: 100%;
  }
  .sh {
    display: block;
  }
  .pc {
    display: none;
  }
}
.ad-tel {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding-top: 10px;
}
.ad-t img {
  padding-top: -10px;
  margin-top: -10px;
}
table.doma {
  border-top: 0px solid #999;
  width: 100%;
}
table.doma td {
  margin-top: 5px;
  padding: 15px 15px;
}
table.doma2 {
  border-top: 0px solid #999;
  width: 95%;
}
table.doma2 td {
  margin: 0px 10px;
}
.news-box {
  height: 310px;
}
.p-title {
  font-size: 25px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
  letter-spacing: 5px;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .news-box {
    height: 420px;
  }
  table.concept {
    border-top: 0px solid #999;
    width: 95%;
  }
  table.concept td {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0px;
  }
  table.doma {
    border-top: 0px solid #999;
    width: 100%;
  }
  table.doma td {
    margin-top: 5px;
    padding: 5px 0px;
  }
  table.doma2 {
    border-top: 0px solid #999;
    width: 95%;
  }
  table.doma2 td {
    margin: 0px 10px;
  }
  .concept_title {
    font-size: 150%; /*文字サイズ。上の「body」で設定しているサイズに対しての指定。*/
    letter-spacing: 0.1em; /*文字間隔を少し広くとる設定*/
    text-align: center;
    margin-bottom: 20px;
  }
  .plan_title {
    font-size: 100%; /*文字サイズ。上の「body」で設定しているサイズに対しての指定。*/
    letter-spacing: 0.1em; /*文字間隔を少し広くとる設定*/
    text-align: left;
    margin: 10px;
  }
  .button-plan {
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    color: #333;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    width: 100%;
    font-size: 13px;
  }
  .concept2 img {
    margin-top: 10px;
  }
  .access-logo {
    width: 50%;
    padding-bottom: 20px;
  }
  .ad-t img {
    padding-top: 0px;
    margin-top: 10px;
  }
  .ad-tel {
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    padding-top: -20px;
  }
  table.access td {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0px;
  }
  .sp-menu {
    width: 100%;
    background-color: #000;
  }
  .text1 {
    width: 100%;
  }
  table.plan td {
    padding: 0px 10px;
  }
  .t-logo {
    margin-top: 10px;
  }
  h2 {
    font-size: 18px;
  }
}
.pc {
  display: block !important;
}
.tab {
  display: none !important;
}
.sp {
  display: none !important;
}
.t_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: block !important;
  }
  .t_sp {
    display: none !important;
  }
  .tab_n {
    display: none !important;
  }
  .button {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
    position: relative;
    display: inline-block;
    padding: .5em 1em;
    background: #f6f6f6;
    color: #000;
    text-align: left;
    text-decoration: none;
    width: 95%;
    margin: 5px 0px;
    z-index: 2;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .button p {
    font-size: 12px;
    transform: skewX(0deg);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
  .button:hover {
    color: #fff;
  }
  .button::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #6a86c3;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .5s;
    color: #fff;
  }
  .button:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .button:after {
    display: block;
    content: "";
    position: absolute;
    top: 40%;
    right: 5%;
    width: 8px;
    height: 8px;
    margin: 0 0 0 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .p-title {
    font-size: 18px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
    letter-spacing: 5px;
    text-align: center;
  }
  .fh5co-counters {
    padding: 1em 0;
    background: #e6e6e6;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    margin-bottom: 30px;
  }
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 30px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  letter-spacing: 5px;
  text-shadow: 2px 2px 7px #000000;
}
.f-menu {
  text-align: center;
  font-size: 15px;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
@keyframes animationZoom {
  50% {
    transform: scale(1.1);
  }
}
table.ad td {
  font-size: 13px;
  padding: 15px;
}
.ad-text {
  font-size: 15px;
  border-bottom: solid 1px;
  font-weight: bold;
  margin-top: 15px;
}
.btn-open {
  display: inline-block;
  width: 230px;
  height: 40px;
  text-align: center;
  background-color: #f39800;
  font-size: 15px;
  line-height: 38px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #f39800;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 5px 5px 0px 5px;
}
.btn-open:after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(20deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover {
  color: #f39800;
}
.btn-open:hover:after {
  height: 240%;
  opacity: 1;
}
.btn-open:active:after {
  height: 340%;
  opacity: 1;
}
.btn-open2 {
  display: inline-block;
  width: 230px;
  height: 40px;
  text-align: center;
  background-color: #00b0e8;
  font-size: 15px;
  line-height: 38px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #00b0e8;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 5px 5px 0px 5px;
}
.btn-open2:after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(20deg);
  transition: .2s;
  z-index: -1;
}
.btn-open2:hover {
  color: #00b0e8;
}
.btn-open2:hover:after {
  height: 240%;
  opacity: 1;
}
.btn-open2:active:after {
  height: 340%;
  opacity: 1;
}
.btn-open3 {
  display: inline-block;
  width: 350px;
  height: 45px;
  text-align: center;
  background-color: #f39800;
  font-size: 15px;
  line-height: 38px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #f39800;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 5px 5px 0px 5px;
}
.btn-open3:after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(20deg);
  transition: .2s;
  z-index: -1;
}
.btn-open3:hover {
  color: #f39800;
}
.btn-open3:hover:after {
  height: 240%;
  opacity: 1;
}
.btn-open3:active:after {
  height: 340%;
  opacity: 1;
}
.btn-open4 {
  display: inline-block;
  width: 350px;
  height: 45px;
  text-align: center;
  background-color: #00b0e8;
  font-size: 15px;
  line-height: 38px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #00b0e8;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 5px 5px 0px 5px;
}
.btn-open4:after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(20deg);
  transition: .2s;
  z-index: -1;
}
.btn-open4:hover {
  color: #00b0e8;
}
.btn-open4:hover:after {
  height: 240%;
  opacity: 1;
}
.btn-open4:active:after {
  height: 340%;
  opacity: 1;
}
.menu-sub {
  text-align: center;
  font-size: 14px;
  padding: 7px;
  width: 80%;
  border-top: solid 2px;
}
.menu-sub:hover {
  border-top: solid 2px #4653a2;
}
.title-m {
  text-align: center;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 200%;
  border-bottom: solid 2px #4653a2;
  width: 200px;
}
.title-s {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 120%;
}
.title-m2 {
  text-align: center;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 200%;
  border-bottom: solid 2px #ffd900;
  width: 230px;
  position: relative;
}
.title-m2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #4653a2;
  bottom: -2px;
  width: 50%;
}
.logo-menu {
  top: 0px;
  z-index: 99999;
  margin-right: 0px;
  margin-left: 40px;
}
.k-logo img {
  margin: -40px 20px 0px 15px;
}
.box-oya {
  padding: 0em 0 0 2em;
  height: 160px;
  width: 350px;
  background: #fff; /*背景色*/
}
.box3 {
  padding: 1em 1em;
  height: 200px;
  width: 300px;
  color: #2c2c2f;
  background: #4653a2; /*背景色*/
  z-index: 99999999;
}
.box3 p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.box-toi {
  padding: 0.2em;
  margin: 1em 0;
  font-weight: bold;
  border: solid 2px #fff;
  width: 90%;
}
.box1 p {
  margin: 0;
  padding: 0;
}
.t-toi {
  text-align: center;
  font-size: 25px;
  letter-spacing: 10px;
}
table.toi {
  color: #fff;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
table.toi td {
  width: 50%;
  text-align: center;
  margin: 5px;
  padding: 30px;
}
.simple_square_btn2 {
  margin-top: 20px;
  display: block;
  position: relative;
  width: 160px;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
  color: #1B1B1B;
  background: #fff;
  border: 1px solid #1B1B1B;
}
.simple_square_btn2:hover {
  background: #1B1B1B;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
table.t-tochi td {
  padding: 15px;
  text-align: center;
}
.box-kodawari-menu {
  background: #fff; /*背景色*/
  width: 500px;
  height: 460px;
  margin-top: -30px;
  margin-left: 130px;
  padding-top: 20px;
  -webkit-transform: skew(15deg);
}
.box-kodawari-menu {
  background: #fff; /*背景色*/
  width: 500px;
  height: 460px;
  margin-top: -30px;
  margin-left: 130px;
  padding-top: 20px;
  -webkit-transform: skew(15deg);
}
@media screen and (max-width: 1024px) {
  table.footer td {
    display: block;
    text-align: center;
  }
  table.toi td {
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
  }
  table.t-tochi td {
    padding: 10px;
  }
  .box-kodawari-menu {
    width: 360px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-top: -20px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-transform: skew(0deg);
  }
  .t-toi {
    text-align: center;
    font-size: 20px;
    letter-spacing: 5px;
  }
  .btn-open3 {
    width: 250px;
    height: 45px;
    font-size: 15px;
    line-height: 38px;
    z-index: 1;
    margin: 5px 5px 0px 5px;
  }
  .btn-open4 {
    width: 250px;
    height: 45px;
    font-size: 15px;
    line-height: 38px;
    z-index: 1;
    margin: 5px 5px 0px 5px;
  }
  .btn-open5 {
    display: inline-block;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    width: 180px;
    height: 35px;
    text-align: center;
    background-color: #00b0e8;
    font-size: 15px;
    line-height: 29px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #00b0e8;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 5px 5px 0px 5px;
  }
  .btn-open6 {
    display: inline-block;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    width: 180px;
    height: 35px;
    text-align: center;
    background-color: #f39800;
    font-size: 15px;
    line-height: 29px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #f39800;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 5px 5px 0px 5px;
  }
  .f-menu {
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px;
    color: #4653A2;
  }
  .f-menu a {
    color: #4653A2;
    transition: 0.5s;
    text-decoration: none;
  }
  .f-menu a:hover {
    color: #7b7a7b;
    text-decoration: none;
  }
}
@media screen and (max-width: 480px) {
  .tab {
    display: none !important;
  }
  .tab_n {
    display: block !important;
  }
  .t_sp {
    display: block !important;
  }
}


