@charset "UTF-8";
main {
  margin: 0 auto;
  padding-bottom: 210px;
}

section .inner {
  padding: 0 40px;
  margin: 0 auto;
}

.bg-grid {
  background: url(../img/top/bg-grid.png) center top repeat;
}

h2 {
  font-size: 5rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 7px;
  text-align: left;
  color: #333;
}
h2::first-letter {
  color: #ec6835;
}

/*-----------------------------------------------------------------
FV
-----------------------------------------------------------------*/
#main-image.front {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
}
#main-image.front .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
#main-image.front .bg {
  width: 100%;
  height: 100%;
  background-color: #666;
  position: relative;
}
#main-image.front .bg video {
  display: block;
  width: 100%;
  /* 背景画像の高さ */
  height: 100%;
  /* 高さを維持したまま全体を表示させる */
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#main-image.front a {
  position: absolute;
  right: 54px;
  bottom: 75px;
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 6.72px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  background: url(../img/common/arrow-recruit.png) right center no-repeat;
  background-size: auto 13px;
  padding-right: 23px;
  z-index: 1;
}

/*-----------------------------------------------------------------
greeting
-----------------------------------------------------------------*/
#greeting {
  background: url(../img/top/greeting-bg.png) center center no-repeat;
  background-size: cover;
  padding: 96px 0 100px;
}
#greeting .inner {
  width: 1000px;
}
#greeting h2 {
  text-align: center;
}
#greeting .copy {
  text-align: center;
  margin-top: 50px;
  font-size: 3.6rem;
  line-height: 1.2222222222;
  font-weight: 500;
  letter-spacing: 5.76px;
  text-align: center;
  color: #333;
}
#greeting .text {
  margin-top: 60px;
}
#greeting .text p {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 4.32px;
}
#greeting .text p + p {
  margin-top: 1.5em;
}
#greeting .name {
  text-align: right;
  margin-top: 100px;
  height: 32px;
}

/*-----------------------------------------------------------------
バナー
-----------------------------------------------------------------*/
#banners .boxes {
  display: flex;
  justify-content: center;
}
#banners .boxes .box {
  position: relative;
}
#banners .boxes .box img {
  display: block;
}
#banners .boxes .box .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  text-align: center;
  color: #fefefe;
}
#banners .boxes .box .title .en {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 7px;
  font-weight: normal;
}
#banners .boxes .box .title .en::first-letter {
  color: #ec6835;
}
#banners .boxes .box .title .jp {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 4.8px;
  margin-top: 1.25em;
}

/*-----------------------------------------------------------------
building
-----------------------------------------------------------------*/
#building {
  background: url(../img/top/building-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 77px 0;
  min-height: 960px;
  position: relative;
}
#building .inner {
  position: relative;
  padding-left: 630px;
  max-width: 1280px;
}
#building .img {
  max-width: 755px;
  width: calc(50vw - 125px);
  min-width: 488px;
  position: absolute;
  top: -30px;
  right: 50%;
  transform: translateX(-125px);
  z-index: 0;
}
#building .img img {
  display: block;
}
#building .contents {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
#building .contents h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2222222222;
  letter-spacing: 7.92px;
  font-weight: 500;
  color: #fff;
}
#building .contents h2::first-letter {
  color: #fff;
}
#building .contents .text {
  color: #fff;
  margin-top: 40px;
}
#building .contents .text p {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 4.32px;
  font-weight: 500;
  text-align: left;
  color: #fff;
}
#building .contents .text p + p {
  margin-top: 35px;
}
#building .contents .link {
  margin-top: 60px;
}
#building .contents .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 56px;
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
}

