html,
body {
  height: 100%;
}

.ttl1 {
  font-family: "Nunito Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: left;
  color: #171717;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .ttl1 {
    font-size: 25px;
    margin-bottom: 1em;
  }
}

.sec-ttl {
  display: flex;
  justify-content: space-between;
  padding: 130px 0 70px;
}
@media screen and (max-width: 768px) {
  .sec-ttl {
    display: block;
    padding: 70px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl h2.ttl1 {
    text-align-last: left;
  }
}
.sec-ttl div {
  width: 100%;
}
.sec-ttl p {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #212121;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sec-ttl p {
    font-size: 14px;
    letter-spacing: 0em;
  }
}

.list-menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .list-menu {
    display: block;
  }
}
.list-menu li {
  flex: 0 0 calc((100% - 63px) / 2);
  margin: -1px 0 0 0;
  padding: 0;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
}
.list-menu li a {
  display: block;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #171717;
  text-decoration: none;
  padding: 23px 0;
  padding: 1.28em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .list-menu li a {
    font-size: 16px;
  }
}
.list-menu li a::after {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 22/16;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  background: url(../img/icon-arrow.svg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .list-menu li a::after {
    width: 16px;
    top: calc(50% - 5px);
  }
}
.list-menu li a[target=_blank]::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  background: url(../img/icon-ext-bk.svg);
  background-size: cover;
  aspect-ratio: 1/1;
  width: 17px;
  height: auto;
  top: calc(50% - 9px);
}
@media screen and (max-width: 768px) {
  .list-menu li a[target=_blank]::after {
    width: 12px;
    top: calc(50% - 6px);
  }
}

/*============================
#mv
============================*/
#mv {
  position: relative;
}
#mv a {
  text-decoration: none;
  transition: 0.3s;
}
#mv a:hover {
  opacity: 0.8;
}
#mv .mv-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100dvh;
}
#mv video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#mv .vcover {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.05;
  mix-blend-mode: multiply;
}
#mv figure {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  overflow-x: hidden;
}
#mv figure img {
  width: 158.984375vw;
  max-width: none;
}
#mv .sw {
  position: absolute;
  left: 407px;
  bottom: 72px;
  z-index: 1;
}
#mv ul.btn-menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 407px;
  bottom: 72px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #mv ul.btn-menu {
    left: 20px;
    bottom: 50px;
  }
}
#mv ul.btn-menu li .btn,
#mv ul.btn-menu li .open-modal {
  display: block;
  padding: 0 136px 0 38px;
  max-width: 233px;
  line-height: 60px;
  border-radius: 100px;
  border: 1px solid #fff;
  font-family: "Nunito Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #fff;
  background: url(../img/icon-arrow-wt.svg) no-repeat right 21px center;
  background-size: 11px auto;
}
@media screen and (max-width: 768px) {
  #mv ul.btn-menu li .btn,
#mv ul.btn-menu li .open-modal {
    padding: 0 53px 0 22px;
    max-width: 140px;
    line-height: 50px;
  }
}
#mv .cp {
  font-family: "Nunito Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 56px;
  bottom: 39px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #mv .cp {
    left: 20px;
    bottom: 20px;
    font-size: 9px;
  }
}

/*============================
main
============================*/
main {
  position: relative;
}
@media screen and (max-width: 768px) {
  main {
    overflow-x: hidden;
  }
}

