@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;
  /* background-color: rgba(229,221,197,0.4); */
  /* background-color: #f1eedc; */
}
.loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background: #000;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader img{
  width: 200px;
  height: auto;
}
.en {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
::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: #fff;
}
.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: #fff;
  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: 100vh;
  height: 100svh;
  position: relative;
  overflow: hidden;
}
.video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/overlay.png);
  background-repeat: repeat;
}
.top-txt-wrap {
  position: absolute;
  top: calc( 50% + 40px );
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  left: 6%;
  z-index: 10;
}
.top-txt {
  font-size: clamp(4.3em, 9vw, 14em);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  opacity: 1;
  overflow: hidden;
}
.top-txt-sub {
  font-size: clamp(1.3em, 1.4vw, 2em);
  line-height: 1.4;
  color: #fff;
  padding: 0 0 0 5px;
  opacity: 1;
  overflow: hidden;
}

/* 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;
}

/* philo */
.philo {
  width: 100%;
  padding: 0;
  position: relative;
}
.philo-wrap {
  width: 100%;
  height: 100%;
  height: 100svh;
}
.philo-l {
  width: 50%;
  height: 100%;
  position: relative;
}
.square {
  width: 100px;
  height: 100px;
  background-color: #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.switch-area {
  height: 500vh;
  position: relative;
}
.content-wrap {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.content-item {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.content-inner,
.content-inner-l,
.content-inner-r {
  opacity: 0;
}
.content-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.content-inner-l {
  width: 45%;
  height: 100%;
  position: relative;
}
.content-inner-r {
  width: 50%;
  height: 100%;
  position: relative;
  margin: 0;
}
.content-inner-l img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-inner-l svg {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-inner-r-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  width: 90%;
}
.p-green {
  color: #799b57;
}
.p-yellow {
  color: #e49a26;
}
.p-blue {
  color: #21829a;
}
.p-sky {
  color: #8eaab4;
}
.philo-head-wrap {
  padding: 0 5%;
}
.philo-head-title-t {
  font-size: 1.4em;
}
.philo-head-title-t span {
  font-size: 2em;
  font-weight: 700;
  vertical-align: -2px;
  letter-spacing: 0.03em;
}
.philo-head-title {
  font-size: 1.4em;
}
.philo-head-title span {
  font-size: 2em;
  font-weight: 700;
  vertical-align: -2px;
  letter-spacing: 0.03em;
}
.philo-head {
  font-size: 3.4em;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -.4em;
  margin: 40px 0 0 0;
}
.philo-head span {
  display: inline-block;
  letter-spacing: normal;
}
.philo-head-sub {
  font-size: 1.7em;
  font-weight: 400;
  line-height: 30px;
  margin: 40px 0 0 0;
}
.philo-title {
  font-size: 3em;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -.4em;
  margin: 20px 0 0 0;
}
.philo-title span {
  display: inline-block;
  letter-spacing: normal;
}
.philo-title-sub-t {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 40px;
  margin: 20px 0 0 0;
}
.philo-title-sub {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 40px;
  margin: 10px 0 0 0;
}
.philo-txt-t {
  font-size: 1.4em;
  line-height: 24px;
  margin: 20px 0 0 0;
}
.philo-txt {
  font-size: 1.4em;
  line-height: 24px;
  margin: 10px 0 0 0;
}
.red {
  color: #d74037;
}
.yellow {
  color: #ef9a40;
}
.green {
  color: #6acfc9;
}
#end1 {
  visibility: hidden;
}
#end2 {
  visibility: hidden;
}
#end3 {
  visibility: hidden;
}
.philo-btn {
  width: 250px;
  margin: 50px 0 0 auto;
}
.link-btn {
  display: block;
}
.link-btn a {
  background-color: #b3c8cf;
  border-radius: 80px;
  padding: 20px 25px 20px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.link-slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.link-slide::after {
  background: #222222;
  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;
}
.link-slide:hover::after {
  transform: scale(1, 1);
}
.link-btn-txt {
  font-size: 1.2em;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.1em;
  color: #fff;
}
.link-btn-txt-en {
  font-size: 2em;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 10px 0 0 0;
}
.link-btn-sign {
  width: 15px;
}

/* contents */
.contents {
  width: 100%;
  overflow: hidden;
}
.contents-inner {
  display: flex;
}
.contents-block {
  box-sizing: border-box;
  border-top: 90px solid #f4f4f4;
  border-right: 90px solid #f4f4f4;
  border-bottom: 90px solid #f4f4f4;
  border-left: 90px solid #f4f4f4;
  height: 100vh;
  height: 100svh;
  position: relative;
}
.cbtn1 {
  width: 250px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  left: auto;
}
.cbtn1 a {
  box-shadow: 0px 5px 15px 0px rgba(38,38,38,0.2);
}
.cbtn2 {
  width: 250px;
  position: absolute;
  right: auto;
  bottom: 50px;
  left: 100px;
}
.cbtn2 a {
  box-shadow: 0px 5px 15px 0px rgba(38,38,38,0.2);
}
.cbtn3 {
  width: 250px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  left: auto;
}
.cbtn3 a {
  box-shadow: 0px 5px 15px 0px rgba(38,38,38,0.2);
}
.cbg1 {
  background-image: url(../img/top/cbg1.jpg?var=250701);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cbg2 {
  background-image: url(../img/top/cbg2.jpg?var=250701);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cbg3 {
  background-image: url(../img/top/cbg3.jpg?var=250701);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* interview */
.interview {
  width: 100%;
  padding: 50px 0;
  position: relative;
}
.interview-inner {
  margin: 50px 0 0 0;
}
.swiper {
  width: 100%;
}
.swiper-pad {
  padding: 0 25px;
}
.swiper-txt-wrap {
  box-sizing: border-box;
  width: 80%;
  padding: 20px;
  background-color: rgba(255,255,255,1);
  position: absolute;
  right: 25px;
  bottom: 0;
}
.swiper-txt-1 {
  font-size: 1.6em;
  line-height: 26px;
}
.swiper-txt-2 {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 22px;
  padding: 30px 0 3px 0;
}
.swiper-txt-3 {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 22px;
}
.swiper-link {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 0 0;
}
.swiper-link a {
  display: flex;
  align-items: center;
}
.swiper-link-txt {
  font-size: 1.4em;
  font-weight: 700;
  color: #8eaab4;
  padding: 0 10px 0 0;
}
.swiper-link-sign {
  width: 10px;
}
.swiper-button-prev {
  color: #fff;
  background-color: rgba(179,200,207,0.9);
  border-radius: 50%;
  padding: 20px 23px 20px 20px;
  left: 20px;
}
.swiper-button-prev::after {
  font-size: 20px;
}
.swiper-button-next {
  color: #fff;
  background-color: rgba(179,200,207,0.9);
  border-radius: 50%;
  padding: 20px 20px 20px 23px;
  right: 20px;
}
.swiper-button-next::after {
  font-size: 20px;
}

/* news */
.news {
  width: 100%;
  padding: 50px 0 100px 0;
  position: relative;
}
.news-inner {
  width: 90%;
  margin: 50px auto 0 auto;
}
.news-block {
  width: 100%;
}
.news-block li {
  border-top: 1px solid #f4f4f4;
}
.news-block li:last-child {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.news-block li a {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.news-img {
  width: 20%;
}
.news-txt-wrap {
  box-sizing: border-box;
  width: 70%;
  padding: 0 30px;
}
.news-txt-sub {
  display: flex;
  align-items: center;
}
.news-date {
  font-size: 1.4em;
  font-weight: 500;
  color: #8eaab4;
}
.news-category {
  font-size: 1.3em;
  font-weight: 500;
  color: #8eaab4;
  margin: 0 0 0 20px;
  padding: 5px 8px;
  border: 1px solid #b3c8cf;
}
.news-txt {
  font-size: 1.5em;
  line-height: 20px;
  margin: 20px 0 0 0;
}
.news-sign {
  width: 10%;
  display: flex;
  justify-content: flex-end;
}
.news-sign svg {
  width: 25px;
}
.news-btn {
  width: 230px;
  display: block;
  margin: 50px auto 0 auto;
}
.news-btn a {
  background-color: #fff;
  border: 1px solid #b3c8cf;
  border-radius: 80px;
  padding: 20px 25px 20px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-btn-slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news-btn-slide::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;
}
.news-btn-slide:hover::after {
  transform: scale(1, 1);
}
.news-btn-txt {
  font-size: 1.5em;
  text-align: left;
  letter-spacing: 0.05em;
  color: #8eaab4;
  padding: 0 0 2px 0;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.news-btn-slide:hover .news-btn-txt {
  color: #fff;
}
.news-btn-sign svg {
  width: 11px;
  fill: #8eaab4;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.news-btn-slide:hover .news-btn-sign svg {
  fill: #fff;
}

/* 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;
  -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* footer */
.footer {
  width: 100%;
  background-color: #f1eedc;
  padding: 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;
  }
  /* contents */
  .cbg1 {
    background-image: url(../img/top/cbg1-tab.jpg?var=250701);
  }
  .cbg2 {
    background-image: url(../img/top/cbg2-tab.jpg?var=250701);
  }
  .cbg3 {
    background-image: url(../img/top/cbg3-tab.jpg?var=250701);
  }
  /* 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-txt-wrap {
    left: 5%;
  }
  .top-txt-sub {
    line-height: 1.6;
    padding: 10px 0 0 2px;
  }
  /* reel */
  .reel-item {
    padding: 0 10px;
  }
  .title {
    font-size: 1.3em;
  }
  .title span {
    font-size: 1.8em;
  }
  /* philo */
  .content-inner {
    flex-wrap: wrap;
  }
  .content-inner-l {
    width: 100%;
    height: auto;
    margin-top: -50px;
  }
  .content-inner-r {
    width: 100%;
    height: auto;
    margin-top: -50px;
  }
  .content-inner-l img {
    top: auto;
    transform: translateX(-50%);
  }
  .content-inner-r-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    width: 90%;
  }
  .philo-head-title-t {
    font-size: 1.2em;
  }
  .philo-head-title-t span {
    font-size: 2em;
  }
  .philo-head-title {
    font-size: 1.2em;
    text-align: center;
  }
  .philo-head-title span {
    font-size: 2em;
  }
  .philo-head {
    font-size: 2em;
    line-height: 40px;
    margin: 30px 0 0 0;
  }
  .philo-head-sub {
    font-size: 1.4em;
    line-height: 28px;
    margin: 25px 0 0 0;
  }
  .philo-title {
    font-size: 1.8em;
    line-height: 36px;
    text-align: center;
    margin: 15px 0 0 0;
  }
  .philo-title-sub-t {
    font-size: 1.6em;
    line-height: 30px;
    text-align: center;
    margin: 15px 0 0 0;
  }
  .philo-title-sub {
    font-size: 1.6em;
    line-height: 30px;
    text-align: center;
    margin: 0 0 0 0;
  }
  .link-btn a {
    border-radius: 80px;
    padding: 15px 20px 15px 45px;
  }
  .link-btn-txt {
    font-size: 1.2em;
  }
  .link-btn-txt-en {
    font-size: 1.5em;
  }
  .link-btn-sign {
    width: 12px;
  }
  /* contents */
  .contents-block {
    border-top: 70px solid #f4f4f4;
    border-right: 20px solid #f4f4f4;
    border-bottom: 20px solid #f4f4f4;
    border-left: 20px solid #f4f4f4;
  }
  .cbtn1 {
    width: 200px;
    right: 20px;
    bottom: 20px;
    left: auto;
  }
  .cbtn2 {
    width: 200px;
    right: 20px;
    bottom: 20px;
    left: auto;
  }
  .cbtn3 {
    width: 200px;
    right: 20px;
    bottom: 20px;
    left: auto;
  }
  .cbg1 {
    background-image: url(../img/top/cbg1-sp.jpg?var=250701);
  }
  .cbg2 {
    background-image: url(../img/top/cbg2-sp.jpg?var=250701);
  }
  .cbg3 {
    background-image: url(../img/top/cbg3-sp.jpg?var=250701);
  }
  /* interview */
  .interview-inner {
    margin: 40px 0 0 0;
  }
  .swiper-pad {
    padding: 0 40px;
  }
  .swiper-txt-wrap {
    box-sizing: border-box;
    width: 70%;
    padding: 20px;
    background-color: rgba(255,255,255,1);
    position: absolute;
    right: 40px;
    bottom: 0;
  }
  .swiper-txt-1 {
    font-size: 1.5em;
    line-height: 25px;
  }
  .swiper-txt-2 {
    font-size: 1.2em;
    line-height: 18px;
    padding: 20px 0 3px 0;
  }
  .swiper-txt-3 {
    font-size: 1.2em;
    line-height: 18px;
  }
  .swiper-link {
    margin: 15px 0 0 0;
  }
  .swiper-button-prev {
    left: 10px;
  }
  .swiper-button-next {
    right: 10px;
  }
  /* news */
  .news {
    padding: 50px 0 80px 0;
  }
  .news-inner {
    margin: 40px auto 0 auto;
  }
  .news-block li {
    border-top: none;
  }
  .news-block li:last-child {
    border-top: none;
    border-bottom: 1px solid #f4f4f4;
  }
  .news-block li a {
    padding: 0 0 40px 0;
    display: block;
    align-items: center;
  }
  .news-block li a:hover {
    background-color: rgba(244,244,244,0);
  }
  .news-img {
    width: 100%;
  }
  .news-txt-wrap {
    width: 100%;
    padding: 0;
  }
  .news-txt-sub {
    margin: 20px 0 0 0;
  }
  .news-date {
    font-size: 1.3em;
  }
  .news-category {
    font-size: 1.2em;
  }
  .news-txt {
    font-size: 1.4em;
    line-height: 20px;
    margin: 20px 0 0 0;
  }
  .news-sign {
    display: none;
  }
  .news-btn {
    box-sizing: border-box;
    width: 180px;
    margin: 40px auto 0 auto;
  }
  .news-btn a {
    padding: 10px 15px 10px 30px;
  }
  .news-btn-txt {
    font-size: 1.4em;
  }
  /* 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;
  }
}