/*-----------------------------------------------------------------
company
-----------------------------------------------------------------*/
#company {
  background: url(../img/top/bg-triangle-right.png) right bottom no-repeat;
  background-size: auto 960px;
  padding: 145px 0;
  min-height: 960px;
  position: relative;
}
#company .inner {
  position: relative;
  max-width: 1280px;
  padding-right: 620px;
}
#company .img {
  max-width: 755px;
  width: calc(50vw - 125px);
  min-width: 488px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(125px);
  z-index: 0;
}
#company .img img {
  display: block;
}
#company .contents {
  position: relative;
  z-index: 1;
}
#company .contents h2 {
  height: 40px;
}
#company .contents .copy {
  font-size: 3.6rem;
  line-height: 1.2222222222;
  letter-spacing: 3.9px;
  font-weight: 500;
  margin-top: 55px;
}
#company .contents .text {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-top: 50px;
  letter-spacing: 4.3px;
}
#company .contents .text p + p {
  margin-top: 1em;
}
#company .contents .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #010405;
  background-color: #fff;
  text-decoration: none;
  width: 298px;
  height: 54px;
  margin-top: 80px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 4.3px;
}

/*-----------------------------------------------------------------
recruit
-----------------------------------------------------------------*/
#recruit {
  background: url(../img/top/bg-triangle-left.png) left bottom no-repeat;
  background-size: auto 960px;
  padding: 145px 0;
  min-height: 960px;
}
#recruit .inner {
  position: relative;
  padding-left: 630px;
  max-width: 1280px;
}
#recruit .img {
  max-width: 755px;
  width: calc(50vw - 125px);
  min-width: 488px;
  position: absolute;
  top: -30px;
  right: 50%;
  transform: translateX(-125px);
  z-index: 0;
}
#recruit .img img {
  display: block;
}
#recruit .contents {
  position: relative;
  z-index: 1;
}
#recruit .contents h2 {
  height: 40px;
}
#recruit .contents .copy {
  font-size: 3.6rem;
  line-height: 1.2222222222;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 3.9px;
  font-weight: 500;
  margin-top: 55px;
}
#recruit .contents .text {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-top: 50px;
  letter-spacing: 4.3px;
  font-weight: 500;
}
#recruit .contents .text p + p {
  margin-top: 1em;
}
#recruit .contents .link {
  position: relative;
  z-index: 1;
}
#recruit .contents .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #010405;
  background-color: #fff;
  text-decoration: none;
  width: 298px;
  height: 54px;
  margin-top: 80px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 4.3px;
  font-weight: 500;
}

/*-----------------------------------------------------------------
staff
-----------------------------------------------------------------*/
#staff {
  background-color: #010405;
  padding: 100px 0;
  position: relative;
}
#staff .inner {
  position: relative;
  width: 100%;
  padding: 0;
}
#staff h2 {
  height: 40px;
  text-align: center;
  color: #fff;
}
#staff .jp {
  text-align: center;
  margin-top: 30px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 4.8px;
  text-align: center;
  color: #fefefe;
}
#staff .boxes {
  margin-top: 85px;
}
#staff .boxes .box {
  position: relative;
  width: 100%;
  max-width: 1980px;
  margin: 0 auto;
  min-height: 490px;
  padding-bottom: 23px;
}
#staff .boxes .box:nth-of-type(1) .contents .inner .title {
  background-image: url(../img/top/staff01-no01.png);
}
#staff .boxes .box:nth-of-type(2) .contents .inner .title {
  background-image: url(../img/top/staff01-no02.png);
}
#staff .boxes .box:nth-of-type(3) .contents .inner .title {
  background-image: url(../img/top/staff01-no03.png);
}
#staff .boxes .box + .box {
  margin-top: 70px;
}
#staff .boxes .box .img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 0;
  display: flex;
}
#staff .boxes .box .img img {
  display: block;
  width: auto;
  height: 100%;
}
#staff .boxes .box .img .name {
  position: absolute;
  bottom: 2.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 4.84px;
  font-weight: 500;
  text-align: center;
  color: #333;
  width: 380px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.8);
}
#staff .boxes .box .contents {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  padding: 0 40px;
  display: flex;
  justify-content: flex-start;
}
#staff .boxes .box .contents .inner {
  width: 685px;
  margin: 0;
}
#staff .boxes .box .contents .inner .title {
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  line-height: 1.2222222222;
  font-weight: 500;
  letter-spacing: 7.92px;
  text-align: left;
  color: #fff;
  padding-left: 62px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 131px;
  height: 131px;
}
#staff .boxes .box .contents .inner .text {
  margin-top: 50px;
  width: 640px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 4.3px;
  font-weight: 500;
}
#staff .boxes .box .contents .inner .text p + p {
  margin-top: 1em;
}
#staff .boxes .box .contents .inner .link {
  margin-top: 30px;
}
#staff .boxes .box .contents .inner .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 56px;
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
}
#staff .boxes .box:nth-of-type(even) .img {
  justify-content: flex-end;
  right: 0;
}
#staff .boxes .box:nth-of-type(even) .img .name {
  right: 2.5vw;
}
#staff .boxes .box:nth-of-type(even) .contents {
  justify-content: flex-start;
}
#staff .boxes .box:nth-of-type(even) .contents .inner {
  width: 730px;
}
#staff .boxes .box:nth-of-type(odd) .img {
  left: 0;
}
#staff .boxes .box:nth-of-type(odd) .img .name {
  left: 2.5vw;
}
#staff .boxes .box:nth-of-type(odd) .contents {
  justify-content: flex-end;
}