/*============================
#photos
============================*/
#photos {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #photos {
    display: block;
  }
}
#photos figure {
  margin: 0;
  padding: 0;
  flex: 0 0 50%;
}
/*============================
#mission
============================*/
#mission {
  background-color: #fff;
}
#mission .sec-ttl {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  #mission .sec-ttl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#mission .mission-menu {
  position: relative;
}
#mission .mission-menu::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/mission-modal-pic-01.jpg);
  background-size: cover;
}
#mission .mission-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.6;
  z-index: 2;
}
#mission .mission-menu .mission-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#mission .mission-menu .mission-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
  transition: 0.5s;
}
#mission .mission-menu .mission-bg img:not(.is-show) {
  opacity: 0;
  visibility: visible;
}
#mission .mission-menu .mission-bg img.is-show {
  opacity: 1;
}
#mission .mission-menu * {
  margin: 0;
  padding: 0;
}
#mission .mission-menu ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
#mission .mission-menu ul li {
  flex: 0 0 33.33%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  #mission .mission-menu ul li {
    flex: 0 0 50%;
  }
}
#mission .mission-menu ul li:nth-of-type(1), #mission .mission-menu ul li:nth-of-type(4) {
  border-left: none;
}
@media screen and (max-width: 768px) {
  #mission .mission-menu ul li:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 768px) {
  #mission .mission-menu ul li:nth-child(odd) {
    border-left: none;
  }
}
#mission .mission-menu ul li > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.666;
  padding: 0 36px 27px;
  min-height: 240px;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mission .mission-menu ul li > div {
    font-size: 16px;
    padding: 0 20px 15px;
    min-height: 210px;
  }
}
#mission .mission-menu ul li > div a.pc {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#mission .mission-menu ul li > div small {
  display: block;
  font-family: "Nunito Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-weight: normal;
  font-size: 11px;
  font-size: 0.458em;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 17px;
}
#mission .mission-menu ul li > div a.btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 100%;
  max-width: 233px;
  line-height: 60px;
  height: 60px;
  padding-left: 38px;
  border-radius: 100px;
  border: 1px solid #FA7800;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #FA7800;
  font-family: "Nunito Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  z-index: 1;
  background: url(../img/icon-arrow-s-ora.svg) no-repeat right 34px center;
  background-size: 12px auto;
  opacity: 0;
  transition: 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #mission .mission-menu ul li > div a.btn {
    right: auto;
    top: 20px;
    left: 20px;
    max-width: none;
    width: calc(100% - 40px);
    line-height: 40px;
    height: 40px;
    padding-left: 20px;
    padding-right: 40px;
    border-radius: 100px;
    font-size: 11px;
    background: url(../img/icon-arrow-s-ora.svg) no-repeat right 10px center;
  }
}
#mission .mission-menu ul li > div:hover {
  color: #FA7800;
  background: rgba(0, 0, 0, 0.5);
}
#mission .mission-menu ul li > div:hover .btn {
  opacity: 0.8;
}

/*============================
#company
============================*/
#company {
  padding: 140px 0 151px 30px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #company {
    padding: 70px 0 70px 20px;
  }
}
#company .company-ttl {
  display: flex;
  margin-bottom: 53px;
}
@media screen and (max-width: 768px) {
  #company .company-ttl {
    display: block;
    margin-bottom: 0px;
    padding-right: 20px;
  }
}
#company .company-ttl div {
  flex: 0 0 422px;
  padding-top: 216px;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #company .company-ttl div {
    padding-top: 60px;
    padding-right: 0;
  }
}
#company .company-ttl div .company-icon {
  display: block;
  position: absolute;
  left: 71px;
  top: 0;
  width: 492px;
  aspect-ratio: 492/159;
  background: url(../img/home-company-icon.svg);
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #company .company-ttl div .company-icon {
    width: 300px;
    left: auto;
    right: -80px;
  }
}
#company .company-ttl div h2.ttl1 {
  position: relative;
}
#company .company-ttl figure {
  flex: 0 0 791px;
  height: 378px;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #company .company-ttl figure {
    width: auto;
    height: auto;
  }
}
#company .company-ttl figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#company .company-menu {
  padding-right: 30px;
}
/*============================
#job
============================*/
#job {
  background: #F4F4F4;
  padding: 0 30px 70px;
}
#job .sec-ttl {
  flex-direction: row-reverse;
}
#job .sec-ttl div h2.ttl1 {
  text-align: right;
}
#job .job-menu * {
  margin: 0;
  padding: 0;
}
#job .job-menu ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #job .job-menu ul {
    display: block;
  }
}
#job .job-menu ul li {
  flex: 0 0 calc((100% - 82px) / 3);
}
#job .job-menu ul li a {
  display: block;
  text-decoration: none !important;
  transition: 0.3s;
}
#job .job-menu ul li a:hover {
  opacity: 0.5;
}
#job .job-menu ul li a figure {
  margin: 0;
  padding: 0;
}
#job .job-menu ul li a figure img {
  width: 100%;
}
#job .job-menu ul li a figure figcaption {
  padding: 0.9em 0;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #171717;
}
@media screen and (max-width: 768px) {
  #job .job-menu ul li a figure figcaption {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
}

