@charset "UTF-8";



/*===================================

  top

===================================*/

.top_main {
  position: relative;
}
.top_main::before,
.top_main::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  z-index: 1;
}
.top_main::before {
  left: -35%;
  width: 52%;
  height: 90%;
  transform: skewX(-24deg);
}
.top_main::after {
  width: 66%;
  height: 100%;
  right: -40%;
  transform: skewX(30deg);
}

@media screen and (max-width: 1366px) {
	.top_main::before {
	  left: -48%;
	}
}

.top_main::before {
  height: 0;
  transition: height .4s;
  transition-delay: 0.6s;
}
.top_main::after {
  height: 0;
  transition: height .3s;
  transition-delay: 1s;
}
.top_mv_img {
  opacity: 0;
  transition: opacity .4s;
  transition-delay: 0s;
}
.top_mv_ttl {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity .4s, transform .4s;
  transition-delay: 1.5s;
}
.is-page_view .top_main::before {
  height: 90%;
}
.is-page_view .top_main::after {
  height: 100%;
}
.is-page_view .top_mv_img {
  opacity: 1;
}
.is-page_view .top_mv_ttl {
  opacity: 1;
  transform: translateX(0);
}

.top_mv {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url("../img/img-common/bg_black.jpg") no-repeat center center / cover;
}
.top_mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_mv_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.top_mv_inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.top_mv_ttl {
  /*max-width: 686px;*/
  max-width: 900px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
}
.top_mv_scroll {
  height: 120px;
  position: absolute;
  left: 50%;
  bottom: -60px;
  z-index: 2;
}
.top_mv_scroll .line {
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
.top_mv_scroll .text {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  right: -1.5em;
  top: 0;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


.top_about {
  position: relative;
}
.top_about::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_about_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.top_about_inner {
  position: relative;
  z-index: 2;
}
.top_about_cont {
  position: relative;
  padding: 100px 70px;
}
.top_about_text {
  color: #fff;
  line-height: 2;
}
.top_about_text p {
  color: inherit;
}
.top_about_text .lg {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.76;
}

.top_about_circle_img {
  opacity: 0;
  transition: opacity 1.2s;
}
.top_about_circle_img.is_inview_view {
  opacity: 1;
}
.top_about_circle_img.img_01 {
  width: 373px;
  position: absolute;
  left: -373px;
  top: 155px;
}
.top_about_circle_img.img_02 {
  width: 288px;
  position: absolute;
  left: 560px;
  top: 40px;
}
.top_about_circle_img.img_03 {
  width: 442px;
  position: absolute;
  left: 705px;
  bottom: -70px;
}

@media screen and (min-width: 992px) {
  .top_about_circle_img.img_01 {
    transition-delay: 1.5s;
  }
  .top_about_circle_img.img_02 {
    transition-delay: 1s;
  }
  .top_about_circle_img.img_03 {
    transition-delay: 1.5s;
  }
}



.top_expert {
  background: url("../img/img-index/bg_expert.png") no-repeat center center;
  padding-top: 80px;
}
.top_expert_ttl {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.top_expert_ttl .sm {
  font-size: 4rem;
  display: block;
}
.top_expert_desc {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.top_expert_cont {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
.top_expert_cont {
  margin-top: -20px;
  }
}
.top_expert_gear {
  min-height: 940px;
  width: 100%;
  position: relative;
}
.top_expert_gear .parts {
  position: absolute;
  overflow: hidden;
  z-index: 1;
}
.top_expert_gear .parts-circle {
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  position: absolute;
  left: 10%;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  overflow: hidden;
}
.top_expert_gear .parts-circle::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: width .6s;
  transform: translateX(-100%);
}
.top_expert_gear .parts.is_inview_view .parts-circle::after {
  animation: gear_cover_anime 1.2s cubic-bezier(1, 0, 0, 1);
}
@media screen and (min-width: 992px) {
  .top_expert_gear .parts.is_inview_view .parts-circle::after {
    animation-delay: 0.5s;
  }
}

@keyframes gear_cover_anime {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}


.top_expert_gear .parts.lg {
  width: 356px;
}
.top_expert_gear .parts.md {
  width: 299px;
}
.top_expert_gear .parts.sm {
  width: 263px;
}
.top_expert_gear .parts_center {
  width: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*z-index: 1;*/
}
.top_expert_gear .parts_01 {
  left: 64px;
  top: 12px;
}
.top_expert_gear .parts_01 .parts-circle::after {
  background: #bababa;
}
.top_expert_gear .parts_02 {
  left: 408px;
  top: 0;
}
.top_expert_gear .parts_02 .parts-circle::after {
  background: #bebebe;
}
.top_expert_gear .parts_03 {
  right: 28px;
  top: 205px;
}
.top_expert_gear .parts_03 .parts-circle::after {
  background: #bfbfbf;
}
.top_expert_gear .parts_04 {
  left: 4px;
  top: 360px;
}
.top_expert_gear .parts_04 .parts-circle::after {
  background: #c0c0c0;
}
.top_expert_gear .parts_05 {
  right: 82px;
  top: 510px;
}
.top_expert_gear .parts_05 .parts-circle::after {
  background: #a9a9a9;
}
.top_expert_gear .parts_06 {
  left: 415px;
  bottom: 11px;
}
.top_expert_gear .parts_06 .parts-circle::after {
  background: #a9a9a9;
}
.top_expert_gear .parts_07 {
  left: 145px;
  bottom: 65px;
}
.top_expert_gear .parts_07 .parts-circle::after {
  background: #acacac;
}



.top_movie {
  padding: 90px 0 130px;
}
.top_movie_ttl_wrap {
  text-align: center;
}
.top_movie_ttl {
  width: 154px;
  margin: auto;
}
.top_movie_ttl_sub {
  font-size: 2.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.top_movie_ttl_sub .en {
  font-family: serif;
  font-size: 1.6rem;
  display: inline-block;
  padding: 4px 0 0 25px;
}

.top_movie_cont {
  max-width: 720px;
  margin: 20px auto 0;
}

.top_movie .movie_wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  /*margin-bottom: 110px;*/
}
.top_movie .movie_wrap .thumb,
.top_movie .movie_wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}


.top_message {
  padding: 110px 0 130px;
}
.top_message_ttl {
  width: 278px;
  margin: auto;
}
.top_message_row {
  display: flex;
  margin-top: 60px;
}
.top_message_row .img {
  width: 400px;
}
.top_message_row .name {
  max-width: 242px;
  margin: 10px 0 0 auto;
}
.top_message_row .info {
  flex: 1;
  padding-right: 6%;
}
.top_message_row .info_ttl {
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: -10px 0 12px;
}
.top_message_row .info p {
  font-size: 1.5rem;
  color: #fff;
}

.top_works {
  padding: 50px 0 100px;
}
.top_works_ttl {
  width: 165px;
  margin: 0 auto 10px;
}
.top_works_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -30px;
  margin-right: -30px;
}
.top_works_block {
  width: 50%;
  padding: 30px;
}
.top_works_block .block_date {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.top_works_block .block_text {
  font-size: 1.4rem;
  line-height: 1.785;
}



/* SP */
@media screen and (max-width: 991px) {

  .top_main::before {
    width: 48%;
    left: -44%;
    height: 50%;
  }
  .top_main::after {
    width: 70%;
    right: -73%;
    transform: skewX(20deg);
  }
  .top_main::before {
    height: 0%;
  }
  .top_main::after {
    height: 0%;
  }
  .is-page_view .top_main::before {
    height: 50%;
  }
  .is-page_view .top_main::after {
    height: 100%;
  }

  .top_mv {
    height: 115vw;
    max-height: 100vh;
  }
  .top_mv_ttl {
    left: 2%;
    width: 90%;
    top: auto;
    bottom: 25%;
  }
  .top_mv_scroll {
    height: 100px;
    bottom: -50px;
  }
  .top_mv_scroll .text {
    font-size: 0.8rem;
  }


  .top_about_cont {
    padding: 70px 0 50px;
  }
  .top_about_text .lg {
    font-size: 1.5rem;
  }
  .top_about_circle_img.img_01 {
    width: 38%;
    max-width: 200px;
    position: absolute;
    left: auto;
    top: 6%;
    right: -13%;
  }
  .top_about_circle_img.img_02 {
    width: 28%;
    max-width: 150px;
    position: absolute;
    left: auto;
    top: 35%;
    right: 0%;
  }
  .top_about_circle_img.img_03 {
    width: 58%;
    max-width: 300px;
    position: absolute;
    left: auto;
    top: auto;
    right: -18%;
    bottom: -3%;
  }


  .top_expert {
    padding-top: 40px;
  }
  .top_expert_ttl_wrap {
    position: relative;
    z-index: 1;
  }
  .top_expert_ttl {
    font-size: 2.4rem;
  }
  .top_expert_ttl .sm {
    font-size: 1.6rem;
  }
  .top_expert_desc {
    font-size: 1.1rem;
    margin-top: 15px;
    text-align: center;
  }
  .top_expert_cont_inner {
    padding: 0;
  }
  .top_expert_gear {
    min-height: auto;
    /*margin-top: -15%;*/
    margin-top: -20%;
  }
  .top_expert_gear .parts_center {
    width: 56%;
    margin: auto;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .top_expert_gear .parts.lg {
    width: 55%;
  }
  .top_expert_gear .parts.md {
    width: 46%;
  }
  .top_expert_gear .parts.sm {
    width: 42%;
  }
  .top_expert_gear .parts_01 {
    top: 24%;
    left: -2%;
  }
  .top_expert_gear .parts_02 {
    left: 48%;
    top: 32.5%;
  }
  .top_expert_gear .parts_03 {
    left: 14.5%;
    top: 44.5%;
  }
  .top_expert_gear .parts_04 {
    left: 50%;
    top: 54.2%;
  }
  .top_expert_gear .parts_05 {
    left: 24%;
    top: 67.5%;
  }
  .top_expert_gear .parts_06 {
    left: -2%;
    top: 80%;
    bottom: auto;
  }
  .top_expert_gear .parts_07 {
    left: 51%;
    top: 79.5%;
    bottom: auto;
  }


  .top_movie {
    padding: 10px 0 60px;
  }
  .top_movie_ttl {
    width: 108px;
  }
  .top_movie_ttl_sub {
    font-size: 1.3rem;
    margin-top: 30px;
  }
  .top_movie_ttl_sub .en {
    font-size: 0.8rem;
    padding: 0 0 0 10px;
  }
  .top_movie_cont {
    margin-top: 10px;
  }
/*  .top_movie .movie_wrap {
    margin-bottom: 50px;
  }*/


  .top_message {
    padding: 60px 0;
  }
  .top_message_ttl {
    width: 195px;
  }
  .top_message_row {
    display: block;
    margin-top: 40px;
    position: relative;
  }
  .top_message_row .info {
    flex: auto;
    padding-right: 0;
  }
  .top_message_row .info_ttl {
    font-size: 1.7rem;
    text-align: center;
    margin: 0 0 15px;
  }
  .top_message_row .info_text p {
    font-size: inherit;
  }
  .top_message_row .info_text .w50 {
    width: calc(100% - 140px);
    min-height: 135px;
    margin-top: 10px;
    padding-right: 15px;
  }
  .top_message_row .img {
    width: 140px;
    position: absolute;
    bottom: 0;
    right: 0;
  }


  .top_works {
    padding: 30px 0 40px;
  }
  .top_works_row {
    margin-left: 0;
    margin-right: 0;
  }
  .top_works_block {
    width: 100%;
    padding: 20px 0;
  }
  .top_works_block.is-hide {
    display: none;
  }
  .top_works_ttl {
    width: 116px;
    margin: 0 auto 0;
  }
  .top_works_block .block_date {
    font-size: 1rem;
  }
  .top_works_block .block_text {
    font-size: 0.9rem;
  }
  .top_works_list_more {
    font-size: 0.9rem;
    width: 80%;
    height: 36px;
    margin: 10px auto 20px;
  }
  .top_works_list_more a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #111;
  }
  .top_works_list_more .arw {
    transform: rotate(90deg);
    display: inline-block;
    margin-left: 10px;
  }
  .top_works_list_more .close .arw {
    transform: rotate(-90deg);
    position: relative;
    top: -2px;
  }
  .top_works_list_more .close {
    display: none;
  }
  .top_works_list_more.is-active .close {
    display: flex;
  }
  .top_works_list_more.is-active .open {
    display: none;
  }



}



/*===================================

  requirement

===================================*/
body.requirement {
  padding-top: 82px;
}
body.requirement .header {
  background: #0d0d0d;
}
body.requirement .header {
  background: #0d0d0d;
}
body.requirement .header.is-scroll {
  background: rgba(17, 17, 17, 0.5);
}

.requirement_mainheader {
  background-color: #fff;
}
.requirement_mainheader .mainheader_row {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.requirement_mainheader .mainheader_ttl {
  width: 264px;
}
.requirement_mainheader .mainheader_desc {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66;
}

.requirement_outline {
  padding: 70px 0 120px;
  background: url("../img/img-common/bg_gear.png") no-repeat center center;
}

.requirement_flow {
  padding: 120px 0;
  /* background: url("../img/img-common/bg_gara.png") no-repeat center center / cover; */
}
.requirement_flow_ttl {
  width: 223px;
  margin: auto;
}
.requirement_flow_ttl_desc {
  margin-top: 40px;
  text-align: center;
  letter-spacing: 0.2em;
}
.requirement_flow_cont {
  margin: 50px auto 0;
}
.requirement_flow_img {
  max-width: 878px;
  margin: auto;
  display: block;
}


.requirement_flow_list {
  width: 878px;
  margin: 0 auto;
  display: flex;
  position: relative;
  left: -40px;
}
.requirement_flow_list li {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
  color: #053b92;
  width: 136px;
  height: 170px;
  background: #fff;
  border: 1px solid #4f7cc7;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding-top: 68px;
  padding-left: 28px;
  margin-left: 40px;
}
.requirement_flow_list li::after {
  content: "";
  width: 102px;
  height: 102px;
  transform: rotate(45deg) skew(10deg, 10deg);
  border: 1px solid #4f7cc7;
  border-style: solid solid none none;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  right: -52px;
  top: 33px;
  z-index: 1;
}
.requirement_flow_list li:nth-of-type(2) {
  color: #fff;
  background: #84a8e1;
  border: 1px solid #fff;
}
.requirement_flow_list li:nth-of-type(2)::after {
  border: 1px solid #fff;
  border-style: solid solid none none;
  background: #84a8e1;
}
.requirement_flow_list li:nth-of-type(3) {
  color: #fff;
  background: #4f7cc7;
  border: 1px solid #fff;
}
.requirement_flow_list li:nth-of-type(3)::after {
  border: 1px solid #fff;
  border-style: solid solid none none;
  background: #4f7cc7;
}
.requirement_flow_list li:nth-of-type(4) {
  color: #fff;
  background: #1f52a6;
  border: 1px solid #fff;
}
.requirement_flow_list li:nth-of-type(4)::after {
  border: 1px solid #fff;
  border-style: solid solid none none;
  background: #1f52a6;
}
.requirement_flow_list li:last-of-type {
  color: #fff;
  background: #053b92;
  border: 1px solid #fff;
}
.requirement_flow_list li:last-of-type::after {
  border: 1px solid #fff;
  border-style: solid solid none none;
  background: #053b92;
}

.requirement_flow_list li span {
  text-align: center;
  position: relative;
  z-index: 2;

}
.requirement_flow_list li span i{
  font-size: 1.4rem;
  display: block;
}
.requirement_flow_list li span span{
  font-size: 1.4rem;
  display: block;
  padding-top: 8px;
  line-height: 1.1;
}


@media screen and (max-width: 991px) {

  body.requirement {
    padding-top: 60px;
  }
  .requirement_mainheader .mainheader_row {
    display: block;
    padding: 30px 0 40px;
  }
  .requirement_mainheader .mainheader_ttl {
    width: 185px;
  }
  .requirement_mainheader .mainheader_desc {
    font-size: inherit;
    margin-top: 30px;
  }

  .requirement_outline {
    padding: 60px 0;
    background: url("../img/img-common/bg_gear.png") no-repeat 80% 25px / 220% auto;
  }

  .requirement_flow {
    padding: 50px 0;
  }
  .requirement_flow_ttl {
    width: 156px;
  }
  .requirement_flow_ttl_desc {
    margin-top: 30px;
    letter-spacing: 0.05em;
  }
  .requirement_flow_cont {
    margin: 30px auto 0;
  }



  .requirement_flow_list {
    width: calc(100% - 10px);
    left: -24px;
  }
 .requirement_flow_list li {
    width: 20%;
    height: 140px;
    min-height: 140px;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-left: 20px;
  }
  .requirement_flow_list li:last-child {
    width: 20%;
  }

 .requirement_flow_list li::after {
    width: 70px;
    height: 70px;
    top: 34px;
    right: -36px;
    transform: rotate(45deg) skew(22deg, 22deg);
  }
  .requirement_flow_list li span{
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    padding-left:15px;
  }
  .requirement_flow_list li span.pb{
    padding-bottom: 10px;
  }
 .requirement_flow_list li span span {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: 0em;
    text-align: center;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    position: absolute;
    bottom: -22px;
    left: -7px;
    width: 65px;
    z-index: 500;
    padding-left:0;
  }
}


/*===================================

  about

===================================*/

.about_mainheader {
  background: url("../img/img-common/bg_black.jpg") no-repeat center center / cover;
}
.about_mainheader .upper {
  height: 450px;
  position: relative;
  transition: background .4s;
}
.about_mainheader .upper_img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about_mainheader .under {
  padding: 50px 0;
}
.about_mainheader .upper::before {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
	transform: skewX(30deg);
	transform-origin: bottom;
  position: absolute;
  right: -40%;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.about_mainheader .upper_inner {
  position: relative;
  height: 100%;
}
.about_mainheader .upper .ttl {
  width: 510px;
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 2;
}

.about_mainheader .desc {
  transform: translateY(20px);
  color: #fff;
  max-width: 760px;
  margin: auto;
}
.about_mainheader .desc p {
  color: inherit;
}

.about_mainheader .upper_img {
  opacity: 0;
  transition: opacity .4s;
}
.about_mainheader .upper::before {
  height: 0%;
  transition: height .2s;
  transition-delay: 0.6s;
}
.about_mainheader .upper .ttl {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity .4s, transform .4s;
  transition-delay: 1s;
}
.about_mainheader .desc {
  opacity: 0;
  transition: opacity .4s, transform .4s;
  transition-delay: 1.5s;
}
.is-page_view .about_mainheader .upper_img {
  opacity: 1;
}
.is-page_view .about_mainheader .upper::before {
  height: 100%;
}
.is-page_view .about_mainheader .ttl {
  opacity: 1;
  transform: translateX(0);
}
.is-page_view .about_mainheader .desc {
  opacity: 1;
  transform: translateY(0);
}
.is-page_view .about_mainheader .upper_img {
  opacity: 1;
}


.about_interview {
  padding: 120px 0 150px;
}
.about_interview_ttl {
  width: 341px;
  margin: auto;
}
.about_interview_cont {
  margin-top: 70px;
}
.about_interview_cont .block_row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.about_interview_cont .block_img {
  width: 460px;
}
.about_interview_cont .block_info {
  flex: 1;
  margin-top: -7px;
}
.about_interview_cont .block_row:nth-child(odd) .block_info {
  padding: 0 40px 0 0;
}
.about_interview_cont .block_row:nth-child(even) .block_info {
  padding: 0 0 0 40px;
}
.about_interview_cont .block_info .ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.8;
}
.about_interview_cont .detail {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 10px 0 15px;
}
.about_interview_cont .detail .name {
  font-size: 157%;
}
.about_interview_cont .comment_q {
  font-size: 1.8rem;
  font-weight: bold;
}
.about_interview_cont .comment_a {
  line-height: 1.75;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
.about_interview_cont .detail {
  margin: 10px 0 0;
}
}

.about_get {
  padding: 120px 0;
  background: url("../img/img-common/bg_gray.jpg") no-repeat center center / cover;
}
.about_get_ttl {
  width: 611px;
  margin: auto;
}
.about_get_cont {
  margin-top: 70px;
}
.about_get_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.about_get_list .box {
  width: 33.33%;
  padding: 15px;
}
.about_get_list .box_img {
  width: 136px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  left: -15px;
}
.about_get_list .box_ttl {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.54;
  min-height: calc(3em * 1.54);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 15px;
}
.about_get_list .box_txt {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 25px;
}
.about_get_bottom_txt {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.66;
  text-align: center;
  margin-top: 30px;
}

.about_careerup_support {
  padding: 100px 0 120px;
  background: url("../img/img-common/bg_gear.png") no-repeat center center;
}

@media screen and (max-width: 991px) {
  
  .about_careerup_support {
    padding: 60px 0 0;
    background-image: url(../img/img-common/bg_gear_sp.png);
    background-position: right 30px top 60px;
    background-size: 120px;
  }
}

.about_careerup_support .cmn_txt_bg b {
  color: #00e1e4;
}

.about_careerup_ttl {
  width: 520px;
  margin: auto;
}
.about_careerup_cont .ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.about_careerup_cont dl {
  padding: 0 0 0 40px;
  margin-top: 30px;
  position: relative;
}
.about_careerup_cont dt {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.about_careerup_cont dt::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #111;
  position: absolute;
  left: 0;
  top: 20px;
}


.about_comment {
  padding: 70px 0;
  background: url("../img/img-common/bg_gara.png") no-repeat center center / cover;
}
.about_comment_block {
  background: #fff;
  transform: skewX(-6deg);
  box-shadow: 0px 0px 16px 4px rgba(17, 17, 17, 0.03);
  max-width: 800px;
  margin: auto;
  padding: 60px 20px;
}
.about_comment_block_in {
  transform: skewX(6deg);
}

.about_comment_block .ttl {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
}
.about_comment_block .icon_ttl_01::before,
.about_comment_block .icon_ttl_01::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 59px;
  vertical-align: middle;
}
.about_comment_block .icon_ttl_01::before {
  background: url("../img/img-common/icon_title_01_l.png") no-repeat center center / 100% auto;
  margin-right: 20px;
}
.about_comment_block .icon_ttl_01::after {
  background: url("../img/img-common/icon_title_01_r.png") no-repeat center center / 100% auto;
  margin-left: 20px;
}
.about_comment_block .icon_ttl_02::before,
.about_comment_block .icon_ttl_02::after {
  content: "";
  display: inline-block;
  width: 49px;
  height: 30px;
  vertical-align: middle;
}
.about_comment_block .icon_ttl_02::before {
  background: url("../img/img-common/icon_title_02_l.png") no-repeat center center / 100% auto;
  margin-right: 20px;
}
.about_comment_block .icon_ttl_02::after {
  background: url("../img/img-common/icon_title_02_r.png") no-repeat center center / 100% auto;
  margin-left: 20px;
}
.about_comment_block .text {
  text-align: center;
}
.about_comment_block .text p {
  margin-top: 20px;
}

.about_comment_block .text .strong_txt {
  font-weight: bold;
}

.about_comment_block .link {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.about_comment_block .link {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.about_comment_block .link a{
  position: relative;
  padding: 0 30px 0 70px;
}

.about_comment_block .link a::before{
  content: "";
  background: url("../img/img-common/ico_hyogocompany.png") no-repeat left top/contain;
  width: 50px;
  height: 54px;
  position: absolute;
  left: 0;
  top: -12px;
}

.about_comment_block .link a::after{
  content: "";
  background: url("../img/img-common/icon_nw.png") no-repeat left top/contain;
  width: 18px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 5px;
}
.about_comment_block .link .line {
  text-decoration: underline;
}

.about_comment_block .link a:hover .line {
  text-decoration: none;
}


@media screen and (min-width: 992px) {

  .about_get_list .box:nth-child(1) {
    transition-delay: 0.6s;
  }
  .about_get_list .box:nth-child(2) {
    transition-delay: 0.8s;
  }
  .about_get_list .box:nth-child(3) {
    transition-delay: 1s;
  }

}

@media screen and (max-width: 991px) {

  .about_mainheader .upper {
    height: 255px;
    background-image: url("../img/img-about/mainheader_sp.jpg");
  }
  .about_mainheader .upper .ttl {
    max-width: 357px;
    width: 80%;
    bottom: 20px;
  }
  
  .about_mainheader .under {
    padding: 35px 0;
  }

  .about_interview {
    padding: 60px 0 50px;
  }
  .about_interview_ttl {
    width: 239px;
  }
  .about_interview_cont {
    margin-top: 30px;
  }
  .about_interview_cont .block_img {
    width: 100%;
  }
  .about_interview_cont .block_row:nth-child(odd) .block_img {
    margin: 0 0 0 auto;
  }
  .about_interview_cont .block_row:nth-child(even) .block_img {
    margin: 0 auto 0 0;
  }
  .about_interview .about_interview_cont .block_row .block_info {
    padding: 0;
    margin-top: -20px;
    position: relative;
    flex: auto;
  }
  .about_interview_cont .block_info .ttl {
    font-size: 1.6rem;
  }
  .about_interview_cont .detail {
    font-size: 1rem;
  }
  .about_interview_cont .comment_q {
    font-size: 1.3rem;
  }
  /* .about_interview_cont .block_row:nth-child(even) .block_info {
    text-align: right;
  } */
  .about_interview_cont .block_row:nth-child(even) .comment {
    text-align: left;
  }
  .about_comment {
    padding: 60px 0;
  }

  .about_comment_block {
    transform: skewX(-3deg);
    box-shadow: 0px 0px 16px 4px rgba(17, 17, 17, 0.1);
  }
  .about_comment_block_in {
    transform: skewX(3deg);
  }
  .about_comment_block .text {
    text-align: left;
  }
  .about_comment_block .ttl {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .about_comment_block .icon_ttl_01::before,
  .about_comment_block .icon_ttl_01::after {
    width: 15px;
    height: 45px;
  }
  .about_comment_block .icon_ttl_01::before {
    margin-right: 5px;
  }
  .about_comment_block .icon_ttl_01::after {
    margin-left: 5px;
  }
  .about_comment_block .icon_ttl_02::before,
  .about_comment_block .icon_ttl_02::after {
    width: 34px;
    height: 30px;
  }
  .about_comment_block .icon_ttl_02::before {
    margin-right: 10px;
  }
  .about_comment_block .icon_ttl_02::after {
    margin-left: 10px;
  }
  .about_comment_block {
    padding: 40px 20px;
  }
  .about_comment_block .link {
    font-size: 1.2rem;
  }
  .about_comment_block .link a{
	position: relative;
	padding: 0 8% 0 16%;
  }
  .about_comment_block .link a::before{
	content: "";
	background: url("../img/img-common/ico_hyogocompany.png") no-repeat left top/contain;
	width: 36px;
	height: 40px;
	position: absolute;
	left: 0;
	top: -10px;
  }
.about_comment_block .link a::after{
	content: "";
	background: url("../img/img-common/icon_nw.png") no-repeat left top/contain;
	width: 18px;
	height: 17px;
	position: absolute;
	right: 0;
	top: 2.5%;
  }
  .about_comment_block .text .strong_txt {
    text-align: center;
  }
  .about_comment_block .text .strong_txt strong {
    font-size: 115%;
  }


  .about_get {
    padding: 70px 0 60px;
  }
  .about_get_ttl {
    width: 100%;
    max-width: 428px;
  }
  .about_get_cont {
    margin-top: 20px;
  }
  .about_get_list {
    margin-left: 0;
    margin-right: 0;
  }
  .about_get_list .box {
    width: 100%;
    padding: 10px;
  }
  .about_get_list .box_ttl_wrap {
    display: flex;
    align-items: flex-end;
  }
  .about_get_list .box_img {
    height: auto;
    display: block;
    width: 100px;
    left: 0;
  }
  .about_get_list .box_ttl {
    flex: 1;
    display: block;
    min-height: auto;
    margin: 0;
    font-size: 1.4rem;
    text-align: left;
    padding-left: 20px;
  }
  .about_get_list .box_txt {
    font-size: 1rem;
    margin-top: 15px;
  }
  .about_get_bottom_txt {
    font-size: 1.2rem;
    margin-top: 30px;
  }


  .about_careerup {
    padding: 0 0 60px;
  }
  .about_careerup_ttl {
    width: 94%;
    max-width: 364px;
  }
  .about_careerup_cont .ttl {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
  .about_careerup_cont dl {
    padding: 0 0 0 30px;
    margin-top: 20px;
  }
  .about_careerup_cont dt::before {
    width: 20px;
    top: 10px;
  }
  .about_careerup_cont dt {
    font-size: 1.4rem;
  }

}


/*===================================

  form

===================================*/
body.form {
  padding-top: 82px;
}
body.form .header {
  background: #0d0d0d;
}
body.form .header {
  background: #0d0d0d;
}
body.form .header.is-scroll {
  background: rgba(17, 17, 17, 0.5);
}
body.form .footer_entry, body.form .fixed_entry{
	display: none !important;
}

body.form .ttl_bd + dd > p, 
body.form .form_send_text{
  margin: 0 0 20px 0;
}
.entryform_mainheader {
  background-color: #fff;
}
.entryform_mainheader .mainheader_row {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entryform_mainheader .mainheader_ttl {
  width: 480px;
}
.entryform_mainheader .mainheader_desc {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66;
}

@media screen and (max-width: 991px) {

  body.form {
    padding-top: 60px;
  }
  .entryform_mainheader .mainheader_row {
    display: flex;
    padding: 35px 0 35px;
  }
  .entryform_mainheader .mainheader_ttl {
    width: 285px;
  }
  .entryform_mainheader .mainheader_desc {
    font-size: inherit;
    margin-top: 30px;
  }
}

.about_mainheader .desc .t1{
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .about_mainheader .upper .ttl {
    max-width: 200px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    right: 0;
    top: 60px;
    bottom: 0;
    left: inherit;
    margin: auto;
  }
  .about_mainheader .desc .t1{
    font-size: 1.62rem;
  }
}

.top_numbers {
  padding: 140px 0 120px;
  background: url(../img/img-index/bg_numbers.png) center top 57px no-repeat;
  background-size: 718px 499px;
}

@media screen and (max-width: 991px) {
  .top_numbers {
    padding: 60px 0;
    background-size: 95% auto;
    background-position: center top 25px;
  }
}

.top_numbers_ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .top_numbers_ttl {
    margin-bottom: 30px;
  }
}

.top_numbers_ttl img {
  max-width: inherit;
  height: 53px;
}

@media screen and (max-width: 991px) {
  .top_numbers_ttl img {
    height: 40px;
  }
}

.top_numbers .grid {
  display: grid;
  max-width: 1090px;
  margin: auto;
}

@media screen and (min-width: 992px) {
  .top_numbers .grid {
    grid-template-columns: repeat(3, calc(100% / 3));
    gap: 20px;
  }
  .top_numbers .grid .item:not(:last-child) {
    display: grid;
  }
  .top_numbers .grid .item:nth-child(5) {
    grid-column: 1 / 2;
  }
  .top_numbers .grid .item:nth-child(6) {
    grid-row: 2 / 4;
    grid-column: 2 / 3;
  }
  .top_numbers .grid .item:nth-child(7) {
    grid-row: 2 / 4;
    grid-column: 3 / 4;
  }
}

@media screen and (max-width: 991px) {
  .top_numbers .grid {
    gap: 15px;
  }
  .top_numbers .grid .item {
    display: grid;
    grid-column: 1 / 3;
  }
  .top_numbers .grid .item:nth-child(4) {
    grid-column: 1 / 2;
  }
  .top_numbers .grid .item:nth-child(5) {
    grid-column: 2 / 3;
  }
}

.top_numbers .grid .item .top_numbers_bg {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 25px 30px;
}

@media screen and (max-width: 991px) {
  .top_numbers .grid .item .top_numbers_bg {
    padding: 18px 20px;
  }
}

.top_numbers .grid .item .icon {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .top_numbers .grid .item .icon img {
    max-width: inherit;
  }
}

.top_numbers .grid .item .txt {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .top_numbers .grid .item .txt {
    margin-top: 15px;
  }
}

.top_numbers .grid .item .txt p {
  line-height: 1.6;
}

.top_requirement {
  padding: 120px 0 50px;
}

@media screen and (max-width: 991px) {
  .top_requirement {
    padding: 60px 0 30px;
  }
}

.top_requirement_ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .top_requirement_ttl {
    margin-bottom: 20px;
  }
}

.top_requirement_ttl img {
  max-width: inherit;
  height: 53px;
}

@media screen and (max-width: 991px) {
  .top_requirement_ttl img {
    height: 40px;
  }
}

.top_requirement_lead {
    display: table;
    margin: 0 auto 35px;
}
@media screen and (max-width: 991px) {
.top_requirement_lead {
    font-size: 1.2rem;
    margin: 0 auto 15px;
  }
}

.top_requirement .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .top_requirement .flex {
    position: relative;
  }
  .top_requirement .flex .item {
    width: 31%;
  }
  .top_requirement .flex .item:nth-child(n + 4) {
    margin-top: 3.5%;
  }
  .top_requirement .flex::after {
    content: '';
    display: block;
    width: 31%;
    height: 0;
  }
}

@media screen and (max-width: 991px) {
  .top_requirement .flex {
    width: 92%;
    margin: auto;
  }
  .top_requirement .flex .item {
    width: 100%;
  }
  .top_requirement .flex .item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.about_company {
  padding: 120px 0;
}

@media screen and (max-width: 991px) {
  .about_company {
    padding: 60px 0;
  }
}

.about_company_ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .about_company_ttl {
    margin-bottom: 30px;
  }
}

.about_company_ttl img {
  height: 57px;
  max-width: inherit;
}

@media screen and (max-width: 991px) {
  .about_company_ttl img {
    height: 35px;
  }
}

.about_company .flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .about_company .flex.--reverse {
    flex-direction: row-reverse;
  }
  .about_company .flex + .flex {
    margin-top: 80px;
  }
  .about_company .flex .item {
    width: 48%;
  }
}

@media screen and (max-width: 991px) {
  .about_company .flex {
    flex-direction: column;
  }
  .about_company .flex + .flex {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .about_company .flex .item dl {
    margin-top: 20px;
  }
}

.about_company .flex .item dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .about_company .flex .item dl dt {
    margin-bottom: 10px;
  }
}

.about_company .flex .item dl dt .no {
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .about_company .flex .item dl dt .no {
    margin-right: 15px;
  }
}

.about_company .flex .item dl dt .no img {
  height: 40px;
  max-width: inherit;
}

@media screen and (max-width: 991px) {
  .about_company .flex .item dl dt .no img {
    height: 30px;
  }
}

.about_company .flex .item dl dt .txt {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .about_company .flex .item dl dt .txt {
    font-size: 1.6rem;
  }
}

.about_people {
  padding: 110px 0;
  position: relative;
  background: url(../img/img-about/bg_people.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .about_people {
    padding: 60px 0;
    background-image: url(../img/img-about/bg_people_sp.jpg);
  }
}

.about_people .wbox {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 60px 60px;
}

@media screen and (max-width: 991px) {
  .about_people .wbox {
    padding: 25px 20px 30px;
  }
}

.about_people_ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .about_people_ttl {
    font-size: 1.8rem;
  }
}

.about_people_lead {
  display: table;
  margin: 0 auto 30px;
}

@media screen and (max-width: 991px) {
  .about_people_lead {
    margin-bottom: 20px;
  }
}

.about_people .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .about_people .flex .item {
    width: 48%;
  }
  .about_people .flex .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .about_people .flex .item {
    width: 100%;
  }
  .about_people .flex .item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.about_people .flex .item dl {
  background: #afedec;
  border-radius: 10px;
  padding: 20px 30px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .about_people .flex .item dl {
    padding: 15px 20px;
  }
}

.about_people .flex .item dl dt {
  display: flex;
  align-items: center;
}

.about_people .flex .item dl dt > img {
  width: 30px;
}

.about_people .flex .item dl dt .txt {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 15px;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .about_people .flex .item dl dt .txt {
    font-size: 1.35rem;
  }
}

.about_people .flex .item dl dd {
  padding-top: 10px;
}

.about_people .flex .item dl dd p {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .about_people .flex .item dl dd p {
    font-size: 1.1rem;
  }
}

.about_message {
  padding: 140px 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .about_message {
    padding: 60px 0 20px;
  }
}

.about_message .inner {
  max-width: 880px;
}

.about_message_wrap {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

@media screen and (max-width: 991px) {
  .about_message_wrap {
    border-bottom: none;
    position: relative;
  }
  .about_message_wrap::after {
    content: "";
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #333;
  }
}

.about_message .wbox {
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
  padding: 50px 75px;
}

@media screen and (max-width: 991px) {
  .about_message .wbox {
    padding: 25px 20px 30px;
    border: none;
    position: relative;
  }
  .about_message .wbox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: calc(100% - 50px);
    background: #333;
  }
  .about_message .wbox::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: calc(100% - 50px);
    background: #333;
  }
}

.about_message .wbox dl dt {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .about_message .wbox dl dt {
    font-size: 1.6rem;
    text-indent: -1em;
    padding-left: 0.5em;
  }
}

.about_message .wbox dl dd p + p {
  margin-top: 20px;
}

.about_message_director {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .about_message_director {
    align-items: flex-start;
    margin-top: 15px;
    position: relative;
    z-index: 2;
  }
}

.about_message_director .txt {
  padding: 0 30px 30px 0;
}

@media screen and (max-width: 991px) {
  .about_message_director .txt {
    padding: 18px 15px 0 0;
  }
}

.about_message_director img {
  width: 150px;
}

@media screen and (max-width: 991px) {
  .about_message_director img {
    width: 100px;
  }
}

.about_reason {
  padding: 120px 0;
  position: relative;
  background: #e1faff;
}

@media screen and (max-width: 991px) {
  .about_reason {
    padding: 60px 0;
  }
}

.about_reason .inner {
  max-width: 880px;
}

.about_reason_ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .about_reason_ttl {
    margin-bottom: 30px;
  }
}

.about_reason_ttl img {
  max-width: inherit;
  height: 100px;
}

@media screen and (max-width: 991px) {
  .about_reason_ttl img {
    height: 70px;
  }
}

.about_reason_item {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 5px 5px 0 0 #5ad5eb;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .about_reason_item {
    align-items: flex-start;
  }
}

