@charset "UTF-8";
/* CSS Document */
/*スマホ用スタイル*/
@media screen and (max-width: 767px) {

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 40px 0;
}
footer {
  padding: 15px 0;
}

/*はみ出し画像中央----------------------------------------------------------- */
.wic1 img {
  width: 100%;
}
.wic1 {
  margin-left: -15px;
  margin-right: -15px;
}
.wic2 img {
  width: 100%;
}
.wic2 {
  margin-left: -15px;
  margin-right: -15px;
}
.wic3 img {
  width: 100%;
}
.wic3 {
  margin-left: -15px;
  margin-right: -15px;
}

/*Header----------------------------------------------------------- */
header {
  height: 60px;
}
header .contact {
  padding-right: 40px;
}
header .logo {
  height: 40px;
}
header .logo img {
  max-height: 40px;
}
header .logo .font_jos {
  color: #fff;
}

/*Nav----------------------------------------------------------- */
.sp_nav_logo {
  display: flex;
  align-items: flex-end;
  width: calc(100% - 60px);
}
.sp_nav_logo svg {
  width: 150px;
  padding-left: 15px;
  padding-right: 5px;
}
.sp_nav_logo span {
  line-height: 1;
}
#nav_toggle {
  position: absolute;
  top: 8px;
  /**/
  right: 8px;
  /**/
  width: 40px;
  /**/
  height: 50px;
}
#nav_toggle div {
  position: relative;
  width: 30px;
  /**/
  margin: 0 auto;
}
#nav_toggle span {
  display: block;
  height: 3px;
  background: #000;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nav_toggle span:nth-child(1) {
  top: 5px;
  /**/
}
#nav_toggle span:nth-child(2) {
  top: 15px;
  /**/
}
#nav_toggle span:nth-child(3) {
  top: 25px;
  /**/
}
.open #nav_toggle span:nth-child(1) {
  top: 12px;
  /**/
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 12px;
  /**/
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
div#nav_toggle:after {
  content: "MENU";
  color: #000;
  display: block;
  padding-top: 80%;
  /**/
  font-family: 'Josefin Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-align: center;
  pointer-events: none;
}
.open div#nav_toggle:after {
  content: "CLOSE";
}
#gnav {
  display: block;
  width: calc(100% - 60px);
  height: 100vh;
  top: 0;
  left: calc(-100% + 60px);
  transition: all .3s;
  position: absolute;
  padding: 15px;
  background-image: var(--bg-gradation);
}
.open #gnav {
  position: fixed;
  top: 0;
  left: 0;
}
nav ul.container {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
nav li {
  width: 100%;
  border-left: 0;
  border-right: 0;
}
nav li:first-child {
  padding: 15px 0 10px;
}
nav li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
#gnav ul {
  margin: 0;
}
#gnav ul li a {
  flex-direction: row;
  color: #fff;
  padding: 15px;
}
#gnav ul .logo {
  padding-left: 0;
}
#gnav ul .logo .cls-1 {
  fill: #fff;
}
.nav_jp {
  padding-bottom: 0;
  padding-right: 10px;
}
nav li {
  position: relative;
}
nav li:before {
  position: absolute;
  content: "";
  right: 10px;
  width: 8px;
  height: 12px;
}
#gnav ul li:last-child a {
  outline: 0;
  margin: 20px auto 0;
  color: #171b1d;
  width: fit-content;
}
#gnav ul li:nth-child(2):before,
#gnav ul li:nth-child(3):before,
#gnav ul li:nth-child(4):before,
#gnav ul li:nth-child(5):before,
#gnav ul li:nth-child(6):before {
  position: absolute;
  content: "\f054";
  font-weight: bold;
  color: #fff;
  top: 50%;
  transform: translateY(-0.5em);
  font-family: "Font Awesome 5 Free";
}

/*MV----------------------------------------------------------- */
.mv {
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
}
.mv_top_logo {
  margin-top: 10px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}
.mv_top_logo .font_jos {
  top: 32px;
  left: -10px;
}
.mv_top_btn {
  margin-top: 10px;
  margin-right: 15px;
}
.mv_top_btn a {
  padding: 15px 10px;
}
#mv_slide {
  /* width: 960px; */
  /* max-width: 960px; */
  width: 270px;
  max-width: 270px;
  width: 70%;
  max-width: 70%;
  /* height: 460px; */
  height: 170%;
  /* margin-left: 120px; */
  margin-left: auto;
  margin-right: inherit;
  margin-bottom: 60px;
}
#mv_slide .slide {
  width: 100%;
  /* width: 200px; */
}
.mv:before {
  height: 360px;
  width: 100vw;
  top: 160px;
  right: 0;
  left: inherit;
}
.mv h1 svg {
  width: 100%;
}
.mv .slick-dots {
  width: calc(100vw - 30px);
  bottom: 60px;
  left: -105px;
  margin: 0;
  justify-content: center;
}
.mv .slick-dots:before {
  width: calc(100vw - 30px);
  left: 0;
}
.mv .slick-dots li {
  padding: 0 30px;
}
.mv .slick-dots li:before {
  left: 30px;
}
.mv .slick-dots li button:before {
  right: -1px;
}
.mv .slick-dots li:after {
  font-size: 12px;
}
.mv .slick-dots:after {
  left: 0;
  top: -30px;
  font-size: 12px;
}
.mv .slick-list {
  height: 460px;
  overflow: hidden;
}
.mv .container {
  top: 190px;
}


/*CTA----------------------------------------------------------- */


/*message----------------------------------------------------------- */
.message .container {
  margin: 45px auto;
}
.message .box {
	width: 100%;
	background-color: #fff;
	padding: 30px;
}
.message .container .m0a.pt_none {
  display: flex;
}