/*============================
#job2
============================*/
#job2 {
  position: relative;
  aspect-ratio: 1280/600;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  #job2 {
    aspect-ratio: unset;
    padding: 20px;
  }
}
#job2 * {
  margin: 0;
  padding: 0;
}
#job2 .job-2-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1280/600;
}
@media screen and (max-width: 768px) {
  #job2 .job-2-bg {
    aspect-ratio: none;
  }
}
#job2 .job-2-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}
#job2 .job-2-bg img:not(.is-show) {
  opacity: 0;
}
#job2 .job-2-bg img.is-show {
  opacity: 1;
}
#job2 .w1144 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: auto;
  padding: 62px 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #job2 .w1144 {
    padding: 0;
  }
}
#job2 .w1144 h3 {
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: left;
  color: #171717;
  color: #fff;
  margin: 0;
  padding: 0;
  mix-blend-mode: difference;
}
@media screen and (max-width: 768px) {
  #job2 .w1144 h3 {
    margin-bottom: 30vh;
  }
}
#job2 .w1144 .job2-menu ul {
  width: 100%;
  max-width: 658px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#job2 .w1144 .job2-menu ul li {
  flex: 0 0 calc((100% - 20px) / 2);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #job2 .w1144 .job2-menu ul li {
    flex: 0 0 calc((100% - 10px) / 2);
  }
}
#job2 .w1144 .job2-menu ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.9) url(../img/icon-arrow-s-ora.svg) no-repeat right 40px center;
  background-size: 12px;
  font-size: 15px;
  letter-spacing: 0.04em;
  padding-left: 20px;
  color: #fa7800;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #job2 .w1144 .job2-menu ul li a {
    background-position: right 10px center;
    height: 50px;
    line-height: 50px;
  }
}
#job2 .w1144 .job2-menu ul li:hover a {
  background-image: url(../img/icon-arrow-s-wt.svg);
  background-color: #FA7800;
  color: #fff;
}

