@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,700,800,900);
@import url(//fonts.googleapis.com/css?family=Quicksand:300,400);
@charset "UTF-8";

html,
body {
  height: 100%;
}
body {
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium",
    "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

.pc-on {
  display: block;
}

.sp-on {
  display: none;
}

.inlineBlock {
  display: inline-block;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  color: #707070;
}
a:hover {
  opacity: .7;
}

main {
  min-height: 100vh;
  z-index: 1;
}

.inner {
  width: 860px;
  margin: 0 auto;
}

.bg-gray {
  background: #fafafa;
}

/* -----------------------------------------------
  PCパンくずリスト
-------------------------------------------------- */
/* ノーマル */
.pc-head-menu {
  width: 1000px;
  margin: 0 auto;
}
.pc-head-menu ul li {
  color: #666 !important;
}
.pc-head-menu ul li a {
  color: #666 !important;
}

/* グレー背景 */
.pc-head-menu.bg-gray {
  width: 100%;
}
.pc-head-menu.bg-gray .c-breadcrumb-pc {
  width: 1000px;
  margin: 0 auto 100px;
}
.pc-head-menu.bg-gray .c-breadcrumb-pc li {
  padding: 16px 0;
}


.js-fadeIn {
  position: relative;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.js-fadeIn.is-show {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.c-main-kv {
  width: 100%;
  height: 100vh;
  /*margin-bottom: 5%;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
.c-main-kv__out {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .c-main-kv {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .c-main-kv__out {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

.c-link-btn {
  display: block;
  margin: 0 auto;
  width: 196px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 2px solid #03a1ed;
  border-radius: 30px;
  color: #03a1ed;
  font-weight: bold;
  font-size: 13px;
  overflow: hidden;
}
.c-link-btn--color2 {
  border: 2px solid #fff;
  color: #fff;
}
.c-link-btn--color2:hover {
  opacity: 1;
  background-color: #fff;
  color: #03a1ed;
}
@media screen and (max-width: 1023px) {
  .c-link-btn {
    width: 176px;
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .c-link-btn {
    position: relative;
    background: transparent;
    outline: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    cursor: pointer;
  }
  .c-link-btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    background: #03a1ed;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .c-link-btn:hover {
    opacity: 1;
    color: #fff;
  }
  .c-link-btn:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  .c-link-btn--color2:after {
    background: #fff;
  }
  .c-link-btn--color2:hover {
    color: #03a1ed;
  }
}
.c-link-btn--color3 {
  display: block;
  margin: 0 auto;
  width: 196px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 2px solid #03a1ed;
  border-radius: 30px;
  color: #03a1ed;
  font-weight: bold;
  font-size: 13px;
  overflow: hidden;
  background: #03a1ed !important;
  color: #fff;
  position: relative;
  background: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}
.c-link-btn--color3:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  background: #d15502 !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
}
.c-link-btn--color3:hover {
  opacity: 1;
  background: #d15502;
  color: #fff !important;
  border: 2px solid #d15502;
}

.entry-btn {
  display: block;
  margin: 0 auto;
  width: 196px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 2px solid #03a1ed;
  border-radius: 30px;
  color: #fff;
  background-color: #03a1ed;
  font-weight: bold;
  font-size: 13px;
}
.entry-btn:hover {
  opacity: 1;
  color: #fff;
  background: #d15502;
}
.entry-btn--color2 {
  color: #fff;
}
.entry-btn--color2:hover {
  opacity: 1;
  background-color: #03a1ed;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .entry-btn {
    width: 176px;
    height: 36px;
    line-height: 36px;
  }
}

.c-sec-title {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.4;
}
.c-sec-title h2 {
  font-size: 32px;
  color: #333;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}
.c-sec-title span {
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 1023px) {
  .c-sec-title {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .c-sec-title h2 {
    font-size: 26px;
    color: #333;
  }
  .c-sec-title span {
    font-size: 12px;
    color: #666;
  }
}

.c-circle-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.c-circle-img__img {
  margin-bottom: 20px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.c-circle-img__title {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.c-circle-img__text {
  font-size: 15px;
  color: #666;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: auto;
  width: 90%;
}
.c-circle-img a:hover .c-circle-img__title {
  color: #03a1ed;
}
.c-circle-img a:hover .c-circle-img__text {
  color: #03a1ed;
}
@media screen and (min-width: 1024px) {
  .c-circle-img a:hover .c-circle-img__img {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 1023px) {
  .c-circle-img {
    display: block;
  }
  .c-circle-img li {
    margin: 0 auto 40px auto;
  }
  .c-circle-img__img {
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    width: 25%;
    max-width: 180px;
    min-width: 120px;
  }
  .c-circle-img__title {
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .c-circle-img__text {
    font-size: 15px;
    color: #666;
    max-width: 400px;
    margin: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .c-circle-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0 6%;
  }
}

.c-news-list__title {
  color: #333;
}

.c-news-list li {
  border-bottom: 2px solid #fafafa;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.c-news-list li:hover {
  border-bottom: 2px solid #03a1ed;
}
.c-news-list li:hover .c-news-list__cat {
  color: #fff;
  background: #03a1ed;
}
.c-news-list li:hover .c-news-list__title {
  color: #03a1ed;
}
.c-news-list li:hover a {
  color: #03a1ed;
}
.c-news-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 20px 0;
}
.c-news-list li:first-of-type a {
  padding-top: 0;
}
.c-news-list li a:hover {
  opacity: 1;
}

.c-news-list__date {
  width: 110px;
  font-size: 14px;
  letter-spacing: 2px;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
}

.c-news-list__cat {
  text-align: center;
  width: 120px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #03a1ed;
  border-radius: 30px;
  color: #03a1ed;
  font-size: 12px;
  margin-right: 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
  /* start */
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.c-news-list__cat:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  background: #03a1ed;
  border-radius: 30px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.c-news-list__title {
  width: 650px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1023px) {
  .c-news-list li {
    border-bottom: 2px solid #fafafa;
  }
  .c-news-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 20px;
  }
  .c-news-list__cat {
    text-align: center;
    width: 120px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #03a1ed;
    border-radius: 30px;
    color: #03a1ed;
    margin-right: 18px;
    font-size: 12px;
  }
  .c-news-list__title {
    width: 100%;
    margin-top: 10px;
  }
}

.c-bot-menu {
  margin-top: 180px;
}
@media screen and (max-width: 1023px) {
  .c-bot-menu {
    margin-top: 120px;
  }
}
.c-bot-menu .c-bot-menu__arrow {
  text-align: center;
  margin-bottom: 20px;
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.c-bot-menu .c-bot-menu__arrow img {
  width: 40px;
  height: 40px;
}
.c-bot-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.c-bot-menu li {
  position: relative;
}
.c-bot-menu li:before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 26px;
  background-size: 100%;
  background-image: url(../../images/common/bracket01.svg);
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
.c-bot-menu li:after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 34px;
  background-size: 100%;
  background-image: url(../../images/common/bracket02.svg);
  top: 0;
  right: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .c-bot-menu li:hover:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
  }
  .c-bot-menu li:hover:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
  }
  .c-bot-menu li:hover a:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
  }
  .c-bot-menu li:hover a:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
  }
}
.c-bot-menu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 230px;
  height: 260px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.c-bot-menu a:before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 26px;
  background-size: 100%;
  background-image: url(../../images/common/bracket03.svg);
  bottom: 0;
  right: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
