@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
.page-container-wrap {
  width: 1000px;
  margin: 0 auto;
}
/*1400px*/
@media screen and (max-width:768px) {
  .spnone {
    display: none;
  }
}
@media screen and (min-width:769px) {
  .pcnone {
    display: none;
  }
}
.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  /* transition: 0.3s ease-in-out;*/
}
.fade:hover {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  -ms-filter: "alpha(opacity=50)" !important;
}
/*//ふんわり表示--------------------------------------*/
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  width: 100% !important;
  /*font-family:sans-serif;*/
  /*font-family: 'M PLUS Rounded 1c', sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
main {
  display: block;
}
.contents {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .contents {
    width: 90%;
  }
}
p.txt-center {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
.page-container {
  width: 1000px;
  margin: 0 auto 0;
}
@media screen and (max-width:768px) {
  p.txt-center {
    font-size: 4.1vw;
    text-align: left;
  }
  .page-container {
    width: 90%;
  }
}
.page-container-wrap {
  padding-bottom: 120px;
}
@media screen and (max-width:768px) {
  .page-container-wrap {
    width: 90%;
    padding-bottom: 60px;
  }
}
.page-mv {
  width: 100%;
  height: 400px;
  position: relative;
  margin-bottom: 167px;
}
@media screen and (max-width:768px) {
  .page-mv {
    margin-bottom: 100px;
  }
}
/*ページイメージ*/
.page-mv.aboutus {
  background: url("../image/page-head/aboutus.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-mv.service {
  background: url("../image/page-head/service.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-mv.news {
  background: url("../image/page-head/news.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-mv.introduction {
  background: url("../image/page-head/introduction.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-mv.pageerror {
  background: url("../image/page-head/introduction.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-mv.recruit {
  background: url("../image/page-head/recruit.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-mv.recruitinfo {
  background: url("../image/page-head/recruit-info.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-mv.entry {
  background: url("../image/page-head/entry.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-mv.contact {
  background: url("../image/page-head/contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width:768px) {
  .page-mv.aboutus {
    background: url("../image/page-head/aboutus_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .page-mv.service {
    background: url("../image/page-head/service_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .page-mv.news {
    background: url("../image/page-head/news_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .page-mv.introduction {
    background: url("../image/page-head/introduction_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .page-mv.pageerror {
    background: url("../image/page-head/introduction_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .page-mv.recruit {
    background: url("../image/page-head/recruit_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .page-mv.recruitinfo {
    background: url("../image/page-head/recruit-info_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .page-mv.entry {
    background: url("../image/page-head/entry_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .page-mv.contact {
    background: url("../image/page-head/contact_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.pagetitle {
  padding: 40px 100px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -87px;
}
@media screen and (max-width:768px) {
  .pagetitle {
    padding: 7vw 10vw;
    width: 80%;
    bottom: -70px;
  }
}
/*ニュース一覧*/
ul.newsarchive {
  width: 1000px;
  margin: 0 auto 80px;
}
@media screen and (max-width:768px) {
  ul.newsarchive {
    width: 90%;
    margin-bottom: 40px;
  }
}
ul.newsarchive li {
  border-bottom: 1px dotted #BEBEBE;
  padding-bottom: 30px;
  padding-top: 30px;
}
ul.newsarchive li a {
  color: #000000;
  font-size: 1.8rem;
  vertical-align: middle;
  font-weight: 700;
}
ul.newsarchive li a span.date {
  color: #BEBEBE;
  font-size: 1.6rem;
  margin-right: 30px;
}
ul.newsarchive li a span.category {
  color: #0068B7;
  border: 1px solid #0068B7;
  height: 28px;
  font-size: 1.2rem;
  text-align: center;
  padding: 4px 0;
  border-radius: 14px;
  width: 86px;
  display: inline-block;
  margin-right: 30px;
}
@media screen and (max-width:768px) {
  ul.newsarchive li {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  ul.newsarchive li a {
    font-size: 3.5vw;
  }
  ul.newsarchive li a span.date {
    width: 70%;
    font-size: 2.5vw;
    margin-right: 0;
    display: inline-block;
  }
  ul.newsarchive li a span.category {
    height: 28px;
    font-size: 3vw;
    width: 30%;
    display: inline-block;
    margin-right: 0;
  }
}
/*ボタン*/
.btn-wrap {
  text-align: center;
}
/*白のボタン*/
a.btn-w {
  width: 300px;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  padding-left: 40px;
  line-height: 60px;
  background: #fff;
  display: block;
  text-align: left;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
  background-image: url("../image/common/pin-black.svg");
  background-position: center right;
  background-repeat: no-repeat;
}
@media screen and (max-width:768px) {
  a.btn-w {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    padding-left: 25px;
    line-height: 40px;
    font-size: 1.4rem;
    background-size: 23px 6px;
  }
}
a.btn-w:hover {
  background-position: center right -10px;
}
/*青のボタン*/
a.btn-b {
  width: 300px;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  padding-left: 40px;
  line-height: 60px;
  background: #0068B7;
  display: block;
  text-align: left;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background-image: url("../image/common/pin-w.svg");
  background-position: center right;
  background-repeat: no-repeat;
}


@media screen and (min-width:429px) and (max-width:768px) {
    a.btn-b {
        height: 80px;
        border-radius: 50px;
        line-height: 80px;
    }
}
@media screen and (max-width:428px) {
  a.btn-b {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    padding-left: 25px;
    line-height: 40px;
    font-size: 1.4rem;
    background-size: 23px 6px;
  }
}
a.btn-b:hover {
  background-position: center right -10px;
}
.pankuzu-wrap {
  background: #EAEAEA;
  padding: 15px 0;
  color: #606060;
}
.pankuzu-wrap a {
  color: #606060;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .pankuzu-wrap, .pankuzu-wrap a {
    font-size: 2.5vw;
  }
}
/*タブ切り替え全体のスタイル*/
.news-tab-wrap {
  width: 678px;
  margin: 0 auto;
}
.tabs {
  margin-top: 50px;
  width: 1000px;
  margin: 80px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/*
.tab-btn-wrap{
    display: flex;
justify-content: space-around;
    width: 100%;
}*/
/*.border-left-line {
  border-left: 1px solid #808080;
}*/
/*タブのスタイル*/
.tab_item {
  /*width: calc(100%/3);*/
  /*height: 38px;*/
    height: 35px;
  border-radius: 40px;
  font-size: 16px;
  text-align: center;
  color: #606060;
  background: #EAEAEA;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  padding: 6px 30px;
  margin-right: 15px;
}
.tabs .tab_item_last {
  margin-right: 0;
}
.tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 60px 0 0;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content, #news:checked ~ #news_content, #news:checked ~ #news_content, #event:checked ~ #event_content, #recruit:checked ~ #recruit_content, #other:checked ~ #other_content {
  display: block;
}
@media (max-width: 768px) {
  #all:checked ~ #all_content, #news:checked ~ #news_content, #news:checked ~ #news_content, #event:checked ~ #event_content, #recruit:checked ~ #recruit_content, #other:checked ~ #other_content {
    width: 100%;
  }
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  color: #fff;
  background: #0068B7;
}
@media (max-width: 768px) {
  .tabs {
    padding-bottom: 20px;
    width: 90%;
    margin: 25px auto 0;
    justify-content: flex-start;
  }
  /*タブのスタイル*/
  .tab_item {
    /*width: calc(100%/3);*/
    font-size: 3.5vw;
    margin-bottom: 10px;
    width: 49%;
    float: left;
    margin-right: 0;
    margin-left: 2%;
  }
  .tabs lavel.tab_item:nth-child(odd) {
    margin-left: 0;
  }
  .ml-0-sp {
    margin-left: 0 !important;
  }
  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    padding: 0;
  }
}
/*404ページ*/
.page404txt {
  padding-bottom: 160px;
}
/*お知らせページ*/
ul.category-btn {
  width: 678px;
  margin: 80px auto 32px;
  display: flex;
  justify-content: space-between;
}
ul.category-btn li {
  border-radius: 40px;
  font-size: 16px;
  text-align: center;
  background: #EAEAEA;
  display: block;
  float: left;
  transition: all 0.2s ease;
}
ul.category-btn li a {
  color: #606060;
  display: block;
  padding: 6px 30px;
  font-weight: bold;
  border-radius: 40px;
}
ul.category-btn li a:hover {
  color: #fff;
  background: #0068B7;
}
ul.category-btn li span {
  color: #fff;
  background: #0068B7;
  display: block;
  padding: 6px 30px;
  font-weight: bold;
  border-radius: 40px;
}
@media screen and (max-width:768px) {
  ul.category-btn {
    width: 90%;
    margin: 40px auto 16px;
    display: block;
  }
  ul.category-btn li {
    border-radius: 40px;
    font-size: 3.5vw;
    margin-bottom: 10px;
    width: 49%;
    float: left;
    margin-left: 2%;
  }
  ul.category-btn li:nth-child(odd) {
    margin-left: 0;
  }
  ul.category-btn li a {
    padding: 6px 30px;
    border-radius: 40px;
  }
  ul.category-btn li span {
    padding: 6px 30px;
    border-radius: 40px;
  }
}
ul.jisseki-btn-wrap {
  margin-bottom: 64px;
  width: 587px;
}
@media screen and (max-width:768px) {
  ul.jisseki-btn-wrap {
    margin-bottom: 32px;
    width: 90%;
  }
}
/****************************************

          TOPへ戻るボタン（Go to top）

*****************************************/
#page-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: none;
  z-index: 9999;
}
#page-top a {
  color: #fff;
  padding: 10px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-align: center;
  background: #0068B7;
  line-height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#page-top a:hover {
  background: #8b8b8b;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
/*タブレット用css*/
@media screen and (min-width:769px) and (max-width:1000px) {
  .contents, .page-container {
    width: 90%;
  }
  .page-container-wrap {
    width: 100%;
  }
  .pagetitle {
    width: 70%;
  }
  .newsarchive-tab {
    width: 90% !important;
  }
}