/*============================
#int Swiper.ver
============================*/
#int {
  overflow: hidden;
  position: relative;
  padding: 113px 0 145px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #int {
    padding: 60px 0 60px;
  }
}
#int .int-icon {
  display: block;
  position: absolute;
  left: 21.953125vw;
  top: 113px;
  width: 345.61px;
  aspect-ratio: 345.61/475.53;
  background: url(../img/int-icon.svg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #int .int-icon {
    width: 200px;
    left: 20px;
  }
}
#int .w1144 {
  padding: 0 30px;
}
#int .w1144 h2.ttl1 {
  text-align: right;
  margin: 30px 0 60px;
  position: relative;
}
#int .arrows {
  display: flex;
  justify-content: flex-end;
  gap: 58px;
}
#int .arrows .swiper-button-next,
#int .arrows .swiper-button-prev {
  position: static;
  width: 23px;
  height: 46px;
  background: transparent url(../img/icon-slide-arw-bk.svg) no-repeat center;
  background-size: cover;
  border: none;
  cursor: pointer;
}
#int .arrows .swiper-button-next::after,
#int .arrows .swiper-button-prev::after {
  display: none;
}
#int .arrows .swiper-button-prev {
  transform: scaleX(-1);
}
#int .wrap {
  padding: 30px 70px;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  #int .wrap {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  #int .wrap {
    padding: 30px 0 0 20px;
    margin: 0;
  }
}
#int .swiper {
  overflow: visible;
}
#int .swiper .swiper-wrapper {
  overflow: visible;
}
#int .swiper-slide {
  height: auto;
  max-width: 300px;
}
#int .swiper-slide a {
  display: block;
  text-align: left;
  color: #171717;
}
@media screen and (max-width: 768px) {
  #int .swiper-slide a {
    padding-right: 20px;
  }
}
#int .swiper-slide a figure {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
#int .swiper-slide a figure span {
  display: block;
}
#int .swiper-slide a figure span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#int .swiper-slide a figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #FA7800;
  padding: 11px 16px;
  font-size: 15px;
  letter-spacing: 0.04em;
}
#int .swiper-slide a dl {
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  #int .swiper-slide a dl {
    display: block;
  }
}
#int .swiper-slide a dl dt {
  font-family: "Nunito Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #int .swiper-slide a dl dt {
    font-size: 16px;
  }
}
#int .swiper-slide a dl dd {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #int .swiper-slide a dl dd {
    font-size: 10px;
  }
}
#int .dummy {
  opacity: 0 !important;
}

/*============================
#cmct
============================*/
#cmct {
  background: #fff;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  #cmct {
    padding: 0 20px;
  }
}
#cmct .w1144 {
  display: flex;
  gap: 81px;
  gap: 7.0804195804%;
  padding: 0 0 70px;
}
@media screen and (max-width: 768px) {
  #cmct .w1144 {
    display: block;
  }
}
#cmct .w1144 .cm h2.ttl1,
#cmct .w1144 .ct h2.ttl1 {
  font-size: 36px;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #cmct .w1144 .cm h2.ttl1,
#cmct .w1144 .ct h2.ttl1 {
    font-size: 25px;
  }
}
#cmct .w1144 .cm nav ul,
#cmct .w1144 .ct nav ul {
  display: flex;
  gap: 7.0175438596%;
}
@media screen and (max-width: 768px) {
  #cmct .w1144 .cm nav ul,
#cmct .w1144 .ct nav ul {
    gap: 10px;
  }
}
#cmct .w1144 .cm nav ul li,
#cmct .w1144 .ct nav ul li {
  height: auto;
}
#cmct .w1144 .cm nav ul li a,
#cmct .w1144 .ct nav ul li a {
  display: block;
  text-align: left;
  color: #171717;
}
#cmct .w1144 .cm nav ul li a figure,
#cmct .w1144 .ct nav ul li a figure {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
#cmct .w1144 .cm nav ul li a figure span,
#cmct .w1144 .ct nav ul li a figure span {
  display: block;
}
#cmct .w1144 .cm nav ul li a figure span img,
#cmct .w1144 .ct nav ul li a figure span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#cmct .w1144 .cm nav ul li a dl,
#cmct .w1144 .ct nav ul li a dl {
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  #cmct .w1144 .cm nav ul li a dl,
#cmct .w1144 .ct nav ul li a dl {
    display: block;
  }
}
#cmct .w1144 .cm nav ul li a dl dt,
#cmct .w1144 .ct nav ul li a dl dt {
  font-family: "Nunito Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #cmct .w1144 .cm nav ul li a dl dt,