/*interview----------------------------------------------------------- */
.bg .bg-wrap .inn {
  font-size: 18px;
}
.interview .name img {
  width: 60px;
  height: 60px;
}
.interview .sub_ttl:first-letter {
  font-size: 30px;
}
.interview .fx-row .fx-col-75-s {
  margin-bottom: 15px;
}
.interview .fx-row .fx-col-25-s p {
  width: calc(100% + 15px);
}
.interview .fx-row-even.anim.is-animated .fx-col-25-s p {
  right: 15px;
}

/*company----------------------------------------------------------- */
.company {
  background-attachment: unset;
  background-size: cover;
}

/*works----------------------------------------------------------- */
.works .fx-row a {
  width: fit-content;
  margin: 0 auto;
}

/*reason----------------------------------------------------------- */
.reason {
  overflow: hidden;
}
.reason h2 {
  margin-bottom: 90px;
}
.reason .reason_num {
  font-size: 60px;
  margin-left: -15px;
}
.reason h3.anim {
  margin-left: -15px;
}
.reason .fx-row {
  margin-bottom: 300px;
}
.reason .fx-col-80-s:before {
  width: 100%;
  height: 210px;
  left: 0;
  top: 315px;
}
.reason .fx-row-1.is-animated .fx-col-80-s:after, .reason .fx-row-3.is-animated .fx-col-80-s:after {
  left: 60px;
  right: inherit;
}
.reason .fx-col-80-s:after {
  position: absolute;
  content: "";
  background-image: -moz-linear-gradient( 0deg, rgb(237,247,255) 0%, rgb(229,254,255) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(237,247,255) 0%, rgb(229,254,255) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(237,247,255) 0%, rgb(229,254,255) 100%);
  width: 100vw;
  height: 540px;
  left: 60px;
  transition: 2s;
  /* bottom: -135px; */
  z-index: -2;
  top: -45px;
}
.reason .fx-row-2 .fx-col-80-s:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 210px;
  /* right: 70%; */
  left: 0;
  z-index: -1;
  top: 385px;
}
.reason .fx-row-2.is-animated .fx-col-80-s:after {
  left: inherit;
  right: 30px;
}
.reason .fx-row-3 {
  margin-bottom: 200px;
}
.reason .fx-row-3 .fx-col-80-s:before {
  top: 345px;
}

/*schedule----------------------------------------------------------- */
.schedule h3 {
  margin-bottom: 15px;
}
.schedule h3 .font_meow {
  font-size: 60px;
}
.schedule .fx-row:nth-child(1) .fx-col-40-s {
  margin-top: 15px;
}
.schedule .fx-row:nth-child(2) .fx-col-60-s {
  margin-top: 15px;
  margin-bottom: 0;
}
.schedule .fx-row:nth-child(3) .fx-col-60-s {
  margin-top: 15px;
  margin-bottom: 0;
}
.schedule .fx-row:nth-child(4) .fx-col-60-s {
  margin-top: 15px;
  margin-bottom: 0;
}
.schedule .fx-row:nth-child(5) .fx-col-60-s {
  margin-top: 15px;
  margin-bottom: 0;
}
.schedule .fx-row:nth-child(6) .fx-col-60-s {
  margin-top: 15px;
  margin-bottom: 0;
}
.schedule .fx-row:not(:last-child){
  margin-bottom: 0;
}

/*welfare----------------------------------------------------------- */


/*culture----------------------------------------------------------- */


/*environment----------------------------------------------------------- */


/*greetings----------------------------------------------------------- */


/*qa----------------------------------------------------------- */
.accordion {
  margin-bottom: 15px;
}
.accordion dt {
  font-size: 16px;
}
.accordion dt p {
  background: url(../img/q.png) no-repeat left 0 top 0;
  padding: 5px 45px;
  min-height: 40px;
}
.accordion dd p {
  background: url(../img/a.png) no-repeat left 0 top 0;
  padding: 5px 15px 5px 45px;
}

/*joblist----------------------------------------------------------- */
.joblist a {
  margin: 0 auto;
}
.joblist_head .occupation {
  padding: 10px;
}
.joblist table,
.joblist table tr,
.joblist table th,
.joblist table td {
  display: block;
  width: 100%;
}
.joblist table th,
.joblist table td {
  border-bottom: 0;
}
.joblist table tr:last-child td {
  border-bottom: 1px solid #e6e6e6;
}

/*form----------------------------------------------------------- */
.border_box {
  padding: 15px;
}
.privacy_h3 {
  padding: 5px 5px 5px 10px;
  font-size: 16px;
}
.privacy_dl dt {
  font-size: 14px;
}
.cv_btn {
  font-size: 18px;
  height: 65px;
}
.cv_btn_wrap:before {
  font-size: 21px;
}


/*contact----------------------------------------------------------- */
.contact table,
.contact table tbody,
.contact table tr,
.contact table th,
.contact table td {
  display: block;
  width: 100%;
}
.contact table th,
.contact table td {
  border-bottom: 0;
  padding: 10px 15px;
}
.contact table tr:last-child td {
  border-bottom: 1px solid #e6e6e6;
}

/*map----------------------------------------------------------- */


/*Footer----------------------------------------------------------- */
.footer_nav1 ul {
  width: 100%;
}
.footer_nav1 ul li:first-child {
  border-top: 1px solid #000;
}
.footer_nav1 ul li {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #000;
  margin: 0;
}
.footer_nav1 ul a {
  display: block;
}

.recruit_closed:after {
  font-size: 18px;
  line-height: 33px;
}

}/*スマホ用スタイルend*/
