@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #222222;
  background-color: #f4f4f4;
}
.en {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
::selection {
  background: #d3d3d3;
}
::-moz-selection {
  background: #d3d3d3;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
hr {
  margin: 0;
  border: none;
}
.slideUp {
  opacity: 0;
  transform: translateY(30px);
}
.slideIn {
  opacity: 0;
  transform: translateX(-30px);
}
.mask {
  transition: clip-path cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  clip-path: inset(0 100% 0 0);
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.b-bright {
  background-color: #bed7dc;
  background-color: rgba(190,215,220,1);
}
.b-dark {
  background-color: #b3c8cf;
  background-color: rgba(179,200,207,1);
}
.i-bright {
  background-color: #f1eedc;
  background-color: rgba(241,238,220,1);
}
.i-dark {
  background-color: #e5ddc5;
  background-color: rgba(229,221,197,1);
}

/* header */
.header {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header-logo {
  width: 140px;
  margin: 0 40px;
}
.header-logo a svg {
  fill: #000;
}
.header nav {
  display: flex;
}
.header-nav {
  display: flex;
  margin: 0 90px 0 0;
}
.header-nav li {
  font-size: 1.4em;
  margin: 0 40px 0 0;
}
.header-nav li a {
  color: #222222;
  font-weight: 500;
  padding: 0;
  display: block;
}
.header-nav li.line {
  padding: 7px 0;
  position: relative;
}
.header-nav li.line::before {
  background: #bed7dc;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.header-nav li.line:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* top */
.top {
  width: 100%;
  height: 500px;
  background-color: #fff;
  padding: 90px 0 0 0;
}
.top-inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
}
.top-l {
  width: 80%;
  margin: 100px 0 0 0;
}
.top-r {
  width: 20%;
  margin: 100px 0 0 0;
}
.top-title {
  font-size: 4.4em;
  font-weight: 700;
}
.top-title-sub {
  font-size: 1.4em;
  padding: 0 0 15px 1px;
}
.top-title-l {
  font-size: 4.4em;
  font-weight: 700;
}
.top-menu li {
  font-size: 1.3em;
  padding: 0 0 25px 0;
}
.top-menu li a {
  font-weight: 600;
}

/* reel */
.title-wrap {
  position: relative;
}
.reel {
	position: relative;
  margin: 0;
  padding: 0;
}
.reel-items {
	overflow: hidden;
	cursor: default;
}
.reel-row {
	display: flex;
	position: relative;
	text-align: center;
	white-space: nowrap;
}
.reel-item {
	position: relative;
	line-height: 100%;
	font-size: clamp(6.6em, 9vw, 14em);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(190,215,220,0.15);
	text-transform: uppercase;
  padding: 0 30px;
}
.reel-item span {
	position: relative;
	display: inline-block;
	z-index: -1;
}
.title {
  font-size: 1.4em;
  color: #8eaab4;
  position: absolute;
  bottom: 0;
  left: 5%;
}
.title span {
  font-size: 2em;
  font-weight: 700;
  vertical-align: -2px;
  letter-spacing: 0.03em;
}

/* recruit */
.recruit {
  width: 100%;
  background-color: #f1eedc;
  padding: 150px 0;
  position: relative;
}
.recruit-inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recruit-txt-wrap {
  width: 40%;
  padding: 0;
}
.recruit-title-sub {
  font-size: 1.8em;
  padding: 0 0 0 5px;
}
.recruit-title {
  font-size: 8em;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 10px 0 0 0;
}
.recruit-txt {
  font-size: 1.4em;
  line-height: 24px;
  padding: 30px 0 0 5px;
}
.recruit-btn-wrap {
  width: 50%;
}
.recruit-btn {
  width: 100%;
  background-color:#e5ddc5;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.recruit-btn::after {
  background: #b3c8cf;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.recruit-btn:hover::after {
  transform: scale(1, 1);
}
.recruit-btn a {
  display: block;
  padding: 40px 50px;
}
.m-new {
  margin: 0;
}
.m-career {
  margin: 30px 0 0 0;
}
.recruit-btn-txt {
  font-size: 4.4em;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 10px 0 0 0;
}
.recruit-btn-txt-sub {
  font-size: 2em;
  padding: 0 0 0 2px;
}
.recruit-btn a img {
  width: 30px;
  position: absolute;
  top: 50%;
  right: 50px;
	transform: translateY(-50%);
}

/* footer */
.footer {
  width: 100%;
  background-color: #f1eedc;
  padding: 0;
}
.footer-r {
  width: 100%;
  background-color: #f1eedc;
  padding: 50px 0 0 0;
}
.footer-inner {
  width: 96%;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  margin: 0 auto;
  padding: 50px 5%;
}
.footer-t-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-logo {
  width: 160px;
}
.footer-add {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 20px;
  /* color: #666; */
  margin: 30px 0 0 0;
}
.footer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
}
.footer-icon li {
  width: 40px;
  height: auto;
  margin: 0 0 0 20px;
}
.footer-hr {
  border-top: 1px dashed #e5e5e5;
  margin: 50px 0;
}
.footer-nav {
  width: 100%;
  max-width: 1000px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-nav li {
  font-size: 1.4em;
  margin: 15px 30px 15px 0;
}
.footer-nav li span {
  font-size: 2em;
  font-weight: 700;
  vertical-align: -2px;
}
.footer-nav li:first-child {
  margin: 15px 30px 15px 0;
}
.footer-nav li a {
  color: #222222;
  border-bottom: 2px solid #b3c8cf;
  padding: 0 0 5px 0;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.footer-nav li a:hover {
  color: #8eaab4;
}
.footer-b-wrap {
  display: flex;
  justify-content: space-between;
}
.footer-nav-sub {
  display: flex;
}
.footer-nav-sub li {
  margin: 0 30px 0 0;
}
.footer-nav-sub li a {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 20px;
  color: #222222;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.footer-nav-sub li a:hover {
  color: #8eaab4;
}
.footer-copyright {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  margin: 0;
}

@media screen and (max-width:1140px) {
  /* header */
  .header nav {
    display: none;
  }
  /* reel */
  .reel-item {
    padding: 0 20px;
  }
  /* recruit */
  .recruit-inner {
    width: 90%;
  }
  .recruit-title-sub {
    font-size: 1.6em;
    padding: 0 0 0 4px;
  }
  .recruit-title {
    font-size: 6em;
  }
  .recruit-txt {
    padding: 30px 0 0 4px;
  }
  .recruit-btn a {
    padding: 30px 40px;
  }
  .recruit-btn-txt {
    font-size: 3.2em;
    padding: 10px 0 0 0;
  }
  .recruit-btn-txt-sub {
    font-size: 1.6em;
    padding: 0 0 0 1px;
  }
  .recruit-btn a img {
    width: 25px;
    right: 40px;
  }
}

@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header */
  .header {
    height: 70px;
  }
  .header-logo {
    width: 110px;
    margin: 0 0 0 5%;
  }
  /* top */
  .top {
    height: 500px;
    padding: 70px 0 0 0;
  }
  .top-inner {
    width: 84%;
    display: block;
  }
  .top-l {
    width: 100%;
    margin: 90px 0 0 0;
  }
  .top-r {
    width: 100%;
    margin: 60px 0 0 0;
  }
  .top-title {
    font-size: 4em;
  }
  .top-title-sub {
    font-size: 1.3em;
  }
  .top-title-l {
    font-size: 3.2em;
    line-height: 36px;
    font-weight: 700;
  }
  .top-menu li {
    font-size: 1.1em;
    padding: 0 0 20px 0;
  }
  .top-menu li a {
    font-weight: 600;
  }
  /* reel */
  .reel-item {
    padding: 0 10px;
  }
  .title {
    font-size: 1.3em;
  }
  .title span {
    font-size: 1.8em;
  }
  /* recruit */
  .recruit {
    padding: 80px 0 90px 0;
  }
  .recruit-inner {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .recruit-txt-wrap {
    width: 100%;
  }
  .recruit-title-sub {
    font-size: 1.5em;
    padding: 0 0 0 3px;
  }
  .recruit-title {
    font-size: 5.2em;
    padding: 15px 0 0 0;
  }
  .recruit-txt {
    font-size: 1.2em;
    line-height: 24px;
    padding: 20px 0 0 3px;
  }
  .recruit-btn-wrap {
    width: 100%;
  }
  .recruit-btn a {
    display: block;
    padding: 30px 30px;
  }
  .m-new {
    margin: 30px 0 0 0;
  }
  .m-career {
    margin: 25px 0 0 0;
  }
  .recruit-btn-txt {
    font-size: 2.6em;
    padding: 10px 0 0 0;
  }
  .recruit-btn-txt-sub {
    font-size: 1.4em;
    padding: 0 0 0 1px;
  }
  .recruit-btn a img {
    width: 20px;
    right: 30px;
  }
  /* footer */
  .footer-inner {
    width: 94%;
    padding: 30px 20px;
  }
  .footer-t-wrap {
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .footer-logo {
    width: 120px;
  }
  .footer-icon {
    margin: 30px 0 0 0;
  }
  .footer-icon li {
    width: 35px;
    height: auto;
    margin: 0 10px 0 10px;
  }
  .footer-hr {
    border-top: 1px dashed #e5e5e5;
    margin: 30px 0;
  }
  .footer-nav {
    display: block;
  }
  .footer-nav li {
    font-size: 1.2em;
    font-weight: 400;
    margin: 20px 0 0 0;
  }
  .footer-nav li:first-child {
    margin: 0;
  }
  .footer-b-wrap {
    display: block;
  }
  .footer-nav-sub {
    display: block;
  }
  .footer-nav-sub li {
    margin: 0 0 15px 0;
  }
  .footer-copyright {
    margin: 10px 0 0 0;
  }
}