@charset "UTF-8";
img {
  width: 100%;
}

.top .new:after {
  left: 20px;
}

.top main {
  margin-top: 0;
  padding-bottom: 0;
}

.top .header_nav {
  position: inherit;
  top: inherit;
  left: inherit;
  transform: inherit;
}

.tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.sub {
  color: #F0C2CC;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.top_content_txt {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .top .header_logo {
    display: none;
  }
  .tit {
    font-size: 5.5vw;
  }
}

.top_visual {
  position: relative;
  height: calc(100vh - 64px);
}

.loop_css_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  animation: fadein 2s linear forwards;
  animation-delay: 1s;
  opacity: 0;
}

.loop_css_wrap2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  animation: fadein 2s linear forwards;
  animation-delay: 2s;
  opacity: 0;
}

#header_badge,
#header_badge02,
#header_badge03,
#header_badge04 {
  z-index: 10;
  position: absolute;
  top: calc(32.5vh - 135px);
  right: 35vw;
  width: auto;
  height: 110px;
  animation: fadein 1s linear forwards;
  animation-delay: 3s;
  opacity: 0;
}

#header_badge img,
#header_badge02 img,
#header_badge03 img,
#header_badge04 img {
  width: auto;
  height: 100%;
}

#header_badge02 {
  right: 29vw;
}

#header_badge03 {
  right: 21vw;
}

#header_badge04 {
  right: 9vw;
}

.top_visual #top_visual_txt {
  position: absolute;
  top: calc(39vh);
  left: 0;
  width: 100vw;
  color: #4671ff;
  font-size: 5vh;
  /*
  animation: fadein 2s linear forwards;
  animation-delay: 9s;
  */
  line-height: 1.3;
  text-align: center;
  animation-delay: 3s;
  opacity: 1;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.mask_txt {
  display: table;
  overflow: hidden;
}

.top_h {
  background-color: transparent;
  color: #1c59a2;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.3vw;
  font-weight: 600;
}

.maskbox .boxInner, .mask_txt .boxInner {
  opacity: 0;
}

.isPlay {
  position: relative;
  font-family: "メイリオ", "Meiryo", sans-serif;
  animation-name: play;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  opacity: 1 !important;
}

.isPlay:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation-name: maskOut;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  animation-delay: .3s;
  content: '';
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

/******************************************************************
  3■PC・スマホ共通　画像スライド用
*****************************************************************/

@keyframes slideimg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2785px 0;
  }
}

@keyframes slideimg2 {
  0% {
    background-position: -2785px 0;
  }
  100% {
    background-position: 0 0;
  }
}

/******************************************************************
  4■流れるアニメーション
*****************************************************************/
/* concept slide_img */
.loop_slide,
.loop_slide2 {
  height: 245px;
  transform: translate3d(0, 0, 0);
  background: url(../img/top/main_img01.jpg) repeat-x;
  background-size: 1465px;
  animation: slideimg 50s linear infinite;
}

.loop_slide2 {
  background: url(../img/top/main_img02.jpg) repeat-x;
  background-size: 1465px;
  animation: slideimg2 50s linear infinite;
}

