header {
  z-index: 10;
  top: -90px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.top main {
  padding-bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(25%, #ffffff), color-stop(25%, rgba(191, 215, 231, 0.5)), to(rgba(191, 215, 231, 0.5)));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 25%, rgba(191, 215, 231, 0.5) 25%, rgba(191, 215, 231, 0.5) 100%);
}

.top main #schedule_area {
  display: block;
}

.top main::before {
  display: block;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/bg_top.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.top main h2 {
  z-index: 1;
  position: relative;
}

.top main section {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
}

.top main section span.bg_left,
.top main section span.bg_right,
.top main section span.bg_center {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.top main section span.bg_left {
  background: linear-gradient(135deg, #80b0d0 0%, #2080c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b0d0', endColorstr='#2080c0',GradientType=1 );
}

.top main section span.bg_right {
  background: linear-gradient(135deg, #2080c0 0%, #80b0d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2080c0', endColorstr='#80b0d0',GradientType=1 );
}

.top main section span.bg_center {
  right: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
}

.top main .bg {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(25%, #ffffff), color-stop(25%, #DFEBF3), to(#DFEBF3));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 25%, #DFEBF3 25%, #DFEBF3 100%);
}

.top main ul.news_list {
  margin-bottom: 40px;
  border-top: 1px solid rgba(32, 128, 192, 0.2);
}

.top main ul.news_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(32, 128, 192, 0.2);
}

.top main ul.news_list .news_date {
  font-family: 'Roboto', sans-serif;
}

.top main ul.news_list .news_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 30px;
  margin-left: 20px;
  border: 1px solid #2080C0;
  color: #2080C0;
  font-size: 14px;
  list-style: 1.2;
}

.top main ul.news_list .news_title {
  width: calc(100% - 240px);
  margin-left: 20px;
}

.top main ul.news_list .news_title a {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.top main ul.news_list .news_title a:hover {
  opacity: 0.7;
}

.top .top_keyvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 6;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  background-image: url(../img/key_top.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top .top_keyvisual span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.top .top_keyvisual h1 {
  -webkit-transform: translate(0, -120px);
          transform: translate(0, -120px);
  -webkit-animation: logo 1s cubic-bezier(0.41, 0.01, 0, 1) 2s 1 normal forwards;
          animation: logo 1s cubic-bezier(0.41, 0.01, 0, 1) 2s 1 normal forwards;
  opacity: 0;
}

.top .top_keyvisual h1 img {
  width: 100%;
  max-width: 720px;
  height: auto;
}

@-webkit-keyframes logo {
  0% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes logo {
  0% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.top .top_keyvisual .top_keyvisual_scroll {
  position: absolute;
  bottom: -82px;
  left: 40px;
  -webkit-animation: scroll 2s cubic-bezier(0.41, 0.01, 0, 1) 3s 1 normal forwards;
          animation: scroll 2s cubic-bezier(0.41, 0.01, 0, 1) 3s 1 normal forwards;
  opacity: 0;
}

.top .top_keyvisual .top_keyvisual_scroll img {
  width: 26px;
  height: 255px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.top .top_keyvisual.on span {
  background-color: #fff;
  opacity: 0;
}

.top .sect01 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: transparent;
}

.top .sect01 .wrap h2 {
  display: block;
  width: calc(50% - 40px);
  max-width: 440px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #2080C0;
  font-weight: 500;
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0;
}

.top .sect01 .wrap p {
  width: calc(50% - 40px);
  max-width: 440px;
}

.top .sect02 {
  margin-bottom: 160px;
}

.top .sect02 .wrap {
  margin: 0 auto;
}

.top .sect02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top .sect02 li {
  width: calc(33%);
  max-width: 295px;
  margin-top: 40px;
}

.top .sect02 a {
  color: #2080C0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.top .sect02 a:hover {
  opacity: 0.8;
}

.top .sect02 img {
  width: 100%;
}

.top .sect02 .seminar_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.top .sect02 .seminar_bnr picture {
  width: 50%;
}

.top .sect02 .seminar_bnr picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top .sect02 .seminar_bnr div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  background: linear-gradient(135deg, #2080c0 0%, #80b0d0 100%);
  color: #fff;
  text-align: center;
}

.top .sect02 .seminar_bnr div p:first-child {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.6;
}

.top .sect02 .seminar_bnr ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.top .sect02 .seminar_bnr li {
  width: calc(49%);
  margin: auto 10px;
}

.top .sect02 .seminar_bnr .pagelink_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 190px;
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top .sect02 .seminar_bnr .pagelink_arrow a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.top .sect02 .seminar_bnr .pagelink_arrow:hover {
  background-color: #2080C0;
  color: #fff;
}

.top .sect02 .seminar_bnr .pagelink_arrow::after {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
}

.top .sect02 .seminar_bnr .pagelink_arrow.arrow_right::after {
  top: 14px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.top .sect03 {
  margin-bottom: 160px;
  padding-bottom: 0;
  color: #fff;
}

.top .sect03 h2 span:first-child {
  color: rgba(255, 255, 255, 0.5);
}

.top .sect03 h2 span:last-child {
  color: #fff;
}

.top .sect03 .wrap {
  margin-bottom: 80px;
}

.top .sect03 .wrap h3 {
  font-weight: bold;
  font-size: 25px;
}

.top .sect03 .wrap.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top .sect03 .wrap.column2 div {
  width: 100%;
  max-width: 480px;
}

.top .sect03 .wrap.column2 figure {
  width: 100%;
  max-width: 440px;
}

.top .sect03 .wrap.column2 figure img {
  width: 100%;
  height: auto;
}

.top .sect04 {
  margin-bottom: 160px;
}

.top .sect04 .wrap {
  margin: 0 auto;
}

.top .sect04 span.bg_center {
  background-color: #EFF5F9;
}

.top .sect05 {
  margin-bottom: 160px;
  color: #fff;
}

.top .sect05 h2 span:first-child {
  color: rgba(255, 255, 255, 0.5);
}

.top .sect05 h2 span:last-child {
  color: #fff;
}

.top .sect05 .wrap h3 {
  font-weight: bold;
  font-size: 25px;
}

.top .sect05 .wrap ul.news_list {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.top .sect05 .wrap ul.news_list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.top .sect05 .wrap ul.news_list .news_title {
  width: calc(100% - 120px);
  margin-left: 0;
}

.top .sect05 .wrap ul.news_list .news_title a {
  color: #fff;
}

.top .sect05 iframe {
  width: 100%;
  margin-top: 40px;
}

.top .sect05 .calendar_defect {
  font-size: 14px;
}

.top .sect05 .calendar_defect .calendar_defect_dt {
  text-decoration: underline;
  cursor: pointer;
}

.top .sect05 .calendar_defect .calendar_defect_dt:hover {
  text-decoration: none;
}

.top .sect05 .calendar_defect dd {
  display: none;
  margin-top: 10px;
  line-height: 1.6;
}

.top .sect05 .calendar_defect strong {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.top .sect06 {
  position: relative;
  min-height: 455px;
  padding: 0;
  overflow: hidden;
}

.top .sect06::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65vw;
  height: 375px;
  background-color: #fff;
  content: "";
}

.top .sect06 figure {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 480px;
  width: 600px;
}

.top .sect06 figure img {
  width: 600px;
}

.top .sect06 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto 80px;
  padding: 0;
}

.top .sect06 .wrap div {
  z-index: 1;
  position: relative;
  top: 150px;
  width: 440px;
  margin: 0;
}

.top .sect06 .wrap h2 {
  width: 100%;
  margin: 0 0 30px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.top .sect06 .wrap p {
  color: #808080;
}

.top .sect06 .wrap .link_arrow {
  margin: 40px auto 0 0;
}

.top .sect07 .wrap {
  margin: 0 auto;
}

.top .sect07 h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top .sect07 h2 span:first-child {
  color: rgba(255, 255, 255, 0.5);
}

.top .sect07 h2 span:last-child {
  color: #fff;
}

.top .sect07 .recruit_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.top .sect07 .recruit_bnr picture {
  width: 50%;
}

.top .sect07 .recruit_bnr picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top .sect07 .recruit_bnr div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  background: linear-gradient(135deg, #2080c0 0%, #80b0d0 100%);
  color: #fff;
  text-align: center;
}

.top .sect07 .recruit_bnr div p:first-child {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.6;
}

.top footer .foot_contact {
  height: 560px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-image: none;
  background-color: rgba(32, 128, 192, 0.5);
}

.top footer .foot_contact section {
  top: 310px;
}

.saiyo_fixed {
  z-index: 10;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 300px;
  height: 90px;
  -webkit-animation: saiyo_bnr 1s cubic-bezier(0.41, 0.01, 0, 1) 1s 1 normal forwards;
          animation: saiyo_bnr 1s cubic-bezier(0.41, 0.01, 0, 1) 1s 1 normal forwards;
  opacity: 0;
}

.saiyo_fixed a {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.saiyo_fixed a:hover {
  opacity: 0.8;
}

.saiyo_fixed img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes saiyo_bnr {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes saiyo_bnr {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1000px) {
  .top main section span.bg_left {
    left: 0 !important;
  }
  .top main section span.bg_right {
    left: 0 !important;
  }
  .top .sect01 {
    padding: 80px 20px;
  }
  .top .sect02 {
    padding: 80px 20px;
  }
  .top .sect03 {
    padding: 80px 20px 0;
  }
  .top .sect03 .wrap {
    padding: 0;
  }
  .top .sect03 .wrap.column2 figure {
    margin: 40px auto 0;
  }
  .top .sect03 .wrap.column2 div {
    max-width: 100%;
  }
  .top .sect04 {
    padding: 80px 20px;
  }
  .top .sect05 {
    padding: 80px 20px;
  }
  .top .sect07 {
    padding: 80px 20px;
  }
}

@media screen and (max-width: 768px) {
  header {
    top: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header h1 {
    background-color: rgba(223, 235, 243, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header.bc_alpha {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  }
  header.bc_alpha h1 {
    background-color: rgba(223, 235, 243, 0.9);
  }
  .top .fade {
    opacity: 1;
  }
  .top main {
    padding-bottom: 0;
    background: none;
    background-color: rgba(191, 215, 231, 0.5);
  }
  .top main::before {
    background-image: url(../img/bg_top_sp.jpg);
    background-position: 50% 100%;
    background-size: 100% auto;
  }
  .top main section span.bg_left,
  .top main section span.bg_right,
  .top main section span.bg_center {
    display: none;
  }
  .top main .bg {
    padding-bottom: 0;
    background: none;
    background-color: rgba(191, 215, 231, 0.5);
  }
  .top main ul.news_list li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 12px 0;
  }
  .top main ul.news_list .news_title {
    width: calc(100%);
    margin-left: 0;
  }
  .top main ul.news_list .news_title a {
    padding: 0;
  }
  .top .top_keyvisual {
    z-index: 2;
    background-image: url(../img/key_top_sp.jpg);
  }
  .top .top_keyvisual h1 img {
    max-width: 258px;
  }
  .top .top_keyvisual .top_keyvisual_scroll {
    right: 0;
    bottom: -22px;
    left: 0;
    width: 66px;
    height: 69px;
    margin: 0 auto;
  }
  .top .top_keyvisual .top_keyvisual_scroll img {
    width: 66px;
    height: 69px;
  }
  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translate(0, -50px);
              transform: translate(0, -50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translate(0, -50px);
              transform: translate(0, -50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1;
    }
  }
  .top .sect01 .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top .sect01 .wrap h2 {
    width: calc(100%);
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0;
    font-size: 24px;
    line-height: 1.6;
  }
  .top .sect01 .wrap p {
    width: calc(100%);
    max-width: 100%;
  }
  .top .sect02 {
    margin-bottom: 0;
    padding: 0;
  }
  .top .sect02 .wrap {
    margin: 0 auto;
    padding: 0 40px 40px;
    background-color: #fff;
  }
  .top .sect02 li {
    width: calc(100%);
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .top .sect02 .seminar_bnr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .top .sect02 .seminar_bnr picture {
    width: 100%;
  }
  .top .sect02 .seminar_bnr picture img {
    -o-object-fit: inherit;
       object-fit: inherit;
  }
  .top .sect02 .seminar_bnr div {
    width: 100%;
    padding: 30px;
  }
  .top .sect02 .seminar_bnr div p:first-child {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.6;
  }
  .top .sect02 .seminar_bnr li {
    margin: 20px auto 0;
  }
  .top .sect03 {
    margin-bottom: 0;
    padding: 0;
    background: linear-gradient(135deg, #80b0d0 0%, #2080c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2080c0', endColorstr='#80b0d0',GradientType=1 );
  }
  .top .sect03 h2 {
    background-color: transparent;
  }
  .top .sect03 .wrap {
    margin-bottom: 0px;
    padding: 0 40px 40px;
  }
  .top .sect03 .wrap h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.6;
  }
  .top .sect04 {
    margin-bottom: 0;
    padding: 0;
    background-color: #EEF4F8;
  }
  .top .sect04 h2 {
    background-color: transparent;
  }
  .top .sect04 .wrap {
    margin: 0 auto;
    padding-top: 0;
  }
  .top .sect05 {
    margin-bottom: 0;
    padding: 0 0 40px;
    background: linear-gradient(135deg, #2080c0 0%, #80b0d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2080c0', endColorstr='#80b0d0',GradientType=1 );
  }
  .top .sect05 h2 {
    padding-bottom: 20px;
    background-color: transparent;
  }
  .top .sect05 .wrap {
    margin: 0 auto;
    padding-top: 0;
  }
  .top .sect05 .wrap ul.news_list .news_title {
    width: calc(100%);
  }
  .top .sect05 iframe {
    height: 400px;
  }
  .top .sect06 {
    min-height: 455px;
    overflow: auto;
  }
  .top .sect06::after {
    display: none;
  }
  .top .sect06 figure {
    position: static;
    width: 100%;
  }
  .top .sect06 figure img {
    width: 100%;
  }
  .top .sect06 .wrap {
    margin: 0 auto;
    background-color: #fff;
  }
  .top .sect06 .wrap div {
    position: static;
    width: 100%;
    padding: 0 40px 40px;
  }
  .top .sect06 .wrap h2 {
    width: 100%;
    margin: auto;
    padding: 40px 0 12px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .top .sect06 .wrap .link_arrow {
    margin: 20px auto 0 auto;
  }
  .top .sect07 {
    padding: 0;
    background-color: #EFF2F5;
  }
  .top .sect07 .wrap {
    margin: 0 auto;
  }
  .top .sect07 h2 {
    padding: 0 0 25px;
    background-color: transparent;
  }
  .top .sect07 .recruit_bnr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .top .sect07 .recruit_bnr picture {
    width: 100%;
  }
  .top .sect07 .recruit_bnr picture img {
    -o-object-fit: inherit;
       object-fit: inherit;
  }
  .top .sect07 .recruit_bnr div {
    width: 100%;
    padding: 30px;
  }
  .top .sect07 .recruit_bnr div p:first-child {
    width: 100%;
    font-size: 16px;
  }
  .top footer .foot_contact section {
    top: 160px;
  }
  .top footer .foot_info {
    padding: 80px 0 8px;
  }
  .saiyo_fixed {
    right: 20px;
    bottom: 20px;
    width: 240px;
    max-width: 100%;
    height: 72px;
  }
}

/*# sourceMappingURL=maps/top.css.map */
