@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
  font-family: 'outfit';
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Outfit-Light.eot");
  src: local(""), url("../fonts/Outfit-Light.ttf") format("truetype")
}

@font-face {
  font-family: 'outfit';
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Outfit-Regular.eot");
  src: local(""), url("../fonts/Outfit-Regular.ttf") format("truetype")
}

@font-face {
  font-family: 'outfit';
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Outfit-Medium.eot");
  src: local(""), url("../fonts/Outfit-Medium.ttf") format("truetype")
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #646464;
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none
}

body {
  min-width: initial;
  font-family: 'Noto Sans JP', sans-serif
}

img {
  width: 100%;
  vertical-align: bottom
}

.sp {
  display: block
}

.pc {
  display: none
}

.main {
  border-top: solid 1px #8a8a8a;
  margin-top: 63px
}

.main.topBg {
  background: url(../img/top/bg_sp.jpg);
  background-size: 100%
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 0 10px 10px;
  z-index: 9999
}

.headerLogo {
  width: 180px;
  line-height: 1
}

.headerLogo a {
  display: inline-block
}

.hamburger {
  position: fixed;
  top: 14px;
  right: 14px;
  display: block;
  text-align: center;
  width: 42px;
  height: 42px;
  z-index: 9999;
  cursor: pointer
}

.hamburger span {
  position: absolute;
  left: 6px;
  display: block;
  width: 30px;
  height: 2px;
  background: #3c50b4;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out
}

.hamburger span:nth-child(1) {
  top: 10px
}

.hamburger span:nth-child(2) {
  top: 20px
}

.hamburger span:nth-child(3) {
  top: 30px
}

.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg)
}

.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg)
}

.gNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 62px);
  color: #646464;
  background: rgba(255, 255, 255, 0.95);
  margin-top: 62px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 9999;
  overflow-y: scroll
}

.gNav.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}

.gNavItems {
  border-bottom: solid 1px #8a8a8a
}

.gNavItems__link {
  position: relative;
  display: block;
  font-size: 4.67vw;
  font-weight: 500;
  color: #646464;
  padding: 2.6% 10%
}

.gNavItems__link:before {
  position: absolute;
  top: 50%;
  right: 3.6%;
  content: "";
  display: inline-block;
  width: 4%;
  height: 24%;
  background: url(../img/common/ico_arrow_gr.png) no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.gNavItems__link span {
  font-size: 5.07vw;
  font-family: 'outfit', sans-serif;
  font-weight: 400
}

.gNavRecruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.gNavRecruit[data-color="grn"] {
  background: #e1ffeb
}

.gNavRecruit[data-color="ppl"] {
  background: #ebebff
}

.gNavRecruit[data-color="sky"] {
  background: #d7faf5
}

.gNavRecruit__link {
  width: 88.5%
}

.gNavRecruit__click {
  position: relative;
  width: 11.5%;
  border-left: solid 1px #646464
}

.gNavRecruit__click:before {
  position: absolute;
  bottom: 50%;
  right: 50%;
  content: "";
  display: inline-block;
  width: 38%;
  height: 5%;
  background: url(../img/common/ico_bar.png) no-repeat;
  background-size: 100%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%)
}

.gNavRecruit__click:after {
  position: absolute;
  top: 47%;
  left: 31%;
  content: "";
  display: inline-block;
  width: 38%;
  height: 5%;
  background: url(../img/common/ico_bar.png) no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .3s ease;
  transition: .3s ease
}

