@charset "UTF-8";
@-webkit-keyframes HoverGradation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes HoverGradation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes HoverGradation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/******************************
* ヘッダ
******************************/
header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  header {
    position: relative;
  }
}
header > .inner {
  max-width: none;
}
header .header_pc_lowerNav {
  display: none;
}
/******************************
* #main
******************************/
.main {
  overflow: hidden;
}
/******************************
* キービジュアルスライダー
******************************/
.section-slider {
  position: relative;
}
.section-slider .slider_frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.section-slider .slider_frame img {
  width: 100%;
  height: 100%;
}
.section-slider .slider_contents {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.section-slider .slider_contents.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.section-slider .slick-slide img {
  width: 100%;
}
.section-slider.slider_type2 .slider_contents {
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .section-slider.slider_type2 .slider_contents {
    padding-bottom: 0;
  }
}
.section-slider.slider_type2 .slider_contents::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.1;
  background-image: linear-gradient(-10deg, #0a00b2 0%, red 50%, #fffc00 100%);
}
.section-slider.slider_type2 .mv_copy {
  position: absolute;
  left: 19%;
  bottom: 32.5%;
  max-width: 38.65%;
  z-index: 2;
}
.section-slider.slider_type2 .mv_copy img {
  display: block;
  width: 100%;
}
/******************************
* 共通見出し・見出し下テキスト
******************************/
.section_title {
  margin: 0 auto;
  display: table;
  text-align: center;
}
.section_text {
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.82;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section_text span.brSp {
    display: block;
  }
}
/******************************
* メインのロゴ、メニューなど
******************************/
@media screen and (max-width: 767px) {
  .section-intro {
    padding-top: 50px;
  }
}
.section-intro .intro_title {
  margin: 30px 0 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-intro .intro_title {
    display: none;
  }
}
.section-intro ul.intro_nav {
  margin: 0 auto 75px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-intro ul.intro_nav {
    display: none;
  }
}
.section-intro ul.intro_nav > li {
  text-align: center;
  position: relative;
}
.section-intro ul.intro_nav > li::after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background-color: #e4e4e4;
  position: absolute;
  right: 0;
  top: 26px;
}
.section-intro ul.intro_nav > li:last-child::after {
  content: none;
}
.section-intro ul.intro_nav > li > a {
  display: block;
  text-decoration: none;
  padding: 70px 0 10px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-intro ul.intro_nav > li > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 53px;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 72px;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-intro ul.intro_nav > li > a:hover::before {
  bottom: 75px;
}
.section-intro ul.intro_nav > li > a span {
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-intro ul.intro_nav > li > a span.menu_ja {
  font-size: 18px;
  font-weight: bold;
  color: #292d51;
  line-height: 1;
}
.section-intro ul.intro_nav > li > a span.menu_en {
  margin-top: 15px;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  color: #b0b0b0;
  line-height: 1;
}
.section-intro ul.intro_nav > li.about {
  width: 154px;
}
.section-intro ul.intro_nav > li.about > a::before {
  background-image: url(../media/images/common/icon_about.png);
}
.section-intro ul.intro_nav > li.about > a:hover span.menu_ja {
  color: #559cf6;
}
.section-intro ul.intro_nav > li.philosophy {
  width: 178px;
}
.section-intro ul.intro_nav > li.philosophy > a::before {
  background-image: url(../media/images/common/icon_philosophy.png);
}
.section-intro ul.intro_nav > li.philosophy > a:hover span.menu_ja {
  color: #f99bb7;
}
.section-intro ul.intro_nav > li.service {
  width: 168px;
}
.section-intro ul.intro_nav > li.service > a::before {
  background-image: url(../media/images/common/icon_service.png);
}
.section-intro ul.intro_nav > li.service > a:hover span.menu_ja {
  color: #ffba00;
}
.section-intro ul.intro_nav > li.office {
  width: 177px;
}
.section-intro ul.intro_nav > li.office > a::before {
  background-image: url(../media/images/common/icon_office.png);
}
.section-intro ul.intro_nav > li.office > a:hover span.menu_ja {
  color: #4fc6fa;
}
.section-intro ul.intro_nav > li.news {
  width: 178px;
}
.section-intro ul.intro_nav > li.news > a::before {
  background-image: url(../media/images/common/icon_news.png);
}
.section-intro ul.intro_nav > li.news > a:hover span.menu_ja {
  color: #74d600;
}
.section-intro ul.intro_nav > li.contact {
  width: 145px;
}
.section-intro ul.intro_nav > li.contact > a::before {
  background-image: url(../media/images/common/icon_contact.png);
}
.section-intro ul.intro_nav > li.contact > a:hover span.menu_ja {
  color: #f99bb7;
}
.section-intro .intro_textBlock {
  padding-bottom: 168px;
  margin-bottom: 57px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../media/images/top/intro_img_03.png);
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-intro .intro_textBlock {
    background-size: 100% auto;
    padding-bottom: 20%;
    margin-bottom: 40px;
  }
}
.section-intro .intro_textBlock::before {
  content: "";
  display: block;
  width: 245px;
  height: 69px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../media/images/top/intro_img_02.png);
  position: absolute;
  left: -35px;
  top: 267px;
}
@media screen and (max-width: 767px) {
  .section-intro .intro_textBlock::before {
    width: 85px;
    height: 29px;
    top: 36%;
    left: 0;
  }
}
.section-intro .intro_textBlock::after {
  content: "";
  display: block;
  width: 246px;
  height: 187px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../media/images/top/intro_img_01.png);
  position: absolute;
  right: -102px;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .section-intro .intro_textBlock::after {
    width: 66px;
    height: 47px;
    right: -20px;
    top: -40px;
  }
}
.section-intro .intro_textBlock .textBlock_inner {
  width: 680px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .section-intro .intro_textBlock .textBlock_inner {
    width: 100%;
    max-width: 355px;
    position: relative;
    z-index: 1;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.section-intro .intro_textBlock .textBlock_title {
  margin: 0 0 0 25px;
  font-size: 26px;
  font-weight: 500;
  line-height: 2.15;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #292d51;
}
@media screen and (max-width: 767px) {
  .section-intro .intro_textBlock .textBlock_title {
    margin-left: 0px;
    font-size: 18px;
    line-height: 1.8;
    white-space: nowrap;
  }
}
@media screen and (max-width: 359px) {
  .section-intro .intro_textBlock .textBlock_title {
    font-size: 16px;
  }
}
.section-intro .intro_textBlock .textBlock_text {
  font-size: 20px;
  line-height: 2.6;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #292d51;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .section-intro .intro_textBlock .textBlock_text {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 359px) {
  .section-intro .intro_textBlock .textBlock_text {
    font-size: 12px;
  }
}
.section-intro .intro_textBlock .textBlock_text p {
  margin: 0;
}
.section-intro .intro_textBlock .textBlock_btn {
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .section-intro .intro_textBlock .textBlock_btn {
    margin-top: 40px;
  }
}
.section-intro .intro_textBlock .textBlock_btn a {
  width: 270px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-intro .intro_textBlock .textBlock_btn a {
    width: 250px;
  }
}
/******************************
* サービス案内
******************************/
.section-serviceGuide {
  padding: 125px 0 133px;
  background-repeat: repeat;
  background-image: url(../media/images/common/bg_texture_yellow.jpg);
}
@media screen and (max-width: 767px) {
  .section-serviceGuide {
    padding: 40px 0;
  }
}
.section-serviceGuide .section_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .section_title {
    width: 200px;
    margin-bottom: 20px;
  }
}
.section-serviceGuide .section_text {
  margin-bottom: 132px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .section_text {
    margin-bottom: 40px;
  }
}
.section-serviceGuide .section_text::after {
  content: "";
  display: block;
  width: 108px;
  height: 86px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../media/images/top/serviceguide_img_01.png);
  position: absolute;
  right: 0;
  bottom: -100px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .section_text::after {
    width: 48px;
    height: 46px;
    right: 0;
    bottom: -40px;
  }
}
.section-serviceGuide .serviceGuide_service {
  min-height: 516px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service {
    min-height: 0;
    margin-bottom: 80px;
  }
}
.section-serviceGuide .serviceGuide_service .service_detail {
  width: 400px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service .service_detail {
    width: 100%;
    padding-left: 0;
  }
}
.section-serviceGuide .serviceGuide_service .service_detail .detail_title {
  margin: 0;
  position: relative;
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service .service_detail .detail_title {
    padding-top: 35px;
  }
}
.section-serviceGuide .serviceGuide_service .service_detail .detail_title span {
  display: block;
}
.section-serviceGuide .serviceGuide_service .service_detail .detail_title span.title_sub {
  position: absolute;
  left: -30px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service .service_detail .detail_title span.title_sub {
    width: 90px;
    left: 0;
  }
}
.section-serviceGuide .serviceGuide_service .service_detail .detail_title span.title_main {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service .service_detail .detail_title span.title_main {
    font-size: 20px;
    text-indent: 1em;
  }
}
.section-serviceGuide .serviceGuide_service .service_detail ul.detail_list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service .service_detail ul.detail_list {
    font-size: 14px;
    margin-top: 15px;
  }
}
.section-serviceGuide .serviceGuide_service .service_detail ul.detail_list > li {
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service .service_detail ul.detail_list > li {
    margin-bottom: 5px;
  }
}
.section-serviceGuide .serviceGuide_service .service_detail ul.detail_list > li::before {
  content: "□";
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service .service_detail ul.detail_list > li::before {
    padding-right: 5px;
  }
}
.section-serviceGuide .serviceGuide_service .service_detail .detail_btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service .service_detail .detail_btn {
    margin-top: 20px;
  }
}
.section-serviceGuide .serviceGuide_service .service_detail .detail_btn a {
  width: 270px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service .service_detail .detail_btn a {
    width: 250px;
  }
}
.section-serviceGuide .serviceGuide_service .service_img {
  width: 580px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service .service_img {
    position: relative;
    width: 100%;
    max-width: 580px;
    text-align: center;
    margin: 20px auto 60px;
  }
}
.section-serviceGuide .serviceGuide_service:nth-of-type(odd) {
  padding-left: 600px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service:nth-of-type(odd) {
    padding-left: 0;
  }
}
.section-serviceGuide .serviceGuide_service:nth-of-type(odd) .service_img {
  left: 0;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service:nth-of-type(odd) .service_img {
    left: auto;
  }
}
.section-serviceGuide .serviceGuide_service:nth-of-type(even) {
  padding-right: 600px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service:nth-of-type(even) {
    padding-right: 0;
  }
}
.section-serviceGuide .serviceGuide_service:nth-of-type(even) .service_img {
  right: 0;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service:nth-of-type(even) .service_img {
    right: auto;
  }
}
.section-serviceGuide .serviceGuide_service.service01 .service_detail {
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service.service01 .service_detail {
    padding-top: 0;
  }
}
.section-serviceGuide .serviceGuide_service.service01 .service_detail ul.detail_list {
  column-count: 2;
}
.section-serviceGuide .serviceGuide_service.service01 .service_img::after {
  content: "";
  display: block;
  width: 457px;
  height: 218px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../media/images/top/serviceguide_img_02.png);
  position: absolute;
  left: -147px;
  bottom: -115px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service.service01 .service_img::after {
    left: -40px;
    bottom: -45px;
    width: 167px;
    height: 88px;
  }
}
.section-serviceGuide .serviceGuide_service.service02 .service_detail {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service.service02 .service_detail {
    padding-top: 0;
  }
}
.section-serviceGuide .serviceGuide_service.service02 .service_img::before {
  content: "";
  display: block;
  width: 285px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../media/images/top/serviceguide_img_03.png);
  position: absolute;
  right: -123px;
  top: 47px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service.service02 .service_img::before {
    right: -20px;
    top: 37px;
    width: 135px;
    height: 40px;
  }
}
.section-serviceGuide .serviceGuide_service.service02 .service_img::after {
  content: "";
  display: block;
  width: 497px;
  height: 132px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../media/images/top/serviceguide_img_04.png);
  position: absolute;
  left: -27px;
  bottom: -100px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service.service02 .service_img::after {
    left: -10px;
    bottom: -45px;
    width: 237px;
    height: 72px;
  }
}
.section-serviceGuide .serviceGuide_service.service03 .service_detail {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service.service03 .service_detail {
    padding-top: 0;
  }
}
.section-serviceGuide .serviceGuide_service.service03 .service_img::after {
  content: "";
  display: block;
  width: 405px;
  height: 168px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../media/images/top/serviceguide_img_05.png);
  position: absolute;
  left: -130px;
  bottom: -107px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service.service03 .service_img::after {
    left: -40px;
    bottom: -57px;
    width: 205px;
    height: 88px;
  }
}
.section-serviceGuide .serviceGuide_service.service04 .service_detail {
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service.service04 .service_detail {
    padding-top: 0;
  }
}
.section-serviceGuide .serviceGuide_service.service04 .service_img::before {
  content: "";
  display: block;
  width: 316px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../media/images/top/serviceguide_img_06.png);
  position: absolute;
  right: -104px;
  top: -117px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service.service04 .service_img::before {
    right: -80px;
    top: -20px;
    width: 176px;
    height: 45px;
  }
}
.section-serviceGuide .serviceGuide_service.service04 .service_img::after {
  content: "";
  display: block;
  width: 435px;
  height: 152px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../media/images/top/serviceguide_img_07.png);
  position: absolute;
  right: -70px;
  bottom: -110px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_service.service04 .service_img::after {
    right: -20px;
    bottom: -30px;
    width: 195px;
    height: 75px;
  }
}
.section-serviceGuide .serviceGuide_btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_btn {
    margin-top: 60px;
  }
}
.section-serviceGuide .serviceGuide_btn a {
  margin: 0 auto;
  width: 450px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_btn a {
    width: 250px;
  }
}
.section-serviceGuide .serviceGuide_btn a span {
  border-radius: 50px;
  padding: 25.5px 27px;
}
@media screen and (max-width: 767px) {
  .section-serviceGuide .serviceGuide_btn a span {
    padding: 13px 25px;
  }
}
/******************************
* お知らせ
******************************/
.section-news {
  padding: 130px 0 155px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-news {
    padding: 40px 0;
  }
}
.section-news .section_title {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-news .section_title {
    width: 140px;
    margin-bottom: 20px;
  }
}
.section-news .section_title::after {
  content: "";
  display: block;
  width: 108px;
  height: 86px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../media/images/top/news_img.png);
  position: absolute;
  right: -198px;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .section-news .section_title::after {
    right: -90px;
    top: -20px;
    width: 58px;
    height: 56px;
  }
}
.section-news .section_text {
  margin-bottom: 50px;
}
.section-news .news_slider {
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../media/images/top/bg_sky.jpg);
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-news .news_slider {
    padding-bottom: 40px;
    background-size: 100% auto;
  }
}
.section-news .news_slider::before, .section-news .news_slider::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  z-index: 150;
  width: calc(50% - 500px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .section-news .news_slider::before, .section-news .news_slider::after {
    content: none;
  }
}
.section-news .news_slider::before {
  left: 0;
}
.section-news .news_slider::after {
  right: 0;
}
.section-news .news_slider .arrow_prev, .section-news .news_slider .arrow_next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 130px;
  z-index: 200;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .section-news .news_slider .arrow_prev, .section-news .news_slider .arrow_next {
    width: 40px;
    height: 40px;
  }
}
.section-news .news_slider .arrow_prev {
  left: calc(50% - 530px);
}
@media screen and (max-width: 767px) {
  .section-news .news_slider .arrow_prev {
    left: 10px;
  }
}
.section-news .news_slider .arrow_next {
  right: calc(50% - 530px);
}
@media screen and (max-width: 767px) {
  .section-news .news_slider .arrow_next {
    right: 10px;
  }
}
.section-news .news_slider .slider_contents {
  padding-bottom: 40px;
  overflow: visible !important;
  width: 1000px;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .section-news .news_slider .slider_contents {
    width: 250px;
  }
}
.section-news .news_slider .slider_contents.init {
  visibility: visible;
  opacity: 1;
}
.section-news .news_slider .slider_contents .news {
  width: 210px;
  margin: 0 20px;
  position: relative !important;
}
.section-news .news_slider .slider_contents .news > a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
@media print, screen and (min-width: 980px) {
  .section-news .news_slider .slider_contents .news > a {
    transition: transform 0.2s linear;
  }
  .section-news .news_slider .slider_contents .news > a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.section-news .news_slider .slider_contents .news > a .news_thumbnail {
  border-radius: 10px 10px 0 0;
  height: 160px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section-news .news_slider .slider_contents .news > a .news_thumbnail img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-news .news_slider .slider_contents .news > a .news_category {
  white-space: nowrap;
  min-width: 120px;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  padding: 8px;
  border-radius: 30px;
  text-align: center;
  line-height: 1;
  border: solid 3px #fff;
  background-color: #ccc;
  position: absolute;
  top: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-news .news_slider .slider_contents .news > a .news_detail {
  padding: 28px 10px 10px;
  height: 120px;
  position: relative;
  overflow: hidden;
}
.section-news .news_slider .slider_contents .news > a .news_detail .news_date {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1;
}
.section-news .news_slider .slider_contents .news > a .news_detail .news_title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  white-space: normal !important;
}
.section-news .news_slider .slider_contents .news.category_1 > a .news_thumbnail {
  background-image: url(../media/images/news/01oshirase_houjin.jpg);
}
.section-news .news_slider .slider_contents .news.category_1 > a .news_category {
  background-color: #74d600;
}
.section-news .news_slider .slider_contents .news.category_2 > a .news_thumbnail {
  background-image: url(../media/images/news/02oshirase_saiyo.jpg);
}
.section-news .news_slider .slider_contents .news.category_2 > a .news_category {
  background-color: #f47a18;
}
.section-news .news_slider .slider_contents .news.category_3 > a .news_thumbnail {
  background-image: url(../media/images/news/03oshirase_tsubakuro.jpg);
}
.section-news .news_slider .slider_contents .news.category_3 > a .news_category {
  background-color: #ffb424;
}
.section-news .news_slider .slider_contents .news.category_4 > a .news_thumbnail {
  background-image: url(../media/images/news/04oshirase_fukujyuen.jpg);
}
.section-news .news_slider .slider_contents .news.category_4 > a .news_category {
  background-color: #5ec0f1;
}
.section-news .news_slider .slider_contents .news.category_5 > a .news_thumbnail {
  background-image: url(../media/images/news/05oshirase_shirohuji.jpg);
}
.section-news .news_slider .slider_contents .news.category_5 > a .news_category {
  background-color: #46d6a4;
}
.section-news .news_slider .slider_contents .news.category_6 > a .news_thumbnail {
  background-image: url(../media/images/news/06oshirase_sawatari.jpg);
}
.section-news .news_slider .slider_contents .news.category_6 > a .news_category {
  background-color: #f15e92;
}
.section-news .news_slider .slider_contents .news.category_7 > a .news_thumbnail {
  background-image: url(../media/images/news/07oshirase_zaitakuhukushi.jpg);
}
.section-news .news_slider .slider_contents .news.category_7 > a .news_category {
  background-color: #4f7cfa;
}
.section-news .news_slider .slider_contents .news.category_8 > a .news_thumbnail {
  background-image: url(../media/images/news/08oshirase_volunteer.jpg?v1);
}
.section-news .news_slider .slider_contents .news.category_8 > a .news_category {
  background-color: #74d600;
}
.section-news .news_slider .slider_btn {
  margin-top: 22px;
}
.section-news .news_slider .slider_btn a {
  margin: 0 auto;
  width: 270px;
}
@media screen and (max-width: 767px) {
  .section-news .news_slider .slider_btn a {
    width: 250px;
  }
}
.section-news .news_sns {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .section-news .news_sns {
    width: 100%;
    display: block;
    padding-top: 40px;
  }
}
.section-news .news_sns .sns_tl {
  flex: 1 1 450px;
}
@media screen and (max-width: 767px) {
  .section-news .news_sns .sns_tl {
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
.section-news .news_sns .sns_tl .tl_title {
  text-align: center;
  margin: 0 0 30px;
  font-family: "Hannari", serif;
  font-size: 30px;
  line-height: 1;
  padding-bottom: 14px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .section-news .news_sns .sns_tl .tl_title {
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 10px;
  }
}
.section-news .news_sns .sns_tl .tl_title span {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.section-news .news_sns .sns_tl .tl_title span::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .section-news .news_sns .sns_tl .tl_title span::before {
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .section-news .news_sns .sns_tl .tl_title span img {
    height: 20px;
  }
}
.section-news .news_sns .sns_tl.twitter .tl_title {
  border-bottom: solid 6px #009ee2;
}
.section-news .news_sns .sns_tl.twitter .tl_title span::before {
  background-image: url(../media/images/common/icon_twitter.png);
}
@media screen and (max-width: 767px) {
  .section-news .news_sns .sns_tl.twitter iframe {
    width: 100% !important;
    height: 300px !important;
  }
}
@media screen and (max-width: 767px) {
  .section-news .news_sns .sns_tl.instagram {
    margin-top: 20px;
  }
}
.section-news .news_sns .sns_tl.instagram .tl_title {
  border-bottom: solid 6px #d52f7b;
  padding-bottom: 11px;
}
.section-news .news_sns .sns_tl.instagram .tl_title span::before {
  background-image: url(../media/images/common/icon_instagram.png);
}
.section-news .news_sns .sns_tl.instagram .pics {
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  flex-flow: row wrap;
  justify-items: center;
  gap: 10px 2%;
}
.section-news .news_sns .sns_tl.instagram .pics .instagram_item {
  flex: 0 0 32%;
}
.section-news .news_sns .sns_tl.instagram .pics a {
  display: block;
  aspect-ratio: 1;
}
.section-news .news_sns .sns_tl.instagram .pics a:hover {
  opacity: 0.8;
}
.section-news .news_sns .sns_tl.instagram .pics a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-news .news_sns .sns_tl.facebook {
    margin-top: 20px;
  }
}
.section-news .news_sns .sns_tl.facebook .tl_title {
  border-bottom: solid 6px #163d8b;
}
.section-news .news_sns .sns_tl.facebook .tl_title span::before {
  background-image: url(../media/images/common/icon_facebook.png);
}
.section-news .news_sns .sns_tl.facebook .fb_iframe_widget, .section-news .news_sns .sns_tl.facebook .fb_iframe_widget span, .section-news .news_sns .sns_tl.facebook .fb_iframe_widget iframe[style] {
  width: 100% !important;
}
/******************************
* 私たちの願い
******************************/
.section-ourDesire {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../media/images/top/ourdesire_bg.jpg);
  padding: 125px 0 140px;
}
@media screen and (max-width: 767px) {
  .section-ourDesire {
    padding: 40px 0;
  }
}
.section-ourDesire .section_title {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .section-ourDesire .section_title {
    margin-bottom: 20px;
    width: 200px;
  }
}
.section-ourDesire .section_text {
  color: #fff;
}
.section-ourDesire ul.ourDesire_menu {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.section-ourDesire ul.ourDesire_menu > li:first-child {
  margin-top: -10px;
}
.section-ourDesire ul.ourDesire_menu > li:nth-child(2) {
  margin-top: 48px;
}
.section-ourDesire ul.ourDesire_menu > li a {
  transition: 0.3s;
}
.section-ourDesire ul.ourDesire_menu > li a:hover {
  opacity: 0.8;
}
.section-ourDesire .ourDesire_recruit {
  margin-top: 50px;
}
.section-ourDesire .ourDesire_recruit > a {
  text-decoration: none;
  display: block;
  border: solid 6px #ffae00;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  color: #ffae00;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-ourDesire .ourDesire_recruit > a {
    display: block;
    max-width: 355px;
    margin: 0 auto;
  }
}
.section-ourDesire .ourDesire_recruit > a::before {
  content: "";
  display: block;
  width: 93px;
  height: 98px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../media/images/top/recruit_img_01.png);
  position: absolute;
  left: -10px;
  top: -53px;
}
@media screen and (max-width: 767px) {
  .section-ourDesire .ourDesire_recruit > a::before {
    width: 53px;
    height: 58px;
    left: -10px;
    top: -33px;
  }
}
.section-ourDesire .ourDesire_recruit > a::after {
  content: "";
  display: block;
  width: 524px;
  height: 188px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../media/images/top/recruit_img_02.png);
  position: absolute;
  right: -29px;
  top: 98px;
}
@media screen and (max-width: 767px) {
  .section-ourDesire .ourDesire_recruit > a::after {
    width: 254px;
    height: 95px;
    right: -10px;
    top: auto;
    bottom: 10px;
  }
}
.section-ourDesire .ourDesire_recruit > a:hover {
  opacity: 0.8;
}
.section-ourDesire .ourDesire_recruit > a .recruit_detail {
  width: calc(100% - 514px);
  border-radius: 10px 0px 0px 10px;
  font-weight: bold;
  padding: 48px 20px 20px 35px;
}
@media screen and (max-width: 767px) {
  .section-ourDesire .ourDesire_recruit > a .recruit_detail {
    width: 100%;
    padding: 20px 20px 10px;
    border-radius: 10px 10px 0px 0px;
  }
}
.section-ourDesire .ourDesire_recruit > a .recruit_detail .detail_title {
  margin: 0 0 10px;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .section-ourDesire .ourDesire_recruit > a .recruit_detail .detail_title {
    font-size: 24px;
  }
}
.section-ourDesire .ourDesire_recruit > a .recruit_detail .detail_textMain {
  font-size: 24px;
  line-height: 1.42;
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .section-ourDesire .ourDesire_recruit > a .recruit_detail .detail_textMain {
    font-size: 18px;
  }
}
.section-ourDesire .ourDesire_recruit > a .recruit_detail .detail_textSub {
  font-size: 16px;
  line-height: 1.63;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section-ourDesire .ourDesire_recruit > a .recruit_detail .detail_textSub {
    font-size: 14px;
  }
}
.section-ourDesire .ourDesire_recruit > a .recruit_img {
  width: 514px;
  border-radius: 0px 5px 5px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../media/images/top/recruit_photo.jpg);
}
@media screen and (max-width: 767px) {
  .section-ourDesire .ourDesire_recruit > a .recruit_img {
    width: 100%;
    border-radius: 0px 0px 5px 5px;
  }
}
/******************************
* 施設の紹介
******************************/
.section-facility {
  padding: 172px 0 85px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-facility {
    padding: 40px 0;
  }
}
.section-facility .section_title {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-facility .section_title {
    width: 170px;
    margin-bottom: 20px;
  }
}
.section-facility .section_title::after {
  content: "";
  display: block;
  width: 148px;
  height: 124px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../media/images/top/facility_img.png);
  position: absolute;
  left: -190px;
  top: -110px;
}
@media screen and (max-width: 767px) {
  .section-facility .section_title::after {
    width: 78px;
    height: 74px;
    left: -90px;
    top: -40px;
  }
}
.section-facility .facility_slider {
  margin-top: 55px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../media/images/top/bg_sky.jpg);
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-facility .facility_slider {
    margin-top: 50px;
    padding-bottom: 40px;
    background-size: 100% auto;
  }
}
.section-facility .facility_slider::before, .section-facility .facility_slider::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  z-index: 2;
  width: calc(50% - 500px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .section-facility .facility_slider::before, .section-facility .facility_slider::after {
    content: none;
  }
}
.section-facility .facility_slider::before {
  left: 0;
}
.section-facility .facility_slider::after {
  right: 0;
}
.section-facility .facility_slider .arrow_prev, .section-facility .facility_slider .arrow_next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 130px;
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .section-facility .facility_slider .arrow_prev, .section-facility .facility_slider .arrow_next {
    width: 40px;
    height: 40px;
  }
}
.section-facility .facility_slider .arrow_prev {
  left: calc(50% - 530px);
}
@media screen and (max-width: 767px) {
  .section-facility .facility_slider .arrow_prev {
    left: 10px;
  }
}
.section-facility .facility_slider .arrow_next {
  right: calc(50% - 530px);
}
@media screen and (max-width: 767px) {
  .section-facility .facility_slider .arrow_next {
    right: 10px;
  }
}
.section-facility .facility_slider .slider_contents {
  padding-bottom: 40px;
  overflow: visible !important;
  width: 1000px;
  margin: 0 auto;
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .section-facility .facility_slider .slider_contents {
    width: 310px;
  }
}
.section-facility .facility_slider .slider_contents.init {
  visibility: visible;
  opacity: 1;
}
.section-facility .facility_slider .slider_contents .facility {
  width: 270px;
  margin: 0 30px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .section-facility .facility_slider .slider_contents .facility {
    margin: 0 20px;
  }
}
.section-facility .facility_slider .slider_contents .facility > a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
@media print, screen and (min-width: 980px) {
  .section-facility .facility_slider .slider_contents .facility > a {
    transition: transform 0.2s linear;
  }
  .section-facility .facility_slider .slider_contents .facility > a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.section-facility .facility_slider .slider_contents .facility > a .facility_thumbnail {
  border-radius: 10px 10px 0 0;
  height: 188px;
  overflow: hidden;
  position: relative;
}
.section-facility .facility_slider .slider_contents .facility > a .facility_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-facility .facility_slider .slider_contents .facility > a .facility_detail {
  padding: 13px 20px 10px;
  min-height: 80px;
  position: relative;
}
.section-facility .facility_slider .slider_contents .facility > a .facility_detail .facility_title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}
.section-facility .facility_map {
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  width: 1000px;
  height: 400px;
  margin: 74px auto 0;
}
@media screen and (max-width: 767px) {
  .section-facility .facility_map {
    margin-top: 40px;
    width: 100%;
    height: 300px;
    padding: 0 10px;
    border-radius: 0px;
    overflow: auto;
  }
}
.section-facility .facility_map iframe {
  width: 100%;
  height: 100%;
}
#main .emergency_topic {
  margin: 80px 0;
  padding: 50px;
  border: 1px solid #fa8a43;
}
@media screen and (max-width: 767px) {
  #main .emergency_topic {
    margin: 0px 0 50px;
    padding: 30px 20px;
  }
}
#main .emergency_topic .top_topics_message {
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .emergency_topic .top_topics_message {
    text-align: left;
  }
}
#main .emergency_topic .top_message_title {
  margin: 0 0 30px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #main .emergency_topic .top_message_title {
    margin: 0 0 20px;
    font-size: 17px;
    text-align: center;
  }
}
#main .emergency_topic .read p {
  margin: 0;
}
#main .emergency_topic .read p + p {
  margin-top: 1em;
}
#main .topic_text {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #main .topic_text {
    margin-top: 30px;
  }
}
#main .topic_text li + li {
  border-top: 1px solid #d4d4d4;
}
#main .topic_text li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
@media print, screen and (min-width: 980px) {
  #main .topic_text li a {
    transition: 0.5s;
  }
  #main .topic_text li a:hover {
    transform: translateX(5px);
  }
}
@media screen and (max-width: 767px) {
  #main .topic_text li a {
    padding: 10px 0;
  }
}
#main .topic_text li .wrap {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  #main .topic_text li .wrap {
    display: block;
  }
}
#main .topic_text li .wrap .topic_release_date {
  flex: 0 0 100px;
}
@media screen and (max-width: 767px) {
  #main .topic_text li .wrap .topic_release_date {
    margin-bottom: 5px;
  }
}
#main .topic_text li .wrap .topic_title {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #main .topic_text li .wrap .topic_title {
    font-size: 14px;
  }
}
.jka_banner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 100px auto;
  padding: 0 20px;
  list-style: none;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .jka_banner {
    display: block;
    margin: 30px auto 60px;
    padding: 0;
    max-width: 250px;
  }
}
.jka_banner li {
  flex: 0 0 300px;
}
@media screen and (max-width: 767px) {
  .jka_banner li + li {
    margin-top: 15px;
  }
}
.jka_banner li:first-child img {
  width: 100%;
  height: 70px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .jka_banner li:first-child img {
    height: auto;
  }
}
.jka_banner li img {
  display: block;
  max-width: 100%;
}
.jka_banner li a {
  display: block;
  height: 100%;
}
@media print, screen and (min-width: 980px) {
  .jka_banner li a {
    transition: 0.5s;
  }
  .jka_banner li a:hover {
    opacity: 0.85;
  }
}
/*# sourceMappingURL=./top.css.map */