@charset "utf-8";

body {
  width: 100%;
  color: #303030;
  font-size: 16px;
  overflow-x: hidden;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-family: 'Noto Sans JP';
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.carousel-indicators .active {
  border-radius: 100%;
}

.cursol-pointer.indicator.active>.coverPoint {
  background: #DBC5B0;
}

.carousel-indicators {
  bottom: -46px;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
}

.coverPoint {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #F0F3F5;
}

#root {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.scrollTxt {
  writing-mode: vertical-lr;
}

.pageTop {
  z-index: 999;
  max-width: 60px;
  width: 100%;
}

.pageTop>P {
  writing-mode: vertical-rl;
  font-size: 14px;
  color: #C1C1C1;
}

.pageTop>img {
  max-width: 80px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 100%;
}

.pdf {
  max-width: 160px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px 8px 10px;
  position: relative;
  border: 1px solid rgb(51 51 51);
  color: #333;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.pdf:hover {
  background: rgb(51 51 51);
  color: #fff;
}

.boxSdw {
  box-shadow: 10px 10px 0 #ccc;
}

.serviceLogoLink:hover {
  opacity: 0.5;
}

/*-- ヘッダー--------------------------------------------------------------*/
.navBgImg {
  width: 50%;
  height: 100%;
  background: url(https://zerogra-mars.com/system_panel/uploads/images/ham.jpg)no-repeat center;
  background-size: cover;
}

.header {
  z-index: 999 !important;
}

/*-- top--------------------------------------------------------------*/
.coverTxtAr {
  position: absolute;
  top: 73%;
  transform: translateY(-50%);
  left: 4%;
  right: 0;
  z-index: 99;
}

.coverTit01 {
  font-weight: 700;
  font-size: 9vw;
  background: -webkit-linear-gradient(0deg, #8AD5E6 26%, #0741B6 68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.2em;
}

.coverTxt {
  color: #333333;
  font-weight: 700;
  font-size: 3.5vw;
  background: #fff;
  margin: 40px 0 0 0;
  display: inline-block;
  padding: 5px 8px;
  font-family: 'Noto Sans JP', sans-serif;
}

.titDeco {
  max-width: 32px;
  width: 100%;
}

.topAr02BxNum {
  text-shadow: 1px 1px 0 #0741B6, -1px -1px 0 #0741B6, -1px 1px 0 #0741B6, 1px -1px 0 #0741B6, 0px 1px 0 #0741B6, 0-1px 0 #0741B6, -1px 0 0 #0741B6, 1px 0 0 #0741B6;
}

.entryTitBx {
  background: -webkit-linear-gradient(left, #8AD5E6, #0741B6);
}

.entryTxtBx02:after {
  content: "";
  max-width: 16px;
  width: 100%;
  background: url(https://zerogra-mars.com/system_panel/uploads/images/brack_arrow.svg)center no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
}

  .topAr03 {
  overflow: hidden;
  }

.topAr03EnTit01 {
  font-size: 26px;
  font-weight: 700;
  text-shadow: 1px 1px 0 #ccc, -1px -1px 0 #ccc, -1px 1px 0 #ccc, 1px -1px 0 #ccc, 0px 1px 0 #ccc, 0 -1px 0 #ccc, -1px 0 0 #ccc, 1px 0 0 #ccc;
  color: #fff;
  margin: 0;
  letter-spacing: 0.04em;
  line-height: 1em;
  font-family: 'Montserrat', sans-serif;
}

.topAr03BnAr {
  background: -webkit-linear-gradient(left, #8AD5E6, #0741B6 54%);
}

.topAr03MskIn {
  z-index: 99;
  pointer-events: none;
}

.topAr05TxtBx {
  background: -webkit-linear-gradient(left, #8AD5E6, #0741B6);
}

/* a.topAr04Link {
    pointer-events: none;
} */

/*-- フッター--------------------------------------------------------------*/


/*-- 共通--------------------------------------------------------------*/

.fontA {
  font-family: 'Noto Sans JP', sans-serif;
}

.fontB {
  font-family: 'Montserrat', sans-serif;
}

.color01 {
  color: #333;
}

.black {
  color: #000000;
}

.white {
  color: #fff !important;
}

.tit01 {
  font-size: 18px;
  font-weight: 700;
  color: #231F1E;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.04em;
}

.titColor01 {
  background: -webkit-linear-gradient(0deg, #8AD5E6 9%, #0741B6 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.titColor02 {
  background: -webkit-linear-gradient(0deg, #8AD5E6 45%, #0741B6 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.titColor03 {
  background: -webkit-linear-gradient(0deg, #8AD5E6 38%, #0741B6 62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.subTit01 {
  font-size: 18px;
  font-family: 'Noto Sans JP';
}

.subTit02 {
  font-size: 14px;
  font-family: 'Noto Sans JP';
}

.txt01 {
  font-size: 12px;
  font-weight: 500;
  font-family: 'Noto Sans JP';
  /* letter-spacing: 0.008em; */
  color: #231F1E;
  line-height: 1.75em;
}

.bizLinkTxt:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  content: "";
  background: #A19E9E;
  left: 0;
  height: 1px;
}

/*-- ボタン--------------------------------------------------------------*/
.btn01 {
  position: relative;
  background: #fff;
  padding: 15px 10px;
  max-width: 260px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0741B6;
  font-size: 14px;
  letter-spacing: 0.008em;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  border: 2px solid #0741B6;
  box-shadow: 4px 4px 0px #fff, 0px 0px 1px #0741b6, 0px 0px 0px #fff0, 5px 5px 0px #0741b6, 5px 6px 0px #fff0, 5px 5px 0px #0741b6;
  transition: .5s;
}

.btn01:hover {
  background: #0741B6;
  color: #fff;
}

.btn01:after {
  content: "";
  max-width: 16px;
  width: 100%;
  background: url(https://zerogra-mars.com/system_panel/uploads/images/blue_arrow.svg)center no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
}

.btn01:hover:after {
  background: url(https://zerogra-mars.com/system_panel/uploads/images/white_arrow.svg)center no-repeat;
}

.btn02 {
  position: relative;
  background: -webkit-linear-gradient(left, #8AD5E6, #0741B6);
  padding: 15px 10px;
  max-width: 260px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.008em;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  border: 1px solid #fff0;
  box-shadow: 4px 4px 0px #fff, 0px 0px 1px #0741b6, 0px 0px 0px #fff0, 5px 5px 0px #0741b6, 5px 6px 0px #fff0, 5px 5px 0px #0741b6;
  transition: .5s;
}

.btn02:hover {
  background: #fff;
  color: #0741B6;
  border: 1px solid #8AD5E6;
}

.btn02:after {
  content: "";
  max-width: 16px;
  width: 100%;
  background: url(https://zerogra-mars.com/system_panel/uploads/images/white_arrow.svg)center no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
}

.btn02:hover:after {
  background: url(https://zerogra-mars.com/system_panel/uploads/images/blue_arrow.svg)center no-repeat;
}

.btn03 {
  position: relative;
  background: #fff;
  padding: 15px 10px;
  max-width: 260px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0741B6;
  font-size: 14px;
  letter-spacing: 0.008em;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  border: 2px solid #fff;
  /*box-shadow: 4px 4px 0px #599dd4, 0px 0px 1px #fff, 0px 0px 0px #fff0, 5px 5px 0px #fff, 5px 6px 0px #fff0, 5px 5px 0px #fff;
    */
  transition: .5s;
}

.btn03:after {
  content: "";
}

.btn03Ar {
  position: relative;
  max-width: 260px;
  width: 100%;
}

.btn03Ar:after {
  content: "";
  width: 1px;
  height: 56px;
  background: #fff;
  position: absolute;
  right: -5px;
  top: 4px;
}

.btn03:before {
  content: "";
  width: 262px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -7px;
  left: 0;
}

.btn03:hover {
  background: #0741B6;
  color: #fff;
}

.btn03:after {
  content: "";
  max-width: 16px;
  width: 100%;
  background: url(https://zerogra-mars.com/system_panel/uploads/images/blue_arrow.svg)center no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
}

.btn03:hover:after {
  background: url(https://zerogra-mars.com/system_panel/uploads/images/white_arrow.svg)center no-repeat;
}

.btn04 {
  position: relative;
  background: -webkit-linear-gradient(left, #C4F442, #22C988);
  padding: 15px 10px;
  max-width: 260px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.008em;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  border: 1px solid #22C988;
  box-shadow: 4px 4px 0px #fff, 0px 0px 1px #22C988, 0px 0px 0px #fff0, 5px 5px 0px #22C988, 5px 6px 0px #fff0, 5px 5px 0px #22C988;
  transition: .5s;
}

.btn04:hover {
  background: #fff;
  color: #22C988;
}

.btn04:after {
  content: "";
  max-width: 16px;
  width: 100%;
  background: url(https://zerogra-mars.com/system_panel/uploads/images/white_arrow.svg)center no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
}

.btn04:hover:after {
  background: url(https://zerogra-mars.com/system_panel/uploads/images/blue_arrow.svg)center no-repeat;
}

.hBtn01 {
  position: relative;
  padding: 20px 10px;
  max-width: 180px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 12px;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  background: -webkit-linear-gradient(left, #43B7C4, #0741B6);
}

.hBtn01:hover {
  background: #fff;
  color: #333;
}

.hBtn01:after {
  content: "";
  max-width: 16px;
  width: 100%;
  background: url(https://zerogra-mars.com/system_panel/uploads/images/white_arrow.svg)center no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
}

.hBtn01:hover:after {
  background: url(https://zerogra-mars.com/system_panel/uploads/images/brack_arrow.svg)center no-repeat;
}

.hBtn02 {
  position: relative;
  padding: 20px 10px;
  max-width: 180px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 12px;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  background: -webkit-linear-gradient(left, #C4F442, #22C988);
}

.hBtn02:hover {
  background: #fff;
  color: #333;
}

.hBtn02:after {
  content: "";
  max-width: 16px;
  width: 100%;
  background: url(https://zerogra-mars.com/system_panel/uploads/images/white_arrow.svg)center no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
}

.hBtn02:hover:after {
  background: url(https://zerogra-mars.com/system_panel/uploads/images/brack_arrow.svg)center no-repeat;
}

.fBtn {
  position: relative;
  padding: 14px 10px;
  max-width: 248px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  border: 3px solid #fff;
}

.fBtn:hover {
  background: #fff;
  color: #333;
}

.fBtn:after {
  content: "";
  max-width: 16px;
  width: 100%;
  background: url(https://zerogra-mars.com/system_panel/uploads/images/white_arrow.svg)center no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
}

.fBtn:hover:after {
  background: url(https://zerogra-mars.com/system_panel/uploads/images/brack_arrow.svg)center no-repeat;
}

/*============
nav
=============*/
.hamBx {
  max-width: 80px;
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333 !important;
  font-size: 12px;
  z-index: 9999999;
  position: relative;
  align-self: baseline;
  background: #fff;
  cursor: pointer;
}

.toggle_btn {
  display: flex;
  position: relative;
  width: 44px;
  height: 33px;
  transition: all .5s;
  cursor: pointer;
  z-index: 999999999;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.toggle_btnIn {
  width: 100%;
  height: 100%;
  position: relative;
}

.toggle_btnIn div {
  display: block;
  position: absolute;
  left: 0;
  height: 3px;
  background-color: #333333;
  transition: all .5s;
}

.toggle_btnIn div:nth-child(1) {
  top: 0%;
  width: 100%;
}

.toggle_btnIn div:nth-child(2) {
  top: 44%;
  width: 100%;
  max-width: 38px;
  right: 0;
  margin: 0 0 0 auto;
}

.toggle_btnIn .hamBd:nth-child(3) {
  bottom: 0%;
  width: 100%;
  max-width: 28.8px;
  right: 0;
  margin: 0 0 0 auto;
}

.hamBx.open .hamBd:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
  background: #C62373;
  top: 5px;
}

.hamBx.open .hamBd:nth-child(2) {
  opacity: 0;
}

.hamBx.open div:nth-child(3) {
  -webkit-transform: translateY(10px) rotate(315deg);
  transform: translateY(10px) rotate(315deg);
  background: #C62373;
  top: 5px;
  max-width: 100%;
}

.navConte {
  display: flex;
  position: fixed;
  top: 0;
  width: 300px;
  background: #000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
  height: 100vh;
  top: -1000px;
  width: 100%;
}

.open .navConte {
  top: 0;
  opacity: 1;
  z-index: 9999;
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
}

.navConte .navBx {
  /* padding: 25px 0 0 85px; */
  width: 50%;
  background: #333333;
}

.navConte .navBx .navIt {
  list-style: none;
  margin: 125px 0 0;
  padding: 0;
}

.navConte .navBx .navIt .navPt {
  position: relative;
  /* margin: auto; */
  max-width: 400px;
  width: 100%;
  /* text-align: center; */
  flex-wrap: wrap;
  margin: 0 0 0 8%;
  justify-content: space-between;
}

.navConte .navBx .navIt .navPt .navPtLink {
  display: block;
  font-size: 18px;
  font-weight: 500;
  /* padding: 10px 5px; */
  text-decoration: none;
  transition-duration: 0.2s;
  color: #fff;
  font-family: 'Noto Sans JP';
  /* width: 50%; */
  margin: 25px 0 0 0;
}

.navConte .navBx .navIt .navPt .navPtLink:hover {
  /* color: #fff; */
  opacity: .7;
}

.navArea {
  position: absolute;
  top: -1000px;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.entryLinkAr {
  position: fixed !important;
  z-index: 9999;
  max-width: 280px !important;
  transform: scale(0.5);
  bottom: 17px !important;
  right: -70px !important;
}

.gjs-dashed .recruitCompanyBx>.menuWr {
  opacity: 1;
  position: relative;
  height: auto !important;
}

.gjs-dashed .recruitCompanyBx>.recruitCompanyBxTit {
  opacity: 1 !important;
}

.gjs-dashed .recruitCompanyBx:after {
  display: none;
}

.pathTit01 {
  font-size: 3vw;
}

.pathTxt01 {
  font-size: 3vw;
  line-height: 1.75em;
}

.jobchangeBg01 {
  background: linear-gradient(90deg, rgba(138, 213, 230, 1) 0%, rgba(7, 65, 182, 1) 100%);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  .tit01 {
    font-size: 21px;
  }

  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:576px) {

  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  .coverTxtAr {
    top: 70%;
  }

  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 576px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  .tit01 {
    font-size: 40px;
  }

  .tit01>span {
    font-size: 50px;
  }

  .tit02 {
    font-size: 24px;
  }

  .txt01 {
    font-size: 14px;
  }


  .slide-arrow.prev-arrow.slick-arrow {
    top: 50%;
  }

  .slide-arrow.next-arrow.slick-arrow {
    top: 50%;
  }

  /*-- トップ　--------------------------------------------------------------*/

  .topAr03EnTit01 {
    font-size: 56px;
    writing-mode: vertical-lr;
  }

  .topAr03BnImg {
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
  }

  .coverTit01 {
    font-size: 4.1vw;
    background: -webkit-linear-gradient(0deg, #8AD5E6 9%, #0741B6 24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .coverTxt {
    font-size: 1.7vw;
  }

  /*-- ヘッダー　--------------------------------------------------------------*/
  .hNavBx {
    position: fixed;
    top: 0;
    right: 0;
  }

  .hNavAr {
    padding-right: 240px;
  }

  .pageTop {
    max-width: 80px;
  }

  /*---------------------------------------------------------------*/

  .entryLinkAr {
    max-width: 360px !important;
    bottom: -30px !important;
    right: -54px !important;
    transform: scale(0.7);
  }

  .pathTit01 {
    font-size: 20px;
  }

  .pathTxt01 {
    font-size: 16px;
  }

  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  .coverTxtAr {
    top: 62%;
  }

  .txt01 {
    font-size: 16px;
  }

  /*-- ヘッダー　--------------------------------------------------------------*/
  .hamBx {
    max-width: 96px;
    height: 96px;
  }

  .hBtn01 {
    max-width: 256.3px;
    font-size: 14px;
  }

  .hBtn02 {
    max-width: 256.3px;
    font-size: 14px;
  }

  /*☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  .entryLinkAr {
    bottom: 0 !important;
    right: 0 !important;
    transform: scale(1);
  }

  /*☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  /*-- ヘッダー　--------------------------------------------------------------*/

  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1500px) {

  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 1500px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {

  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1800px) {

  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 1800px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */