@charset "UTF-8";
html {
  color: #000;
  overflow-y: scroll;
}

body {
  font: 16px/1.6 'Noto Sans JP', sans-serif;
  margin: 0;
  overflow: visible;
  padding: 0;
  color: #333333;
}

/* for IE7 */
* + html body {
  font-family: 15px/1.5 Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 75%;
}

/* for IE6 */
* html body {
  font-size: 75%;
}

a img, fieldset, img {
  border: 0;
}

blockquote, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul {
  margin: 0;
  padding: 0;
}

/* for IE7設定 */
* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

p {
  font-size: 110%;
  color: #333333;
  letter-spacing: 1.3px;
  line-height: 24px;
}

ol, ul {
  list-style: none;
}

/* ========== Clearfix ========== */
/* For modern browsers */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* ========== basic configurations ========== */
* {
  margin: 0px auto 0px auto;
  padding: 0px auto 0px auto;
  line-height: 166%;
}

html {
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

/* link basis */
a, a:link {
  text-decoration: none;
}

a:visited {
  color: #3f3a39;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #848181;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

a.hover img {
  transition: all 0.3s;
}

a.hover:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.3s;
}

.br_pc {
  display: block;
}

.sp {
  display: none;
}

.wrap {
  overflow: hidden;
}

.headerWrapper {
}

header {
  overflow: hidden;
  padding: 30px 2% 30px 4%;
  width: 100%;
  box-sizing: border-box;
}

h1 a:hover img {
  opacity: 0.8;
}

/***********  gnav   ************/
.gnav {
  float: right;
  margin-top: 14px;
}

.gnav ul {
  list-style: none;
  display: flex;
  float: right;
}

.gnav ul li {
  position: relative;
  font-family: montserrat;
  padding-right: 29px;
  font-size: 105%;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.gnav ul li a {
  color: #fff;
}

.gnav ul li a:hover {
  opacity: 0.6;
}

h2 {
  font-size: 70px;
  color: #202020;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1;
}

h3 {
  width: auto;
  position: relative;
  letter-spacing: 1.4px;
  bottom: 9px;
  color: #009ca7;
  font-size: 100%;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 5px;
}

.NavListContact {
  display: none;
}

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

.splash {
  background-color: #fff;
  overflow: hidden;
}

.content {
  width: 100%;
  margin: 0px auto;
  text-align: center;
}

.grayBox {
  bottom: 7px;
  right: -304px;
  height: 30px;
  width: 360px;
  position: relative;
}

.gray {
  background: #bdbcbc;
  opacity: 0.1;
}

a.anchor1 {
  padding-top: 40px;
  margin-top: -40px;
  float: left;
}

a.anchor2 {
  display: block;
  position: relative;
}

a.anchor2 span {
  position: absolute;
  top: 10px;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.pagetop img {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0.6;
}

.pagetop img:hover {
  opacity: 0.4;
}

.splashWrapper {
  max-width: 93%;
  margin: 0 0 0 auto;
  position: relative;
}

.splashWrapper p.mvTxt1 {
  font-size: 7vw;
  position: absolute;
  left: 4%;
  bottom: 34%;
  font-weight: 600;
  color: #fff;
  padding: 31px;
  text-align: left;
}

.splashWrapper p.mvTxt2 {
  font-size: 7vw;
  position: absolute;
  left: 4%;
  bottom: 19%;
  color: #fff;
  font-weight: 600;
  padding: 31px;
  text-align: left;
}

.splashWrapper .mv {
  width: 100%;
  margin: 0 0 0 auto;
  height: 770px;
  overflow: hidden;
  background: url(../img/mv01-min.jpg);
  background-size: cover;
}

.splashWrapper h1 img {
  height: 60px;
  float: left;
}

/********** News ************/
.newsBox {
  margin: 0 auto;
}

.news {
  box-shadow: 0 6px 19px 0 rgb(0 0 0 / 5%);
  max-width: 700px;
  margin: 0 0 0 auto;
  height: auto;
  display: block;
  position: relative;
  background-color: #fff;
  top: -50px;
  z-index: 1;
  overflow: hidden;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news .head {
  text-align: left;
  font-size: 120%;
  font-weight: 600;
  font-family: montserrat;
  position: relative;
  color: #333333;
  display: block;
  width: 80px;
  line-height: 20px;
}

.news .head span {
  display: block;
  font-size: 9px;
  color: #949494;
}

.ticker {
  width: calc(100% - 130px);
}

.news ul {
  letter-spacing: 1px;
  flex-wrap: wrap;
  position: relative;
}

.news ul li {
  overflow: hidden;
  width: 100%;
  display: none;
}

.news ul li b {
  text-align: left;
  font-weight: normal;
  line-height: 20px;
  width: calc(100% - 140px);
  float: right;
}

.news ul li span {
  line-height: 20px;
  color: #949494;
  margin-right: 20px;
  width: 100px;
  float: left;
  text-align: left;
}

/*********** about *************/
.aboutBg {
  position: relative;
}

.aboutBox {
  width: 98%;
  align-items: self-start;
  margin: 0 0 0 auto;
  position: relative;
  display: flex;
  top: -77px;
  justify-content: space-between;
}

.aboutBox img {
  box-shadow: 0 6px 19px 0 rgba(0, 0, 0, .11);
  width: 100%;
}

.aboutTxt {
  width: 52%;
  font-size: 100%;
  font-feature-settings: "palt";
  color: #333333;
  letter-spacing: 1.4px;
  line-height: 30px;
  text-align: left;
  box-sizing: border-box;
  padding: 160px 90px 120px 130px;
  background-color: #f5f5f5;
  padding: 12% 10% 9%;
}

.about {
  width: 1200px;
  position: relative;
  margin: 0px auto 40px;
}

.about h2 {
  line-height: 1;
}

.aboutTxt p {
  position: relative;
}

.aboutImg {
  position: relative;
  width: 76%;
  margin-left: 0px;
  margin-top: 15%;
  right: -5%;
}

/********* services *********/
.serviceBg {
  position: relative;
  clear: both;
  width: 100%;
  margin: 0 auto;
}

.serviceBg .servicesBox {
  max-width: 1140px;
  margin: 110px auto 30px;
  width: calc(100% - 40px);
}

.serviceBg .illust {
  width: 100%;
  margin: 50px auto;
  max-width: 910px;
}

.serviceBg .services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.servicesListBg {
  padding: 50px 0px;
  background-color: #fbfbfb;
}

.services {
  position: relative;
  display: flex;
  justify-content: space-around;
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
}

.servicesList {
  width: 300px;
  height: auto;
  margin: 20px;
  padding: 40px 20px;
  justify-content: center;
}

.servicesList span {
  color: #009ca7;
  text-align: center;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}

.servicesList p {
  font-size: 100%;
  text-align: left;
  margin-top: 30px;
  line-height: 27px;
}

.servicesList .center {
  text-align: center;
  margin: 30px auto 30px;
  display: block;
}

.servicesHeading {
  text-align: left;
}

.servicesHeading h3 {
  margin-right: 20px;
}

.servicesList h4, .servicesList p {
  color: #009ca7;
  text-align: center;
  letter-spacing: 0.2px;
  line-height: 24px;
  font-size: 150%;
  font-weight: 600;
}

.servicesList p {
  color: #009ca7;
  text-align: left;
  letter-spacing: 0.2px;
  line-height: 24px;
  font-size: 105%;
  font-weight: normal;
}

/********* company ***********/
.companyBg {
  position: relative;
  height: 658px;
  margin-top: 160px;
}

.companyHeading {
  margin-top: 100px;
  text-align: right;
  margin-bottom: 50px;
}

.companyBox {
  max-width: 1000px;
  margin: 0 auto;
  width: 98%;
}

.companyDescription {
  width: 690px;
  box-shadow: 0 6px 19px 0 rgba(0, 0, 0, .11);
  background-color: #fff;
  padding-bottom: 60px;
  position: relative;
  float: right;
}

.companyDescription:after {
  bottom: -71px;
  right: 198px;
  height: 70px;
  width: 310px;
  position: absolute;
  background: #e6e6e6;
  opacity: 0.4;
  z-index: -1;
  content: url('');
}

.companyLeft {
  width: 520px;
  padding: 70px 0px 38px 0px;
  text-align: left;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.companyLeft dl {
  margin: 60px;
}

.companyLeft dl li {
  margin-bottom: 60px;
  box-shadow: 10px 10px 15px -10px;
}

.companyLeft dt {
  margin-bottom: 20px;
  font-size: 110%;
  width: 20%;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px dotted #ddd;
}

.companyLeft dd {
  margin-bottom: 20px;
  font-size: 110%;
  display: flex;
  width: 80%;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
}

.companyName {
  letter-spacing: -0.2px;
}

.conpanyBr {
  margin-left: 0px;
  display: block;
}

.company-btn {
  display: table;
  padding: 20px 0px;
  margin: 0 auto;
  color: #009ca7;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 600;
  font-size: 130%;
  width: 420px;
  border: 1px solid #009ca7;
  transition: all 0.3s;
  cursor: pointer;
}

.company-btn a {
  position: relative;
}

.company-btn a:after {
  content: url("../img/link.svg");
  width: 20px;
  display: inline;
  position: absolute;
  top: -4px;
  right: -27px;
}

.company-btn:hover a:after {
  content: url("../img/link-hover.svg");
  width: 20px;
  display: inline;
  position: absolute;
  top: -4px;
  right: -27px;
}

.company-btn a {
  color: #009ca7;
}

.company-btn:hover a {
  color: #fff;
}

.company-btn:hover {
  background: #009ca7;
  transition: all 0.3s;
  color: #fff;
}

.download {
  width: 15px;
  height: 18px;
  margin-left: 14px;
  top: 2px;
  position: relative;
}

.companyPic {
  top: -270px;
  z-index: -1;
  position: relative;
  text-align: left;
}

.companyPic img {
  box-shadow: 0 6px 19px 0 rgba(0, 0, 0, .11);
}

.recruitBg {
  position: relative;
  margin-top: 400px;
  background-color: #fbfbfb;
}

.recruitBox {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  width: 98%;
  padding: 160px 0px 20px;
}

.recruitHeading {
  margin-bottom: 40px;
  text-align: left;
}

.recruitBoxTxt {
  box-shadow: 0 6px 19px 0 rgb(0 0 0 / 11%);
  background-color: #fff;
  padding: 50px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.recruitBoxTxt p {
  line-height: 33px;
}

.recruitBoxTxt ul {
  margin: 30px 10px 10px 0px;
  max-width: 420px;
}

.recruitBoxTxt ul li {
  font-size: 110%;
  border-bottom: 1px dotted #e5e5e5;
  margin: 10px 10px 10px 0px;
  padding-bottom: 10px;
}

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

.recruitBoxTxt ul li span.nothireing {
  font-size: 90%;
  border: 1px solid #222;
  padding: 5px;
  margin-right: 10px;
}

.recruitBoxTxt ul li span.hireing {
  font-size: 90%;
  color: #fff;
  padding: 5px 20px;
  background-color: #009ca7;
  margin-right: 10px;
}

.recruitBtn {
  display: table;
  padding: 20px 0px;
  margin-top: 30px;
  color: #009ca7;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 600;
  font-size: 130%;
  width: 100%;
  max-width: 400px;
  border: 1px solid #009ca7;
  transition: all 0.3s;
  cursor: pointer;
}

.recruitBtn a {
  position: relative;
  color: #009ca7;
}

.recruitBtn:hover {
  color: #fff;
  background-color: #009ca7;
}

.recruitBtn:hover a {
  color: #fff;
}

.recruitBtn a:after {
  content: url(../img/link.svg);
  width: 20px;
  display: inline;
  position: absolute;
  top: -4px;
  right: -27px;
}

.recruitBtn:hover a:after {
  content: url("../img/link-hover.svg");
  width: 20px;
  display: inline;
  position: absolute;
  top: -4px;
  right: -27px;
}

.recruitImgs {
  width: 95%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
}

.recruitImgs img {
  width: 100%;
  box-shadow: rgb(0 0 0 / 11%) 0px 6px 19px 0px;
}

.recruitImgsLeft {
  width: 50%;
  margin-top: 70px;
}

.recruitImgsLeft img {
  width: 83%;
  margin: 0 0 0 auto;
  display: block;
}

.recruitImgsRight {
  width: 50%;
  position: relative;
  top: -190px;
  right: -70px;
}

.recruitImgsRight img.recruitImg03 {
  width: 60%;
  float: left;
  margin-top: 50px;
}

.contactBg {
  background-color: #fbfbfb;
  top: -30px;
  position: relative;
}

.contact {
  width: 90%;
  max-width: 1330px;
  background: url(../img/contact.jpg) no-repeat 50% 0;
  background-position: center;
  height: auto;
  text-align: center;
  background-size: cover;
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
  bottom: -90px;
  display: flex;
  justify-content: space-around;
  padding: 70px 5%;
  box-sizing: border-box;
}

.contactLeft {
  width: 40%;
  text-align: left;

}

.contactRight {
  width: 60%;
  text-align: left;
}

.contact p {
  font-size: 120%;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  padding-top: 50px;
}

.contact h2 {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  line-height: 62px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.contact .tel {
  color: #fff;
  margin-top: 37px;
  font-size: 120%;
  letter-spacing: 1px;
}

.telsvg {
  width: 23px;
  top: 7px;
  left: -7px;
  position: relative;
}

.contact .telnumber {
  text-align: center;
  font-size: 143%;
  color: #fff;
  display: block;
}

.btnBox {
  overflow: hidden;
}

.btn-hover {
  display: block;
  max-width: 434px;
  width: 100%;
  background-color: #fff;
  color: #009ca7 !important;
  padding: 25px 0px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  font-family: noto-san jp;
  font-size: 140%;
  letter-spacing: 1.5px;
  position: relative;
  transition: all 0.3s;
}

.contact .btnBox {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.contact .btnBox div {
  width: 72%;
  float: left;
  margin-right: 16px;
  text-align: right;
  font-family: 'Noto sans JP';
}

.contact svg.mail {
  fill: #009ca7;
  width: 36px;
  float: left;
  height: 36px;
  top: 2px;
  position: relative;
}

.contact a.tellBox {
  pointer-events: none;
  padding-bottom: 38px;
  display: block;
  margin: 0 auto;
  width: 230px;
}

.contact span {
  color: #fff;
  position: relative;
  font-size: 130%;
  top: -23px;
  display: block;
}

.btn-hover:hover {
  background: #009ca7;
  color: #fff !important;
}

.btn-hover:hover svg.mail {
  fill: #fff !important;
}

.copyrightWrapper {
  display: block;
  margin-bottom: 6px;
}

.copyright {
  background-color: #00363a;
  color: #fff;
  padding: 10px 0px;
  font-size: 80%;
  text-align: center;
  position: relative;
  z-index: -1;
  padding: 150px 0px 60px;
}