@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

html.wf-active {
  opacity: 1;
}

img {
  max-width: 100%;
}

.copyright {
  display: none;
}

@media screen and (min-width: 1024px) {
  .copyright {
    position: fixed;
    top: calc((100% - 250px) / 2);
    left: 24px;
    display: block;
    width: 20px;
    height: 250px;
    background-image: url(../img/copyright.svg);
    background-repeat: no-repeat;
  }
}

.gotop {
  position: fixed;
  top: calc((100% - 175px) / 2);
  right: 24px;
  display: block;
  width: 20px;
  height: 80px;
  background-image: url(../img/gotop.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  cursor: pointer !important;
}

@media screen and (min-width: 1024px) {
  .gotop {
    width: 50px;
    height: 175px;
  }
}

.gotop:hover {
  cursor: pointer;
}

.homeInfo__news {
  margin-bottom: 60px;
}

.homeInfo__newsInner {
  width: 88.9%;
  margin-left: auto;
  margin-right: auto;
}

.homeInfo__newsh2 {
  margin-bottom: 20px;
}

.homeInfo__newsh2En {
  font-family: "Oswald", sans-serif;
  font-size: 37px;
  margin-right: 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .homeInfo__newsh2En {
    font-size: 112px;
    margin-right: 27px;
  }
}

.homeInfo__newsh2Ja {
  font-size: 11px;
}

@media screen and (min-width: 1280px) {
  .homeInfo__newsh2Ja {
    font-size: 20px;
  }
}

.homeInfo__newsList {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 30px;
}

.homeInfo__newsList li {
  border-bottom: 1px solid #C1C9D0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.homeInfo__newsListDate {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

.homeInfo__newsBtnViewAll {
  width: 180px;
  height: 40px;
  display: block;
  background: #818E9D;
  border-radius: 20px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}


@media screen and (min-width: 1024px) {
  .homeInfo__inner {
    width: 88.9%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .homeInfo__news {
    width: 54.54545%;
  }
  .homeInfo__newsInner {
    width: auto;
  }

}

@media screen and (min-width: 1280px) {
  .homeInfo {
    margin-bottom: 140px;
  }
  .homeInfo__inner {
    width: 1100px;
  }
  .homeInfo__newsh2 {
    margin-bottom: 30px;
  }
  .homeInfo__newsh2En {
    font-size: 70px;
  }
  .homeInfo__newsList {
    font-size: 16px;
  }
  .homeInfo__newsListDate {
    display: inline;
    margin-right: 72px;
    line-height: 37px;
  }
}

.homeMessage {
  margin-bottom: 80px;
  position: relative;
}

.homeMessage__back {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.17);
  border-radius: 0px 17px 17px 0px;
  margin-right: calc((100% - 88.9%) / 2);
  padding-top: 70px;
  padding-bottom: 90px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.homeMessage__inner {
  width: 75%;
  display: inline-block;
  margin-left: calc((100% - 88.9%) / 4);
  text-align: left;
  opacity: 1;
}

.homeMessage__h2 {
  margin-bottom: 35px;
  text-align: center;
}

.homeMessage__h2 img {
  width: 80%;
  max-width: 352px;
}

.homeMessage__msg {
  font-size: 16px;
  line-height: 35px;
}

.homeMessage__btnCompanyLink {
  width: 210px;
  height: 60px;
  background: #FFB819;
  border-radius: 30px;
  display: inline-block;
  line-height: 60px;
  color: #4D4444;
  text-align: center;
  font-size: 11px;
  position: absolute;
  right: 0;
  bottom: -30px;
}

@media screen and (min-width: 1280px) {
  .homeMessage__btnCompanyLink {
    width: 550px;
    height: 110px;
    background-image: url("../img/icon_3line.svg");
    background-size: 41px;
    background-position: right 40px center;
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 89px;
    border-radius: 65px;
    line-height: 110px;
  }
}

.homeMessage__btnCompanyLink--en {
  font-family: "Oswald", sans-serif;
  font-size: 2.0rem;
}

.homeMessage__wave {
  background-image: url(../img/wave1.svg);
  background-size: cover;
  background-position: right;
  width: 28%;
  height: 500px;
  position: absolute;
  top: -200px;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .homeMessage__back {
    border-radius: 0px 285px 285px 0px;
    left: -40px;
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .homeMessage__h2 {
    text-align: left;
  }
}

@media screen and (min-width: 1280px) {
  .homeMessage {
    margin-bottom: 140px;
  }
  .homeMessage__back {
    margin-right: calc((100% - 1100px) / 2);
    padding-left: calc((100% - 1100px) / 2  + 100px);
    left: -100px;
    text-align: left;
  }
  .homeMessage__inner {
    margin-left: 0;
  }
  .homeMessage__h2 {
    margin-bottom: 42px;
  }
  .homeMessage__msg {
    width: 600px;
    margin-left: 60px;
    color: #4D4444;
    font-size: 20px;
    line-height: 47px;
  }
  .homeMessage__btnCompanyLink {
    font-size: 16px;
    bottom: -50px;
    right: -40px;
  }
  .homeMessage__btnCompanyLink--en {
    font-family: "Oswald", sans-serif;
    font-size: 4.0rem;
    margin-right: 20px;
  }
  .homeMessage__wave {
    height: 800px;
    top: -300px;
    width: 15%;
  }
}

.homeMv {
  margin-bottom: 0px;
}

@media screen and (min-width: 1024px) {
  .homeMv {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1280px) {
  .homeMv {
    position: relative;
  }
}

.homeMv__sliderArea {
  position: relative;
}

.homeMv__text {
  position: absolute;
  top: 100px;
  width: 100%;
  height: 300px;
}

@media screen and (min-width: 1024px) {
  .homeMv__text {
    top: 75px;
  }
}

.homeMv__textInner {
  width: 88.9%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .homeMv__textInner {
    width: 1100px;
  }
}


.homeMv__textRecruit {
  margin-top: 100px;
  width: 140px;
  margin-bottom: 15px;
}

.homeMv__textRecruit img {
  -webkit-filter: drop-shadow(1px 6px 9px #00000029);
          filter: drop-shadow(1px 6px 9px #00000029);
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .homeMv__textRecruit {
    width: 404px;
    margin-bottom: 30px;
  }
}

.homeMv__textCatch {
  width: 127px;
  margin-left: 40px;
}

.homeMv__textCatch img {
  -webkit-filter: drop-shadow(1px 6px 9px #00000029);
          filter: drop-shadow(1px 6px 9px #00000029);
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .homeMv__textCatch {
    width: 380px;
    margin-left: 100px;
  }
}

.homeMv__wave {
  width: 100%;
  position: absolute;
  bottom: -2px;
}

.homeMv__linkArea {
  width: 88.9%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  position: relative;
}

.homeMv__link {
  width: 90px;
  height: 90px;
  display: inline-block;
  background-color: #0F9077;
  border-radius: 45px;
  text-align: center;
  margin-top: -50px;
}

@media screen and (min-width: 1280px) {
  .homeMv__link {
    display: none;
  }
}

.homeMv__linkCareer {
  width: 90px;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  line-height: 18px;
  font-size: 11px;
}

.homeMv__gnav {
  display: none;
}

@media screen and (min-width: 1280px) {
  .homeMv__gnav {
    display: block;
    position: absolute;
    right: 40px;
    top: 42px;
  }
}

.homeMv__outerlink {
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .homeMv__outerlink {
    display: block;
    position: absolute;
    bottom: 0;
  }
}

@media screen and (min-width: 1280px) {
  .homeMv__outerlinkInner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.homeMv__banner {
  display: none;
}

@media screen and (min-width: 1280px) {
  .homeMv__banner {
    display: block;
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 3;
  }
  .homeMv__banner a {
    display: inline-block;
  }
}

.homeJob {
  margin-bottom: 70px;
  position: relative;
}

.homeJob__inner {
  margin-left: calc((100% - 88.9%) / 2);
}

.homeJob__h2 {
  font-size: 11px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1280px) {
  .homeJob__h2 {
    font-size: 20px;
  }
}

.homeJob__h2--en {
  font-family: "Oswald", sans-serif;
  font-size: 37px;
  margin-right: 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .homeJob__h2--en {
    font-size: 112px;
    margin-right: 27px;
  }
}

.homeJob__profilesSlider {
  margin-bottom: 50px;
}

.homeJob__operation {
  width: 88.9%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.homeJob__operationBtn {
  float: left;
}

.homeJob__btnViewAll {
  display: inline-block;
  width: 180px;
  height: 40px;
  background-color: #818E9D;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  float: right;
}

@media screen and (min-width: 1280px) {
  .homeJob__btnViewAll {
    border-radius: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .homeJob__operation {
    width: 100%;
  }
  .homeJob__profilesSlider {
    margin-bottom: 62px;
  }
  .homeJob__operationBtn {
    left: 20px;
    position: relative;
  }
  .homeJob__btnViewAll {
    right: calc((100% - 88.9%) / 2);
    position: relative;
  }
}

@media screen and (min-width: 1280px) {
  .homeJob {
    margin-bottom: 280px;
  }
  .homeJob__inner {
    margin-left: calc((100% - 1200px) / 2);
  }
}

.homeRecruit {
  background-image: url("../img/wave2.svg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  margin-bottom: 66px;
  overflow: hidden;
}

.homeRecruit__in {
  overflow: hidden;
  padding-top: 30px;
}

.homeRecruit__mainImg {
  border-radius: 0px 20px 20px 0px;
  margin-right: calc((100% - 88.9%) / 2);
  height: 300px;
  border: 1px solid #fff;
  background-image: url("../img/homeRecruite1.jpg");
  background-position: center;
  background-size: cover;
}

.homeRecruit__subImg1 {
  display: none;
}

.homeRecruit__inner {
  width: 88.9%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -24px;
}

.homeRecruit__h2 {
  font-size: 11px;
  margin-bottom: 25px;
}

@media screen and (min-width: 1280px) {
  .homeRecruit__h2 {
    font-size: 20px;
  }
}

.homeRecruit__h2--en {
  font-family: "Oswald", sans-serif;
  font-size: 37px;
  margin-right: 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .homeRecruit__h2--en {
    font-size: 112px;
    margin-right: 27px;
  }
}

.homeRecruit__desc {
  font-size: 12px;
  line-height: 27px;
  margin-bottom: 30px;
}

.homeRecruit__linkMenu {
  margin-bottom: 30px;
}

.homeRecruit__linkMenuList {
  max-width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 15px;
  background-color: #fff;
  border-radius: 17px;
  -webkit-box-shadow: 1px 6px 9px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 6px 9px rgba(0, 0, 0, 0.16);
  text-align: center;
  margin-bottom: 10px;
}

.homeRecruit__linkMenuList a {
  display: inline-block;
  text-align: left;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.homeRecruit__linkMenuImg {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 30px;
}

.homeRecruit__linkMenuText {
  vertical-align: middle;
}

.homeRecruit__btnFaqLink {
  width: 210px;
  height: 60px;
  background: #FFB819;
  border-radius: 30px;
  display: inline-block;
  line-height: 60px;
  color: #4D4444;
  text-align: center;
  float: right;
}

@media screen and (min-width: 1280px) {
  .homeRecruit__btnFaqLink {
    width: 550px;
    height: 110px;
    background-image: url("../img/icon_3line.svg");
    background-size: 41px;
    background-position: right 40px center;
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 89px;
    border-radius: 65px;
    line-height: 110px;
  }
}

.homeRecruit__btnFaqLink--en {
  font-family: "Oswald", sans-serif;
  font-size: 2.0rem;
  margin-right: 10px;
}

@media screen and (min-width: 1024px) {
  .homeRecruit {
    position: relative;
    padding-top: 80px;
    background-size: contain;
  }
  .homeRecruit__imgArea1 {
    position: absolute;
    right: calc(50% + 130px);
    top: 30px;
  }
  .homeRecruit__mainImg {
    width: 420px;
    height: 570px;
    border-radius: 17px;
    background-image: url("../img/homeRecruite1.jpg");
    background-position: center;
    background-size: cover;
  }
  .homeRecruit__subImg1 {
    width: 420px;
    height: 570px;
    border-radius: 17px;
    position: relative;
    top: -170px;
    right: 200px;
    background: #fff;
    background-image: url("../img/homeRecruite2.jpg");
    background-position: center;
    background-size: cover;
  }
  .homeRecruit__inner {
    width: 1100px;
  }
  .homeRecruit__innerIn {
    width: 600px;
    float: right;
  }
  .homeRecruit__imgArea2 {
    position: absolute;
    left: calc(50% + 600px + 30px);
    top: 223px;
  }
  .homeRecruit__subImg2 {
    width: 420px;
    height: 570px;
    background-image: url("../img/homeRecruite3.jpg");
    border-radius: 17px;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (min-width: 1280px) {
  .homeRecruit {
    margin-bottom: 140px;
  }
  .homeRecruit__h2--en {
    margin-right: 21px;
  }
  .homeRecruit__desc {
    font-size: 16px;
    line-height: 37px;
  }
  .homeRecruit__subImg1 {
    display: block;
  }
  .homeRecruit__linkMenu {
    margin-bottom: 70px;
  }
  .homeRecruit__linkMenuList {
    font-size: 23px;
    height: 120px;
    line-height: 120px;
    margin-bottom: 15px;
  }
  .homeRecruit__linkMenuList a {
    padding-left: 57px;
    padding-right: 57px;
  }
  .homeRecruit__linkMenuImg {
    width: 44px;
    height: 44px;
  }
  .homeRecruit__btnFaqLink {
    font-size: 16px;
    float: left;
  }
  .homeRecruit__btnFaqLink--en {
    font-family: "Oswald", sans-serif;
    font-size: 4.0rem;
  }
}

@media screen and (min-width: 1024px) {
  .homeNorSNS {
    margin-bottom: 150px;
  }
}

.homeNorSNS__nor {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.homeNorSNS__norInner {
  width: 88.9%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-position: right 23px top 23px;
  background-size: 33px;
  -webkit-box-shadow: 1px 6px 9px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 6px 9px rgba(0, 0, 0, 0.16);
  border: 1px solid #F2F2F2;
  border-radius: 20px;
  padding: 30px 6.25%;
}

.homeNorSNS__norH2 {
  font-family: "Oswald", sans-serif;
  font-size: 2.8rem;
}

.homeNorSNS__norList {
  margin-top: 20px;
  margin-bottom: 20px;
}

.homeNorSNS__norBtnViewAll {
  display: inline-block;
  width: 180px;
  height: 40px;
  background-color: #818E9D;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 1280px) {
  .homeNorSNS__norBtnViewAll {
    border-radius: 20px;
  }
}

.nagasakinews{
  width: 100%;
}
.homeNorSNS__sns {
  background-image: url(../img/wave4.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-top: -150px;
  margin-bottom: -62px;
}

.homeNorSNS__snsList {
  width: 88.9%;
  margin-right: auto;
  margin-left: auto;
}

.homeNorSNS__snsListItem {
  margin-bottom: 10px;
}

.homeNorSNS__snsListItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homeNorSNS__snsListItemIcon {
  width: 53px;
  height: 53px;
  border-radius: 30px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33px;
  margin-right: 13px;
}

.homeNorSNS__snsListItemIcon--twitter {
  background-image: url("../img/twitter.svg");
}

.homeNorSNS__snsListItemIcon--linenews {
  background-image: url("../img/linenews.svg");
}

.homeNorSNS__snsListItemIcon--instagram {
  background-image: url("../img/instagram.svg");

}

.homeNorSNS__snsListItemText--name {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.homeNorSNS__snsListItemText--exp {
  font-size: 10px;
}

@media screen and (min-width: 1024px) {
  .homeNorSNS {
    height: 510px;
  }
  .homeNorSNS__inner {
    width: 88.9%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .homeNorSNS__nor {
    width: 54%;
    max-width: 660px;
    position: absolute;
  }
  .homeNorSNS__norInner {
    width: auto;
    min-height: 420px;
    padding: 49px 40px;
    background-size: 54px;
  }
  .homeNorSNS__sns {
    width: 520px;
    padding-top: 60px;
    padding-bottom: 90px;
    padding-left: 80px;
    padding-right: 60px;
    margin: 0;
    position: absolute;
    top: -40px;
    right: 0;
    background-size: contain;
  }
}

@media screen and (min-width: 1280px) {
  .homeNorSNS__inner {
    width: 1100px;
  }
  .homeNorSNS__nor {
    width: 660px;
  }
  .homeNorSNS__sns {
    width: 745px;
    height: 500px;
    right: -175px;
    top: -80px;
  }
  .homeNorSNS__snsInner {
    display: table;
    margin: auto;
    height: 100%;
  }
  .homeNorSNS__snsList {
    display: table-cell;
    vertical-align: middle;
  }
  .homeNorSNS__snsListItem {
    margin-bottom: 30px;
  }
}
.gnav #gnav {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: -1;
  opacity: 0;
}

.gnav #gnav.opened {
  z-index: 20;
  opacity: 1;
}
.gnav__toggle {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-image: url(../img/menu.png);
  background-repeat: no-repeat;
}

.gnav__menuWrap {
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: #818e9d80;
  width: 100%;
  height: 100%;
}

.gnav__menu {
  position: absolute;
  right: 0;
  z-index: 1;
  background-color: #818E9D;
  width: 240px;
  height: 100%;
}

.gnav__menuList1 {
  padding-top: 70.6px;
  margin-bottom: 40px;
}

.gnav__menuList1Item {
  font-size: 18px;
  padding-left: 40px;
  line-height: 48px;
  text-align: left;
}

.gnav__menuList1Item a {
  color: #fff;
  width: 100%;
  display: block;
}

.gnav__menuList2Item {
  font-size: 14px;
  line-height: 40px;
  padding-left: 40px;
  text-align: left;
}

.gnav__menuList2Item a {
  color: #fff;
}

.gnav__btnClose {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #C1C9D0;
  color: #818E9D;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 0;
}

.gnavPc2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 560px;
  font-size: 20px;
  border-radius: 28px;
  line-height: 56px;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-shadow: 1px 6px 9px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 6px 9px rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 0.6);
}

.gnavPc2__listItem a {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.gnavPc2__listItem a:hover {
  color: #818E9D;
}

.mv__wrap {
  position: relative;
  height: 400px;
}

@media screen and (min-width: 1280px) {
  .mv__wrap {
    height: 800px;
  }
  .gnav__toggle{
    display: none;
  }
}

.mv__img {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
}

@media screen and (min-width: 1280px) {
  .mv__img {
    height: 800px;
  }
}

.profileSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.profileSlider::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.profileSlider__slide {
  width: 265px;
  min-width: 265px;
  margin-right: 40px;
}

.profileSlider__slide:first-child {
  margin-left: 5.55%;
}

.profileSlider__slideImg {
  height: 360px;
  border-radius: 20px;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
}

.profileSlider__slideText {
  margin-top: -80px;
  background-color: #fff;
  border: 6px solid #EBEBEB;
  border-radius: 20px;
  padding: 30px 27px;
  position: relative;
  left: 20px;
}

.profileSlider__section {
  font-size: 10px;
  line-height: 20px;
  margin-bottom: 20px;
}

.profileSlider__year {
  font-size: 10px;
  margin-bottom: 9px;
  font-family: "Noto Sans JP", sans-serif;
}

.profileSlider__name {
  font-size: 18px;
  margin-bottom: 25px;
}

.profileSlider__name--en {
  margin-left: 14px;
  font-size: 10px;
}

.profileSlider__msg {
  font-size: 14px;
}

.profileSlider__btn {
  background-color: #5D6D7E;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21.38px" height="14.47px"><path fill="%23ffffff" d="M21.38 3.78L17.6 0l-6.91 6.91L3.78 0 0 3.78l10.69 10.69z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  float: left;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.profileSlider__btn--prev {
  margin-right: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (min-width: 1024px) {
  .profileSlider__slide {
    width: 420px;
    min-width: 420px;
  }
  .profileSlider__slideImg {
    height: 570px;
  }
  .profileSlider__slideText {
    padding: 47px 43px;
  }
  .profileSlider__section {
    font-size: 18px;
    line-height: 24px;
  }
  .profileSlider__year {
    font-size: 14px;
  }
  .profileSlider__name {
    font-size: 30px;
  }
  .profileSlider__msg {
    font-size: 23px;
  }
  .profileSlider__btn {
    border: 9px solid #fff;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border-radius: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .profileSlider__btn:hover {
    cursor: pointer;
    border-color: #FFFFFF80;
  }
}

.footer ul {
  list-style: none;
}

.footer__menuList 
{
  width: 88.9%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .footer__menuList {
    max-width: 1470px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
  }
}

.footer__menuList li {
  display: table;
  width: 100%;
  height: 90px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.dropdown {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  z-index: 1000;
}

.dropdown-parent {
  position: relative;
  display: inline-block;
}

.dropdown-parent.open .dropdown {
  display: block;
}

.dropdown-parent a:hover{
  color: #818E9D
}

.dropdown li {
  padding: 2px 16px;
  white-space: nowrap;
}

.dropdown li a {
  text-decoration: none;
  font-size: 14px;
  display: block;
}

.dropdown li a:active {
  background-color: #f2f2f2;
}



@media screen and (min-width: 1024px) {
  .footer__menuList li {
    width: 30%;
    height: 230px;
  }
  .footer__SNSMenu{
    font-size: 14px;
  }
}

.footer__bigbuttonwrap {
  display: table-cell;
  vertical-align: middle;
}

.footer__bigbutton_company {
  background: #0091C6;
}

.footer__bigbutton_company a {
  display: table;
  width: 100%;
  height: 90px;
}

@media screen and (min-width: 768px) {
  .footer__bigbutton_company a {
    height: 230px;
  }
}

.footer__bigbutton_ocupation {
  background: #573BA7;
}

.footer__bigbutton_ocupation a {
  display: table;
  width: 100%;
  height: 90px;
}

@media screen and (min-width: 768px) {
  .footer__bigbutton_ocupation a {
    height: 230px;
  }
}

.footer__bigbutton_recruite {
  background: #15AA59;
}

.footer__bigbutton_recruite a {
  display: table;
  width: 100%;
  height: 90px;
}

@media screen and (min-width: 768px) {
  .footer__bigbutton_recruite a {
    height: 230px;
  }
}

.footer__bigbutton_mainfont {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .footer__bigbutton_mainfont {
    font-size: 5.2rem;
    margin-bottom: 7px;
  }
}

.footer__bigbutton_subfont {
  text-align: center;
  font-size: 1.2rem;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .footer__bigbutton_subfont {
    font-size: 1.6rem;
  }
}

.footer__footerImg {
  height: 278px;
  background-image: url(../img/footer.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  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;
}

@media screen and (min-width: 1024px) {
  .footer__footerImg {
    height: 737px;
  }
}

.footer__footerImg img {
  width: 233px;
  height: auto;
  -webkit-filter: drop-shadow(1px 6px 9px #0000004D);
          filter: drop-shadow(1px 6px 9px #0000004D);
}

@media screen and (min-width: 1280px) {
  .footer__footerImg img {
    width: 466px;
    margin-bottom: 50px;
  }
}

.footer__footerImgBtnsArea {
  display: none;
}

@media screen and (min-width: 1280px) {
  .footer__footerImgBtnsArea {
    display: block;
  }
}

.footer__footerImgInner {
  text-align: center;
  margin: 0 auto -50px;
}

@media screen and (min-width: 1280px) {
  .footer__footerImgInner {
    margin: 0 auto -200px;
  }
}

.footer__companyName img {
  width: auto;
  height: 38px;
}

@media screen and (min-width: 1024px) {
  .footer__companyName img {
    width: auto;
    height: 48px;
  }
}

.footer__siteName {
  font-size: 1.0rem;
  color: #4D4444;
  margin-top: 9px;
}

@media screen and (min-width: 1024px) {
  .footer__siteName {
    font-size: 1.5rem;
  }
}

.footer__logo {
  text-align: center;
  padding-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .footer__logo {
    text-align: left;
    padding-top: 0px;
  }
}

.footer__contact {
  width: 180px;
  height: 40px;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
  background: #818E9D 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .footer__contact {
    margin-left: 0;
    margin-right: auto;
    margin-top: 15px;
  }
}

.footer__info {
  display: none;
}

@media screen and (min-width: 1024px) {
  .footer__info {
    display: block;
    font-size: 2.0rem;
    line-height: 2.5;
    color: #4D4444;
    margin-top: 18px;
  }
}

.footer__contactFont {
  display: inline-block;
  width: 180px;
  height: 40px;
  background-color: #818E9D;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 1280px) {
  .footer__contactFont {
    border-radius: 20px;
  }
  .footer__SNSMenu{
    font-size:14px;
  }
}

.footer__linkMenu
{
  display: none;
}

@media screen and (min-width: 1024px) {
  .footer__linkMenu,
.footer__SNSMenu {
    display: block;
    font-size: 1.4rem;
    color: #08396A;
    padding: 0 9px;
  }
}
.footer__SNSMenu{
  margin-top:10px;
  text-align:center;
}
.dropdown{
  text-align:left;
}

@media screen and (min-width: 767px) {
    .footer__SNSMenu {  
        text-align:center;
        margin-top:20px;

    }
    .dropdown{
        text-align:left;
    }
}
.footer__linkMenu li{
  margin-bottom: 31.5px;
  margin-right: 28px;
}
.footer__SNSMenu li{
    margin-right: 20px;

  margin-bottom: 20px;
display: inline-block;
}
.footer__SNSMenu{
    margin-top: 20px;
    margin-bottom: 50px;
}
.footer__linkMenubar{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__linkMenubar a {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.footer__linkMenubar a:hover {
  color: #818E9D;
}

@media screen and (max-width: 1023px) {
  .footer__linkmenu {
    display: none;
  }.footer__SNSMenu{
    font-size: 18px;
  }
}
  


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


.footer__logoarea {
  background-color: #F2F2F2;
  height: 280px;
}

@media screen and (min-width: 1024px) {
  .footer__logoarea {
    height: 407px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__logoareaContents {
    height: 407px;
    width: 88.9%;
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
  }
}

.footer__bunnerarea {
  background-color: #F2F2F2;
  border-top: 1px solid #C1C9D0;
  padding-bottom: 78px;
}

.footer__bunnerareaInner {
  width: 88.9%;
  margin-left: auto;
  margin-right: auto;
}
}
@media screen and (min-width: 768px) {
  .footer__bunnerareaInner {
    max-width: 700px;
  }

}

.footer__bunner {
  margin-top: 10px;
  margin-bottom: 30px;
  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;
}

@media screen and (min-width: 768px) {
  .footer__bunner {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .footer__bunner {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

.footer__bunner li {
  width: calc((100% - 14px) / 2);
  max-width: 270px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(1px 6px 9px #00000029);
          filter: drop-shadow(1px 6px 9px #00000029);
}

@media screen and (min-width: 768px) {
  .footer__bunner li {
    width: calc((100% - 28px) / 3);
  }
}

.footer__bunner li img {
  max-width: 100%;
}

.footer__bunnerCR {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 1024px) {
  .footer__bunnerCR {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .header {
    overflow: hidden;
  }
}

@media screen and (min-width: 1280px) {
  .header__top {
    float: left;
  }
}

.header__topLogo {
  margin-top: 15px;
  margin-bottom: 10.8px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 1280px) {
  .header__topLogo {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 65px;
    height: 65px;
    padding-left: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__topLogoImg {
  height: 25px;
  width: auto;
  display: block;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .header__topLogoImg {
    height: 30px;
    margin-right: 19px;
  }
}

.header__topLogoText {
  font-size: 9px;
  color: #4D4444;
}

@media screen and (min-width: 768px) {
  .header__topLogoText {
    font-size: 16px;
  }
}

.header__gnavPc {
  display: none;
}

@media screen and (min-width: 1280px) {
  .header__gnavPc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
  }
  .header__gnavPcMenuList1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 65px;
    width: 344px;
    margin-right: 61px;
  }
  .header__gnavPcMenuList1Item {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .header__gnavPcMenuList1Item a {
    color: #4D4444;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .header__gnavPcMenuList1Item a:hover {
    color: #818E9D;
  }
  .header__gnavPcCarrerLink {
    line-height: 65px;
    font-size: 21px;
    background-color: #0F9077;
    color: #fff;
    width: 260px;
    text-align: center;
  }
}
.svgWrapArea {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}

.svgWrapArea__svgWaves {
  position: relative;
  background-image: linear-gradient(45deg, #df6cff 0%, #2BD2FF 47%, #2BFF88 90%);
  background-size: 200% 200%;
  opacity: 0.5;
  -webkit-animation: bg-move 8s ease 0s infinite;
          animation: bg-move 8s ease 0s infinite;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}

@-webkit-keyframes bg-move {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bg-move {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.svgWrapArea__svgWaveWrap {
  width: 120%;
}

.svgWrapArea__svgWaveWrap:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 0;
}

.svgWrapArea__svgWaveWrap svg {
  width: 120%;
  display: block;
}

.svgWrapArea__svgWave1 svg {
  position: relative;
  left: -100px;
}

.svgWrapArea__svgWave2 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
