@charset "UTF-8";
/* トップCSS */
.topslide {
  max-width: 1200px;
  margin: 0 auto;
}
.mainimg {
  text-align: right;
  position: relative;
}
.busho {
  text-align: left;
  font-weight: bold;
  margin-bottom: 1em;
  mix-blend-mode: difference;
}
.catch {
  text-align: left;
}
.swiper-slide-active .maincatch {}
.swiper-slide-active .maincatch .busho {
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadein;
}
.swiper-slide-active .maincatch .catch {
  animation-delay: 2s;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: fadein;
}
.mainimg .maincatch {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .mainimg {
    padding-bottom: 10em;
  }
  .mainimg picture img {
    border-bottom-left-radius: 3em;
    width: 60%;
  }
  .mainimg .maincatch {
    left: 2em;
    bottom: 2em;
    max-width: 70%;
  }
}
@media screen and (min-width: 768px)and (max-width:959px) {
  .mainimg {
    padding-bottom: 10em;
  }
  .mainimg .maincatch {
    left: 2em;
    bottom: 2em;
  }
}
@media screen and (min-width: 960px) {
  .mainimg {
    padding-bottom: 3em;
  }
  .mainimg picture img {
    border-bottom-left-radius: 6em;
    width: 60%;
    max-width: 600px;
  }
  .mainimg .maincatch {
    left: 2em;
    top: 2em;
  }
}
@media screen and (min-width: 1260px) {
  .mainimg .maincatch {
    left: 3em;
    top: 3em;
  }
}
/* お知らせ */
.infomation {
  padding: 2em 0;
}
.infomation h2 {
  background: #e83817;
  padding: .5em 1.3em;
}
.infomation h2 span {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.infomation h2 span img{width:80%;max-width:300px;}
.infomation .newswide {
  padding: 4em 2em 2em;
}
.infomation .newswide .linkbtn {
  margin-left: auto;
  text-align: right;
}
.infomation .newswide li {
  margin-bottom: 3em;
  position: relative;
}
.infomation .newswide li.new {}
.infomation .newswide li.new a:before {
  content: "NEW";
  position: absolute;
  width: 60px;
  background: #f5cd27;
  display: block;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  top: -10px;
  left: -10px;
  border-radius: 60px;
  z-index: 9;
}
.infomation .newswide li .news_img {
  margin-bottom: 1em;
}
.mainimg picture img {
  border-bottom-left-radius: 6em;
  width: 60%;
}
.infomation .newswide li .news_img img {
  width: 100%;
  border-top-right-radius: 2em;
  border-bottom-left-radius: 2em;
}
.infomation .newswide li .date {
  line-height: 1;
  margin-bottom: .5em
}
.infomation .newswide li .date span {
  display: block;
}
.infomation .newswide li .date .year {
  font-size: .8em;
  font-weight: bold;
}
.infomation .newswide li .date .day {
  font-size: 1.5em;
  font-weight: bold;
}
.infomation .newswide li a .posttitle {
  font-weight: bold;
  color: #004869;
  font-size: 1.2em;
  margin-bottom: .5em;
}
.infomation .newswide li .category {
  display: flex;flex-wrap: wrap;
}
.infomation .newswide li .category span {
  background: #7eb7d2;
  color: #fff;
  padding: .3em 1.5em;
  margin-right: .3em;
  display: inline-block;
  font-size: .85em;
  border-radius: 2em;margin-bottom:.5em;
}
@media screen and (max-width: 767px) {
  .infomation .newswide {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .infomation .newswide ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .infomation .newswide li {
    width: 46%;
  }
}
@media screen and (min-width: 960px) {
  .infomation .newswide li {
    width: 30%;
  }
}
@media screen and (min-width: 1260px) {
  .infomation .newswide {
    max-width: 1200px;
    margin: 0 auto;
  }
}
/* サービス */
.our_service {
  padding: 2em 0;
}
.our_service h2 {
  padding: .3em 1.3em;
  margin-bottom: 2em;
}
.our_service h2 span {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.our_service h2 img {
  width: 240px;
}
/* サービスタブ */
.service_tab {
  width: 100%;
  margin: 0 auto 50px;
}
/*タブのスタイル*/
.space {
  width: 7%;
  height: 88px;
  display: block;
  float: left;
}
.tab_menu {
  width: 200px;
  height: 88px;
  margin-right: 10px;
  background-color: #fff;
  display: block;
  float: left;
  text-align: right;
  background: url(../img/top/tab_off.gif) no-repeat;
  background-size: cover;
  position: relative;
}
.tab_menu span {
  position: absolute;
  right: 18px;
  top: 18px;
  font-weight: bold;
  color: #7eb7d2;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 1260px) {
    .space {
  width: 10%;
}
    .tab_menu {
  margin-right:16px;
}
}
/*ラジオボタンを全て消す*/
input[name="tab_menu"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_contents {
  display: none;
  width: 100%;
  padding: 40px;
  clear: both;
  overflow: hidden;
  /*transition: .5s opacity;*/
  background: #7eb7d2;
  /*box-shadow: 0 0 3px rgba(0,0,0,.2);*/
}
#menu01t{background-color: #7eb7d2;
  background-image: url(../img/top/tab_contents_bg1.svg);      /* 上に重なる画像 */
  background-repeat: no-repeat;
  background-size: 100px auto;background-position: right top;}
#menu02t{background-color: #7eb7d2;
  background-image: url(../img/top/tab_contents_bg2.svg);      /* 上に重なる画像 */
  background-repeat: no-repeat;
  background-size: 100px auto;background-position: right top;}
#menu03t{background-color: #7eb7d2;
  background-image: url(../img/top/tab_contents_bg3.svg);      /* 上に重なる画像 */
  background-repeat: no-repeat;
  background-size: 100px auto;background-position: right top;}
/*選択されているタブを表示*/
#menu01:checked ~ #menu01t, #menu02:checked ~ #menu02t, #menu03:checked ~ #menu03t {
  display: block;
}
/*選択されているタブのスタイル*/
.service_tab input:checked + .tab_menu {
  /* background-color: #7eb7d2;*/ background: url(../img/top/tab_on.gif) no-repeat;
  background-size: cover;
}
.service_tab input:checked + .tab_menu span {
  position: absolute;
  right: 18px;
  top: 18px;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .space {
    width: 20px;
    height: 66px;
  }
  .tab_menu {
    width: 150px;
    height: 66px;
    margin-right: 6px;
  }
  .tab_menu span {
    right: 16px;
    top: 12px;
    font-size: 16px;
  }
  .service_tab input:checked + .tab_menu span {
    right: 16px;
    top: 12px;
    color: #fff;
    font-size: 16px;
  }
}