.gNavRecruit__click.active:after {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

.gNavSubListWrap {
  display: none
}

.gNavSubList {
  padding: 0 3.2%
}

.gNavSubItems:not(:last-child) {
  background: url(../img/common/bg_dash.png);
  background-repeat: repeat-x;
  background-size: 1.5%;
  background-position: center bottom
}

.gNavSubItems__link {
  position: relative;
  display: block;
  font-size: 3.87vw;
  font-weight: 500;
  color: #8a8a8a;
  padding: 3.5% 10%
}

.gNavSubItems__link:before {
  position: absolute;
  top: 50%;
  right: .5%;
  content: "";
  display: inline-block;
  width: 4%;
  height: 24%;
  background: url(../img/common/ico_arrow_gr.png) no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.fNavItems {
  border-bottom: solid 1px #8a8a8a
}

.fNavItems:first-child {
  border-top: solid 1px #8a8a8a
}

.fNavItems__link {
  position: relative;
  display: block;
  font-size: 4.67vw;
  font-weight: 500;
  padding: 2.6% 10%
}

.fNavItems__link:before {
  position: absolute;
  top: 50%;
  right: 3.6%;
  content: "";
  display: inline-block;
  width: 4%;
  height: 24%;
  background: url(../img/common/ico_arrow_gr.png) no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.fNavItems__link[data-color="grn"] {
  background: #e1ffeb
}

.fNavItems__link[data-color="ppl"] {
  background: #ebebff
}

.fNavItems__link[data-color="sky"] {
  background: #d7faf5
}

.fNavItems__link span {
  font-size: 5.07vw;
  font-family: 'outfit', sans-serif;
  font-weight: 400
}

.fSubNavList {
  padding: 0 3.2%
}

.fSubNavItems:not(:last-child) {
  background: url(../img/common/bg_dash.png);
  background-repeat: repeat-x;
  background-size: 1.5%;
  background-position: center bottom
}

.fSubNavItems__link {
  position: relative;
  display: block;
  font-size: 3.87vw;
  font-weight: 500;
  color: #8a8a8a;
  padding: 3.5% 10%
}

.fSubNavItems__link:before {
  position: absolute;
  top: 50%;
  right: .5%;
  content: "";
  display: inline-block;
  width: 4%;
  height: 24%;
  background: url(../img/common/ico_arrow_gr.png) no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.fPolicyList {
  padding: 5% 10%;
  line-height: 1;
  background: #f0f0f0
}

.fPolicyItems:not(:last-child) {
  margin-bottom: 5%
}

.fPolicyItems__link {
  display: inline-block;
  font-size: 3.26vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-decoration: underline
}

.fCopy {
  background: #7a7a7a;
  text-align: center;
  padding: 2% 0 3%
}

.fCopy small {
  display: inline-block;
  font-size: 2.54vw;
  font-family: 'outfit', sans-serif;
  font-weight: 200;
  color: #fff
}

.news {
  padding: 8% 0
}

/* Add 2024.10.10 by Aillumission K.U Start */
.sns__inner {
  margin:0 auto 6%
}
.snsList {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;-webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  width:146px;
  padding: 0;
  margin: 0 auto
}
.snsList img {
  height: 48px;
  width: auto;
}
/* Add 2024.10.10 by Aillumission K.U End */

.news__inner {
  padding: 0 3.6%
}

.news__outer {
  background: #fff;
  border: solid 2px #3c50b4;
  border-radius: 15px;
  padding: 7% 2%
}

.news__ttlWrap {
  text-align: center;
  margin-bottom: 9%
}

.news__ttl {
  font-size: 2.67vw;
  font-weight: 500;
  color: #3c50b4
}

.news__ttl span {
  font-size: 6vw;
  font-family: 'outfit', sans-serif;
  font-weight: 500;
  color: #3c50b4
}

.newsItems {
  padding: 0 4%
}

.newsItems__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.newsItems:not(:last-child) {
  border-bottom: solid 1px #8a8a8a;
  padding-bottom: 4%;
  margin-bottom: 6%
}

.newsItemsContainer__date {
  font-size: 3.39vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.4;
  color: #000
}

.newsItems__txtWrap {
  margin-left: 5%
}

.newsItems__ttl {
  font-size: 3.39vw;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.4;
  color: #000
}
.dot-pc {
    display:inline-block;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1200px
  }
  .sp {
    display: none
  }
  .pc {
    display: block
  }
  .main {
    border-top: none;
    margin-top: 85px
  }
  .main.mt {
    margin-top: 111.5px
  }
  .dot-pc {
    display: none;
}
  .main.topBg {
    background: url(../img/top/bg_pc.png);
    background-size: 1400px;
    background-position: center
  }
  .header {
    background: #fff;
    padding: 0 80px 0 50px
  }
  .headerContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .headerContainer.mb {
    margin-bottom: 5px
  }
  .headerLogo {
    width: 223px
  }
  .gNav {
    position: static;
    width: 907px;
    height: auto;
    margin-top: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    overflow-y: initial
  }
  .gNavList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .gNavItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none
  }
  .gNavItems__link {
    font-size: 13px;
    padding: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  .gNavItems__link:hover {
    color: #3c50b4
  }
  .gNavItems__link.bl {
    color: #3c50b4;
    padding: 33px 0
  }
  .gNavItems__link:before {
    background: none;
    -webkit-transform: none;
    transform: none
  }
  .gNavItems__link span {
    font-size: 14px;
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  .gNavItems__link span:hover {
    color: #3c50b4
  }
  .gNavRecruit {
    position: relative;
    display: block
  }
  .gNavRecruit[data-color="grn"] {
    background: none
  }
  .gNavRecruit[data-color="ppl"] {
    background: none
  }
  .gNavRecruit[data-color="sky"] {
    background: none
  }
  .gNavRecruit:before {
    position: absolute;
    top: 50%;
    right: -20px;
    content: "";
    display: inline-block;
    width: 13px;
    height: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none
  }
  .gNavRecruit[data-color="grn"]:before {
    background: url(../img/common/ico_circle01.png) no-repeat;
    background-size: 100%
  }
  .gNavRecruit[data-color="ppl"]:before {
    background: url(../img/common/ico_circle02.png) no-repeat;
    background-size: 100%
  }
  .gNavRecruit[data-color="sky"]:before {
    background: url(../img/common/ico_circle03.png) no-repeat;
    background-size: 100%
  }
  .gNavRecruit__link {
    width: 100%
  }
  .gNavSubListWrap {
    display: block
  }
  .gNavSubListWrap.grn {
    position: absolute;
    top: 84.5px;
    left: 0;
    display: none;
    width: 100%;
    background: rgba(225, 255, 235, 0.95);
    padding: 20px 0
  }
  .gNavSubListWrap.grn .gNavSubList.wdt01 {
    width: 130px;
    margin-left: auto;
    margin-right: 537px
  }
  .gNavSubListWrap.ppl {
    position: absolute;
    top: 84.5px;
    left: 0;
    display: none;
    width: 100%;
    background: rgba(235, 235, 255, 0.95);
    padding: 20px 0
  }
  .gNavSubListWrap.ppl .gNavSubList.wdt02 {
    width: 170px;
    margin-left: auto;
    margin-right: 377px
  }
  .gNavSubListWrap.sky {
    position: absolute;
    top: 84.5px;
    left: 0;
    display: none;
    width: 100%;
    background: rgba(215, 250, 245, 0.95);
    padding: 20px 0
  }
  .gNavSubListWrap.sky .gNavSubList.wdt03 {
    width: 150px;
    margin-left: auto;
    margin-right: 237px
  }
  .gNavSubList {
    padding: 0
  }
  .gNavSubItems:not(:last-child) {
    background: none;
    margin-bottom: 18px
  }
  .gNavSubItems__link {
    font-size: 12px;
    color: #3c50b4;
    padding: 0;
    text-indent: -1em;
    padding-left: 1em
  }
  .gNavSubItems__link:before {
    background: none;
    -webkit-transform: none;
    transform: none
  }
  .headerCrumb {
    padding-left: 75px;
    margin-bottom: 10px
  }
  .headerCrumb span {
    font-size: 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #000
  }
  .headerCrumb span:not(:last-child) {
    margin-right: 15px
  }
  .headerCrumb span a {
    position: relative;
    display: inline-block;
    color: #000
  }
  .headerCrumb span a:before {
    position: absolute;
    top: -.5px;
    right: -12px;
    content: ">"
  }
  .headerCrumb span a span {
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  .headerCrumb span a:hover span {
    color: #3c50b4
  }
  .fNav {
    width: 900px;
    padding: 30px 0 25px;
    margin: 0 auto
  }
  .fNavList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .fNavItems:first-child {
    border-top: none
  }
  .fNavItems {
    width: calc(100% / 8);
    border-bottom: none
  }
  .fNavItems:first-child .fNavItems__link {
    border-left: solid 1px #a7a7a7
  }
  .fNavItems:nth-child(3) .fNavItems__link,.fNavItems:nth-child(4) .fNavItems__link ,.fNavItems:nth-child(5) .fNavItems__link,.fNavItems:nth-child(6) .fNavItems__link {
      border-right: none;
  }
  .fNavItems:nth-child(3),.fNavItems:nth-child(4),.fNavItems:nth-child(5) ,.fNavItems:nth-child(6){
      border-right:solid 1px #8a8a8a ;
  }
  .fNavItems__link {
    font-size: 11px;
    text-align: center;
    border-right: solid 1px #a7a7a7;
    padding: 2px 0;
    margin-bottom: 20px;
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  .fNavItems__link:hover {
    color: #3c50b4
  }
  .fNavItems__link:before {
    background: none;
    -webkit-transform: none;
    transform: none
  }
  .fNavItems__link[data-color="grn"] {
    background: none
  }
  .fNavItems__link[data-color="ppl"] {
    background: none
  }
  .fNavItems__link[data-color="sky"] {
    background: none
  }
  .fNavItems__link span {
    font-size: 12px;
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  .fNavItems__link span:hover {
    color: #3c50b4
  }
  .fSubNavList {
    padding: 0 0 0 0
  }
  .fSubNavItems:not(:last-child) {
    background: none;
    margin-bottom: 15px
  }
  .fSubNavItems__link {
    font-size: 10px;
    color: #646464;
    padding: 0;
    text-indent: 0;
    padding-left: 0;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  .fSubNavItems__link:hover {
    color: #3c50b4
  }
  .fSubNavItems__link:before {
    background: none;
    -webkit-transform: none;
    transform: none
  }
  .fPolicyList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    padding: 10px 0;
    background-color: #f0f0f0;
  }
  .fPolicyItems:not(:last-child) {
    margin-bottom: 0;
    border-right: solid 1px #646464
  }
  .fPolicyItems__link {
    font-size: 10px;
    text-decoration: none;
    margin: 0 7px;
    vertical-align: 3px
  }
  .fPolicyItems__link:hover {
    border-bottom: solid 1px #646464
  }
  .fCopy {
    padding: 5px 80px 10px 0
  }
  .fCopy small {
    font-size: 10px
  }
  .sideBnr {
    position: fixed;
    bottom: 300px;
    right: 0;
    width: 176px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .4s ease;
    transition: .4s ease;
    z-index: 100
  }
  .sideBnr.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  .sideBnr a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #fff;
    background: #3c50b4;
    border: solid 2px #3c50b4;
    border-right: none;
    border-radius: 75px 0 0 75px;
    padding: 10px 0 10px 40px;
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  .sideBnr a:hover {
    color: #3c50b4;
    background: rgba(255, 255, 255, 0.7)
  }
  .news {
    padding: 120px 0 65px
  }
  /* Add 2024.10.04 by Aillumission K.U Start */
  .sns__inner {
    margin:0 auto 20px
  }
  .snsList {
    width:130px;
  }
  .snsList img {
    height: 45px;
    width: auto;
  }
  /* Add 2024.10.04 by Aillumission K.U End */
  .news__inner {
    width: 900px;
    padding: 0;
    margin: 0 auto
  }
  .news__outer {
    padding: 20px 20px 40px
  }
  .news__ttlWrap {
    margin-bottom: 45px
  }
  .news__ttl {
    font-size: 12px;
    letter-spacing: .5px
  }
  .news__ttl span {
    font-size: 30px;
    letter-spacing: 1px
  }
  .newsItems {
    padding: 0 40px
  }
  .newsItems:not(:last-child) {
    border-bottom: solid 1px #c0c0c0;
    padding-bottom: 30px;
    margin-bottom: 40px
  }
  .newsItemsContainer__date {
    font-size: 18px
  }
  .newsItems__txtWrap {
    margin-left: 35px
  }
  .newsItems__ttl {
    font-size: 18px;
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  .newsItems:hover .newsItems__txtWrap h3 {
    color: #3c50b4
  }
  .fadeOff {
    opacity: 0
  }
  .fadeOn {
    -webkit-animation-name: fadeUpAnime;
    animation-name: fadeUpAnime;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
  }
  .fadeOn02 {
    -webkit-animation-name: fadeUpAnime02;
    animation-name: fadeUpAnime02;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
  }
  .delay-time02 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
  }
  .delay-time04 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
  }
  @-webkit-keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(30px);
      transform: translateY(30px)
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(30px);
      transform: translateY(30px)
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
  }
  @-webkit-keyframes fadeUpAnime02 {
    from {
      opacity: 0;
      -webkit-transform: translate(-50px);
      transform: translate(-50px)
    }
    to {
      opacity: 1;
      -webkit-transform: translate(0);
      transform: translate(0)
    }
  }
  @keyframes fadeUpAnime02 {
    from {
      opacity: 0;
      -webkit-transform: translate(-50px);
      transform: translate(-50px)
    }
    to {
      opacity: 1;
      -webkit-transform: translate(0);
      transform: translate(0)
    }
  }
}

@media screen and (min-width: 770px) and (max-width: 1399px) {
  .header {
    padding: 0 20px 0 10px
  }
  .headerLogo {
    width: 170px
  }
  .gNav {
    width: 550px
  }
  /*.gNavItems__link{font-size:10px}*/
  .gNavItems__link.bl {
    color: #3c50b4;
    padding: 33px 0
  }
  /*.gNavItems__link span{font-size:12px}*/
  .gNavRecruit[data-color="grn"]:before {
    background: none
  }
  .gNavRecruit[data-color="ppl"]:before {
    background: none
  }
  .gNavRecruit[data-color="sky"]:before {
    background: none
  }
  .gNavSubListWrap.grn {
    top: 80px;
    padding: 15px 0
  }
  .gNavSubListWrap.grn .gNavSubList.wdt01 {
    width: 130px;
    margin-left: auto;
    margin-right: 270px
  }
  .gNavSubListWrap.ppl {
    top: 80px;
    padding: 15px 0
  }
  .gNavSubListWrap.ppl .gNavSubList.wdt02 {
    width: 170px;
    margin-left: auto;
    margin-right: 160px
  }
  .gNavSubListWrap.sky {
    top: 80px;
    padding: 15px 0
  }
  .gNavSubListWrap.sky .gNavSubList.wdt03 {
    width: 150px;
    margin-left: auto;
    margin-right: 80px
  }
  .gNavSubItems:not(:last-child) {
    margin-bottom: 10px
  }
  .gNavSubItems__link {
    font-size: 10px
  }
  
}


/*# sourceMappingURL=common.min.css.map */