.about_reason_item + .about_reason_item {
  margin-top: 30px;
}

.about_reason_item .icon {
  width: 140px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .about_reason_item .icon {
    width: 50px;
  }
}

.about_reason_item dl {
  padding-left: 20px;
  width: calc(100% - 140px);
}

@media screen and (max-width: 991px) {
  .about_reason_item dl {
    width: calc(100% - 50px);
    padding-left: 15px;
  }
}

.about_reason_item dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 7px;
}

@media screen and (max-width: 991px) {
  .about_reason_item dl dt {
    font-size: 1.4rem;
  }
}

.about_reason_item dl dd p {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .about_reason_item dl dd p {
    font-size: 1.2rem;
  }
}

.about_sdgs {
  padding: 95px 0 100px;
  position: relative;
  background: url(../img/img-about/bg_sdgs.png) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .about_sdgs {
    padding: 50px 0;
    background-image: url(../img/img-about/bg_sdgs_sp.png);
  }
}

.about_sdgs .inner {
  max-width: 880px;
}

.about_sdgs_ttl {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 991px) {
  .about_sdgs_ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

.about_sdgs .wbox {
  background: #fff;
  padding: 50px 60px 50px;
}

@media screen and (max-width: 991px) {
  .about_sdgs .wbox {
    padding: 25px;
  }
}

.about_sdgs .wbox ul {
  display: grid;
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .about_sdgs .wbox ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    place-items: end center;
  }
}