@media screen and (max-width: 519px) {
      .space {
    width: 10px;
    height: 49px;
  }
  .tab_menu {
    width: 112px;
    height: 49px;
    margin-right: 3px;
  }
  .tab_menu span {
    right: 10px;
    top: 12px;
    font-size: 14px;
  }
  .service_tab input:checked + .tab_menu span {
    right: 10px;
    top: 12px;
    color: #fff;
    font-size: 14px;
  }
}

/*タブの中のコンテンツ*/
.service_frame p{color:#fff;font-weight: bold;margin-bottom:1em;font-size:1.1em;}
.service_frame .service_busho{font-size:1.5em;margin-bottom:.5em;}
.service_frame .service_catch{color:#e83817;font-size:2em;line-height:1.2;margin-bottom:.3em;font-weight: 900;}
.service_img{margin:1em 0 2em;}
.service_img ul{display: flex;justify-content:space-between;}
.service_img li{width:24%;}
@media screen and (max-width: 519px) {
    .service_frame .service_catch br{display: none;}
    .service_img ul{flex-wrap: wrap;}
.service_img li{width:48%;margin-bottom:1em;}
}
@media screen and (min-width: 1260px) {
.service_frame{max-width: 1200px;
  margin: 0 auto;}
    .service_frame .service_catch{font-size:3em;}
}
/* 採用情報 */
.recruit {}
.recruit h2 {
  padding: .3em 1.3em 0;
}
.recruit h2 span {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.recruit .recruit_bg {
  background: #e83817;
  margin-top: -5px;
  color: #fff;
}
.recruit .wide {
  padding: 2em 2em 3em;
}
.recruit .wide p {
  margin-bottom: 2em;
}
.recruit .recruit_bg .catch_t {
  font-size: 2em;
  font-weight: bold;
  margin: 1em 0 .5em;
}
@media screen and (max-width: 519px) {
    .recruit .recruit_bg .catch_t {
        font-size: 1.6em;}
}
@media screen and (max-width: 767px) {
  .recruit .recruit_bg .recruit_img ul {
    display: flex;
  }
  .recruit .recruit_bg .recruit_img li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .recruit_bg {
    display: flex;
    justify-content: space-between;
  }
  .recruit .recruit_bg .recruit_img {
    width: 40%;
  }
  .recruit .recruit_bg .catch_t {}
  .recruit .wide p {
    font-size: 1.2em
  }
}
@media screen and (min-width: 960px) {
  .recruit .wide {
    padding: 2em 2em 2em 4em;
  }
  .recruit .recruit_bg .recruit_img img {
    width: 300px;
  }
  .recruit .recruit_bg .recruit_img li:first-child {
    text-align: right;
  }
}
@media screen and (min-width: 1260px) {
  .recruit .recruit_bg .catch_t {
    font-size: 3em;
    margin: 1em 0 0;
  }
  .recruit .wide {
    max-width: 1200px;
    margin: 0 auto;
  }
  .recruit .recruit_bg .recruit_img img {
    width: 360px;
  }
}
/* アクセス */
.access {
  padding: 3em 1.3em;
  max-width: 1200px;
  margin: 0 auto;
}
.access h2 img {
  width: 160px;
}
.access h3 {
  font-size: 1.5em;line-height:1.5;
  font-weight: bold;
  border-bottom: 2px solid #7eb7d2;
  padding-bottom: .5em;
  margin: 1em 0;
}
.access dt h4 {
  border-left: 4px solid #e83817;
  padding-left: .5em;
  font-weight: bold;
  margin: 1.7em 0 .5em;
  font-size: 1.2em;
  line-height: 1;
}
.access dd iframe {}
.access .inq_link {
  margin-top: 1em;
}
.access .inq_link a {
  color: #e83817;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .access dl {}
  .access dt {
    margin-bottom: 1em;
  }
  .access dd {}
}
@media screen and (min-width: 768px) {
  .access dl {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .access dt {
    width: 45%;
  }
  .access dd {
    width: 50%;
  }
}
/* サービススライド */
.our_service_slide {
  margin: 2em 0 6em;position: relative;
}
.our_service_slide h2 {
  margin-bottom: -1.5em;
  padding: .3em 1.3em;
}
.our_service_slide h2 span {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.our_service_slide .swiper2 {
  background: rgba(126, 183, 210, 0.12);
  padding: 3em 0 1em;
}
.our_service_slide .swiper2 .swiper-slide span {
  font-size: .85em;
  margin-top: .5em;
  display: block;
}
/*.swiper-button-prev{position: absolute;bottom:0;left: -30px;background: #fff;}
.swiper-button-next{}*/
.swiper-navigation{display: flex;padding:1em;justify-content:space-between;}
.my-prev,
.my-next {width:18px;height:35px;background-color: #fff;border:none;cursor: pointer;
}
.my-prev{
  background: url(../img/top/slider_arrow_prev.svg) no-repeat;background-size:18px auto;
}
.my-next{
  background: url(../img/top/slider_arrow_next.svg) no-repeat;background-size:18px auto;
}
@media screen and (max-width: 519px) {
    .our_service_slide .swiper2 .swiper-slide span {
        font-size: .6em;}
}