@media screen and (max-width: 760px) {
  @keyframes slideimg {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -1015px 0;
    }
  }
  @keyframes slideimg2 {
    0% {
      background-position: -1015px 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  /******************************************************************
    4■流れるアニメーション
  *****************************************************************/
  /* concept slide_img */
  .loop_slide,
  .loop_slide2 {
    height: 0;
    padding-bottom: 59%;
    /* background: url(../img/top/main_img01_sp.jpg) repeat-x; */
    background-size: 1015px;
    animation: slideimg 25s linear infinite;
  }
  .loop_slide2 {
    /* background: url(../img/top/main_img02_sp.jpg) repeat-x; */
    background-size: 1015px;
    animation: slideimg2 25s linear infinite;
    padding-bottom: 47%;
  }
}

@media screen and (max-width: 760px) {
  .top_visual {
    position: relative;
  }
  #header_badge,
  #header_badge02,
  #header_badge03,
  #header_badge04 {
    top: calc(32.5vh - 85px);
    right: 65vw;
    width: 100px;
    width: auto;
    height: 65px;
  }
  #header_badge02 {
    right: 50vw;
  }
  #header_badge03 {
    right: 30vw;
  }
  #header_badge04 {
    top: 130px;
     right: 1vw;
  }
  .top_h {
    font-size: 5.5vw;
    line-height: 1.5;
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  @keyframes slideimg {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -530px 0;
    }
  }
  @keyframes slideimg2 {
    0% {
      background-position: -530px 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  /******************************************************************
    4■流れるアニメーション
  *****************************************************************/
  /* concept slide_img */
  .loop_slide,
  .loop_slide2 {
    padding-bottom: 21%;
    background-size: 530px;
  }
  .top_h {
    font-size: 3vw;
  }
  .top_visual #top_visual_txt {
    top: calc(31vh);
  }
}

@media (min-width: 741px) and (max-width: 1160px) {
  .top .top_visual .loop_css_wrap,
  .top .top_visual .loop_css_wrap2 {
    width: 100%;
  }
  .top .top_visual #top_visual_txt {
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
  .top .top_visual #header_badge {
    right: 46vw;
  }
  .top .top_visual #header_badge02 {
    right: 38vw;
  }
  .top .top_visual #header_badge03 {
    right: 27vw;
  }
  .top .top_visual .top_h {
    font-size: 6.3vw;
  }
}

.message {
  padding: 143px 0 58px;
  background-color: #e4f4f9;
}

.message .message_inner {
  position: relative;
}

.message .message_inner::after {
  z-index: 1000;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 357px;
  background-color: #b1d9ea;
  content: "";
}

.message .message_inner .inner {
  position: relative;
  width: 1030px;
  height: 357px;
  margin: 0 auto;
  padding: 0 0 30px 60px;
  background-color: #b1d9ea;
}

.message .message_inner .txt_box {
  width: 305px;
  float: left;
}

.message .message_inner h2 span.message_ttl {
  display: inline-block;
  position: absolute;
  padding: 0 16px;
  background-color: #1c59a2;
  color: #fff;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 23px;
  line-height: 46px;
}

.message .message_inner .message_ttl1 {
  top: 53px;
  left: -45px;
}

.message .message_inner .message_ttl2 {
  top: 107px;
  left: 60px;
}

.message .message_inner h3 {
  margin-bottom: 6px;
  padding-top: 170px;
  font-weight: 600;
}

.message .message_inner h3 .ceoname {
  font-size: 19px;
}

.message .message_inner .message_txt {
  line-height: 1.4;
}

.message .message_inner .btn_more a {
  margin-top: 25px;
}

.message .message_inner .btn_more a::before {
  background-color: #1c59a2;
}

.message .message_inner .ph {
  z-index: 2000;
  position: absolute;
  top: -73px;
  right: 0;
  width: 639px;
}

.message .message_link {
  margin-top: 43px;
  text-align: center;
  vertical-align: top;
}

.message .message_link li {
  display: inline-block;
  width: 356px;
  margin: 0 6px;
  border: 1px solid #bbbbbb;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.message .message_link li span {
  display: block;
  font-size: 12px;
}

.message .message_link li a {
  display: block;
  padding: 21px 0;
}

.message .message_link .company span {
  color: #a0b9d8;
}

.message .message_link .media {
  background: #fff url(../img/top/media_img.png) no-repeat center -12px;
  background-size: 100%;
}

.message .message_link .media span {
  color: #f9c8d0;
}

