@charset "UTF-8";
/* CSS Document */


/* スライダー全体 */
.slider {
  width: 100%;
  height: 100vh; /* 画面いっぱい */
  overflow: hidden;
}

/* 動画の親 */
.slide_box,
.slide_box_in {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* 動画本体 */
.vid_main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;   /* ★はみ出さず、比率維持でトリミング */
  transform: translate(-50%, -50%);
}

/* PC / SP 切り替え */
.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}




.top .main_video {
  position: relative;
}
.top .main_video .video_wrap {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.top .main_video .video_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 43, 69, .20);
  mix-blend-mode: multiply;
  content: '';
}
.top .main_video .video_wrap #video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.top .main_video .video_wrap #video.sp_mov {
  max-height: 100%;
}
.top .main_video .catch {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.top .main_video .catch .box .box_in {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-bottom: 70px;
}
.top .main_video .catch .box .box_in h3 {
  width: 210px;
  margin-bottom: 40px;
}
.top .main_video .catch .box .box_in h4 {
  font-size: 3.0rem;
  letter-spacing: .3em;
  color: #FFF;
}
.top main .about {
  position: relative;
  overflow: hidden;
}
.top main .about .slide_txt {
  position: relative;
  z-index: -1;
  width: 100%;
  display: flex;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 100px;
}
.top main .about .slide_txt span {
  flex-shrink: 0;
  width: auto;
  height: auto;
  text-wrap: nowrap;
  font-family: "Jost", sans-serif;
  font-size: 27rem;
  font-weight: 700;
  line-height: 1.1;
  color: #e5eaec;
}
.top main .about .slide_txt span.first {
  animation: anim--first 500s infinite linear 0.5s both;
}
.top main .about .slide_txt span.second {
  animation: anim--second 500s infinite linear 0.5s both;
}
@keyframes anim--first {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes anim--second {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.top main .about .box {
  position: relative;
  display: flex;
}
.top main .about .box .img {
  position: relative;
  width: calc(50vw - 120px);
  height: 600px;
  margin-left: calc(50% - 50vw);
}
.top main .about .box .img picture {
  width: 100%;
  height: 100%;
}
.top main .about .box .img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top main .about .box .comment {
  width: calc(100% - 470px);
  margin-left: auto;
}
.top main .about .box .comment h3 {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: .08em;
  margin-bottom: 1.2em;
}
.top main .about .box .comment h3 {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: .08em;
  margin-bottom: 1.2em;
  color: #002b45;
}
.top main .about .box .comment p {
  font-size: 1.8rem;
  line-height: 2.5;
}
.top main .about .box .comment p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.top main .works {
  padding-top: 160px;
  padding-bottom: 160px;
}
.top main .works .comment {
  margin-bottom: 90px;
}
.top main .works .comment p {
  font-size: 1.8rem;
  line-height: 2.5;
  text-align: center;
}
.top main .loop_img .slick-track {
  display: flex !important;
}
.top main .loop_img .slick-slide {
  height: auto !important;
}
.top main .loop_img .slick-slide > div {
  height: 100% !important;
}
.top main .loop_img p {
  width: 320px !important;
}
.top main .recruit {
  margin-bottom: 150px;
  padding-top: 150px;
}
.top main .recruit .img {
  margin-bottom: 50px;
}
.top main .recruit .img p {
  margin-bottom: 50px;
}
.top main .recruit .img ul {
  display: flex;
}
.top main .recruit .img ul li {
  width: calc((100% - 50px) / 2);
}
.top main .recruit .img ul li:nth-of-type(odd) {
  margin-right: 50px;
}
.top main .recruit .comment {
  margin-bottom: 90px;
}
.top main .recruit .comment p {
  font-size: 1.8rem;
  line-height: 2.5;
  text-align: center;
}
.top main .info {
  margin-bottom: 150px;
}
.top main .info .list section:not(:last-of-type) {
  margin-bottom: 50px;
}
.top main .info .list section .time_title {
  display: flex;
  padding-bottom: .5em;
  margin-bottom: .7em;
  border-bottom: solid 1px #595757;
  font-size: 2.5rem;
}
.top main .info .list section .time_title * {
  letter-spacing: .075em;
}
.top main .info .list section .time_title time {
  white-space: nowrap;
  font-weight: 500;
  margin-right: 1em;
}
.top main .info .list section .time_title h3 {
  font-weight: 500;
}
.top main .info .list section .content {
  font-size: 2.2rem;
}
.top main .info .list section .content * {
  letter-spacing: .075em;
}
.top main .info .list section .content p:not(:last-of-type) {
  margin-bottom: .8em;
}
.top main .company {
  margin-bottom: 150px;
}
.top main .company .comment {
  margin-bottom: 90px;
}
.top main .company .comment p {
  font-size: 1.8rem;
  line-height: 2.5;
  text-align: center;
}
.top main .company_img {
  padding-bottom: 50px;
}
.top main .company_img p {
  height: 840px;
  overflow: hidden;
}
.top main .company_img p picture {
  width: 100%;
  height: 100%;
}
.top main .company_img p picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/*company*/
.company main .about {
  position: relative;
  overflow: hidden;
  margin-bottom: 150px;
}
.company main .about .slide_txt {
  position: relative;
  z-index: -1;
  width: 100%;
  display: flex;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 100px;
}
.company main .about .slide_txt span {
  flex-shrink: 0;
  width: auto;
  height: auto;
  text-wrap: nowrap;
  font-family: "Jost", sans-serif;
  font-size: 27rem;
  font-weight: 700;
  line-height: 1.1;
  color: #e5eaec;
}
.company main .about .slide_txt span.first {
  animation: anim--first 500s infinite linear 0.5s both;
}
.company main .about .slide_txt span.second {
  animation: anim--second 500s infinite linear 0.5s both;
}
.company main .about .box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.company main .about .box table tr th ,
.company main .about .box table tr td {
  position: relative;
  font-size: 1.8rem;
}
.company main .about .box table tr th {
  padding-right: 30px;
  border-right: 1px solid #333333;
}
.company main .about .box table tr td {
  padding-left: 30px;
}
.company main .about .box table tr:not(:last-of-type) th ,
.company main .about .box table tr:not(:last-of-type) td {
  padding-bottom: .5em;
}
.company main .about .box table tr th span {
  display: block;
  white-space: nowrap;
}
.company main .about .box table tr th span.char02::first-letter {
  letter-spacing: 2.5em;
}
.company main .about .box table tr th span.char03 {
  letter-spacing: .7em;
  margin-right: -.7em;
}
.company main .about .box table tr th span.en-char03 {
  letter-spacing: 1.3em;
  margin-right: -1.3em;
}
.company main .about .box table tr th span.char04 {
  letter-spacing: .2em;
  margin-right: -.2em;
}
.company main .about .box table tr td address {
  display: block;
}
.company main .about .box table tr td address span {
  margin-right: .5em;
}
.company main .about .box table tr td .member {
  display: table;
}
.company main .about .box table tr td .member dl {
  display: table-row;
}
.company main .about .box table tr td .member dl dt ,
.company main .about .box table tr td .member dl dd {
  display: table-cell;
}
.company main .about .box table tr td .member dl dt {
  padding-right: 1em;
}
.company main .history {
  margin-bottom: 150px;
}
.company main .history .box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.company main .history .box table tr th ,
.company main .history .box table tr td {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: .1em;
}
.company main .history .box table tr th {
  padding-right: 30px;
  border-right: 1px solid #333333;
}
.company main .history .box table tr td {
  padding-left: 30px;
}
.company main .history .box table tr:not(:last-of-type) th ,
.company main .history .box table tr:not(:last-of-type) td {
  padding-bottom: .5em;
}
.company main .greeting {
  margin-bottom: 150px;
}
.company main .greeting .img {
  width: 750px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.company main .greeting .comment {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.company main .greeting .comment h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #002b45;
  letter-spacing: .25em;
  margin-bottom: 1.5em;
}
.company main .greeting .comment h3 + p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.5;
}
.company main .greeting .comment .name {
  font-size: 2.5rem;
  font-weight: 500;
}
.company main .greeting .comment .name span {
  margin-right: .5em;
  font-weight: 500;
}
.company main .about {
  padding-bottom: 150px;
}
.company main .about .gmap {
  margin-bottom: 50px;
  height: 700px;
}
.company main .about .gmap iframe {
  width: 100%;
  height: 100%;
}
.company main .about address {
  display: block;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: .2em;
  margin-bottom: 150px;
}
.company main .about address span {
  margin-right: .5em;
}



/*recruit*/
.recruit main .about {
  position: relative;
  overflow: hidden;
  background: #002b45;
  padding-bottom: 150px;
}
.recruit main .about .slide_txt {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 100px;
}
.recruit main .about .slide_txt span {
  flex-shrink: 0;
  width: auto;
  height: auto;
  text-wrap: nowrap;
  font-family: "Jost", sans-serif;
  font-size: 27rem;
  font-weight: 700;
  line-height: 1.1;
  color: #e5eaec;
}
.recruit main .about .slide_txt span.first {
  animation: anim--first 500s infinite linear 0.5s both;
}
.recruit main .about .slide_txt span.second {
  animation: anim--second 500s infinite linear 0.5s both;
}
.recruit main .about .img {
  margin-bottom: 50px;
}
.recruit main .about .img p {
  margin-bottom: 50px;
}
.recruit main .about .img ul {
  display: flex;
}
.recruit main .about .img ul li {
  width: calc((100% - 50px) / 2);
}
.recruit main .about .img ul li:nth-of-type(odd) {
  margin-right: 50px;
}
.recruit main .about section {
  margin-bottom: 130px;
  color: #FFF;
}
.recruit main .about section:last-of-type {
  margin-bottom: 80px;
}
.recruit main .about section h3 {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.recruit main .about section h3 em ,
.recruit main .about section h3 span {
  display: block;
}
.recruit main .about section h3 em {
  font-family: "Jost", sans-serif;
  font-size: 6.0rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: .1em;
}
.recruit main .about section h3 span {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: .075em;
}
.recruit main .about section h4 {
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: .2em;
  margin-bottom: 1.5em;
}
.recruit main .about section .comment p {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: .1em;
  line-height: 2.5;
}
.recruit main .about .sub_img {
  margin-bottom: 50px;
}
.recruit main .interview {
  padding-top: 150px;
  padding-bottom: 150px;
}
.recruit main .interview section {
  margin-bottom: 130px;
}
.recruit main .interview section .number {
  font-family: "Jost", sans-serif;
  font-size: 6.0rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .02em;
  color: #002b45;
  margin-bottom: .1em;
  text-align: center;
}
.recruit main .interview section .name {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: .075em;
  line-height: 1.8;
  margin-bottom: 2em;
}
.recruit main .interview section .box {
  display: flex;
}
.recruit main .interview section .box .img {
  width: 465px;
  margin-right: 50px;
}
.recruit main .interview section .box .box_r {
  width: calc(100% - (465px + 50px));
}
.recruit main .interview section .box .box_r h3 {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: .2em;
  margin-bottom: 1.5em;
}
.recruit main .interview section .box .box_r dl:not(:last-of-type) {
  margin-bottom: 2em;
}
.recruit main .interview section .box .box_r dl dt {
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: .075em;
  margin-bottom: .3em;
}
.recruit main .interview section .box .box_r dl dd {
  letter-spacing: .075em;
}



/*expertise*/
.expertise main .about {
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
}
.expertise main .about .slide_txt {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 100px;
}
.expertise main .about .slide_txt span {
  flex-shrink: 0;
  width: auto;
  height: auto;
  text-wrap: nowrap;
  font-family: "Jost", sans-serif;
  font-size: 27rem;
  font-weight: 700;
  line-height: 1.1;
  color: #e5eaec;
}
.expertise main .about .slide_txt span.first {
  animation: anim--first 500s infinite linear 0.5s both;
}
.expertise main .about .slide_txt span.second {
  animation: anim--second 500s infinite linear 0.5s both;
}
.expertise main .about .business {
  margin-bottom: 50px;
}
.expertise main .about .business h4 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .25em;
  color: #002b45;
  margin-bottom: 1.2em;
}
.expertise main .about .business .comment {
  font-size: 1.8rem;
  margin-bottom: 1.5em;
}
.expertise main .about .business .comment p {
  text-align: center;
  letter-spacing: .1em;
  line-height: 2.5;
}
.expertise main .about .business .img p {
  margin-bottom: 50px;
}
.expertise main .about .business .img ul {
  display: flex;
}
.expertise main .about .business .img ul li {
  width: calc((100% - 50px) / 2);
}
.expertise main .about .business .img ul li:nth-of-type(odd) {
  margin-right: 50px;
}
.expertise main .about .box section:not(:last-of-type) {
  margin-bottom: 50px;
}
.expertise main .about .box section h4 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .25em;
  text-align: center;
  color: #002b45;
  margin-bottom: 1.2em;
}
.expertise main .about .box section .comment {
  font-size: 1.8rem;
}
.expertise main .about .box section .comment:not(:last-of-type) {
  margin-bottom: 1em;
}
.expertise main .about .box section .comment p {
  line-height: 2.5;
  text-align: center;
}
.expertise main .about .box section h5 {
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
}
.expertise main .flow {
  margin-bottom: 150px;
}
.expertise main .flow .img {
  margin-bottom: 50px;
}
.expertise main .flow h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: .25em;
  color: #002b45;
  margin-bottom: 50px;
}
.expertise main .flow .flow_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.expertise main .flow .flow_box .box {
  position: relative;
  padding-left: 180px;
  padding-top: 40px;
  padding-bottom: 40px;
  counter-reset: number;
}
.expertise main .flow .flow_box .box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background: #efefef;
  border-radius: 15px;
  content: '';
}
.expertise main .flow .flow_box .box section {
  position: relative;
}
.expertise main .flow .flow_box .box section:not(:last-of-type) {
  margin-bottom: 40px;
}
.expertise main .flow .flow_box .box section::before ,
.expertise main .flow .flow_box .box section::after {
  position: absolute;
  top: .8em;
  display: block;
  font-size: 2.2rem;
  content: '';
}
.expertise main .flow .flow_box .box section::before {
  width: 12px;
  height: 12px;
  background: #002b45;
  border-radius: 50%;
  left: calc(-180px + ((30px - 12px) / 2));
  z-index: 1;
}
.expertise main .flow .flow_box .box section::after {
  width: 140px;
  top: calc((12px / 2) + .75em);  
  border-bottom: 1px dashed #999;
  left: calc(-180px + (((30px - 12px) / 2) + 5px));
}
.expertise main .flow .flow_box .box section .box_in h4 {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .05em;
  padding-left: 1.4em;
}
.expertise main .flow .flow_box .box section .box_in h4::before {
  position: absolute;
  top: .4em;
  left: 0;
  width: 1.4em;
  height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #002b45;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0;
  border-radius: 50%;
  content: '';
}
.expertise main .flow .flow_box .box section .box_in h4::after {
  position: absolute;
  top: .35em;
  left: 0;
  width: 1.4em;
  height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
  counter-increment: number;
  content: counter(number)'';
}
.expertise main .flow .flow_box .box section .box_in .comment {
  font-size: 1.8rem;
}
.expertise main .gallery {
  padding-bottom: 150px;
}
.expertise main .gallery .loop_img .slick-track {
  display: flex !important;
}
.expertise main .gallery .loop_img .slick-slide {
  height: auto !important;
}
.expertise main .gallery .loop_img .slick-slide > div {
  height: 100% !important;
}
.expertise main .gallery .loop_img p {
  width: 320px !important;
}
.expertise main .gallery .mw1080 {
  padding-top: 150px;
}
.expertise main .gallery .mw1080 .comment {
  font-size: 2.5rem;
  margin-bottom: 1.5em;
}
.expertise main .gallery .mw1080 .comment p {
  text-align: center;
}




/*contact*/
.contact main .comment {
  padding-top: 150px;
  margin-bottom: 3em;
}
.contact main .comment p span {
  color: #FF0000;
}
.contact main .form {
  padding-bottom: 150px;
}
.contact main .form .form_in dl:not(:last-of-type) {
  margin-bottom: 20px;
}
.contact main .form .form_in dl dt {
  margin-bottom: .3em;
  font-size: 1.8rem;
}
.contact main .form .form_in dl dt span {
  color: #FF0000;
  margin-left: .5em;
}
.contact main .form .pp {
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact main .form .pp > p {
  text-align: center;
  margin-bottom: .6em;
}
.contact main .form .pp .pp_check {
  display: flex;
}
.contact main .form .pp .pp_check p {
  font-size: 1.8rem;
  margin-right: .5em;
}
.contact main .form .pp .pp_check p + span {
  display: block;
}
.contact main .form .pp .pp_check p + span label span {
  font-size: 1.8rem;
}