.c-bot-menu a:after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 34px;
  background-size: 100%;
  background-image: url(../../images/common/bracket04.svg);
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.c-bot-menu a:hover {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .c-bot-menu a:hover .on-img {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}
.c-bot-menu a:hover p {
  color: #03a1ed;
}
.c-bot-menu__icon {
  margin: 0 auto 10px auto;
  position: relative;
  width: 120px;
  height: 120px;
  background-color: #fff;
}
.c-bot-menu__icon .on-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-bot-menu__icon img {
  width: 120px;
  height: 120px;
}
.c-bot-menu__text {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #333;
}
.c-bot-menu__text2 {
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (max-width: 1023px) {
  .c-bot-menu .c-bot-menu__arrow {
    margin-bottom: 60px;
  }
  .c-bot-menu .c-bot-menu__arrow img {
    width: 25px;
    height: 25px;
  }
  .c-bot-menu ul {
    display: block;
  }
  .c-bot-menu ul li {
    width: 82%;
    margin: 0 auto 30px auto;
  }
  .c-bot-menu a {
    width: 100%;
    height: auto;
  }
  .c-bot-menu__btn {
    width: 100%;
  }
  .c-bot-menu__icon {
    width: 45%;
    height: auto;
  }
  .c-bot-menu__icon img {
    width: 100%;
    max-width: 160px;
    height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .c-bot-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}

.c-page-kv {
  width: 100%;
  height: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  background-size: cover;
  background-position: center;
  margin-top: 72px;
}
.c-page-kv h2 {
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 80px;
}
.c-page-kv span {
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .c-page-kv {
    height: 32vw;
    min-height: 128px;
    padding-top: 50px;
  }
  .c-page-kv h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .c-page-kv.another {
    padding-top: 0;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .c-page-kv.another {
    margin-top: 50px;
  }
}

.c-breadcrumb-pc li {
  display: inline-block;
  margin-right: 4px;
  padding: 20px 0;
  color: #666;
}
.c-breadcrumb-pc li a {
  position: relative;
  padding-right: 10px;
}
.c-breadcrumb-pc li a:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background-image: url(../../images/common/arrow_breadcrumb.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  right: -2px;
}

@media screen and (max-width: 1023px) {
  .c-breadcrumb-pc {
    display: none;
  }
}

.c-breadcrumb-wrap {
  overflow-x: hidden;
}
@media screen and (max-width: 568px) {
  .c-breadcrumb-wrap {
    overflow-x: scroll;
  }
}

.c-breadcrumb-sp {
  background: #fafafa;
  font-size: 13px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  overflow: auto;
}
.c-breadcrumb-sp:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.c-breadcrumb-sp li {
  float: left;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
}
.c-breadcrumb-sp li:first-child {
  background-image: url(../../images/common/bread_bg.svg);
  background-position: center right;
  background-repeat: no-repeat;
  width: 76px;
  padding: 0 10px 0 20px;
  text-align: center;
  background-size: cover;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .c-breadcrumb-sp li:first-child {
    width: 50px;
  }
}
.c-breadcrumb-sp__arrow {
  position: relative;
}
.c-breadcrumb-sp__arrow span {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../../images/common/bread_bg-02.svg);
  background-repeat: no-repeat;
  background-position-x: -15px;
  width: 32px;
  height: 32px;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .c-breadcrumb-sp {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .pc-on {
    display: none;
  }
  .sp-on {
    display: block;
  }
  img {
    width: 100%;
  }
  main {
    min-width: 100%;
  }
  .inner {
    width: 88%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  img {
    max-width: 100%;
    width: auto;
  }
}

.header--top {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.header--subpage {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.c-main-kv__out {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.c-main-kv__text {
  opacity: 0;
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.c-main-kv__arrow {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.c-page-kv h2 {
  opacity: 0;
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}

.c-page-kv span {
  opacity: 0;
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
}

.c-interview-kv__text {
  opacity: 0;
  -webkit-animation-name: fadeUpInterview;
  animation-name: fadeUpInterview;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

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

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

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

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

/* エントリ＆募集要項エリア */
.to-entry {
  margin-bottom: 120px;
}
.to-entry .inner {
  text-align: center;
  padding: 80px 0;
  margin-top: 80px;
}
.to-entry .inner .c-bot-menu__block {
  padding-bottom: 30px;
}
.to-entry .inner .c-bot-menu__block h3 {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .to-entry {
    margin-bottom: 80px;
  }
  .to-entry .inner {
    text-align: center;
    padding: 60px 0;
    margin-top: 60px;
  }
  .to-entry .inner .c-bot-menu__block h3 {
    font-size: 18px;
  }
}

/* サービスリスト */
.serviceList .inner .c-circle-img {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .serviceList .inner .c-circle-img {
    margin-bottom: 30px;
  }
}
.serviceList .inner .c-circle-img li {
  width: 215px;
}
@media screen and (max-width: 1023px) {
  .serviceList .inner .c-circle-img li {
    width: 100%;
  }
}
.serviceList .inner .c-circle-img li .c-circle-img__img img {
  width: 75%;
  min-width: 120px;
  max-width: 180px;
  border-radius: 50%;
}
.serviceList .inner .c-circle-img li .c-circle-img__text {
  width: 88%;
}

/* LIFULL seniorで働くメンバー */
.memberList {
  width: 904px;
  margin: auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .memberList {
    padding-top: 80px !important;
    padding-bottom: 0;
    width: 100%;
  }
}
.memberList__content {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .memberList__content {
    width: 95%;
    margin: 0 auto;
  }
}
.memberList__content .c-sec-title h3 {
  font-size: 32px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .memberList__content .c-sec-title h3 {
    font-size: 26px;
  }
}
.memberList__content .c-sec-member {
  width: 904px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  padding: 10px 0 0;
}
@media screen and (max-width: 1023px) {
  .memberList__content .c-sec-member {
    width: 100%;
    padding: 10px 0 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.memberList__content .c-sec-member li {
  padding: 0;
  margin: 0 52px 60px;
}
@media screen and (max-width: 1023px) {
  .memberList__content .c-sec-member li {
    margin: 0 3.8% 60px;
    width: 25%;
    min-width: 120px;
    padding: 0;
  }
}
.memberList__content .c-sec-member .comingsoon {
  color: #707070;
}

.memberList__content .c-sec-member li h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 19px;
}
.memberList__content .c-sec-member li .c-sec-member__image {
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .memberList__content .c-sec-member li .c-sec-member__image {
    margin-bottom: 20px;
    max-width: 180px;
    margin: 0 auto;
  }
}
.memberList__content .c-sec-member li .c-sec-member__image img {
  vertical-align: bottom;
  max-width: 180px;
  width: 180px;
}
@media screen and (max-width: 1023px) {
  .memberList__content .c-sec-member li .c-sec-member__image img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .c-page-kv.another {
    min-height: 256px;
    height: 20vh;
    padding-top: 0;
    margin-top: 75px;
  }
}

.sp-on-02 {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-on-02 {
    display: block;
  }
}

.member-hover:hover a,
.member-hover:hover a h4 {
  color: #03a1ed;
}

.member-hover.comingsoon {
  pointer-events: none;
}

.header .sp-menu-btn img {
  vertical-align: bottom;
}

img.active-member {
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}

img.off-member {
  -webkit-transition: .5s;
  transition: .5s;
}

.member-hover:hover a div img.active-member {
  opacity: 1;
}

.member-hover:hover a div img.off-member {
  opacity: 0;
}

.btn-grey {
  color: #666;
  border: 2px solid #999;
}

.btn-grey:after {
  background: #999;
  color: #fff;
}

.copyright {
  font-family: Verdana;
  color: #b3dcff;
}

_:-ms-input-placeholder,
:root .c-link-btn {
  padding: 8px 0 2px;
}

_:-ms-input-placeholder,
:root .c-news-list__cat {
  padding: 4px 0 0;
}



.toiawase {
  text-align: center;
  font-size: 28px;
  margin-bottom: 100px;
}
.toiawase a {
  color: #03a1ed;
  font-weight: bold;
}
.toiawase a:link,
.toiawase a:visited {
  text-decoration: underline;
}
.toiawase a:hover,
.toiawase a:active {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .toiawase {
    font-size: 18px;
    margin-bottom: 80px;
  }
}