@media screen and (max-width: 760px) {
  .message {
    padding: 24% 0 12%;
  }
  .message .message_inner::after {
    display: none;
  }
  .message .message_inner .inner {
    width: 87%;
    height: auto;
    margin: 0 0 0 auto;
    padding: 0 0 11% 0;
  }
  .message .message_inner h3 {
    padding-top: 76%;
    font-size: 3.4vw;
  }
  .message .message_inner .ph {
    top: -43px;
    width: 85%;
  }
  .message .message_inner h2 span.message_ttl {
    padding: 0 12px;
    font-size: 4.8vw;
    line-height: 35px;
  }
  .message .message_inner .message_ttl1 {
    top: 37%;
    left: -15%;
  }
  .message .message_inner .message_ttl2 {
    top: 47%;
    left: 13%;
  }
  .message .message_inner .txt_box {
    width: 100%;
    float: inherit;
    text-align: center;
  }
  .message .message_link {
    margin-top: 9%;
  }
  .message .message_link li {
    width: 87%;
    margin-bottom: 13px;
  }
}

.news {
  padding: 55px 0 63px;
}

.news .inner {
  width: 1050px;
  margin: 0 auto;
}

.news .news_list {
  justify-content: space-between;
  margin-top: 26px;
}

.news .unit {
  box-sizing: border-box;
  display: inline-block;
  width: 258px;
  padding: 0 12px;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
}

.news .unit .ph {
  position: relative;
  padding-bottom: 67%;
}

.news .unit .icons {
  margin-top: 15px;
}

.news .unit .date {
  margin-top: 6px;
}

.news .unit .tit {
  max-height: 23px;
  margin: 13px 0 10px;
  margin-top: 8px;
  overflow: hidden;
  font-family: "メイリオ", dnp-shuei-gothic-gin-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.news .unit .txt {
  max-height: 58px;
  margin-top: 8px;
  overflow: hidden;
}

.news .btn_more {
  margin-top: 30px;
}

.news .unit a:hover,
.news .unit .ph img {
  opacity: 1;
}

.news .unit a .ph:before,
.news .unit a .ph:after,
.news .unit a .ph div:before,
.news .unit a .ph div:after {
  z-index: 3000;
  position: absolute;
  background-color: #f07c90;
  content: '';
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.news .unit a .ph:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transform: scaleX(0);
  transform-origin: right;
}

.news .unit a .ph:after {
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
}

.news .unit a .ph div:before {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top;
}

.news .unit a .ph div:after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transform: scaleX(0);
  transform-origin: left;
}

.news .unit a:hover .ph:before {
  transform: scaleX(1);
  transform-origin: left;
}

.news .unit a:hover .ph:after {
  transform: scaleY(1);
  transform-origin: top;
}

.news .unit a:hover .ph div:before {
  transform: scaleY(1);
  transform-origin: bottom;
}

.news .unit a:hover .ph div:after {
  transform: scaleX(1);
  transform-origin: right;
}

@media screen and (max-width: 760px) {
  .news {
    padding: 13% 0 15%;
  }
  .news .inner {
    width: 80%;
  }
  .news .news_list {
    margin-top: 4%;
  }
  .news .slick-slider {
    padding-bottom: 0;
  }
  .news .btn_more {
    width: 90%;
    margin-top: 3%;
  }
}

.number {
  position: relative;
  height: 276px;
  background: #e4f4f9 url(../img/top/number_img.png) no-repeat center;
  background-size: contain;
  text-align: center;
}

.number .inner {
  z-index: 2000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.6;
}

.number .sub {
  color: #BCD2E4;
}

.number .btn_more {
  margin-top: 15px;
}

.number .btn_more a {
  border: 2px solid #78B6D4;
  background-color: #78B6D4;
}

.number .bg {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 150px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .number {
    height: 336px;
    background-image: url(../img/top/number_img_sp.png);
  }
  .number .bg {
    font-size: 26vw;
  }
  .number .inner {
    width: 100%;
  }
  .number .btn_more {
    width: 70%;
    margin-top: 8%;
  }
}

.staff {
  padding: 74px 0 70px;
  background-color: #fcdbde;
}