@media screen and (max-width: 991px) {
  .about_sdgs .wbox ul {
    row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    place-items: end center;
  }
}

@media screen and (min-width: 992px) {
  .about_sdgs .wbox ul li:nth-child(1), .about_sdgs .wbox ul li:nth-child(2) {
    padding-bottom: 3em;
  }
}

.about_sdgs .wbox ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .about_sdgs .wbox ul li a:hover .txt > span {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .about_sdgs .wbox ul li a > img {
    width: 80%;
    display: block;
    margin: auto;
  }
}

.about_sdgs .wbox ul li a .txt {
  display: inline;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 10px;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 991px) {
  .about_sdgs .wbox ul li a .txt {
    font-size: 0.9rem;
  }
}

.about_sdgs .wbox ul li a .txt > span {
  text-decoration: underline;
}

.about_sdgs .wbox ul li a .txt .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/img-about/icon_blank.png) no-repeat center center;
  background-size: contain;
  margin-left: 5px;
}

.about_factory {
  padding: 110px 0;
  position: relative;
  background: #333333;
}

@media screen and (max-width: 991px) {
  .about_factory {
    padding: 50px 0;
  }
}

.about_factory .inner {
  max-width: 880px;
}

.about_factory_ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .about_factory_ttl {
    margin-bottom: 25px;
  }
}