#cmct .w1144 .ct nav ul li a dl dt {
    font-size: 16px;
  }
}
#cmct .w1144 .cm nav ul li a dl dd,
#cmct .w1144 .ct nav ul li a dl dd {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #cmct .w1144 .cm nav ul li a dl dd,
#cmct .w1144 .ct nav ul li a dl dd {
    font-size: 10px;
  }
}
#cmct .w1144 .cm {
  flex: 0 0 570px;
  flex: 0 0 49.8251748252%;
}
@media screen and (max-width: 768px) {
  #cmct .w1144 .cm {
    margin-bottom: 30px;
  }
}
#cmct .w1144 .cm nav ul li {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  #cmct .w1144 .cm nav ul li {
    max-width: none;
  }
}
#cmct .w1144 .ct {
  flex: 0 0 493px;
  flex: 0 0 43.0944055944%;
}

/*============================
#culture
============================*/
#culture {
  background: #F4F4F4;
  padding: 0 30px 120px;
}
@media screen and (max-width: 768px) {
  #culture {
    padding: 0 20px 60px;
  }
}
#culture .w1144 .sec-ttl {
  flex-direction: row-reverse;
}
#culture .w1144 .sec-ttl div h2.ttl1 {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #culture .w1144 .sec-ttl div h2.ttl1 {
    text-align: left;
  }
}
#culture .w1144 .culture-menu * {
  margin: 0;
  padding: 0;
}
#culture .w1144 .culture-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  #culture .w1144 .culture-menu ul {
    gap: 10px;
    flex-wrap: wrap;
  }
}
#culture .w1144 .culture-menu ul li {
  flex: 0 0 calc((100% - 84px) / 4);
}
@media screen and (max-width: 768px) {
  #culture .w1144 .culture-menu ul li {
    flex: 0 0 calc((100% - 10px) / 2);
  }
}
#culture .w1144 .culture-menu ul li a {
  text-decoration: none;
}
#culture .w1144 .culture-menu ul li a figure figcaption {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #171717;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  #culture .w1144 .culture-menu ul li a figure figcaption {
    font-size: 12px;
    letter-spacing: 0.02em;
    padding-right: 1em;
  }
}

/*============================
#recruit
============================*/
#recruit {
  padding: 120px 30px 141px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #recruit {
    padding: 60px 20px 70px;
  }
}
#recruit .w1144 h2.ttl2 {
  font-family: "Nunito Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: left;
  color: #171717;
  margin-bottom: 2.4285714286;
}
@media screen and (max-width: 768px) {
  #recruit .w1144 h2.ttl2 {
    line-height: 1.3;
  }
}
.uk-modal {
  background: rgba(85, 85, 85, 0.95);
}

.uk-modal-dialog {
  background-color: transparent;
}

.mission-modal-body {
  max-width: 1020px;
  margin: auto;
}
.mission-modal-body * {
  color: #fff;
}
.mission-modal-body h2 {
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 0.06em;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 768px) {
  .mission-modal-body h2 {
    font-size: 25.2px;
  }
}
.mission-modal-body h2 small {
  display: block;
  font-family: "Nunito Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .mission-modal-body h2 small {
    margin-bottom: 40px;
  }
}
.mission-modal-body h3 {
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.666;
}
@media screen and (max-width: 768px) {
  .mission-modal-body h3 {
    font-size: 16.8px;
  }
}
.mission-modal-body h3 + p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: justify;
}
.mission-modal-body .flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mission-modal-body .flex {
    flex-direction: column-reverse;
  }
}
.mission-modal-body .flex div:nth-of-type(1) {
  flex: 0 0 50%;
}
.mission-modal-body .flex div:nth-of-type(2) {
  flex: 0 0 46%;
}
@media screen and (max-width: 768px) {
  .mission-modal-body .flex div:nth-of-type(2) {
    margin-bottom: 30px;
  }
}

[class*=uk-modal-close-] {
  position: absolute;
  z-index: 1010;
  top: 0;
  right: 0;
  padding: 0;
  width: 40px;
  height: 40px;
}
[class*=uk-modal-close-] svg {
  display: none;
}
[class*=uk-modal-close-]::before, [class*=uk-modal-close-]::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}
[class*=uk-modal-close-]::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}