.staff .inner {
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}

.staff .staff_img {
  margin: 30px 150px 0;
  background: url(../img/top/staff_img_origin.png) no-repeat center center;
  background-size: cover;
}

.staff .staff_img img {
  vertical-align: top;
}

.staff .staff_img img:hover {
  cursor: pointer;
}

.staff .btn_more {
  width: 354px;
  height: 48px;
  margin-top: 42px;
}

.staff .btn_more a {
  height: 50px;
  border-radius: 60px;
  line-height: 48px;
}

.staff .btn_more a:hover:before {
  border-radius: 60px;
}

@media screen and (max-width: 760px) {
  .staff {
    padding: 13% 0 0;
    background-color: inherit;
  }
  .staff .staff_img {
    margin: 6% 0 0;
    background: none;
  }
  .staff .staff_img li {
    width: 47.7%;
    float: left;
  }
  .staff .staff_img li:nth-child(2n) {
    width: 52.2%;
  }
  .staff .staff_img li:nth-child(2n+1) {
    clear: left;
  }
  .staff .btn_more {
    width: 80%;
    height: 63px;
    margin-top: 8%;
  }
  .staff .btn_more a {
    height: 63px;
    padding: 10px 0;
    line-height: 1.5;
  }
  .staff .btn_more span {
    line-height: 1.5;
  }
}