.about_factory_ttl img {
  max-width: inherit;
  height: 80px;
}

@media screen and (max-width: 991px) {
  .about_factory_ttl img {
    height: 60px;
  }
}

.about_factory_lead {
  display: table;
  margin: 0 auto 25px;
}

.about_factory_lead .t1 {
  margin: 0 auto 20px;
}

@media screen and (max-width: 991px) {
  .about_factory_lead .t1 {
    margin-bottom: 15px;
  }
}

.about_factory_lead .t1 > span {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.2;
  color: #fff;
  display: inline;
  padding: 0 4px 10px 4px;
  background: linear-gradient(transparent 90%, #dcff46 0%);
}

@media screen and (max-width: 991px) {
  .about_factory_lead .t1 > span {
    font-size: 1.7rem;
  }
}

.about_factory_lead .t2 {
  color: #fff;
  font-size: 1.8rem;
}

@media screen and (max-width: 991px) {
  .about_factory_lead .t2 {
    font-size: 1.3rem;
  }
}

.about_factory_images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 820px;
  margin: auto;
}

@media screen and (min-width: 992px) {
  .about_factory_images li {
    width: 50%;
  }
  .about_factory_images li:last-child {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .about_factory_images {
    flex-direction: column;
  }
  .about_factory_images li:nth-child(2) {
    margin-top: -10px;
  }
  .about_factory_images li:last-child {
    margin-top: 15px;
  }
}

.about_management {
  padding: 110px 0;
  position: relative;
  background: #020202;
}

@media screen and (max-width: 991px) {
  .about_management {
    padding: 50px 0 60px;
  }
}

.about_management .inner {
  max-width: 960px;
}

.about_management_ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .about_management_ttl {
    margin-bottom: 25px;
  }
}

