innerinner@charset "utf-8";
body {
  margin: 0px;
  padding: 0px;
  color: #000; /*全体の文字色*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /*フォント種類*/
  font-size: 15px; /*文字サイズ*/
  line-height: 2; /*行間*/
  -webkit-text-size-adjust: none;
}
ul {
  list-style-type: none;
}
.sp-header {
  width: 100%;
  height: 60px;
}
.sp-header img {
  padding-top: 5px;
}
.contents {
  clear: both;
  overflow: hidden;
  padding: 50px 0px; /*上下、左右へのボックス内の余白*/
}
/*inner共通
---------------------------------------------------------------------------*/
header {
  margin: 10px 0px 0px;
}
.h-logo {
  text-align: left;
}
.h-tel {
  text-align: right;
  float: right
}
.h-text {
  text-align: center;
  color: #004EA2;
  margin-right: -10px;
  float: left;
  line-height: 1.4;
}
/*inner共通
---------------------------------------------------------------------------*/
.inner {
  max-width: 1200px; /*サイトの最大幅　※下の方の「画面幅1200px以上の設定」にも関連するので変更の際は注意して下さい。*/
  margin: 0 auto;
}
.inner-menu {
  width: 100%;
  max-width: 1200px; /*サイトの最大幅　※下の方の「画面幅1200px以上の設定」にも関連するので変更の際は注意して下さい。*/
  margin: 0 auto;
}
/*メイン画像
---------------------------------------------------------------------------*/
.main-img {
  position: relative;
}
.main-logo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html {
  width: 100%;
  height: 100%;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 30px;
  text-align: center;
}
h3 {
  font-size: 15px;
  color: #AAABAB;
  text-align: center;
  margin-top: -20px;
}
h4 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 25px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: 400;
}
p {
  margin: 0 0 5px;
}
p.lead {
  font-weight: 100;
}
.title_cms {
  font-size: 20px;
  color: #AAABAB;
  text-align: left;
}
a {
  color: #004EA2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: #7FA6D0;
}
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
.-box1 {
  padding: 2px 12px;
  margin: 0px 10px 0px 20px;
  display: inline-block;
  background: #FFF;
  border: solid 2px #163162; /*線*/
  text-align: center;
  color: #163162;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px; /*角の丸み*/
  font-size: 20px;
}
.n-box1 {
  padding: 0.5em 1.0em;
  margin: 0px 10px 0px 20px;
  display: inline-block;
  background-color: #fff;
  border: solid 2px #163162; /*線*/
  text-align: center;
  color: #163162;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px; /*角の丸み*/
  margin-bottom: 15px;
}
.btn-n-box {
  padding: 0.5em 0.5em;
  display: inline-block;
  width: 300px;
  background-color: #163162;
  border-color: #163162;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px; /*角の丸み*/
  margin-bottom: 15px;
  font-size: 1em;
}
.btn-n-box:hover {
  background-color: #B6CCE4;
  border-color: #B6CCE4;
  color: #163162;
}
.feature-f-text01 {
  position: absolute;
  top: 41%;
  left: 48%;
  transform: translate(-50%, -50%);
}
.feature-f-text02 {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature-f {
  position: relative;
}
table.nt-t td {
  width: 50%;
}
/*フェイドイン
---------------------------------------------------------------------------*/
.css-fade1f {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade1f--in {
  animation-name: fade-in1f;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in1f {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.css-fade1-2f {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade1-2f--in {
  animation-name: fade-in1-2f;
  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-in1-2f {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.css-fade1-3f {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade1-3f--in {
  animation-name: fade-in1-3f;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in1-3f {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.css-fade2f {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade2f--in {
  animation-name: fade-in2f;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in2f {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.css-fade2-2f {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade2-2f--in {
  animation-name: fade-in2-2f;
  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-in2-2f {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.css-fade2-3f {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade2-3f--in {
  animation-name: fade-in2-3f;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in2-3f {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.css-fade3f {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade3f--in {
  animation-name: fade-in3f;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in3f {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.css-fade3-2f {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade3-2f--in {
  animation-name: fade-in3-2f;
  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-in3-2f {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.css-fade3-3f {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade3-3f--in {
  animation-name: fade-in3-3f;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in3-3f {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.css-fade4f {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade4f--in {
  animation-name: fade-in4f;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in4f {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.css-fade4-2f {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade4-2f--in {
  animation-name: fade-in4-2f;
  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-2f {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.css-fade4-3f {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade4-3f--in {
  animation-name: fade-in4-3f;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in4-3f {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.css-fade8f {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade8f--in {
  animation-name: fade-in8f;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in8f {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.css-fade8-2f {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade8-2f--in {
  animation-name: fade-in8-2f;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 2.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in8-2f {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.css-fade8-3f {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.css-fade8-3f--in {
  animation-name: fade-in8-3f;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in8-3f {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.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-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);
  }
}
/*スマホ用メニューを表示させない*/
#menubar-s {
  display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
  display: none;
}
.border_bottom_btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.border_bottom_btn:hover {
  cursor: pointer;
  text-decoration: none;
}
.border_bottom_btn::after {
  text-align: center;
  position: absolute;
  bottom: -14px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #FFF100;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.border_bottom_btn:hover::after {
  bottom: -14px;
  opacity: 1;
  visibility: visible;
}
/*画面幅1200px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1200px) {
  /*inner共通
---------------------------------------------------------------------------*/
  .inner {
    width: 1200px; /*サイト幅*/
  }
}
/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1095px) {
  /*inner共通
---------------------------------------------------------------------------*/
  .inner {
    width: 100%;
  }
  /*文字サイズ変更ボタン（※文字サイズを「大」にした時の設定はchange.cssで行う）
---------------------------------------------------------------------------*/
  /*ボタンブロック全体*/
  #fsize {
    display: none;
  }
  /*メインメニュー
---------------------------------------------------------------------------*/
  /*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
  @keyframes menu1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /*スマホ用メニューを非表示から表示に切り替える*/
  #menubar-s {
    top: 60px;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 95%;
    animation-name: menu1; /*上のkeyframesの名前*/
    animation-duration: 0.5S; /*アニメーションの実行時間。0.5秒。*/
    animation-fill-mode: both; /*アニメーションの完了後、最後のキーフレームを維持する*/
    z-index: 9999999;
    margin: 0px 10px
  }
  /*メニュー１個あたりの設定*/
  #menubar-s li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    border-bottom: 1px solid #004EA2;
    background: rgba(255, 255, 255, 0.8);
    color: #004EA2;
    font-size: 100%;
  }
  /*PC用メニューを非表示にする*/
  #menubar {
    display: none;
  }
  /*３本バーアイコン設定
---------------------------------------------------------------------------*/
  /*３本バーブロック*/
  #menubar_hdr {
    display: block;
    position: absolute;
    top: 6px; /*上から3%の場所に配置*/
    right: 2%; /*右から3%の場所に配置*/
  }
  /*アイコン共通設定*/
  #menubar_hdr.close, #menubar_hdr.open {
    width: 50px; /*幅*/
    height: 50px; /*高さ*/
  }
  /*三本バーアイコン*/
  #menubar_hdr.close {
    background: #fff url(../images/icon_menu.png) no-repeat center top/50px;
  }
  /*閉じるアイコン*/
  #menubar_hdr.open {
    background: #fff url(../images/icon_menu.png) no-repeat center bottom/50px;
  }
}
img.shop-img {
  margin-left: 20px;
}
.menu-text {
  text-align: left;
  font-size: 18px;
  font-size: 18px;
  float: left;
}
.menu-fee {
  text-align: right;
  font-size: 18px;
}
/* misc */
hr {
  margin-top: 5px;
}
hr.bold {
  border-top: 2px solid #000;
}
.bg-service {
  background: #FFFEEC;
}
.bg-feature1 {
  background-image: url("../images/feature/back01.jpg");
  background-size: 100%;
  margin-bottom: 50px
}
.bg-feature2 {
  background-image: url("../images/feature/back02.jpg");
  background-size: 100%;
  margin-bottom: 50px
}
.bg-recruit {
  background-image: url("../images/recruit/bgimg.jpg");
  background-size: 100%;
}
.bg-photo_contest1 {
  font-family: 'Kosugi Maru', sans-serif;
  background: #54c3f1;
  color: #fff;
  text-align: center;
  font-size: 30px;
    padding: 25px;
}
.bg-photo_contest2 {
  font-family: 'Kosugi Maru', sans-serif;
  background: #8fb72c;
  color: #fff;
  text-align: center;
  font-size: 30px;
    padding: 15px;
}
.box3 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #2c2c2f;
  background: #cde4ff; /*背景色*/
}
.box3 p {
  margin: 0;
  padding: 0;
}
.service-title {
  text-align: center;
  font-size: 15px;
  margin: 15px 0px;
}
/* ===========================
--- タイトル
============================ */
.title-m2 {
  text-align: center;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 200%;
  border-bottom: solid 2px #FFF100;
  width: 200px;
  position: relative;
  padding-bottom: 10px;
  margin-top: 20px;
}
.title-m2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #004EA2;
  bottom: -2px;
  width: 50%;
}
.title-s {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 120%;
}
.img_wrap {
  width: 280px;
  height: 280px;
  margin: 0px auto 0;
  transition-duration: 0.5s;
  border-radius: 5px 5px 5px 5px;
}
.img_wrap img {
  width: 100%;
  cursor: pointer;
}
.img_wrap:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}
.img_wrap-menu {
  width: 200px;
  height: 200px;
  margin: 0px auto 0;
  transition-duration: 0.5s;
  border-radius: 5px 5px 5px 5px;
}
.img_wrap-menu img {
  width: 100%;
  cursor: pointer;
}
.img_wrap-menu:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}
/* ===========================
--- お問い合わせ
============================ */
table.toi {
  color: #fff;
  margin: 0px auto;
}
table.toi td {
  width: 50%;
  text-align: center;
  margin: 5px;
  padding: 30px;
}
.btn-open3 {
  display: inline-block;
  width: 400px;
  height: 45px;
  text-align: center;
  background-color: #FFF100;
  font-size: 20px;
  line-height: 38px;
  color: #004EA2;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #FFF100;
  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;
  color: #004EA2;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(20deg);
  transition: .2s;
  z-index: -1;
}
.btn-open3:hover {
  color: #004EA2;
}
.btn-open3:hover:after {
  height: 240%;
  opacity: 1;
}
.btn-open3:active:after {
  height: 340%;
  opacity: 1;
}
.box-toi {
  padding: 0.2em;
  margin: 1em 0;
  font-weight: bold;
  border: solid 2px #fff;
  width: 90%;
}
.t-toi {
  text-align: center;
  font-size: 25px;
  letter-spacing: 5px;
  color: #fff;
  font-family: 'Kosugi Maru', sans-serif;
  border-bottom: 3px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.t-toi-tel {
  font-size: 10px;
}
.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;
}
/* ===========================
--- Footer
============================ */
footer {
  background-color: #004EA2;
  color: #fff;
  margin-bottom: 0px;
}
table.t-footer td {
  padding: 20px;
}
.footer-text {
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
}
.tel-box {
  width: 400px;
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  border: solid 1px #000000;
}
.tel-box p {
  text-align: center;
}
a.tel-t {
  font-size: 25px;
}
.f-yago {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* ===========================
--- ボタン
============================ */
.button-contact {
  display: inline-block;
  width: 180px;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #004EA2;
}
.button-contact::before, .button-contact::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button-contact, .button-contact::before, .button-contact::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button-contact {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 5px solid #FFF100;
  color: #004EA2;
  line-height: 60px;
}
.button-contact:hover {
  color: #004EA2;
}
.button-contact::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button-contact:hover::after {
  background: #FFF100;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.button-contact a:hover::after {
  color: #004EA2;
}
.main-title {
  position: relative;
  text-align: center;
  margin-top: 10px;
}
.title-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  letter-spacing: 2px;
}
.sg-title {
  font-size: 30px;
  color: #004ea2;
  font-family: 'Kosugi Maru', sans-serif;
  margin-bottom: 30px;
}
.sg-t-box {
  padding: 0.5em 1em;
  margin: 1em auto;
  color: #595757;
  background: #fff; /*背景色*/
}
.sg-t-box img {
  margin: 1em;
}
.sg-t-box p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.7;
}
.sg-t-box_i {
  height: 205px;
}
.sg-t-box_i_top {
  height: 100%;
  margin-bottom: 5px;
}
.sg-t-box_kaigo {
  color: #595757;
  background: #fff; /*背景色*/
  border: 1px solid #CD91BE;
}
table.sg-t-box_kaigo_t td {
  padding: 20px;
}
table.sg-t-box_t {
  margin-top: 10px;
}
table.sg-t-box_t td {
  padding-right: 5px;
}
.button {
  position: relative;
  display: inline-block;
  padding: .3em 2em;
  border: 1px solid #004EA2;
  color: #004EA2;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  width: 200px;
  z-index: 999;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.button:hover {
  color: #fff;
}
.button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #004EA2;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
table.sg-t td {
  padding: 10px;
}
.contact_tel-t {
  font-size: 18px;
  color: #004EA2;
}
a.contact_tel-a {
  font-size: 16px;
  color: #000;
}
a.contact_tel-a:hover {
  color: #004EA2;
}
.ifrm {
  width: 100%;
  height: 200px;
  border: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0px;
}
table.top_recruit_t td {
  padding: 15px;
}
.title_recruit01 {
  font-size: 35px;
  color: #0061b0;
  margin-bottom: 10px;
}
.title_recruit02 {
  font-size: 19px;
  color: #a9aaaa;
  margin-bottom: 70px;
}
.title_recruit03 {
  font-size: 28px;
  color: #0061b0;
  margin-bottom: 70px;
  border: 2px solid #0061b0;
  padding: 15px 10px;
  background-color: #fff;
}
p.top_recruit_text {
  font-size: 19px;
  margin-bottom: 70px;
}
p.recruit_text01 {
  font-size: 19px;
  line-height: 1.7;
}
.recruit_text02 {
  font-size: 22px;
  margin-top: 50px;
}
.recruit_name1 {
  font-size: 31px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 5px;
}
.recruit_name2 {
  font-size: 19px;
  text-align: center;
  margin-top: 20px;
}
.recruit_text_y {
  font-size: 26px;
  margin: 50px 0px;
  color: #0061b0;
  padding: 10px;
  background-color: #ffe900;
  text-align: center;
  width: 70%;
}
.recruit_name_k1 {
  font-size: 45px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 5px;
}
.recruit_name_k2 {
  font-size: 25px;
  text-align: center;
  color: #0061b0;
  margin: 15px;
}
.recruit_q {
  font-size: 29px;
  text-align: left;
  color: #0061b0;
  margin: 15px;
}

.bn_img {
  width: 100%;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1094px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  header {
    display: none !important;
  }
  #Head {
    display: none !important;
    z-index: 9999;
  }
  body {
    font-size: 13px;
  }
  .contents {
    padding: 0px 15px 50px 15px; /*上下、左右へのボックス内の余白*/
  }
  p {
    font-size: 13px;
    line-height: 1.8;
  }
  .sp-header img {
    margin-top: 10px;
    width: 220px;
  }
  a.anchor {
    display: block;
    padding-top: 0px;
    margin-top: 0px;
  }
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 22px;
    text-align: center;
  }
  h3 {
    font-size: 15px;
  }
  h4 {
    font-size: 15px;
  }
  table.t-shop td {
    display: block;
  }
  table.t-shop {
    width: 95%;
  }
  table.n-t {
    width: 95%;
  }
  table.n-t td {
    display: block;
    margin: 5px 0px;
  }
  .fh5co-counters {
    padding: 1em 0;
    background: #e6e6e6;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
  }
  li.feature-img img {
    width: 95%;
    margin-top: 50px;
  }
  .feature-f-text01 {
    top: 28%;
  }
  .feature-f-text01 img {
    width: 60px;
  }
  .feature-f-text02 {
    position: absolute;
    top: 39%;
  }
  .feature-f-text02 img {
    width: 130px;
  }
  .news_iframe {
    width: 100%;
    height: 870px;
  }
  .img_wrap {
    width: 160px;
    height: 200px;
    margin: 0px auto 0;
    transition-duration: 0.5s;
    border-radius: 5px 5px 5px 5px;
  }
  .t-toi {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .service-title {
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
    line-height: 1.2;
  }
  .menu-text {
    text-align: left;
    font-size: 13px;
    float: left;
  }
  .menu-fee {
    text-align: right;
    font-size: 13px;
  }
  .main-visual__title img {
    width: 85%;
  }
  table.t-footer {
    width: 95%;
  }
  table.t-footer td {
    display: block;
    padding: 10px;
    color: #fff;
  }
  table.t-footer a {
    color: #fff;
  }
  table.t-footer link {
    color: #fff;
  }
  table.contact-table td {
    display: block;
    padding: 0px;
  }
  .tel-box {
    width: 100%;
    padding: 0.5em 1em;
    margin: 0em 0;
    font-weight: bold;
    border: solid 1px #000000;
  }
  .n-box1 {
    padding: 0.1em 0.3em;
    margin: 0px 3px 0px 0px;
    display: inline-block;
    background-color: #fff;
    border: solid 1px #163162; /*線*/
    text-align: center;
    color: #163162;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px; /*角の丸み*/
    margin-bottom: 5px;
  }
  .btn-n-box {
    padding: 0;
    margin: 0px;
    display: inline-block;
    width: 80%;
    background-color: #163162;
    border-color: #163162;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px; /*角の丸み*/
    margin-bottom: 5px;
    font-size: 0.95em;
  }
  .feature-f {
    width: 100%;
  }
  .btn-open3 {
    display: inline-block;
    width: 100%;
    height: 45px;
    text-align: center;
    background-color: #FFF100;
    font-size: 15px;
    line-height: 38px;
    color: #004EA2;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #FFF100;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 5px 5px 0px 5px;
  }
  .sg-t-box {
    padding: 1em;
    margin: 1em;
    color: #595757;
    background: #fff; /*背景色*/
  }
  .sg-t-box p {
    margin: 0;
    padding: 0;
    font-size: 13px;
  }
  .sg-t-box_i {
    height: 100%;
  }
  .sg-t-box_kaigo {
    padding: 1em;
    margin: 1em;
    color: #595757;
    background: #fff; /*背景色*/
    border: 1px solid #CD91BE;
  }
  .sg-t-box img {
    margin: 0em;
  }
  table.sg-t-box_kaigo_t td {
    display: block;
    padding: 0px 10px;
  }
  .bg-feature1 {
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 10px;
  }
  .bg-feature1 img {
    width: 300px;
  }
  .bg-feature2 {
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 10px
  }
  .bg-feature2 img {
    width: 300px;
  }
  .button {
    position: relative;
    display: inline-block;
    padding: 0.1em;
    border: 1px solid #333;
    color: #333;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    width: 150px;
  }
  table.sg-t td {
    padding: 5px;
  }
  table.sg-t td img {
    width: 150px;
  }
  table.toi td {
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px;
    margin: 0px auto;
  }
  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .contact_tel-t {
    font-size: 16px;
    color: #004EA2;
  }
  a.contact_tel-a {
    font-size: 15px;
    color: #000;
  }
  a.contact_tel-a:hover {
    color: #004EA2;
  }
  table.nt-t {
    width: 100%;
  }
  table.nt-t td {
    width: 50%;
  }
  .ifrm {
    width: 100%;
    height: 500px;
    border: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0px;
  }
  p.top_recruit_text {
    font-size: 17px;
    margin-bottom: 0px;
  }
  .title_recruit02 {
    font-size: 19px;
    margin-bottom: 0px;
  }
  .title_recruit01 {
    font-size: 22px;
    color: #0061b0;
    margin-bottom: 10px;
  }
  .title_recruit03 {
    font-size: 22px;
    color: #0061b0;
    margin-bottom: 10px;
    border: 2px solid #0061b0;
    padding: 5px 10px;
    background-color: #fff;
  }
  .recruit_name_k1 {
    font-size: 32px;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 5px;
  }
  .recruit_name_k2 {
    font-size: 16px;
    text-align: center;
    color: #0061b0;
    margin: 15px;
  }
  p.recruit_text01 {
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
  }
  .recruit_q {
    font-size: 20px;
    text-align: left;
    color: #0061b0;
    margin: 15px;
  }
  table.top_recruit_t td {
    display: block;
    width: 100%;
    text-align: center;
  }
  table.top_recruit_t td img {
    width: 100%;
  }
  .recruit_text02 {
    font-size: 18px;
    margin-top: 50px;
  }
  .recruit_text_y {
    font-size: 20px;
    margin: 50px 0px;
    color: #0061b0;
    padding: 10px;
    background-color: #ffe900;
    text-align: center;
    width: 100%;
  }
.bg-photo_contest1 {
  font-family: 'Kosugi Maru', sans-serif;
  background: #54c3f1;
  color: #fff;
  text-align: center;
  font-size: 20px;
    padding: 25px;
}
.bg-photo_contest2 {
  font-family: 'Kosugi Maru', sans-serif;
  background: #8fb72c;
  color: #fff;
  text-align: center;
  font-size: 20px;
    padding: 15px;
}
    
.bn_img {
  width: 100%;
    margin-top: 10px;
    margin-bottom: -30px;
}
    
}