/*-----------------------------------------------------------------
gallery
-----------------------------------------------------------------*/
#gallery {
  padding: 85px 0 50px;
}
#gallery .inner {
  position: relative;
}
#gallery h2 {
  height: 40px;
  text-align: center;
}
#gallery .jp {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  text-align: center;
  letter-spacing: 4.8px;
  margin-top: 30px;
}
#gallery .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1170px;
  margin: 95px auto 0;
}
#gallery .boxes .box {
  position: relative;
  margin-left: 30px;
  max-width: 270px;
}
#gallery .boxes .box:nth-of-type(4n + 1) {
  margin-left: 0;
}
#gallery .boxes .box:nth-of-type(n + 5) {
  margin-top: 40px;
}
#gallery .boxes .box .img {
  width: 270px;
  height: 188px;
}
#gallery .boxes .box .img img {
  width: 100%;
}
#gallery .boxes .box .img a {
  text-decoration: none;
}
#gallery .boxes .box .img .noimage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
#gallery .boxes .box .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
#gallery .boxes .box .info .date {
  font-size: 1.6rem;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #aaa;
}
#gallery .boxes .box .info .categories a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 23px;
  background-color: #ffede6;
  text-align: center;
  color: #ec6835;
  font-size: 1.2rem;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
  padding: 0 15px;
}
#gallery .boxes .box .title {
  margin-top: 20px;
}
#gallery .boxes .box .title a {
  font-size: 1.6rem;
  line-height: 1.875;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  text-decoration: none;
}
#gallery .link {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
#gallery .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #010405;
  background-color: #fff;
  text-decoration: none;
  width: 298px;
  height: 54px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 4.3px;
  font-weight: 500;
}

#news .inner {
  position: relative;
  max-width: 1000px;
}
#news .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#news .header h2 {
  display: block;
  font-size: 5rem;
  line-height: 1;
}
#news .header h2::first-letter {
  color: #ec6835;
}
#news .header h2 small {
  font-size: 2rem;
  line-height: 1;
  text-align: left;
  color: #333;
  letter-spacing: normal;
  margin-left: 0.5em;
}
#news .header .link a {
  font-size: 2rem;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  background: url(../img/common/arrow-right.png) right center no-repeat;
  background-size: 11px auto;
  padding-right: 25px;
}
#news .boxes {
  margin-top: 20px;
}
#news .boxes .box {
  padding: 25px 0 20px;
  border-top: 1px solid #333;
}
#news .boxes .box:last-of-type {
  border-bottom: 1px solid #333;
}
#news .boxes .box .info {
  display: flex;
  align-items: center;
}
#news .boxes .box .info.is_new .terms a:last-of-type {
  margin-right: 17px;
}
#news .boxes .box .info.is_new .terms:after {
  content: "NEW";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 29px;
  background-color: #cd0000;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
  padding: 0 15px;
}
#news .boxes .box .info .date {
  font-size: 2rem;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #333;
}
#news .boxes .box .info .terms {
  margin-left: 14px;
  display: flex;
}
#news .boxes .box .info .terms a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 29px;
  background-color: #ec6835;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
  padding: 0 15px;
}
#news .boxes .box .info .terms a + a {
  margin-left: 29px;
}
#news .boxes .box .title {
  margin-top: 25px;
}
#news .boxes .box .title a {
  font-size: 1.8rem;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  text-decoration: none;
}