.about_management_ttl img {
  max-width: inherit;
  height: 50px;
}

@media screen and (max-width: 991px) {
  .about_management_ttl img {
    height: 40px;
  }
}

.about_management_lead {
  display: table;
  margin: 0 auto 25px;
}

.about_management_lead p {
  color: #fff;
}

.about_management .illust {
  display: flex;
  justify-content: center;
  margin: 35px 0 10px;
}

@media screen and (max-width: 991px) {
  .about_management .illust {
    margin: 10px 0 10px;
  }
}

.about_management .illust img {
  display: block;
  margin: auto;
  width: 240px;
}

@media screen and (max-width: 991px) {
  .about_management .illust img {
    width: 50%;
  }
}

.about_management .txt01 {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .about_management .txt01 {
    display: table;
    margin: 0 auto 30px;
  }
}

.about_management .txt01 p {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .about_management .txt01 p {
    font-size: 1.2rem;
    display: table;
  }
}

.about_management .txt01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .about_management .txt01 ul {
    position: relative;
  }
  .about_management .txt01 ul li {
    width: 32%;
  }
}

@media screen and (max-width: 991px) {
  .about_management .txt01 ul {
    flex-direction: column;
    align-items: center;
  }
  .about_management .txt01 ul li {
    width: 100%;
    padding: 0 25px;
  }
  .about_management .txt01 ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.about_management .txt01 ul li {
  background: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  font-weight: 700;
  border-radius: 10px;
  box-shadow: 3px 3px 0 0 #dcff46;
  opacity: 0;
  transition: opacity 0.6s,
 transform 0.8s;
  transform: translateX(-20px);
  transition-delay: 0.4s !important;
}

.about_management .txt01 ul li:nth-child(2) {
  transition-delay: 0.6s !important;
}

.about_management .txt01 ul li:nth-child(3) {
  transition-delay: 0.8s !important;
}

@media screen and (max-width: 991px) {
  .about_management .txt01 ul li {
    font-size: 1.3rem;
  }
}

.about_management .txt01 ul.is_inview_view li {
  opacity: 1;
  transform: translateX(0px);
}

.about_management .txt02 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.2;
}