/* renewal */
.staff .staff__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px 40px;
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
}
.staff .staff__wrap .p-item {
  width: 30.6%;
}
.staff .staff__wrap .p-item a {
  position: relative;
  display: block;
}
.staff .staff__wrap .p-item a:before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgb(255 255 255 / 70%), rgba(255, 255, 255, 0));
  z-index: 999;
  width: 100%;
  height: 60%;
  bottom: 6px;
  left: 0;
}
.staff .staff__wrap .p-item .p-item__title {
  font-size: 28px;
  font-weight: 600;
  position: absolute;
  bottom: 20%;
  left: 0;
  z-index: 1000;
  line-height: 1.2;
  padding: 0 15px;
  width: 100%;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.staff .staff__wrap .p-item .p-item__title.mincho {
font-family: "source-han-serif-japanese", YuMincho, '游明朝', serif;
}
.staff .staff__wrap .p-item .p-item__text {
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  bottom: 11%;
  padding: 0 17px;
  z-index: 1000;
  width: 100%;
}
.staff .staff__wrap .p-item .p-item__text span {
  display: inline-block;
  font-size: 80%;
  margin-left: 10px;
}
.staff .staff__wrap .p-item .p-item__info {
  position: absolute;
  bottom: 5%;
  z-index: 1000;
  padding: 0 20px;
  font-weight: 700;
  font-size: 17px;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .staff .staff__wrap {
    gap: 3vw;
    width: 90%;
    margin-top: 10vw;
  }
  .staff .staff__wrap .p-item {
    width: 43.5vw;
  }
  .staff .staff__wrap .p-item a:before {
    bottom: 0;
    left: 0;
  }
  .staff .staff__wrap .p-item .p-item__title {
    font-size: 4vw;
    bottom: 25%;
    padding: 0 3vw;
  }
  .staff .staff__wrap .p-item .p-item__text {
    font-size: 3.2vw;
    bottom: 11%;
    padding: 0 3vw;
    line-height: 1.3;
  }
  .staff .staff__wrap .p-item .p-item__text span {
    display: block;
    font-size: 80%;
    margin-left: 0;
  }
  .staff .staff__wrap .p-item .p-item__info {
    padding: 0 3vw;
    font-size: 3vw;
    bottom: 3%;
  }
}


.business {
  padding: 63px 0;
  line-height: 1.6;
  text-align: center;
}

.business .sub {
  color: #94AFCB;
}

.business .inner {
  width: 1035px;
  margin: 20px auto 0;
}

.business .box_l {
  width: 647px;
}

.business .box_l .ph {
  width: 172px;
  margin: 90px auto 0;
}

.business .box_l dd {
  position: relative;
  height: 361px;
}

.business .box_l dd .tit {
  color: #1c59a2;
}

.business .box_l dd .sub {
  color: #232323;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.business .box_l dd .txt {
  margin-top: 3px;
}

.business .box_l .txt_box {
  z-index: 1000;
  position: absolute;
}

.business .box_l .txt_box01 {
  top: 23px;
  left: 256px;
}

.business .box_l .txt_box02 {
  top: 252px;
  left: 140px;
}

.business .box_l .txt_box03 {
  top: 252px;
  right: 150px;
}

.business .box_r {
  width: 373px;
}

.business .box_r .ph {
  width: 129px;
  margin: 0 auto;
}

.business .box_r dd p {
  margin-top: 5px;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
}

.business dt {
  padding: 5px 0;
  background-color: #d2deec;
  color: #1c59a2;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 17px;
}

.business dd {
  margin-top: 5px;
  padding: 23px 0;
  background-color: #f3f7fa;
}

.business .box_c {
  margin-top: 15px;
}

.business .btn_more {
  margin-top: 30px;
}

@media screen and (max-width: 760px) {
  .business {
    padding: 16% 0 17%;
  }
  .business .inner {
    width: 92%;
    margin: 5% auto 0;
  }
  .business .box_l,
  .business .box_r {
    width: auto;
    margin-bottom: 13px;
    float: inherit;
  }
  .business dd .sub {
    font-size: 12px;
  }
  .business .box_l .ph {
    width: 34%;
    margin: 17% auto 0;
  }
  .business .box_l dd {
    height: 270px;
  }
  .business .box_l .txt_box01 {
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
  .business .box_l dd .txt {
    margin-top: 0;
    font-size: 12px;
  }
  .business .box_l .txt_box02 {
    top: 68%;
    left: 10%;
  }
  .business .box_l .txt_box03 {
    top: 68%;
    right: 10%;
  }
  .business .btn_more {
    margin-top: 4%;
  }
}

.content {
  padding: 60px 0 67px;
  background-color: #E8F4F8;
  line-height: 1.6;
  text-align: center;
}

.content .top_content_txt {
  margin-top: 0;
}

.content .unit_bnr {
  margin-top: 18px;
}

.content .bnr {
  display: inline-block;
  position: relative;
  width: 308px;
  margin: 0 10px;
  border: 10px solid #fff;
  vertical-align: top;
}

.content .bnr .ph {
  line-height: 0;
}

.content .bnr p {
  z-index: 1000;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 24px;
}

.content .bnr a {
  display: block;
}

.content .bnr a::before {
  z-index: 1000;
  position: absolute;
  right: 13px;
  bottom: 10px;
  width: 22px;
  height: 22px;
  padding: 7px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  line-height: 1;
  content: "";
  content: "";
}

.content .bnr a::after {
  z-index: 2000;
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 1px solid #1c59a2;
  border-right: 1px solid #1c59a2;
  content: "";
}

.content .bnr a:hover, .content .bnr a:hover::befores {
  opacity: 1;
}

.content .career p {
  width: 164px;
}

.content .career a::before {
  background-color: #f07c90;
}

.content .career a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.content .btn_career {
  margin-top: 25px;
}

.content .btn_career a {
  display: inline-block;
  position: relative;
  width: 775px;
  background-color: #f07c90;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 78px;
  text-decoration: none;
}

.content .btn_career a::before {
  position: absolute;
  top: 38%;
  right: 13px;
  width: 20px;
  height: 20px;
  padding: 7px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  line-height: 1;
  content: "";
  content: "";
}

.content .btn_career a::after {
  position: absolute;
  top: 47%;
  right: 21px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 1px solid #f07c90;
  border-right: 1px solid #f07c90;
  content: "";
}

@media screen and (max-width: 760px) {
  .content {
    padding: 9% 0 14%;
  }
  .content .bnr {
    width: 90%;
    margin: 0 10px 4%;
  }
  .content .bnr.career {
    margin-bottom: 11%;
  }
  .content .btn_career {
    margin-top: 5%;
  }
  .content .btn_career a {
    width: 90%;
  }
}

.sns {
  padding: 43px 0;
  background-color: #F8E5E7;
  text-align: center;
}

.sns .inner {
  justify-content: space-between;
  width: 1035px;
  margin: 0 auto;
}

.sns .unit_ig {
  width: 643px;
  float: left;
}

.sns .unit_ig h2 {
  width: 252px;
  margin: 0 auto 8px;
}

.sns .unit_ig .list_ig {
  width: 150px;
  height: 150px;
  margin-right: 12px;
  margin-bottom: 12px;
  float: left;
}

.sns .unit_ig .list_ig:nth-child(4n) {
  margin-right: 0;
}

.sns .unit_ig .ig_thumb {
  width: 150px;
  height: 150px;
  background-color: #eee;
}


.sns .unit_tw h2 {
  width: 130px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sns .unit_tw h2 a{
  display: flex;
  align-items: center;
}
.sns .unit_tw h2 img{
  width: 25px;
}

.sns .unit_tw .list {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

@media screen and (min-width: 761px) {
  .sns .unit_tw .list {
    height: 316px;
  }
}

@media screen and (max-width: 760px) {
  .sns {
    padding: 8% 0;
  }
  .sns .inner {
    width: 92%;
    margin: 0 auto;
  }
  .sns h2 {
    margin-bottom: 15px;
  }
  .sns .unit_ig {
    width: auto;
    float: inherit;
  }
  .sns .unit_ig .list_ig {
    width: 32%;
    height: 90px;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .sns .unit_ig .list_ig a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sns .unit_ig .ig_thumb {
    width: 100%;
    height: 100%;
  }
  .sns .unit_ig .list_ig:nth-child(3n) {
    margin-right: 0;
  }
  .sns .unit_ig .list_ig:nth-child(4n) {
    margin-right: 2%;
  }
  .sns .unit_tw {
    width: 100%;
    float: inherit;
  }
}

.message .message_ttl1 span {
  -webkit-animation: blur 10s ease-out infinite;
  color: transparent;
  animation: blur 10s ease-out infinite;
}

.message .message_ttl1 span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.message .message_ttl1 span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.message .message_ttl1 span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.message .message_ttl1 span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.message .message_ttl1 span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.message .message_ttl1 span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.message .message_ttl1 span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.message .message_ttl2 span {
  -webkit-animation: blur 10s ease-out infinite;
  -webkit-animation-delay: 0.3s;
  color: transparent;
  animation: blur 10s ease-out infinite;
  animation-delay: 0.3s;
}

.message .message_ttl2 span:nth-child(1) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.message .message_ttl2 span:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.message .message_ttl2 span:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@keyframes blur {
  0% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
  }
  5% {
    text-shadow: 0 0 90px #fff;
  }
  15% {
    opacity: 1;
  }
  20% {
    text-shadow: 0 0 0px #fff;
  }
  80% {
    text-shadow: 0 0 0px #fff;
  }
  85% {
    opacity: 1;
  }
  95% {
    text-shadow: 0 0 90px #fff;
  }
  100% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
  }
}

.top .other_area_contents {
  display: none;
}

@media screen and (max-width: 760px) {
  .slick-prev, .slick-next {
    width: 11px;
    height: 16px;
    background-size: 11px 16px;
  }
  .slick-prev {
    left: -20px;
    background: url(../img/cmn/nbtn_prev.png) no-repeat;
    background-size: 11px 16px;
  }
  .slick-next {
    right: -20px;
    background: url(../img/cmn/nbtn_next.png) no-repeat;
    background-size: 11px 16px;
  }
  .top footer {
    padding-top: 0;
  }
}
/*# sourceMappingURL=top.css.map */
