@charset "UTF-8";
.hero_area {
  position: relative;
  background-color: #fff;
}
.hero_area .hero_img_wrap {
  aspect-ratio: 1440/900;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 819px) {
  .hero_area .hero_img_wrap {
    aspect-ratio: 375/667;
  }
}
.hero_area .hero_img_wrap .bg {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.hero_area .hero_img_wrap .bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -webkit-animation: earth 2.2s linear 2s infinite normal;
  animation: earth 2.2s linear 2s infinite normal;
}
@-webkit-keyframes earth {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  22% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(0.55%);
    transform: translateY(0.55%);
  }
  72% {
    -webkit-transform: translateY(0.55%);
    transform: translateY(0.55%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes earth {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  22% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(0.55%);
    transform: translateY(0.55%);
  }
  72% {
    -webkit-transform: translateY(0.55%);
    transform: translateY(0.55%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.hero_area .hero_img_wrap .plane {
  position: absolute;
  width: 73.12%;
  top: 51.66%;
  left: 15.41%;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 2000ms ease-in-out 500ms;
  transition: all 2000ms ease-in-out 500ms;
}
@media screen and (max-width: 819px) {
  .hero_area .hero_img_wrap .plane {
    width: 148%;
    left: auto;
    right: 16%;
    top: 62.96%;
    clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
  }
}
.hero_area .hero_img_wrap .plane.on {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.hero_area .hero_img_wrap .plane img {
  width: 100%;
  max-width: 100%;
}
.hero_area .hero_img_wrap .hero_txt01 {
  position: absolute;
  width: 41.8%;
  top: 21.11%;
  left: 11.11%;
}
@media screen and (max-width: 819px) {
  .hero_area .hero_img_wrap .hero_txt01 {
    width: 83.2%;
    left: 8%;
    top: 19.49%;
  }
}
.hero_area .txt_scroll_area {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
}

.txt_scroll_area {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  color: rgba(200, 200, 200, 0.59);
  line-height: 1;
}
.txt_scroll_area p {
  font-weight: 600;
  letter-spacing: 0.05em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: auto;
  display: inline-block;
  text-wrap: nowrap;
  white-space: nowrap;
  font-size: 100px;
}
@media screen and (max-width: 819px) {
  .txt_scroll_area p {
    font-size: 70px;
  }
}
.txt_scroll_area p:nth-child(1) {
  -webkit-animation: anim--first 25s infinite linear 0.1s both;
  animation: anim--first 25s infinite linear 0.1s both;
}
.txt_scroll_area p:nth-child(2) {
  -webkit-animation: anim--second 25s infinite linear 0.1s both;
  animation: anim--second 25s infinite linear 0.1s both;
}
@-webkit-keyframes anim--first {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes anim--first {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes anim--second {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes anim--second {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.swiper-interview_slide {
  margin-top: 40px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (max-width: 644px) {
  .swiper-interview_slide {
    margin-top: 15px;
  }
}
.swiper-interview_slide .slide_in {
  position: relative;
  padding: 30px 0px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
@media screen and (max-width: 644px) {
  .swiper-interview_slide .slide_in {
    padding: 20px 0px 30px;
    margin-bottom: 10px;
  }
}
.swiper-interview_slide .slide_in::before {
  content: "";
  background: url(../../img/recruit/interview_bg.png) center center/contain no-repeat;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.swiper-interview_slide .slide_in .interview_img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.swiper-interview_slide .slide_in .interview_img::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#222222), color-stop(37%, rgba(128, 128, 128, 0)), to(rgba(128, 128, 128, 0)));
  background: linear-gradient(to top, #222222 0%, rgba(128, 128, 128, 0) 37%, rgba(128, 128, 128, 0) 100%);
}
.swiper-interview_slide .slide_in .interview_img img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 100%;
  max-width: 100%;
}
.swiper-interview_slide .slide_in .interview_name {
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 45px 40px;
  color: #fff;
  z-index: 1;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .swiper-interview_slide .slide_in .interview_name {
    padding: 20px 25px;
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 644px) {
  .swiper-interview_slide .slide_in .interview_name {
    font-size: 15px;
  }
}
.swiper-interview_slide .slide_in .interview_name .name {
  display: block;
  font-size: 1.5em;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 644px) {
  .swiper-interview_slide .slide_in .interview_name .name {
    font-size: 20px;
  }
}
.swiper-interview_slide .slide_in .interview_name .name::after {
  content: "";
  display: block;
  position: absolute;
  width: 2em;
  height: 1px;
  background-color: #fff;
  bottom: 0px;
  right: 100%;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.swiper-interview_slide .sec_moreBtn {
  text-align: right;
}
.swiper-interview_slide.type02 {
  margin-top: 0px;
}
.swiper-interview_slide.type02 .slide_in::before {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* hover指定できるPCを想定したスタイル */
@media (hover: hover) {
  .swiper-interview_slide:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .swiper-interview_slide:hover .interview_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .swiper-interview_slide:hover .interview_name .name::after {
    right: -2em;
  }
  .swiper-interview_slide:hover .btn_arrow_com01 {
    background-color: #1272BA;
    color: #fff;
  }
}
@media (hover: none) {
  /* hoverが使えないタッチ端末を想定した装飾 */
  .swiper-interview_slide:active {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .swiper-interview_slide:active .interview_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .swiper-interview_slide:active .interview_name .name::after {
    right: -2em;
  }
  .swiper-interview_slide:active .btn_arrow_com01 {
    background-color: #1272BA;
    color: #fff;
  }
}
.swiper-interview-btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 13.19vw;
}
@media screen and (max-width: 644px) {
  .swiper-interview-btnWrap {
    gap: 10px;
    margin-top: 10px;
    padding-right: 14.13vw;
  }
}
.swiper-interview-btnWrap .swiper-button-prev, .swiper-interview-btnWrap .swiper-button-next {
  position: static;
  background-color: #C8C8C8;
  color: #fff;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 50%;
  text-align: center;
}
.swiper-interview-btnWrap .swiper-button-prev::after, .swiper-interview-btnWrap .swiper-button-next::after {
  font-size: 16px;
  vertical-align: 18px;
}
.swiper-interview-btnWrap .swiper-button-prev::after {
  font-family: "material symbols outlined";
  content: "\e5c4";
}
.swiper-interview-btnWrap .swiper-button-next::after {
  font-family: "material symbols outlined";
  content: "\e5c8";
}

.sec_moreBtn {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.sec_moreBtn .btn_arrow_com01 {
  display: inline-block;
  margin-left: 1em;
  border-color: #1272BA;
  background-color: #fff;
}
.sec_moreBtn:hover .btn_arrow_com01 {
  background-color: #1272BA;
  color: #fff;
}

.swiper-interview-pagination {
  position: static;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 13.19vw;
  margin-top: 20px;
}
@media screen and (max-width: 819px) {
  .swiper-interview-pagination {
    display: block;
  }
}
@media screen and (max-width: 644px) {
  .swiper-interview-pagination {
    padding-right: 14.13vw;
  }
}
.swiper-interview-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #C8C8C8;
  opacity: 1;
}
.swiper-interview-pagination .swiper-pagination-bullet-active {
  background-color: #004C87;
}

.index {
  overflow: hidden;
}
.index .tit_com01::after {
  display: none;
}
.index .bg01_area {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(37%, rgba(255, 255, 255, 0)), color-stop(75%, #d1e8da), to(#bbe3f8));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 37%, #d1e8da 75%, #bbe3f8 100%);
  padding-bottom: 160px;
  position: relative;
}
@media screen and (max-width: 819px) {
  .index .bg01_area {
    padding-bottom: 80px;
  }
}
.index .bg01_area::before {
  display: block;
  content: "";
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background: url(../../img/recruit/bg01.jpg) center center/cover no-repeat;
  position: fixed;
  z-index: -1;
  top: 0px;
  left: 0px;
}
.index .bg01_area::after {
  display: block;
  content: "";
  width: 27.98%;
  aspect-ratio: 403/281;
  background: url(../../img/recruit/bg02.png) center center/cover no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media screen and (max-width: 644px) {
  .index .bg01_area::after {
    width: 66.66%;
  }
}
.index .sec01 {
  padding: 150px 4.86vw 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 819px) {
  .index .sec01 {
    padding: 160px 30px 0px 30px;
  }
}
.index .sec01 .txtBox {
  width: 57.03%;
  margin-left: auto;
  margin-right: 0px;
}
@media screen and (max-width: 819px) {
  .index .sec01 .txtBox {
    width: 100%;
    max-width: 100%;
    margin-bottom: 100px;
  }
}
.index .sec01 .txtBox .tit01 {
  font-size: 40px;
  line-height: 1.22;
  font-weight: 700;
  color: #1272BA;
}
@media screen and (max-width: 644px) {
  .index .sec01 .txtBox .tit01 {
    font-size: 32px;
  }
}
.index .sec01 img {
  width: 100%;
  max-width: 100%;
}
.index .sec01 .img_plane {
  position: absolute;
  width: 24.3%;
  right: 3.47%;
  bottom: 19.45%;
}
@media screen and (max-width: 819px) {
  .index .sec01 .img_plane {
    width: 48.8%;
    right: 6.66%;
    bottom: 19.46vw;
  }
}
.index .sec01 .txt_jpt {
  position: absolute;
  width: 20.62%;
  right: 0px;
  bottom: 80px;
}
@media screen and (max-width: 819px) {
  .index .sec01 .txt_jpt {
    position: static;
    width: 84.44%;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    margin-left: auto;
    margin-right: 0px;
  }
}
.index .sec_news {
  background-color: #fff;
  border-radius: 8px;
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 60px);
  margin: 0px auto;
  max-width: 1280px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 644px) {
  .index .sec_news {
    padding: 55px 30px;
  }
}
.index .sec_news_in {
  width: 100%;
  max-width: 1110px;
  margin: 0px auto;
}
.index .sec_news .link_com01 {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media screen and (max-width: 819px) {
  .index .sec_news .link_com01 {
    margin-bottom: 25px;
  }
}
.index .sec_com {
  padding: 120px 0px;
}
@media screen and (max-width: 644px) {
  .index .sec_com {
    padding: 80px 0px;
  }
}
.index .sec_about {
  background-color: #fff;
  position: relative;
}
.index .sec_about .img_area {
  position: relative;
}
.index .sec_about .img_area img {
  width: 100%;
  max-width: 100%;
}
.index .sec_about .img_area .plane {
  position: absolute;
  width: 21.52%;
  top: 16.75%;
  left: 12.84%;
}
@media screen and (max-width: 819px) {
  .index .sec_about .img_area .plane {
    width: 46.66%;
    top: 51.45%;
    left: 0.26%;
  }
}
.index .sec_about .txt01 {
  position: absolute;
  font-size: 20px;
  line-height: 2;
  bottom: 80px;
  z-index: 1;
}
@media screen and (max-width: 819px) {
  .index .sec_about .txt01 {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 644px) {
  .index .sec_about .txt01 {
    font-size: 15px;
  }
}
@media screen and (max-width: 819px) {
  .index .sec_about .sec_moreBtn {
    margin-bottom: 50px;
  }
}
.index .sec_interview {
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(54%, white), color-stop(81%, #d1e8da), to(#bbe3f8));
  background: linear-gradient(to top, white 0%, white 54%, #d1e8da 81%, #bbe3f8 100%);
  position: relative;
}
.index .sec_interview::before {
  display: block;
  content: "";
  width: 27.98%;
  aspect-ratio: 403/281;
  background: url(../../img/recruit/bg02.png) center center/cover no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 644px) {
  .index .sec_interview::before {
    width: 66.66%;
  }
}
.index .sec_interview .swiper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 13.19vw;
}
@media screen and (max-width: 644px) {
  .index .sec_interview .swiper {
    padding-left: 14.13vw;
  }
}
.index .thum_link_area {
  background: url(../../img/recruit/bg03.jpg) center center/cover no-repeat;
  position: relative;
}
.index .thum_link_area .plane {
  width: 19.23%;
  position: absolute;
  top: 30px;
  right: -55px;
}
@media screen and (max-width: 819px) {
  .index .thum_link_area .plane {
    width: 46.66%;
    top: 0px;
    right: 0px;
    -webkit-transform: translate(20%, -50%);
    transform: translate(20%, -50%);
  }
}
.index .thum_link_area .thum_link_in {
  width: calc(100% - 60px);
  margin: 0px auto;
  max-width: 1280px;
}
.index .thum_link_area .thum_link_in li {
  width: 48.82%;
  border-radius: 8px;
  background-color: #222222;
  overflow: hidden;
}
@media screen and (max-width: 819px) {
  .index .thum_link_area .thum_link_in li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.index .thum_link_area .thum_link_in li a {
  display: block;
  padding: 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  aspect-ratio: 625/400;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .index .thum_link_area .thum_link_in li a {
    padding: 25px 30px;
  }
}
.index .thum_link_area .thum_link_in li a .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.index .thum_link_area .thum_link_in li a .bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index .thum_link_area .thum_link_in li a .tit_com01 {
  color: #fff;
}
.index .thum_link_area .thum_link_in li a .tit_com01 .eng {
  color: #fff;
}
.index .thum_link_area .thum_link_in li a .sec_moreBtn {
  text-align: right;
  color: #fff;
  margin-top: auto;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.index .thum_link_area .thum_link_in li a:hover .bg {
  opacity: 0.5;
}
.index .sec_entry_btn {
  padding: 80px 0px 120px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 644px) {
  .index .sec_entry_btn {
    padding: 60px 0px 110px;
  }
}
.index .sec_entry_btn .txt_scroll_area {
  position: absolute;
  left: 0px;
  color: rgba(200, 200, 200, 0.16);
}
.index .sec_entry_btn .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px 0px;
}
.index .sec_entry_btn .btn_wrap .btn_com01 {
  width: 48.36%;
  text-align: center;
}
@media screen and (max-width: 819px) {
  .index .sec_entry_btn .btn_wrap .btn_com01 {
    width: 100%;
    max-width: 100%;
  }
}

.main_rec_com {
  width: 100%;
  max-width: 1440px;
  margin: 0px auto;
}
@media screen and (max-width: 819px) {
  .main_rec_com {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
  }
}
.main_rec_com .company_tit01 {
  position: relative;
  width: 42.01%;
}
@media screen and (max-width: 819px) {
  .main_rec_com .company_tit01 {
    width: 78.49%;
  }
}
.main_rec_com .company_tit01 .img {
  position: absolute;
  display: block;
  bottom: 0px;
  left: 9.02%;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
}
@media screen and (max-width: 819px) {
  .main_rec_com .company_tit01 .img {
    position: static;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}
@media screen and (max-width: 819px) {
  .main_rec_com + .pankuzu_wrap {
    padding-top: 0px;
  }
}

.bg_rec_com {
  background: linear-gradient(to bottom, rgba(187, 227, 248, 0.56) 0%, rgba(209, 232, 218, 0.56) 400px, rgba(255, 255, 255, 0) 1010px, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
}
.bg_rec_com.-gray {
  background-image: none;
  background: #F4F4F4;
}
.bg_rec_com.-long {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(187, 227, 248, 0.56)), color-stop(75%, rgba(209, 232, 218, 0.56)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(187, 227, 248, 0.56) 0%, rgba(209, 232, 218, 0.56) 75%, rgba(255, 255, 255, 0) 100%);
}

.charm_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(187, 227, 248, 0.56)), color-stop(20%, rgba(209, 232, 218, 0.56)), color-stop(60.5%, #F3F9F5), color-stop(70%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(187, 227, 248, 0.56) 0%, rgba(209, 232, 218, 0.56) 20%, #F3F9F5 60.5%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 819px) {
  .charm_bg {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(187, 227, 248, 0.56)), color-stop(20%, rgba(209, 232, 218, 0.56)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(187, 227, 248, 0.56) 0%, rgba(209, 232, 218, 0.56) 20%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  }
}

.sec_company_com {
  padding: 120px 0px;
  position: relative;
}
@media screen and (max-width: 644px) {
  .sec_company_com {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 644px) {
  .sec_company_com.sp_pdb_0 {
    padding-bottom: 0px;
  }
}
.sec_company_com .tit01 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  padding-top: 130px;
}
@media screen and (max-width: 1024px) {
  .sec_company_com .tit01 {
    padding-top: 0px;
  }
}
@media screen and (max-width: 644px) {
  .sec_company_com .tit01 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.sec_company_com .tit02 b {
  display: inline-block;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
  color: transparent;
}
@media screen and (max-width: 644px) {
  .sec_company_com .tit02 b {
    font-size: 30px;
  }
}
.sec_company_com .tit02 b::after {
  display: block;
  content: "";
  background-color: #1272BA;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transform: translate(-110%, 0);
  transform: translate(-110%, 0);
}
.sec_company_com .tit02.is-active b.first {
  color: #222222;
  -webkit-transition: color 0.375s ease 1.375s;
  transition: color 0.375s ease 1.375s;
}
.sec_company_com .tit02.is-active b.first::after {
  -webkit-animation: block-reveal 0.75s 1s both;
  animation: block-reveal 0.75s 1s both;
}
.sec_company_com .tit02.is-active b.second {
  color: #222222;
  -webkit-transition: color 0.375s ease 1.475s;
  transition: color 0.375s ease 1.475s;
}
.sec_company_com .tit02.is-active b.second::after {
  -webkit-animation: block-reveal 0.75s 1.1s both;
  animation: block-reveal 0.75s 1.1s both;
}
@-webkit-keyframes block-reveal {
  0% {
    -webkit-transform: translate(-110%, 0);
    transform: translate(-110%, 0);
  }
  45% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  55% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
}
@keyframes block-reveal {
  0% {
    -webkit-transform: translate(-110%, 0);
    transform: translate(-110%, 0);
  }
  45% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  55% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
}
.sec_company_com_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 819px) {
  .sec_company_com_flex {
    display: block;
  }
}
.sec_company_com_flex .img_area {
  width: 33.78%;
}
@media screen and (max-width: 819px) {
  .sec_company_com_flex .img_area {
    width: 100%;
    max-width: 375px;
    margin: 0px auto;
    margin-bottom: 30px;
  }
}
.sec_company_com_flex .img_area .photo {
  margin-bottom: 25px;
}
@media screen and (max-width: 644px) {
  .sec_company_com_flex .img_area .photo {
    margin-bottom: 15px;
  }
}
.sec_company_com_flex .img_area .name {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.sec_company_com_flex .img_area .name .sign {
  display: block;
}
.sec_company_com_flex .txt_area {
  width: 59%;
}
@media screen and (max-width: 819px) {
  .sec_company_com_flex .txt_area {
    width: 100%;
    max-width: 100%;
  }
}
.sec_company_com_flex .txt_area02 {
  width: 30.63%;
  padding-top: 60px;
}
@media screen and (max-width: 819px) {
  .sec_company_com_flex .txt_area02 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 80px;
    padding-top: 0px;
  }
}
.sec_company_com_flex .img_area02 {
  width: 66.21%;
}
@media screen and (max-width: 819px) {
  .sec_company_com_flex .img_area02 {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
.sec_company_com_flex .img_area02 figure {
  margin-right: calc((-100vw + 151%) / 2);
}
@media screen and (max-width: 819px) {
  .sec_company_com_flex .img_area02 figure {
    margin-right: 0px;
  }
}
.sec_company_com_flex .img_area02 figure img {
  width: 100%;
  max-width: 100%;
}
.sec_company_com .rec_company_subnav_area {
  margin-bottom: 120px;
}
@media screen and (max-width: 644px) {
  .sec_company_com .rec_company_subnav_area {
    margin-bottom: 80px;
  }
}
.sec_company_com .rec_company_subnav_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 819px) {
  .sec_company_com .rec_company_subnav_area ul {
    gap: 0px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.sec_company_com .rec_company_subnav_area ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.sec_company_com .rec_company_subnav_area ul li a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #222222;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-bottom: 2em;
  border-bottom: solid 2px #C8C8C8;
  line-height: 1;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 644px) {
  .sec_company_com .rec_company_subnav_area ul li a {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}
.sec_company_com .rec_company_subnav_area ul li a::after {
  display: block;
  position: absolute;
  content: "\e5db";
  font-family: "Material Symbols Outlined";
  width: 40px;
  aspect-ratio: 1/1;
  text-align: center;
  background-color: #C8C8C8;
  border-radius: 50%;
  line-height: 40px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #004C87;
  letter-spacing: 0em;
}
.sec_company_com .rec_company_subnav_area ul li.current a, .sec_company_com .rec_company_subnav_area ul li:hover a {
  color: #1272BA;
  border-bottom-color: #1272BA;
}
.sec_company_com .rec_company_subnav_area ul li.current a::after, .sec_company_com .rec_company_subnav_area ul li:hover a::after {
  color: #fff;
  background-color: #1272BA;
}
.sec_company_com .tit_company01 {
  width: 100%;
  max-width: 682px;
  -webkit-transform: translateX(-165px);
  transform: translateX(-165px);
  margin-bottom: 70px;
}
@media screen and (max-width: 1440px) {
  .sec_company_com .tit_company01 {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    max-width: 660px;
  }
}
@media screen and (max-width: 644px) {
  .sec_company_com .tit_company01 {
    width: 100vw;
    margin-bottom: 50px;
  }
}
.sec_company_com .tit_company02 {
  font-size: 30px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 644px) {
  .sec_company_com .tit_company02 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.sec_company_com .tit_company03 {
  font-size: 26px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  color: #1272BA;
}
@media screen and (max-width: 644px) {
  .sec_company_com .tit_company03 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.sec_company_com .tit_company03 span {
  color: #1272BA;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0em;
  font-weight: 700;
}
.sec_company_com .tit_company03.-black {
  color: #222222;
}
.sec_company_com .tit_company04 {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media screen and (max-width: 819px) {
  .sec_company_com .tit_company04 {
    position: static;
    margin-bottom: 25px;
  }
}
.sec_company_com .tit_company04 b {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  letter-spacing: 0.025em;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 644px) {
  .sec_company_com .tit_company04 b {
    font-size: 30px;
  }
}
.sec_company_com .txt_flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 95px;
}
@media screen and (max-width: 819px) {
  .sec_company_com .txt_flex_area {
    display: block;
    margin-bottom: 45px;
  }
}
.sec_company_com .txt_flex_area .tit_company02 {
  width: 35.58%;
  margin-bottom: 0px;
}
@media screen and (max-width: 819px) {
  .sec_company_com .txt_flex_area .tit_company02 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.sec_company_com .txt_flex_area .txt_com01 {
  width: 57.2%;
}
@media screen and (max-width: 819px) {
  .sec_company_com .txt_flex_area .txt_com01 {
    width: 100%;
    max-width: 100%;
  }
}
.sec_company_com_in {
  margin-bottom: 140px;
}
@media screen and (max-width: 644px) {
  .sec_company_com_in {
    margin-bottom: 80px;
  }
}
.sec_company_com_in:last-child {
  margin-bottom: 0px;
}
.sec_company_com_in.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 819px) {
  .sec_company_com_in.-flex {
    display: block;
  }
}
.sec_company_com_in.-flex:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sec_company_com_in.-flex .img_area {
  width: 59.9%;
}
@media screen and (max-width: 819px) {
  .sec_company_com_in.-flex .img_area {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.sec_company_com_in.-flex .txt_area {
  width: 32.88%;
}
@media screen and (max-width: 819px) {
  .sec_company_com_in.-flex .txt_area {
    width: 100%;
    max-width: 100%;
  }
}
.sec_company_com_in_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 819px) {
  .sec_company_com_in_flex {
    display: block;
  }
}
.sec_company_com_in_flex .img_area {
  width: 88.28%;
}
@media screen and (max-width: 819px) {
  .sec_company_com_in_flex .img_area {
    width: 83.33%;
    margin: 0px auto;
    margin-bottom: 30px;
  }
}
.sec_company_com_in_flex .txt_com01 {
  width: 100%;
  max-width: 730px;
  margin-left: auto;
}
.sec_company_com .img_map {
  position: relative;
  padding-bottom: 30px;
}
.sec_company_com .img_map figure {
  width: 100%;
  max-width: 1110px;
  margin: 0px auto;
}
.sec_company_com .img_map img {
  width: 100%;
  max-width: 100%;
}
.sec_company_com .img_map .txt_scroll_area {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  opacity: 0.72;
}
.sec_company_com .sec_cherish {
  overflow: unset;
  position: relative;
}
.sec_company_com .sec_cherish .sec_cherish_left {
  width: 24.3vw;
  max-width: 350px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100vh;
}
@media screen and (max-width: 819px) {
  .sec_company_com .sec_cherish .sec_cherish_left {
    position: static;
    height: auto;
    width: 100%;
    max-width: 375px;
    margin: 0px auto;
    margin-bottom: 80px;
  }
}
.sec_company_com .sec_cherish .sec_cherish_left .left_box_in {
  position: absolute;
  width: 100%;
  max-width: 100%;
  left: 0px;
}
@media screen and (max-width: 819px) {
  .sec_company_com .sec_cherish .sec_cherish_left .left_box_in {
    position: static;
  }
}
.sec_company_com .sec_cherish_in {
  width: 48.64%;
  position: sticky;
  left: 0px;
  top: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: 0px;
  height: 100vh;
  min-height: 700px;
  max-height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10vh 0px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .sec_company_com .sec_cherish_in {
    width: 60vw;
    max-width: 540px;
  }
}
@media screen and (max-width: 819px) {
  .sec_company_com .sec_cherish_in {
    position: static;
    height: auto;
    display: block;
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 0px;
    min-height: auto;
    max-height: none;
  }
}
.sec_company_com .sec_cherish_in.off {
  opacity: 0.6;
}
.sec_company_com .sec_cherish_in.box02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec_company_com .sec_cherish_in.box03 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.sec_company_com .credo_area {
  padding: 8.33vw 0px 0px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 819px) {
  .sec_company_com .credo_area {
    background: none;
  }
}
.sec_company_com .credo_area .contents_in {
  position: relative;
}
.sec_company_com .credo_area .img01 {
  width: 100%;
  max-width: 770px;
  margin: 0px auto;
}
@media screen and (max-width: 644px) {
  .sec_company_com .credo_area .img01 {
    margin-bottom: 40px;
  }
}
.sec_company_com .credo_area .img01 img {
  width: 100%;
  max-width: 100%;
}
.sec_company_com .credo_area .sp_txt_area {
  display: none;
}
@media screen and (max-width: 644px) {
  .sec_company_com .credo_area .sp_txt_area {
    display: block;
    text-align: center;
  }
}
.sec_company_com .num_area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px;
  border-radius: 8px;
  background-color: #E8E8E8;
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area {
    padding: 25px 15px;
  }
}
.sec_company_com .num_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 819px) {
  .sec_company_com .num_area ul {
    gap: 15px;
  }
}
.sec_company_com .num_area ul li {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 819px) {
  .sec_company_com .num_area ul li {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul li {
    width: 100%;
    max-width: 100%;
  }
}
.sec_company_com .num_area ul li.wid_full {
  width: 100%;
  max-width: 100%;
}
.sec_company_com .num_area ul li.wid_half {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 819px) {
  .sec_company_com .num_area ul li.wid_half {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 819px) {
  .sec_company_com .num_area ul li.tab_flex {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul li.tab_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 819px) {
  .sec_company_com .num_area ul li.tab_flex .num_box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    aspect-ratio: unset;
    margin-top: 0px;
  }
}
.sec_company_com .num_area ul .num_box {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 30px min(40px, 2.78vw);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .num_box {
    gap: 15px;
    padding: 20px min(25px, 6.67vw);
  }
}
.sec_company_com .num_area ul .num_box + .num_box {
  margin-top: 20px;
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .num_box + .num_box {
    margin-top: 15px;
  }
}
.sec_company_com .num_area ul .num_box.-height50 {
  aspect-ratio: 318/240;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .num_box.-height50 {
    aspect-ratio: 305/192;
  }
}
.sec_company_com .num_area ul .num_box_in {
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out 500ms;
  transition: all 500ms ease-in-out 500ms;
}
.sec_company_com .num_area ul .num_box.is-active .num_tit {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.sec_company_com .num_area ul .num_box.is-active .num_box_in {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.sec_company_com .num_area ul .num_box .num_tit {
  font-size: 18px;
  font-weight: 500;
  padding-left: 1em;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .num_box .num_tit {
    font-size: 17px;
  }
}
.sec_company_com .num_area ul .num_box .num_tit::before {
  display: block;
  content: "";
  width: 0.38em;
  aspect-ratio: 1/1;
  background-color: #00A95B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_company_com .num_area ul .sougyo .counter_wrap .counter {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.3;
  font-size: min(22px, 1.53vw);
}
@media screen and (max-width: 819px) {
  .sec_company_com .num_area ul .sougyo .counter_wrap .counter {
    font-size: 15px;
  }
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .sougyo .counter_wrap .counter {
    font-size: 4vw;
  }
}
.sec_company_com .num_area ul .sougyo .counter_wrap .counter .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3.27em;
  letter-spacing: 0.1em;
  color: #1272BA;
}
.sec_company_com .num_area ul .sougyo .counter_wrap .sougyo_copy {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: min(16px, 1.11vw);
}
@media screen and (max-width: 819px) {
  .sec_company_com .num_area ul .sougyo .counter_wrap .sougyo_copy {
    font-size: 15px;
  }
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .sougyo .counter_wrap .sougyo_copy {
    font-size: 4vw;
    letter-spacing: 0em;
  }
}
.sec_company_com .num_area ul .bunnri.is-active .bunnri_wrap__numbers {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.sec_company_com .num_area ul .bunnri_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec_company_com .num_area ul .bunnri_wrap__numbers {
  font-size: min(18px, 1.25vw);
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.3;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out 1500ms;
  transition: all 500ms ease-in-out 1500ms;
}
@media screen and (max-width: 819px) {
  .sec_company_com .num_area ul .bunnri_wrap__numbers {
    font-size: 14px;
  }
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .bunnri_wrap__numbers {
    font-size: 4.8vw;
    letter-spacing: 0em;
  }
}
.sec_company_com .num_area ul .bunnri_wrap__numbers .percent {
  font-size: 1.22em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.sec_company_com .num_area ul .bunnri_wrap__numbers .percent strong {
  font-size: 1.81em;
  font-weight: 600;
  color: #1272BA;
}
.sec_company_com .num_area ul .bunnri_wrap__graphBox {
  width: 35.71%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .bunnri_wrap__graphBox {
    width: 33.33%;
  }
}
.sec_company_com .num_area ul .bunnri_wrap__graph {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0px;
  overflow: hidden;
}
.sec_company_com .num_area ul .bunnri_wrap__graph-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec_company_com .num_area ul .bunnri_wrap__graph-bg {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 50%;
  background-color: #fff;
}
.sec_company_com .num_area ul .bunnri_wrap__graph.-graph1 {
  left: 0px;
}
.sec_company_com .num_area ul .bunnri_wrap__graph.-graph1 .bunnri_wrap__graph-image {
  -o-object-position: left;
  object-position: left;
}
.sec_company_com .num_area ul .bunnri_wrap__graph.-graph1 .bunnri_wrap__graph-bg {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  -webkit-transition: opacity 0s linear 1500ms, -webkit-transform 500ms linear 1000ms;
  transition: opacity 0s linear 1500ms, -webkit-transform 500ms linear 1000ms;
  transition: transform 500ms linear 1000ms, opacity 0s linear 1500ms;
  transition: transform 500ms linear 1000ms, opacity 0s linear 1500ms, -webkit-transform 500ms linear 1000ms;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.sec_company_com .num_area ul .bunnri_wrap__graph.-graph1 .bunnri_wrap__graph-bg.is-active {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  opacity: 0;
}
.sec_company_com .num_area ul .bunnri_wrap__graph.-graph2 {
  right: 0px;
}
.sec_company_com .num_area ul .bunnri_wrap__graph.-graph2 .bunnri_wrap__graph-image {
  -o-object-position: right;
  object-position: right;
}
.sec_company_com .num_area ul .bunnri_wrap__graph.-graph2 .bunnri_wrap__graph-bg {
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  -webkit-transition: opacity 0s linear 1000ms, -webkit-transform 500ms linear 500ms;
  transition: opacity 0s linear 1000ms, -webkit-transform 500ms linear 500ms;
  transition: transform 500ms linear 500ms, opacity 0s linear 1000ms;
  transition: transform 500ms linear 500ms, opacity 0s linear 1000ms, -webkit-transform 500ms linear 500ms;
}
.sec_company_com .num_area ul .bunnri_wrap__graph.-graph2 .bunnri_wrap__graph-bg.is-active {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  opacity: 0;
}
.sec_company_com .num_area ul .danjohi.is-active .txt {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .danjohi .danjohi_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }
}
.sec_company_com .num_area ul .danjohi .img {
  width: 100%;
  max-width: 137px;
  margin: 0px auto;
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .danjohi .img {
    width: 20%;
  }
}
.sec_company_com .num_area ul .danjohi .txt {
  text-align: center;
  color: #1272BA;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 80px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out 1000ms;
  transition: all 500ms ease-in-out 1000ms;
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .danjohi .txt {
    font-size: 14.93vw;
  }
}
.sec_company_com .num_area ul .ikukyu.is-active .graph {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.sec_company_com .num_area ul .ikukyu.is-active .percent {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.sec_company_com .num_area ul .ikukyu_graph_wrap {
  padding-bottom: 15px;
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .ikukyu_graph_wrap {
    padding-bottom: 0px;
  }
}
.sec_company_com .num_area ul .ikukyu_graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}
.sec_company_com .num_area ul .ikukyu_graph .tit {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: min(16px, 1.11vw);
}
@media screen and (max-width: 819px) {
  .sec_company_com .num_area ul .ikukyu_graph .tit {
    font-size: 12px;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .ikukyu_graph .tit {
    font-size: 3.73vw;
  }
}
.sec_company_com .num_area ul .ikukyu_graph .graph {
  width: 58.43%;
  height: 30px;
  border-radius: 0px 8px 8px 0px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 500ms ease-in-out 1000ms;
  transition: all 500ms ease-in-out 1000ms;
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .ikukyu_graph .graph {
    width: 63.11%;
  }
}
.sec_company_com .num_area ul .ikukyu_graph .percent {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1272BA;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out 1500ms;
  transition: all 500ms ease-in-out 1500ms;
  font-size: min(14px, 0.97vw);
}
@media screen and (max-width: 819px) {
  .sec_company_com .num_area ul .ikukyu_graph .percent {
    font-size: 11px;
  }
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .ikukyu_graph .percent {
    font-size: 2.93vw;
    letter-spacing: 0em;
  }
}
.sec_company_com .num_area ul .ikukyu_graph .percent strong {
  font-size: 1.42em;
  font-weight: 500;
}
.sec_company_com .num_area ul .ikukyu_graph.women .graph {
  background-color: #BBE3F8;
}
.sec_company_com .num_area ul .ikukyu_graph.men .graph {
  background-color: #D1E8DA;
  width: 45.26%;
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .ikukyu_graph.men .graph {
    width: 48.88%;
  }
}
.sec_company_com .num_area ul .shussin.is-active .shussin_map_percent {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.sec_company_com .num_area ul .shussin.is-active .shussin_map_circle {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.sec_company_com .num_area ul .shussin_map_wrap {
  position: relative;
}
.sec_company_com .num_area ul .shussin_map {
  width: 74.67%;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sec_company_com .num_area ul .shussin_map {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 819px) {
  .sec_company_com .num_area ul .shussin_map {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .shussin_map {
    margin-left: max(-25px, -6.67vw);
    margin-right: max(-25px, -6.67vw);
    width: calc(100% + min(50px, 13.34vw));
    max-width: none;
  }
}
.sec_company_com .num_area ul .shussin_map img {
  width: 100%;
  max-width: 100%;
}
.sec_company_com .num_area ul .shussin_map_circle {
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 0px;
  left: 0px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out 1000ms;
  transition: all 500ms ease-in-out 1000ms;
}
.sec_company_com .num_area ul .shussin_map_circle img {
  width: 100%;
  max-width: 100%;
}
.sec_company_com .num_area ul .shussin_map_percent {
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 0px;
  left: 0px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out 1500ms;
  transition: all 500ms ease-in-out 1500ms;
}
.sec_company_com .num_area ul .shussin_map_percent img {
  width: 100%;
  max-width: 100%;
}
.sec_company_com .num_area ul .ranking_list {
  list-style-type: none;
}
.sec_company_com .num_area ul .ranking_list.is-active li {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.sec_company_com .num_area ul .ranking_list li {
  width: 100%;
  max-width: 100%;
  padding: 5px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F4F4F4;
  border-radius: 8px;
  text-align: center;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.sec_company_com .num_area ul .ranking_list li + li {
  margin-top: 8px;
}
.sec_company_com .num_area ul .ranking_list li::before {
  aspect-ratio: 20/28;
  width: 20px;
  margin-right: 10px;
  content: "";
  vertical-align: -0.25em;
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .ranking_list li::before {
    width: 19px;
  }
}
.sec_company_com .num_area ul .ranking_list li:nth-child(1) {
  font-size: 24px;
  background-color: #BBE3F8;
  padding: 10px 0px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .ranking_list li:nth-child(1) {
    font-size: 22px;
  }
}
.sec_company_com .num_area ul .ranking_list li:nth-child(1)::before {
  display: inline-block;
  background: url(../../img/recruit/company/img09_5_no1.png) center center/contain no-repeat;
}
.sec_company_com .num_area ul .ranking_list li:nth-child(2) {
  font-size: 22px;
  background-color: #D1E8DA;
  padding: 10px 0px;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .ranking_list li:nth-child(2) {
    font-size: 20px;
  }
}
.sec_company_com .num_area ul .ranking_list li:nth-child(2)::before {
  display: inline-block;
  background: url(../../img/recruit/company/img09_5_no2.png) center center/contain no-repeat;
}
.sec_company_com .num_area ul .ranking_list li:nth-child(3) {
  font-size: 20px;
  background-color: #95C0E0;
  padding: 10px 0px;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .ranking_list li:nth-child(3) {
    font-size: 18px;
  }
}
.sec_company_com .num_area ul .ranking_list li:nth-child(3)::before {
  display: inline-block;
  background: url(../../img/recruit/company/img09_5_no3.png) center center/contain no-repeat;
}
.sec_company_com .num_area ul .ranking_list li:nth-child(4) {
  font-size: 18px;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .ranking_list li:nth-child(4) {
    font-size: 17px;
  }
}
.sec_company_com .num_area ul .ranking_list li:nth-child(5) {
  font-size: calc(22px - 5px);
  -webkit-transition-delay: calc(1.8s + 0.3s * (5 - 4));
  transition-delay: calc(1.8s + 0.3s * (5 - 4));
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .ranking_list li:nth-child(5) {
    font-size: max(21px - 5px, 12px);
  }
}
.sec_company_com .num_area ul .ranking_list li:nth-child(6) {
  font-size: calc(22px - 6px);
  -webkit-transition-delay: calc(1.8s + 0.3s * (6 - 4));
  transition-delay: calc(1.8s + 0.3s * (6 - 4));
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .ranking_list li:nth-child(6) {
    font-size: max(21px - 6px, 12px);
  }
}
.sec_company_com .num_area ul .ranking_list li:nth-child(7) {
  font-size: calc(22px - 7px);
  -webkit-transition-delay: calc(1.8s + 0.3s * (7 - 4));
  transition-delay: calc(1.8s + 0.3s * (7 - 4));
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .ranking_list li:nth-child(7) {
    font-size: max(21px - 7px, 12px);
  }
}
.sec_company_com .num_area ul .ranking_list li:nth-child(8) {
  font-size: calc(22px - 8px);
  -webkit-transition-delay: calc(1.8s + 0.3s * (8 - 4));
  transition-delay: calc(1.8s + 0.3s * (8 - 4));
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .ranking_list li:nth-child(8) {
    font-size: max(21px - 8px, 12px);
  }
}
.sec_company_com .num_area ul .ranking_list li:nth-child(9) {
  font-size: calc(22px - 9px);
  -webkit-transition-delay: calc(1.8s + 0.3s * (9 - 4));
  transition-delay: calc(1.8s + 0.3s * (9 - 4));
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .ranking_list li:nth-child(9) {
    font-size: max(21px - 9px, 12px);
  }
}
.sec_company_com .num_area ul .ranking_list li:nth-child(10) {
  font-size: calc(22px - 10px);
  -webkit-transition-delay: calc(1.8s + 0.3s * (10 - 4));
  transition-delay: calc(1.8s + 0.3s * (10 - 4));
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .ranking_list li:nth-child(10) {
    font-size: max(21px - 10px, 12px);
  }
}
.sec_company_com .num_area ul .caption {
  text-align: right;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media screen and (max-width: 644px) {
  .sec_company_com .num_area ul .caption {
    position: static;
  }
}

.mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 644px) {
  .mb120 {
    margin-bottom: 80px;
  }
}

.sec_job_com {
  padding: 100px 0px 120px;
}
@media screen and (max-width: 644px) {
  .sec_job_com {
    padding: 80px 0px;
  }
}
.sec_job_com .contents_in {
  max-width: 1110px;
}
@media screen and (max-width: 644px) {
  .sec_job_com .contents_in {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
  }
}
.sec_job_com .sec_job_com_flex + .img01 {
  margin-top: 80px;
}
.sec_job_com .sec_job_com_flex + .img01 img {
  width: 100%;
  max-width: 100%;
}
.sec_job_com .movie_wrap {
  position: relative;
  aspect-ratio: 560/315;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.sec_job_com .movie_wrap iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}
.sec_job_com .movie_wrap.movie01 {
  max-width: 800px;
  margin: 0px auto;
}
.sec_job_com.sec_job02 .sec_job02_flex_area section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 819px) {
  .sec_job_com.sec_job02 .sec_job02_flex_area section {
    display: block;
    margin-bottom: 80px;
  }
}
.sec_job_com.sec_job02 .sec_job02_flex_area section .txt_area {
  width: 35.13%;
}
@media screen and (max-width: 819px) {
  .sec_job_com.sec_job02 .sec_job02_flex_area section .txt_area {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.sec_job_com.sec_job02 .sec_job02_flex_area section .txt_area .tit02 {
  font-size: 26px;
  font-weight: bold;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 819px) {
  .sec_job_com.sec_job02 .sec_job02_flex_area section .txt_area .tit02 {
    width: 100%;
    max-width: 100%;
    font-size: 20px;
  }
}
.sec_job_com.sec_job02 .sec_job02_flex_area section .img_areaa {
  width: 59.9%;
}
@media screen and (max-width: 819px) {
  .sec_job_com.sec_job02 .sec_job02_flex_area section .img_areaa {
    width: 100%;
    max-width: 100%;
  }
}
.sec_job_com.sec_job02 .sec_job02_flex_area section:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sec_job_com.sec_job02 .sec_job_interview {
  width: 100%;
  max-width: 825px;
  margin: 0px auto;
  background: url(../../img/recruit/bg_circle.png) center center/contain no-repeat;
}
@media screen and (max-width: 644px) {
  .sec_job_com.sec_job02 .sec_job_interview {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
}
.sec_job_com.sec_job02 .sec_job_interview .tit_int01 {
  line-height: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 20px;
}
.sec_job_com.sec_job02 .sec_job_interview .tit_int01::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #00A95B;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  top: 16px;
}
.sec_job_com.sec_job02 .sec_job_interview .tit_int01 b {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: bold;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 644px) {
  .sec_job_com.sec_job02 .sec_job_interview .tit_int01 b {
    font-size: 30px;
  }
}
.sec_job_com.sec_job02 .sec_job_interview .tit_int01 span {
  display: block;
  font-size: 16px;
}
.sec_job_com.sec_job02 .sec_job_interview .sec_job_interview_in {
  width: 100%;
  max-width: 425px;
  margin: 0px auto;
}
@media screen and (max-width: 644px) {
  .sec_job_com.sec_job02 .sec_job_interview .sec_job_interview_in {
    width: 63.73%;
  }
}
.sec_job_com.sec_job02 .sec_job_interview .sec_job_interview_in .interview_img {
  aspect-ratio: 445/380;
}
@media screen and (max-width: 644px) {
  .sec_job_com.sec_job02 .sec_job_interview .sec_job_interview_in .interview_img {
    aspect-ratio: unset;
  }
}
.sec_job_com.sec_env01 .sec_env_com_flex {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 644px) {
  .sec_job_com.sec_env01 .sec_env_com_flex {
    display: block;
  }
}
.sec_job_com.sec_env01 .sec_env_com_flex .tit01 {
  font-size: 40px;
  color: #1272BA;
  width: 25.67%;
  line-height: 1;
}
@media screen and (max-width: 644px) {
  .sec_job_com.sec_env01 .sec_env_com_flex .tit01 {
    width: 100%;
    max-width: 100%;
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.sec_job_com.sec_env01 .sec_env_com_flex .txt_com01 {
  width: 74.32%;
}
@media screen and (max-width: 644px) {
  .sec_job_com.sec_env01 .sec_env_com_flex .txt_com01 {
    width: 100%;
    max-width: 100%;
  }
}

.sec_env_box {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
  margin-bottom: 80px;
  margin-top: 50px;
}
@media screen and (max-width: 644px) {
  .sec_env_box {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    padding: 40px 30px;
  }
}
.sec_env_box:nth-last-child(1) {
  margin-bottom: 0px;
}
.sec_env_box .sec_env_box_flex {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 819px) {
  .sec_env_box .sec_env_box_flex {
    display: block;
  }
}
.sec_env_box .sec_env_box_flex:nth-last-child(1) {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.sec_env_box .sec_env_box_flex .img_area {
  width: 40.51%;
}
@media screen and (max-width: 819px) {
  .sec_env_box .sec_env_box_flex .img_area {
    width: 100%;
    max-width: 100%;
  }
}
.sec_env_box .sec_env_box_flex .txt_area {
  width: 54.69%;
}
@media screen and (max-width: 819px) {
  .sec_env_box .sec_env_box_flex .txt_area {
    width: 100%;
    max-width: 100%;
  }
}
.sec_env_box .sec_env_box_flex .txt_area .tit02 {
  font-size: 22px;
  font-weight: bold;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 819px) {
  .sec_env_box .sec_env_box_flex .txt_area .img01 {
    margin-bottom: 20px;
  }
}
.sec_env_box .sec_env_box_flex .txt_area .txt01 {
  font-size: 15px;
}
@media screen and (max-width: 644px) {
  .sec_env_box .sec_env_box_flex .txt_area .txt01 {
    font-size: 14px;
  }
}
.sec_env_box .icon_box_flex {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec_env_box .icon_box_flex .icon_box {
  width: 46.93%;
  margin-bottom: 60px;
  padding-top: 35px;
  border-top: 1px solid #1272BA;
}
@media screen and (max-width: 819px) {
  .sec_env_box .icon_box_flex .icon_box {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    margin-bottom: 40px;
  }
}
.sec_env_box .icon_box_flex .icon_box .txt01 {
  font-size: 15px;
}
.sec_env_box .icon_box_flex .icon_box:nth-last-child(1), .sec_env_box .icon_box_flex .icon_box:nth-last-child(2) {
  margin-bottom: 0px;
}
@media screen and (max-width: 819px) {
  .sec_env_box .icon_box_flex .icon_box:nth-last-child(1), .sec_env_box .icon_box_flex .icon_box:nth-last-child(2) {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 819px) {
  .sec_env_box .icon_box_flex .icon_box:nth-last-child(1) {
    margin-bottom: 0px;
  }
}
.sec_env_box.-welfare {
  background-color: transparent;
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 0px;
}
.sec_env_box.-welfare .icon_box_flex {
  width: 100%;
  max-width: 920px;
  margin: 0px auto;
}
@media screen and (max-width: 644px) {
  .sec_env_box.-welfare .icon_box_flex {
    width: 100%;
    max-width: 100%;
  }
}
.sec_env_box.-welfare .icon_box_flex .icon_box {
  width: 47.28%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 60px;
  border-radius: 10px;
  border-top: none;
}
@media screen and (max-width: 819px) {
  .sec_env_box.-welfare .icon_box_flex .icon_box {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}
.sec_env_box.-welfare .icon_box_flex .icon_box.no_copy {
  padding: 40px 60px;
}
@media screen and (max-width: 819px) {
  .sec_env_box.-welfare .icon_box_flex .icon_box.no_copy {
    padding: 40px 20px;
  }
}
.sec_env_box.-welfare .icon_box_flex .icon_box.no_copy .tit_icon_com {
  margin-bottom: 0px;
}

.tit_icon_com {
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  color: #1272BA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 644px) {
  .tit_icon_com {
    font-size: 18px;
  }
}
.tit_icon_com::before {
  content: "";
  width: 52px;
  height: 42px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 644px) {
  .tit_icon_com::before {
    font-size: 18px;
    width: 40px;
    height: 32px;
  }
}
.tit_icon_com.tit_icon01::before {
  background: url(../../img/recruit/environment/icon01.png) 0px 0px no-repeat;
  background-size: 100% auto;
}
.tit_icon_com.tit_icon02::before {
  background: url(../../img/recruit/environment/icon02.png) 0px 0px no-repeat;
  background-size: 100% auto;
}
.tit_icon_com.tit_icon03::before {
  background: url(../../img/recruit/environment/icon03.png) 0px 0px no-repeat;
  background-size: 100% auto;
}
.tit_icon_com.tit_icon04::before {
  background: url(../../img/recruit/environment/icon04.png) 0px 0px no-repeat;
  background-size: 100% auto;
}
.tit_icon_com.tit_icon05::before {
  background: url(../../img/recruit/environment/icon05.png) 0px 0px no-repeat;
  background-size: 100% auto;
}
.tit_icon_com.tit_icon06::before {
  background: url(../../img/recruit/environment/icon06.png) 0px 0px no-repeat;
  background-size: 100% auto;
}
.tit_icon_com.tit_icon07::before {
  background: url(../../img/recruit/environment/icon07.png) 0px 0px no-repeat;
  background-size: 100% auto;
}
.tit_icon_com.tit_icon08::before {
  background: url(../../img/recruit/environment/icon08.png) 0px 0px no-repeat;
  background-size: 100% auto;
}
.tit_icon_com.tit_icon09::before {
  background: url(../../img/recruit/environment/icon09.png) 0px 0px no-repeat;
  background-size: 100% auto;
}
.tit_icon_com.tit_icon10::before {
  background: url(../../img/recruit/environment/icon10.png) 0px 0px no-repeat;
  background-size: 100% auto;
}

.tit_env01 {
  font-size: 30px;
  color: #1272BA;
  line-height: 1;
  border-left: 6px solid #00A95B;
  padding-left: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 644px) {
  .tit_env01 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.tit_env01 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #222;
  margin-top: 10px;
}
@media screen and (max-width: 644px) {
  .tit_env01 span {
    font-size: 12px;
  }
}

.tit_env02 {
  font-size: 26px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: bold;
  font-weight: 700;
}
@media screen and (max-width: 644px) {
  .tit_env02 {
    font-size: 20px;
  }
}
.tit_env02 b {
  width: 30px;
  padding: 7px 0px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 12px;
  background-color: #B2B2B2;
  font-weight: bold;
  font-weight: 700;
  border-radius: 10px;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  top: 7px;
}
@media screen and (max-width: 644px) {
  .tit_env02 b {
    top: 3px;
    padding: 4px 0px;
  }
}
.tit_env02 span {
  font-size: 18px;
}
@media screen and (max-width: 644px) {
  .tit_env02 span {
    font-size: 15px;
  }
}

.a_blank {
  color: #1272BA;
  font-size: 14px;
  text-decoration: underline;
}

@media screen and (max-width: 819px) {
  .hero_area_2nd-recruit.-interview .hero_area_bg figure {
    aspect-ratio: 343/590;
  }
}
.hero_area_2nd-recruit.-interview .hero_area_bg .kv02 {
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 0px;
  left: 0px;
  -webkit-transition: all ease-in-out 3s 0.5s;
  transition: all ease-in-out 3s 0.5s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.hero_area_2nd-recruit.-interview .hero_area_bg.is-active .kv02 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 819px) {
  .hero_area_2nd-recruit.-interview .hero_area_bg .hero_area_plane {
    top: 11.86%;
  }
}
.hero_area_2nd-recruit.-interview .hero_txt_area {
  position: absolute;
  left: 9.35%;
  bottom: 14.28%;
}
@media screen and (max-width: 819px) {
  .hero_area_2nd-recruit.-interview .hero_txt_area {
    left: 4.37%;
    bottom: 4.28%;
  }
}
.hero_area_2nd-recruit.-interview .hero_txt_area.is-active .txt01 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all ease-in-out 1s 2s;
  transition: all ease-in-out 1s 2s;
}
.hero_area_2nd-recruit.-interview .hero_txt_area.is-active .name {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all ease-in-out 1s 2.5s;
  transition: all ease-in-out 1s 2.5s;
}
.hero_area_2nd-recruit.-interview .hero_txt_area.is-active .profile {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all ease-in-out 1s 2.5s;
  transition: all ease-in-out 1s 2.5s;
}
.hero_area_2nd-recruit.-interview .hero_txt_area.is-active .special_txt {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all ease-in-out 1s 2.5s;
  transition: all ease-in-out 1s 2.5s;
}
.hero_area_2nd-recruit.-interview .hero_txt_area .txt01 {
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
@media screen and (max-width: 644px) {
  .hero_area_2nd-recruit.-interview .hero_txt_area .txt01 {
    margin-bottom: 25px;
  }
}
.hero_area_2nd-recruit.-interview .hero_txt_area .txt01 span {
  display: inline-block;
  background: #fff;
  color: #1272BA;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .hero_area_2nd-recruit.-interview .hero_txt_area .txt01 span {
    font-size: 22px;
  }
}
@media screen and (max-width: 644px) {
  .hero_area_2nd-recruit.-interview .hero_txt_area .txt01 span {
    margin-bottom: 5px;
  }
}
.hero_area_2nd-recruit.-interview .hero_txt_area .name {
  font-size: 30px;
  line-height: 1.06;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
@media screen and (max-width: 1024px) {
  .hero_area_2nd-recruit.-interview .hero_txt_area .name {
    font-size: 22px;
  }
}
@media screen and (max-width: 819px) {
  .hero_area_2nd-recruit.-interview .hero_txt_area .name {
    color: #fff;
  }
}
.hero_area_2nd-recruit.-interview .hero_txt_area .profile {
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0.05em;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
@media screen and (max-width: 1024px) {
  .hero_area_2nd-recruit.-interview .hero_txt_area .profile {
    font-size: 14px;
  }
}
@media screen and (max-width: 819px) {
  .hero_area_2nd-recruit.-interview .hero_txt_area .profile {
    color: #fff;
  }
}
.hero_area_2nd-recruit.-interview .hero_txt_area .profile li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1em;
  position: relative;
}
.hero_area_2nd-recruit.-interview .hero_txt_area .profile li::before {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
  background-color: #007B42;
  top: 1em;
  left: 0px;
  position: absolute;
}
.hero_area_2nd-recruit.-interview .hero_txt_area .special_txt {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.hero_area_2nd-recruit.-interview .hero_txt_area .special_txt b {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  background-color: #1272BA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 15px;
}
.hero_area_2nd-recruit.-interview.-sdgs .hero_area_bg .hero_area_plane.on {
  top: 11.85%;
}
@media screen and (max-width: 819px) {
  .hero_area_2nd-recruit.-interview.-sdgs .hero_area_bg .hero_area_plane.on {
    top: 11.86%;
  }
}
@media screen and (max-width: 819px) {
  .hero_area_2nd-recruit.-interview.-sdgs .hero_txt_area {
    top: 40.33%;
    bottom: auto;
  }
}
.hero_area_2nd-recruit.-interview.-sdgs .hero_txt_area.is-active .special_txt {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all ease-in-out 1s 2.5s;
  transition: all ease-in-out 1s 2.5s;
}
.hero_area_2nd-recruit.-interview.-sdgs .hero_txt_area .txt01 {
  margin-bottom: 15px;
}
@media screen and (max-width: 819px) {
  .hero_area_2nd-recruit.-interview.-sdgs .hero_txt_area .txt01 {
    margin-bottom: 0px;
  }
}
.hero_area_2nd-recruit.-interview.-sdgs .hero_txt_area .special_txt {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.hero_area_2nd-recruit.-interview.-sdgs .hero_txt_area .special_txt b {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  background-color: #1272BA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 15px;
}
@media screen and (max-width: 819px) {
  .hero_area_2nd-recruit.-interview.-sdgs .hero_txt_area .special_txt b {
    font-size: 18px;
  }
}

.sec_interview_com {
  padding-top: 120px;
  counter-reset: num;
}
@media screen and (max-width: 819px) {
  .sec_interview_com {
    padding-top: 0px;
  }
}
.sec_interview_com .interview_box01 {
  position: relative;
  padding: 120px 0px;
}
@media screen and (max-width: 819px) {
  .sec_interview_com .interview_box01 {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
.sec_interview_com .interview_box01 .txt_area {
  width: 58.33%;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 7.29vw;
  margin-left: auto;
  margin-right: 0px;
}
@media screen and (max-width: 819px) {
  .sec_interview_com .interview_box01 .txt_area {
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }
}
@media screen and (max-width: 644px) {
  .sec_interview_com .interview_box01 .txt_area {
    padding: 0px 20px;
  }
}
.sec_interview_com .interview_box01 .txt_area article {
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 819px) {
  .sec_interview_com .interview_box01 .txt_area article {
    max-width: none;
  }
}
.sec_interview_com .interview_box01 .txt_area article + article {
  margin-top: 80px;
}
@media screen and (max-width: 644px) {
  .sec_interview_com .interview_box01 .txt_area article + article {
    margin-top: 55px;
  }
}
.sec_interview_com .interview_box01 .txt_area .article_tit01 {
  counter-increment: num;
  font-size: 26px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3.26em;
  position: relative;
}
@media screen and (max-width: 644px) {
  .sec_interview_com .interview_box01 .txt_area .article_tit01 {
    font-size: 20px;
    letter-spacing: 0.05em;
    padding-left: 0px;
  }
}
.sec_interview_com .interview_box01 .txt_area .article_tit01::before {
  display: block;
  content: "Q" counter(num) ".";
  color: #1272BA;
  letter-spacing: 0.05em;
  font-size: 1.53em;
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 1;
}
@media screen and (max-width: 644px) {
  .sec_interview_com .interview_box01 .txt_area .article_tit01::before {
    position: static;
    margin-bottom: 5px;
  }
}
.sec_interview_com .interview_box01 .txt_area .article_img01 {
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
  margin-top: 40px;
}
@media screen and (max-width: 644px) {
  .sec_interview_com .interview_box01 .txt_area .article_img01 {
    margin-top: 30px;
    width: 85.67%;
  }
}
.sec_interview_com .interview_box01 .img_area {
  width: 41.66%;
  position: absolute;
  height: 100vh;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
@media screen and (max-width: 819px) {
  .sec_interview_com .interview_box01 .img_area {
    position: static;
    padding-top: 55px;
    opacity: 1;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.sec_interview_com .interview_box01 .img_area + .txt_area {
  padding-top: 80px;
}
@media screen and (max-width: 644px) {
  .sec_interview_com .interview_box01 .img_area + .txt_area {
    padding-top: 55px;
  }
}
.sec_interview_com .interview_box01 .img_area.fixed {
  position: fixed;
}
.sec_interview_com .interview_box01 .img_area.cur {
  opacity: 1;
}
.sec_interview_com .interview_box01 .img_area figure {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 819px) {
  .sec_interview_com .interview_box01 .img_area figure {
    height: auto;
  }
}
.sec_interview_com .interview_box01 .img_area figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec_interview_com .interview_box01 .img_area figure img.position_right {
  -o-object-position: right center;
  object-position: right center;
}
.sec_interview_com .interview_box01 .img_area figure.left_top {
  height: 50vh;
}
@media screen and (max-width: 819px) {
  .sec_interview_com .interview_box01 .img_area figure.left_top {
    height: auto;
  }
}
.sec_interview_com .interview_box01 .img_area figure.left_bottom {
  height: 50vh;
}
@media screen and (max-width: 819px) {
  .sec_interview_com .interview_box01 .img_area figure.left_bottom {
    display: none;
  }
}
.sec_interview_com .interview_box01 .img_area figure.left_middle02 {
  height: 25vh;
}
@media screen and (max-width: 819px) {
  .sec_interview_com .interview_box01 .img_area figure.left_middle02 {
    display: none;
  }
}
.sec_interview_com .interview_box01 .img_area figure.left_bottom02 {
  height: 25vh;
}
@media screen and (max-width: 819px) {
  .sec_interview_com .interview_box01 .img_area figure.left_bottom02 {
    display: none;
  }
}
.sec_interview_com .sec_members_interview {
  padding: 120px 0px;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(54%, white), color-stop(81%, #d1e8da), to(#bbe3f8));
  background: linear-gradient(to top, white 0%, white 54%, #d1e8da 81%, #bbe3f8 100%);
  position: relative;
}
@media screen and (max-width: 644px) {
  .sec_interview_com .sec_members_interview {
    padding: 80px 0px;
  }
}
.sec_interview_com .sec_members_interview::before {
  display: block;
  content: "";
  width: 27.98%;
  aspect-ratio: 403/281;
  background: url(../../img/recruit/bg02.png) center center/cover no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 644px) {
  .sec_interview_com .sec_members_interview::before {
    width: 66.66%;
  }
}
.sec_interview_com .sec_members_interview .tit_com01 {
  color: #222222;
}
.sec_interview_com .sec_members_interview .tit_com01::after {
  width: 8px;
  aspect-ratio: 1/1;
  background: #00A95B;
  border-radius: 50%;
  top: 1em;
  right: calc(100% + 8px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  left: auto;
}
.sec_interview_com .sec_members_interview .swiper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 13.19vw;
}
@media screen and (max-width: 644px) {
  .sec_interview_com .sec_members_interview .swiper {
    padding-left: 14.13vw;
  }
}
.sec_interview_com .member_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .sec_interview_com .member_list {
    gap: 30px 40px;
  }
}
.sec_interview_com .member_list li {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 1024px) {
  .sec_interview_com .member_list li {
    width: calc((100% - 40px) / 2);
  }
}
.sec_interview_com .member_list li .img {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 10px;
}
.sec_interview_com .member_list li .name {
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  border-bottom: solid 1px #E8E8E8;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 644px) {
  .sec_interview_com .member_list li .name {
    font-size: 17px;
  }
}
.sec_interview_com .member_list li .prof {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.sec_interview_com .chat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec_interview_com .chat_list dt {
  width: 85px;
  font-size: 22px;
  font-weight: 700;
  color: #1272BA;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 644px) {
  .sec_interview_com .chat_list dt {
    font-size: 18px;
    width: 65px;
  }
}
.sec_interview_com .chat_list dt::after {
  display: block;
  content: "：";
  position: absolute;
  right: 0px;
  top: 0px;
}
.sec_interview_com .chat_list dd {
  width: calc(100% - 85px);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  margin-top: 0.4em;
}
@media screen and (max-width: 644px) {
  .sec_interview_com .chat_list dd {
    width: calc(100% - 65px);
    font-size: 15px;
    margin-top: 0.2em;
  }
}
.sec_interview_com .chat_list dd.last {
  margin-left: auto;
  width: 100%;
  max-width: 520px;
}
@media screen and (max-width: 644px) {
  .sec_interview_com .chat_list dd.last {
    width: 88.69%;
  }
}

.sec_person_com {
  padding: 120px 0px;
}
@media screen and (max-width: 644px) {
  .sec_person_com {
    padding: 80px 0px;
  }
}
.sec_person_com .person_grid {
  gap: 65px 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .sec_person_com .person_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 644px) {
  .sec_person_com .person_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    width: calc(100% - 40px);
  }
}
.sec_person_com .swiper-interview_slide {
  margin-top: 0px;
}
.sec_person_com .swiper-interview_slide .interview_copy {
  font-size: 22px;
  line-height: 1.45;
  font-size: min(22px, 1.52vw);
  margin-bottom: 0.45em;
}
@media screen and (max-width: 819px) {
  .sec_person_com .swiper-interview_slide .interview_copy {
    font-size: 2.68vw;
  }
}
@media screen and (max-width: 644px) {
  .sec_person_com .swiper-interview_slide .interview_copy {
    font-size: 5.86vw;
  }
}
.sec_person_com .swiper-interview_slide .interview_copy span {
  display: inline-block;
  font-weight: 600;
  color: #1272BA;
  background-color: #fff;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
}

.hero_area_entry {
  padding: 275px 0px 40px;
  background: url(../../img/recruit/bg_entry.jpg) center bottom/cover no-repeat;
}
@media screen and (max-width: 644px) {
  .hero_area_entry {
    padding: 265px 0px 20px;
    background-image: url(../../img/recruit/bg_entry_sp.jpg);
  }
}
.hero_area_entry .hero_area_in {
  width: calc(100% - 60px);
  margin: 0px auto;
  max-width: 1280px;
}
.hero_area_entry .hero_area_in .tit_com01 {
  color: #222222;
}
.hero_area_entry .hero_area_in .tit_com01::after {
  display: none;
}
.hero_area_entry + .pankuzu_wrap {
  padding-top: 15px;
}
@media screen and (max-width: 644px) {
  .hero_area_entry + .pankuzu_wrap {
    padding-top: 10px;
  }
}

.sec_entry_com {
  padding: 60px 0px 120px;
}
@media screen and (max-width: 644px) {
  .sec_entry_com {
    padding: 30px 0px 60px;
  }
}
.sec_entry_com .form_status li.current p {
  background: -webkit-gradient(linear, left top, right top, from(#E3EFE6), color-stop(20%, #D3E7DB), to(#BCE3F5));
  background: linear-gradient(to right, #E3EFE6 0%, #D3E7DB 20%, #BCE3F5 100%);
  color: #fff;
}
.sec_entry_com .mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 644px) {
  .sec_entry_com .mb70 {
    margin-bottom: 15px;
  }
}
.sec_entry_com .formBox_in {
  width: 47.88%;
  max-width: 340px;
}
@media screen and (max-width: 819px) {
  .sec_entry_com .formBox_in {
    width: 100%;
    max-width: 100%;
  }
}
.sec_entry_com .formBox_in.birthday {
  width: 100%;
  max-width: 100%;
}
.sec_entry_com .formBox_in.birthday .form_input {
  gap: 5px 10px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.sec_entry_com .formBox_in.school {
  width: 100%;
  max-width: 100%;
}
.sec_entry_com .formBox_in.school .form_input {
  width: 47.88%;
  max-width: 340px;
}
@media screen and (max-width: 819px) {
  .sec_entry_com .formBox_in.school .form_input {
    width: 100%;
    max-width: 100%;
  }
}
.sec_entry_com .formBox_in.address .form_input {
  position: relative;
  margin-bottom: 8px;
}
.sec_entry_com .formBox_in.address .address_search::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  aspect-ratio: 1/1;
  background: url(../../img/common/icon_search_blue.svg) center center/contain no-repeat;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_entry_com .formBox_in.address .required_txt.on {
  display: block;
}
.sec_entry_com .formBox_in.contents {
  width: 100%;
  max-width: 710px;
}

.sec_recDetails_com {
  padding: 120px 0px;
}
@media screen and (max-width: 644px) {
  .sec_recDetails_com {
    padding: 80px 0px;
  }
}
.sec_recDetails_com.bg_gray {
  background-color: #F4F4F4;
}
.sec_recDetails_com.bg_gray .recDetails_box + .recDetails_box {
  border-top-color: #fff;
}
.sec_recDetails_com .tit_com03 .cap {
  color: #222222;
  font-size: 16px;
}
@media screen and (max-width: 644px) {
  .sec_recDetails_com .tit_com03 .cap {
    font-size: 15px;
  }
}
.sec_recDetails_com .dl_tit {
  margin-bottom: 10px;
}
.sec_recDetails_com .sec_tit01 {
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  font-weight: 500;
}
.sec_recDetails_com .dl01_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 100px;
}
.sec_recDetails_com .dl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec_recDetails_com .dl01 dd, .sec_recDetails_com .dl01 dt {
  padding: 1em 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #C8C8C8;
}
.sec_recDetails_com .dl01 dt {
  width: 150px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.sec_recDetails_com .dl01 dd {
  width: calc(100% - 150px);
}
.sec_recDetails_com .caption {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.sec_recDetails_com .recDetails_box + .recDetails_box {
  margin-top: 55px;
  border-top: 1px solid #E8E8E8;
  padding-top: 60px;
}
@media screen and (max-width: 644px) {
  .sec_recDetails_com .recDetails_box + .recDetails_box {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.sec_recDetails_com .recDetails_box .dl01 {
  width: 100%;
  max-width: 445px;
}
.sec_recDetails_com .recDetails_box .dl01 dd {
  text-align: right;
}