@media screen and (max-width: 991px) {
  .about_management .txt02 {
    font-size: 1.7rem;
  }
}

.about_management .txt02 p {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .about_management .txt02 p {
    text-align: left;
    display: table;
    margin: auto;
  }
}

.about_management .txt02 p > span {
  display: inline;
  padding: 0 4px 10px 4px;
  background: linear-gradient(transparent 90%, #dcff46 0%);
}

.about_interview_cont .block_info .ttl {
  letter-spacing: 0.01em;
}

@media screen and (min-width: 992px) {
  .about_interview_cont .block_info .ttl {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 991px) {
  .about_interview_cont .block_info .ttl {
    font-size: 1.6rem;
  }
}

.about_interview_cont .block_info .ttl .cmn_txt_bg span {
  color: #36e6e9;
}

.about_interview_cont .block_info .comment_link {
  margin: 20px 0 0 auto;
  text-align: right;
}

.about_interview_cont .block_info .comment_link .js_modal {
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .about_interview_cont .block_info .comment_link .js_modal:hover {
    text-decoration: none;
  }
}

.about_interview_cont .block_info .cmn_txt_bg::before {
  background: #111111;
}

.about_careerup_lead {
  background: url(../img/img-about/bg_career01.png) center top no-repeat;
  background-size: 718px 499px;
  padding: 95px 0 50px;
}

@media screen and (max-width: 991px) {
  .about_careerup_lead {
    padding: 70px 0 30px;
    background-image: url(../img/img-about/bg_career01_sp.png);
    background-size: 80% auto;
    background-position: left top;
  }
}

.about_careerup_lead .txt {
  display: table;
  margin: 55px auto 0;
}

@media screen and (max-width: 991px) {
  .about_careerup_lead .txt {
    margin-top: 20px;
  }
}

.about_careerup_images .image {
  display: flex;
  justify-content: center;
}

.about_careerup_images .image + .image {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .about_careerup_images .image + .image {
    margin-top: 30px;
  }
}

.about_faq {
  padding: 120px 0;
  background: #e1faff;
}

@media screen and (max-width: 991px) {
  .about_faq {
    padding: 50px 0 60px;
  }
}

.about_faq_ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .about_faq_ttl {
    margin-bottom: 25px;
  }
}

.about_faq_ttl img {
  max-width: inherit;
  height: 80px;
}

@media screen and (max-width: 991px) {
  .about_faq_ttl img {
    height: 60px;
  }
}

.about_faq_list dl {
  border-bottom: solid 1px #ccc;
  padding: 40px 0;
}

@media screen and (max-width: 991px) {
  .about_faq_list dl {
    padding: 20px 0;
  }
}

.about_faq_list dt {
  font-weight: bold;
  position: relative;
  cursor: pointer;
  padding: 0 60px 0 40px;
}

@media screen and (max-width: 991px) {
  .about_faq_list dt {
    padding: 0 50px 0 35px;
  }
}

.about_faq_list dt::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .about_faq_list dt::before {
    font-size: 1.4rem;
  }
}

