@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

body {
  color: #302d42 !important;
  font-size: 12px;
  line-height: 1.4;
  margin: 0px;
}

body {
  background-color: #ffffff;
}

p {
  margin: 0px;
}

a:link {
  color: #004cca;
}

a:visited {
  color: #6219db;
}

a:hover {
  color: #048ade;
  text-decoration: none;
}

a:active {
  color: #048ade;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
  padding: 0px;
  list-style: none;
  margin: 0;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

.pr_img {
  overflow: hidden;
  position: relative;
}

img.pa_img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
}

.oh {
  overflow: hidden;
}

.L {
  float: left;
}

.R {
  float: right;
}

.sp {
  display: none;
}

.pr {
  position: relative;
}

#menu {
  display: none;
}

.flex {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.flex-sb {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

.wrap {
  width: 1100px;
  margin: 0 auto;
}

.kotei_h1box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 160px 0 120px 0;
  position: relative;
}

.kotei_h1box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
}
.kotei_h1box .wrap {
  z-index: 1000;
  position: relative;
}

.creative_h1box {
  background-image: url(/wp-content/uploads/2020/02/creative_h1_bg.png);
}

.kotei_h1_img {
  text-align: center;
  margin-bottom: 10px;
}

.kotei_h1_img img {
  height: 30px;
}

h1.kotei_h1 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #302d42;
}

.kotei_wrap {
  padding: 100px 0;
}

.kotei_text p {
  font-size: 14px;
  text-align: center;
}

.creative_text p span {
  display: block;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  background-image: url(/wp-content/uploads/2020/02/creative_icon.png);
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: center left 310px;
  line-height: 60px;
  padding-top: 10px;
  padding-left: 55px;
}

/**/
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
figure.snip1110 {
  font-family: "Meiryo";
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  background: #000000;
  text-align: left;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  width: 48%;
}
figure.snip1110 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip1110 img {
  max-width: 100%;
  position: relative;
}
figure.snip1110 figcaption {
  position: absolute;
  top: 15%;
  left: 20px;
  padding: 20px 20px;
  background-color: #ffffff;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.6);
  z-index: 1;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  width: 55%;
}
figure.snip1110 h3 {
  color: #000000;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  padding: 7px;
  font-size: 20px;
  margin-bottom: 1em;
}
figure.snip1110 h3 span {
  font-weight: 800;
}
figure.snip1110 p {
  font-size: 14px;
  font-weight: 500;
}
figure.snip1110:after {
  background: #000000;
  width: 60px;
  height: 100%;
  position: absolute;
  left: -40px;
  top: 0;
  content: "";
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.15) 100%
  );
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip1110 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1110.blue h3 {
  color: #1b557a;
}
figure.snip1110.blue:after {
  background-color: #0a212f;
}
figure.snip1110.red h3 {
  color: #81261d;
}
figure.snip1110.red:after {
  background-color: #36100c;
}
figure.snip1110.yellow h3 {
  color: #b06f09;
}
figure.snip1110.yellow:after {
  background-color: #583804;
}
figure.snip1110.green h3 {
  color: #19703e;
}
figure.snip1110.green:after {
  background-color: #082514;
}
figure.snip1110.navy h3 {
  color: #19232d;
}
figure.snip1110.navy:after {
  background-color: #000000;
}
figure.snip1110:hover img,
figure.snip1110.hover img {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
figure.snip1110:hover:after,
figure.snip1110.hover:after {
  left: 0;
}
figure.snip1110:hover figcaption,
figure.snip1110.hover figcaption {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.recruit_sitemapPage ul li {
  border-bottom: 1px dotted #1a1a1a;
  padding: 10px 0;
  font-size: 16px;
  padding-left: 30px;
  position: relative;
}

.recruit_sitemapPage ul li:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #00a6f9;
  position: absolute;
  left: 10px;
  top: 10px;
}

.recruit_sitemapPage ul li ul li:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #00a6f9;
  position: absolute;
  left: 10px;
  top: 17px;
}

.recruit_sitemapPage ul li ul li:last-child {
  border-bottom: none;
}

p.comingSoon_text {
  font-size: 30px;
  text-align: center;
  height: 30vh;
  line-height: 30vh;
}






@media (max-width: 750px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /*spmenu~*/
  .sp_hd {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
  }
  .sp_pr {
    position: relative;
  }
  .slicknav_menu .slicknav_menutxt {
    display: none !important;
  }
  .slicknav_menu .slicknav_icon {
    width: 100%;
    margin: 0;
  }
  .slicknav_menu .slicknav_icon-bar {
    width: 25px !important;
    height: 3px !important;
  }
  a.slicknav_btn {
    background: #fff;
    border-radius: 0px;
  }
  /*SPMENU kurukuru*/
  a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
    top: 5px;
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
    position: absolute;
  }
  a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
    top: 0.4px;
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
    position: absolute;
  }
  a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
  }
  span.slicknav_icon-bar {
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
  }
  .slicknav_menu .slicknav_icon {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    position: relative;
  }
  /*kokomade*/
  .slicknav_menu .slicknav_menutxt {
    display: none;
  }
  .slicknav_menu {
    background-color: #fff;
  }
  a.slicknav_btn {
    margin: 12px 3px 3px 0px;
    padding: 0px 0 0 0px;
    height: 25px;
    width: 25px;
  }
  .slicknav_menu .slicknav_icon {
    height: 16px !important;
    display: block;
  }
  .slicknav_menu .slicknav_icon:after {
    display: block;
    font-size: 70%;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
  }
  .slicknav_nav a {
    color: #333 !important;
    display: inline-block;
    font-weight: bold;
    line-height: 2;
    width: 100%;
    text-align: left;
    margin: 0;
    letter-spacing: normal;
    font-size: 80%;
    border: solid #ccc;
    border-width: 0 0px 1px 0;
    line-height: 30px;
    background-image: url(../img/sp_yaji.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-left: 25px;
  }
  /*~spmenu*/
  .sp_hd_logo {
    position: absolute;
    width: 220px;
    top: 12.5px;
    left: 5px;
  }

  .sp_hd_tel {
    position: absolute;
    width: 20px;
    top: 12.5px;
    right: 5px;
  }

  .sp_hd_mail {
    position: absolute;
    width: 20px;
    top: 12.5px;
    right: 5px;
  }

  .wrap {
    max-width: 94%;
  }

  figure.snip1110 {
    width: 100%;
  }

  figure.snip1110 figcaption {
    opacity: 1;
    width: 80%;
    top: 8vw;
    bottom: auto;
  }

  figure.snip1110 h3 {
    font-size: 4vw;
  }

  figure.snip1110 p {
    font-size: 3.5vw;
  }

  p.comingSoon_text {
    font-size: 20px;
  }
	/* ブログ追従バナー */
	
	
	
}