.about_faq_list dt > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  width: 2px;
  height: 16px;
  background: #333333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .about_faq_list dt > span::before {
    height: 14px;
    right: 22px;
  }
}

.about_faq_list dt > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 16px;
  height: 2px;
  background: #333333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .about_faq_list dt > span::after {
    width: 14px;
    right: 16px;
  }
}

.about_faq_list dt.is_open > span::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.about_faq_list dd .js_ac_inner {
  padding: 20px 60px 0 40px;
}

.about_faq_list dd p {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .about_faq_list dd p {
    font-size: 1.2rem;
  }
}

.about_faq_line {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .about_faq_line {
    margin-top: 35px;
  }
}

.about_faq_line dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about_faq_line dl dt {
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .about_faq_line dl dt {
    margin-bottom: 15px;
  }
}

.about_faq_line dl dd {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .about_faq_line dl dd a {
    width: 80%;
  }
}

.about_requirement {
  padding: 120px 0 80px;
  background: url(../img/img-common/bg_gear.png) no-repeat center center;
}

@media screen and (max-width: 991px) {
  .about_requirement {
    padding: 60px 0;
  }
}

.about_requirement .inner_s {
  position: relative;
  z-index: 2;
}
.about_requirement .inner_s p{
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
.about_requirement .inner_s p{
  font-size: 1.3em;
  margin-bottom: 5px;
  }
}
.about_requirement table{
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
.about_requirement table{
  margin-bottom: 10px;
  }
}
.about_requirement .table_style td {
  background: #fff;
}

.about_requirement_ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .about_requirement_ttl {
    margin-bottom: 30px;
  }
}

.about_requirement_ttl img {
  max-width: inherit;
  height: 50px;
}

@media screen and (max-width: 991px) {
  .about_requirement_ttl img {
    height: 40px;
  }
}

.about_benefits {
  padding: 120px 0;
  background: url(../img/img-about/bg_benefits.png) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .about_benefits {
    padding: 60px 0;
    background-image: url(../img/img-about/bg_benefits_sp.png);
  }
}

.about_benefits_ttl {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .about_benefits_ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

/*.about_benefits_lead {
  margin-bottom: 50px;
}*/

/*@media screen and (max-width: 991px) {
  .about_benefits_lead {
    margin-bottom: 20px;
  }
}*/

.about_benefits_lead p {
  display: table;
  margin: 0 auto;
}

.about_benefits .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
    margin-top:50px; 
}

@media screen and (min-width: 992px) {
  .about_benefits .flex {
    position: relative;
  }
  .about_benefits .flex .item {
    width: 31%;
  }
  .about_benefits .flex::after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
}

@media screen and (max-width: 991px) {
.about_benefits .flex {
    margin-top:25px; 
}
  .about_benefits .flex .item {
    width: 100%;
  }
  .about_benefits .flex .item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.about_benefits .flex .item {
  background: #fff;
  padding: 30px;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .about_benefits .flex .item {
    padding: 20px;
  }
}

.about_benefits .flex .item .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .about_benefits .flex .item .icon {
    margin-bottom: 10px;
  }
}

.about_benefits .flex .item .icon img {
  width: 80px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .about_benefits .flex .item .icon img {
    width: 70px;
  }
}

.about_benefits .flex .item dl dt {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .about_benefits .flex .item dl dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.about_benefits .flex .item dl dd p {
  line-height: 1.6;
}

.requirement_flow .requirement_flow_cont .txt {
  display: table;
  margin: 50px auto 0;
}

@media screen and (max-width: 991px) {
  .requirement_flow .requirement_flow_cont .txt {
    margin-top: 25px;
  }
}

.requirement_flow .requirement_flow_cont .txt a {
  color: #0000ff;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .requirement_flow .requirement_flow_cont .txt a:hover {
    text-decoration: none;
  }
}

#modal-overlay {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease,
 visibility 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  overflow-y: scroll;
  z-index: 9999;
}

#modal-overlay.is_open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

#modal-overlay .modal-wrap {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
}

@media screen and (max-width: 991px) {
  #modal-overlay .modal-wrap {
    width: 90%;
  }
}

#modal-overlay .modal-wrap.--scroll {
  height: calc(100% - 100px);
  position: absolute;
}

#modal-overlay .modal-content {
  padding-bottom: 50px;
  position: relative;
}

#modal-overlay .modal-bg {
  background: #fff;
  padding: 35px 35px 50px;
}

@media screen and (max-width: 991px) {
  #modal-overlay .modal-bg {
    padding: 20px 20px 35px;
  }
}

#modal-overlay .modal_close {
  background: #00106e;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: -20px;
  right: -15px;
  border-radius: 50%;
  z-index: 99999999;
  cursor: pointer;
}

#modal-overlay .modal_close > span::before, #modal-overlay .modal_close > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  margin: auto;
  bottom: 0;
  width: 2px;
  height: 18px;
  background: #fff;
}

#modal-overlay .modal_close > span::before {
  transform: rotate(-45deg);
}

#modal-overlay .modal_close > span::after {
  transform: rotate(45deg);
}

.modal_interview {
  max-width: 660px !important;
}

.modal_interview_ttl {
  margin-top: -60px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .modal_interview_ttl {
    font-size: 1.56rem;
    margin-top: -30px;
  }
}

.modal_interview_ttl span {
  color: #fff;
  background: #111111;
  display: inline-block;
  padding: 0 5px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.modal_interview_ttl span + span {
  margin-top: 10px;
}

.modal_interview_ttl span > span {
  color: #36e6e9;
}

.modal_interview_detail {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 20px 0 15px;
}

@media screen and (max-width: 991px) {
  .modal_interview_detail {
    font-size: 1rem;
  }
}

.modal_interview_detail .name {
  font-size: 157%;
}

/*.modal_interview_qa {
  padding-top: 15px;
}*/

.modal_interview_qa dl + dl {
  margin-top: 30px;
}

.modal_interview_qa dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #00106e;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .modal_interview_qa dl dt {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.modal_interview_qa dl dt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background: #00106e;
}

.modal_interview_close {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .modal_interview_close {
    margin-top: 30px;
  }
}

.modal_interview_close .js_modal_close {
  border: 1px solid #00106e;
  height: 40px;
  width: 7.5em;
  text-align: center;
  color: #00106e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .modal_interview_close .js_modal_close {
    height: 35px;
  }
}

.js_ac_box {
  height: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  visibility: hidden;
  overflow: hidden;
}

.is_open + .js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
}

/* 新卒採用 */
.new .about_mainheader .upper .ttl {
  width: 542px;
}
.new .about_mainheader .desc .t1{
  color: #dcff46;
}
.new .about_company{
    padding:120px 0 0;
}
.new .about_careerup_support .cmn_txt_bg b {
  color: #dcff46;
}
.new .about_interview_cont .block_info .ttl .cmn_txt_bg span {
  color: #dcff46;
}
.new .about_faq {
  background: #f4ffc7;
}
.new .about_faq_list dt::before {
  color: #f4ffc7;
}
.new .about_people .flex .item dl {
  background: #dff964;
}
.new .modal_interview_ttl span > span {
  color: #dcff46;
}
@media screen and (max-width: 991px) {
  .new .about_mainheader .upper .ttl {
    max-width: 200px;
  }
  .new .about_company{
    padding:60px 0 0;
}
}

/* 中途採用 */
.mid .about_mainheader .upper .ttl {
  width: 542px;
}
.mid .about_mainheader .desc .t1{
  color: #36e6e9;
}
.mid .about_careerup_support .cmn_txt_bg b {
  color: #00e1e4;
}
.mid .about_interview_cont .block_info .ttl .cmn_txt_bg span {
  color: #36e6e9;
}
.mid .about_faq_list dt::before {
  color: #00e2e5;
}
.mid .about_people .flex .item dl {
  background: #afedec;
}
@media screen and (max-width: 991px) {
  .mid .about_mainheader .upper .ttl {
    max-width: 200px;
  }
  .mid .about_requirement{
    padding: 60px 0 30px;
    }
  .mid .about_requirement table{
    margin-bottom: 40px;
    }
}

/* シニア採用 */
.senior .about_mainheader .upper .ttl {
  width: 542px;
}
.senior .about_mainheader .desc .t1{
  color: #ff6e3f;
}
.senior .about_reason {
  background: #ffc69b;
}
.senior .about_reason_item {
  box-shadow: 5px 5px 0 0 #ff6e3f;
}
.senior .about_interview_cont .block_info .ttl .cmn_txt_bg span {
  color: #ff6e3f;
}
.senior .about_faq {
  background: #ffeee1;
}
.senior .about_faq_list dt::before {
  color: #ff6e3f;
}
.senior .about_people .flex .item dl {
  background: #ffc69b;
}
.senior .about_requirement{
  padding:120px 0 0;
}
.senior .about_requirement table{
    margin-bottom: 20px;
}
.senior .modal_interview_ttl span > span {
  color: #ff6e3f;
}
@media screen and (max-width: 991px) {
  .senior .about_mainheader .upper .ttl {
    max-width: 200px;
  }
  .senior .about_requirement{
  padding:60px 0 0;
}
}