@charset "UTF-8";

/**********************************************************************************************

　recruit

**********************************************************************************************/
/*---------------------------------------------
setting
---------------------------------------------*/
@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

/*---------------------------------------------
top
---------------------------------------------*/
#main .AboutUsBox__main__title {
  white-space: nowrap;
  text-align: center;
}

#main .RecruitTop .Main {
  background-image: url(https://www.rohto.co.jp/-/media/cojp/recruit/graduate/images/bg_top_down.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 1240px;
}

@media (max-width: 767px) {
  #main .RecruitTop .Main {
    background-size: 1500px 1100px;
  }
}

#main .RecruitTop .Fv {
  background: #035ba7;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  #main .RecruitTop .Fv {
    display: block;
  }
}

@media (max-width: 767px) {
  #main .RecruitTop .Fv {
    display: block;
  }
}

#main .RecruitTop .Fv.is-show .Fv__txtArea__tit>span::after {
  animation-name: borderIn;
  animation-duration: 1s;
  animation-delay: .5s;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: forwards;
  z-index: 1;
}

#main .RecruitTop .Fv.is-show .Fv__txtArea__tit>span span {
  animation-name: captionIn1;
  animation-duration: 0.7s;
  animation-delay: 1.5s;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: forwards;
}

#main .RecruitTop .Fv.is-show .Fv__txtArea__txtArea {
  animation-name: captionIn2;
  animation-duration: 1s;
  animation-delay: 2.2s;
  animation-fill-mode: forwards;
  /*&:nth-child(2){
        animation-delay: 2.6s;
    }
    &:nth-child(3){
        animation-delay: 3s;
    }
    &:nth-child(4){
        animation-delay: 3.4s;
    }*/
}

#main .RecruitTop .Fv.is-show .Fv__txtArea__style {
  animation-name: captionIn2;
  animation-duration: 1s;
  animation-delay: 2.4s;
  animation-fill-mode: forwards;
}

#main .RecruitTop .Fv.is-show .Fv__txtArea__copy {
  animation-name: captionIn2;
  animation-duration: 1s;
  animation-delay: 2.6s;
  animation-fill-mode: forwards;
}

#main .RecruitTop .Fv__slicks {
  width: 54.6%;
  flex-shrink: 0;
  overflow: hidden;
  height: 46.8vw;
}

@media (max-width: 1280px) {
  #main .RecruitTop .Fv__slicks {
    position: absolute;
    top: 0;
    right: 0;
    height: 530px;
  }
}

@media (max-width: 767px) {
  #main .RecruitTop .Fv__slicks {
    width: 100%;
    margin: auto;
    position: relative;
    top: auto;
    height: 77.6vw;
  }
}

#main .RecruitTop .slideItem {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: 0s;
  transform: scale(1.05, 1.05);
}

#main .RecruitTop .Fv__slick__img01 .slideItem {
  background-image: url("../img/top/recruit_slide01.jpg");
}

#main .RecruitTop .Fv__slick__img02 .slideItem {
  background-image: url("../img/top/recruit_slide02.jpg");
}

#main .RecruitTop .Fv__slick__img03 .slideItem {
  background-image: url("../img/top/recruit_slide03.jpg");
}

#main .RecruitTop .Fv__slick__img04 .slideItem {
  background-image: url("../img/top/recruit_slide04.jpg");
}

#main .RecruitTop .Fv__slick__img05 .slideItem {
  background-image: url("../img/top/recruit_slide05.jpg");
}

#main .RecruitTop .slick-slider .slick-track,
#main .RecruitTop .slick-slider .slick-list {
  height: 100%;
}

#main .RecruitTop .slick-slide {
  opacity: 1 !important;
}

#main .RecruitTop .slick-active.Fv__slick__img .slideItem {
  opacity: 1;
  transition: ease 5.0s;
}

#main .RecruitTop .slick-active.Fv__slick__img .slideItem {
  opacity: 1;
  transition: ease 5.0s;
}

#main .RecruitTop .slick-continue.Fv__slick__img .slideItem {
  opacity: 0;
  transition: ease 5.0s;
}

#main .RecruitTop .slick-active .slideItem {
  transform: scale(1, 1);
  transition: ease 10.0s;
}

#main .RecruitTop .slick-continue .slideItem {
  transform: scale(1, 1);
  transition: ease 10.0s;
}

#main .RecruitTop .Fv__txtArea {
  padding: 2.3vw 3.1vw;
  position: relative;
  z-index: 8;
}

@media (max-width: 1280px) {
  #main .RecruitTop .Fv__txtArea {
    padding: 30px 40px;
  }
}

@media (max-width: 767px) {
  #main .RecruitTop .Fv__txtArea {
    padding: 25px 15px 35px;
  }
}

#main .RecruitTop .Fv__txtArea__tit {
  overflow: hidden;
  margin: 0 0 1.56vw;
  font-size: 3.43vw;
  color: #035ba7;
  line-height: 1;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  letter-spacing: normal;
}

@media (max-width: 1280px) {
  #main .RecruitTop .Fv__txtArea__tit {
    margin: 0 0 20px;
    font-size: 4.4rem;
  }
}

@media (max-width: 767px) {
  #main .RecruitTop .Fv__txtArea__tit {
    font-size: 3rem;
  }
}

#main .RecruitTop .Fv__txtArea__tit>span {
  overflow: hidden;
  display: inline-block;
  position: relative;
}

#main .RecruitTop .Fv__txtArea__tit>span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #fff;
}

#main .RecruitTop .Fv__txtArea__tit>span span {
  position: relative;
  display: inline-block;
  z-index: 10;
  transform: translateY(120%);
  padding: 0.5vw 0.6vw 0.3vw;
  opacity: 0;
}

@media (max-width: 1280px) {
  #main .RecruitTop .Fv__txtArea__tit>span span {
    padding: 5px 5px;
  }
}

#main .RecruitTop .Fv__txtArea__tit>span:last-child {
  margin: -0.15em 0 0;
}

#main .RecruitTop .Fv__txtArea__txtArea {
  opacity: 0;
}

#main .RecruitTop .Fv__txtArea__txt {
  font-weight: 400;
  font-size: 1.1vw;
}

@media (max-width: 1280px) {
  #main .RecruitTop .Fv__txtArea__txt {
    font-size: 1.5rem;
  }
}

#main .RecruitTop .Fv__txtArea__txt+.Fv__txtArea__txt {
  margin: 1em 0 0;
}

#main .RecruitTop .Fv__txtArea__style {
  background: #fff;
  color: #035ba7;
  font-weight: 700;
  display: inline-block;
  margin: 1.56vw 0;
  padding: 1px 0.46vw 0;
  font-size: 1.4vw;
  opacity: 0;
}

@media (max-width: 1280px) {
  #main .RecruitTop .Fv__txtArea__style {
    font-size: 1.8rem;
    margin: 20px 0;
  }
}

#main .RecruitTop .Fv__txtArea__copy {
  font-size: 2.5vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  letter-spacing: normal;
  font-weight: 700;
  opacity: 0;
}

@media (max-width: 1280px) {
  #main .RecruitTop .Fv__txtArea__copy {
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  #main .RecruitTop .Fv__txtArea__copy {
    font-size: 2.6rem;
  }
}

@keyframes borderIn {
  0% {
    width: 0%;
  }

  50% {
    width: 100%;
    height: 5px;
  }

  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes captionIn1 {
  0% {
    transform: translateY(120%);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes captionIn2 {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

/* about */
@media (min-width: 768px) {
  .Recruit .RecruitTop .Main .AboutUs__wrapper .AboutUsBox {
    width: 23.5%;
  }
}

#People {
  background: #035ba7;
  padding: 100px 0px;
  color: rgb(255, 255, 255);
  margin: 100px 0px 0px;
  width: 100%;
}

#People .Title__en {
  color: rgb(255, 255, 255);
}

.p-people__lead {
  color: #FFF;
}

#People img[src$=".svg"] {
  width: 100%;
}

#People .People__nav {
  margin: 0 auto 40px;
  border-bottom: 1px solid #d7e6f4;
}

@media (max-width: 767px) {
  #People .People__nav {
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

#People .People__nav__li {
  border: 1px solid #FFF;
  font-size: 1.8rem;
  color: #FFF;
  font-weight: 400;
  padding: 20px;
  width: 260px;
  text-align: center;
  cursor: pointer;
  margin: 0 8px;
  transition: .4s;
  border-bottom: none;
}

@media (max-width: 767px) {
  #People .People__nav__li {
    width: 40%;
    padding: 10px 0;
    box-sizing: border-box;
  }
}

#People .People__nav__li:hover {
  background: #FFF;
  border-color: #FFF;
  color: #808080;
}

#People .People__nav__li.on {
  background: #FFF;
  border-color: #FFF;
  color: #035ba7;
}

#People .People__wrapper {
  max-width: 1208px;
  margin: 0 auto 20px;
}

@media (min-width: 768px) {

  #People .People__wrapper::before,
  #People .People__wrapper::after {
    content: "";
    display: block;
    order: 1;
    width: 278px;
  }
}

#People .PeopleBox {
  width: 278px;
  margin: 0 0 100px;
}

@media (max-width: 767px) {
  #People .PeopleBox {
    width: 47.8%;
    margin: 0 0 160px;
  }
}

#People .PeopleBox::before,
#People .PeopleBox::after {
  display: none;
}

#People .PeopleBox:hover {
  box-shadow: none;
}

#People .PeopleBox:hover .PeopleBox__img__img {
  transform: scale(1.1);
}

#People .PeopleBox.is-empty {
  margin: 0;
}

#People .PeopleBox.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}

#People .PeopleBox__img {
  background: none;
  width: 100%;
  height: 360px;
}

@media (max-width: 767px) {
  #People .PeopleBox__img {
    height: auto;
  }
}

#People .PeopleBox__img__img {
  height: auto;
  width: 100%;
}

#People .PeopleBox__text {
  background: #0088d0;
  color: #fff;
  padding: 20px 10px 15px 15px;
  width: 250px;
  margin: auto;
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

@media (max-width: 767px) {
  #People .PeopleBox__text {
    padding: 10px 0;
    bottom: -135px;
    width: 92.6%;
    letter-spacing: normal;
  }
}

#People .PeopleBox__text.-blue {
  background: #0088d0;
}

#People .PeopleBox__text.-green {
  background: #00ad92;
}

#People .PeopleBox__text.-pink {
  background: #e97aa4;
}

#People .PeopleBox__text.-green_dark {
  background: #4db036;
}

#People .PeopleBox__text.-orange {
  background: #fb9948;
}

#People .PeopleBox__text.-brown {
  background: #a86d5d;
}

#People .PeopleBox__text.-pink_dark {
  background: #ff6b72;
}

#People .PeopleBox__text__icon {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}

@media (max-width: 767px) {
  #People .PeopleBox__text__icon {
    display: block;
    margin: 0 auto;
  }
}

#People .PeopleBox__text__icon__img {
  flex-shrink: 0;
  width: 50px;
  margin: 0 10px 0 0;
}

@media (max-width: 767px) {
  #People .PeopleBox__text__icon__img {
    width: 40px;
    margin: auto;
  }
}

#People .PeopleBox__text__icon__txt {
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  #People .PeopleBox__text__icon__txt {
    text-align: center;
    min-height: 3.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

#People .PeopleBox__text__icon__txt span {
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  #People .PeopleBox__text__icon__txt span {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

#People .PeopleBox__text__name {
  display: flex;
  align-items: center;
  color: #fff;
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  #People .PeopleBox__text__name {
    display: block;
    text-align: center;
  }
}

#People .PeopleBox__text__name__sub {
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 30px 0 0;
}

@media (max-width: 767px) {
  #People .PeopleBox__text__name__sub {
    margin: 0;
    font-size: 1.2rem;
  }
}

#People .PeopleBox__text__name__main {
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
}

@media (max-width: 767px) {
  #People .PeopleBox__text__name__main {
    font-size: 1.6rem;
    display: inline-block;
    padding-left: 20px;
  }
}

#People .PeopleBox__text__name__main::after {
  content: "▶︎";
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: calc(100% + 7px);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  #People .PeopleBox__text__name__main::after {
    font-size: 1rem;
    left: 0;
    right: auto;
  }
}

#People .PeopleBox__text__enter {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 767px) {
  #People .PeopleBox__text__enter {
    font-size: 1.4rem;
    text-align: center;
  }
}

#People .People_morebtn {
  border: 2px solid #FFF;
  color: #FFF;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 10px;
  width: 240px;
  box-sizing: border-box;
  margin: 0 auto 60px;
  text-decoration: none;
  transition: .4s;
  display: none;
}

#People .People_morebtn:hover {
  background-color: #FFF;
  color: #035ba7;
}

@media (max-width: 767px) {
  #People .People_morebtn {
    margin: 0 auto 50px;
  }
}

#People .People_morebtn.active {
  display: block;
}

#People .People__attention {
  text-align: center;
}

@media (max-width: 767px) {
  #People .People__attention {
    text-align: left;
  }
}

.Special {
  padding-top: 100px;
  margin-bottom: 85px;
}

.special__inner {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1288px;
  margin: 20px auto;
  box-sizing: border-box;

}

.special {
  padding-top: 100px;
  background: #035ba7;
  padding: 80px;
  color: #fff;
}

.p-special .Title {
  margin-bottom: 30px !important;
}

.p-special__lead {
  margin-bottom: 35px;
  margin-right: 35px;
  margin-left: 35px;
  color: rgb(0, 0, 0);
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-special__lead {
  text-align: center;
}

.special__title {
  margin-bottom: 30px !important;
}

.special__title .Title__en {
  color: #fff !important;
  ;
}

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

.special_flex__text {
  margin-left: 40px;
}

.special_flex__text--left {
  max-width: 472px;
  padding-right: 40px;
  margin-bottom: 40px;
  line-height: 1.8;
}

.special_flex__right {
  margin-left: 40px;
}

.special_flex__text--right {
  max-width: 472px;
  margin-bottom: 40px;
  line-height: 1.8;
}

.special__flex__images {
  max-width: 507px;
}

.special__flex__images_sp {
  display: none;
}

@media (max-width: 767px) {
  .special {
    padding: 40px 18px;
    margin-bottom: 10px;
  }

  #special {
    padding: 40px 5%;
    width: 100vw;
    margin: 80px 0 0 -5vw;
    box-sizing: border-box;
  }

  .p-special__lead {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .special__inner {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }

  .special_flex {
    display: block;
  }

  .special__title {
    text-align: center;
  }

  .special_flex__right {
    margin-left: 0;
  }

  .special__flex__images_sp {
    display: block;
    margin: 0 auto 25px;
  }

  .special__flex__images_sp>img {
    width: 100%;
  }

  .special__flex__images {
    display: none;
  }

  .special_flex__text--left {
    max-width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .special_flex__text--right {
    max-width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .special_btn {
    margin: auto;
  }

}

#special .specialList {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  #special .specialList {
    display: block;
    width: 100%;
  }
}

#special .specialList li {
  width: 48.6%;
  margin: 0 0 60px;
}

@media (max-width: 767px) {
  #special .specialList li {
    width: 100%;
    margin: 0 0 30px;
  }
}

#special .specialList iframe {
  width: 100% !important;
  vertical-align: bottom !important;
}

#special .specialList a {
  text-decoration: none;
  color: #fff;
  position: relative;
  display: block;
}

#special .specialList a::after {
  content: "";
  display: block;
  background: url("../img/top/project_arrow.png") no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  #special .specialList a::after {
    right: auto;
    left: 0;
  }
}

#special .specialList .specialList_img {
  margin: 0 0 20px;
}

#special .specialList .specialList_tit {
  margin: 15px 0 0;
  font-size: 20px;
  padding: 0 30px 0 0;
}

@media (max-width: 767px) {
  #special .specialList .specialList_tit {
    padding: 0 0 40px;
  }
}

special .Title__en {
  color: #fff;
}

#special .p-people__lead {
  margin: 0 auto 80px;
  color: #fff;
}

@media (min-width: 768px) {
  #special .p-people__lead {
    width: 940px;
  }
}

@media (max-width: 767px) {
  #People {
    padding: 55px 5% 100px;
    box-sizing: border-box;
    margin: 0 calc(50% - 50vw) 80px;
    width: 100vw;
  }

  #special .p-people__lead {
    margin: 0 0 35px;
    padding-left: 20px;
  }
}

#special .special_btn {
  width: 240px;
  display: block;
  padding: 10px 0;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  transition: .4s;
}

#special .special_btn:hover {
  background: #FFF;
  color: #035ba7;
  border: 1px solid #035ba7;
}

#special .special_btn--news {
  width: 240px;
  display: block;
  margin: auto;
  padding: 10px 0;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  text-decoration: none;
  transition: .4s;
}

#special .special_btn--news::after {
  content: "";
  display: block;
  background: url("../img/top/project_target.png") no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

#special .special_btn--news:hover {
  background: #FFF;
  color: #035ba7;
  border: 1px solid #035ba7;
}

#special .special_btn--news:hover::after {
  content: "";
  display: block;
  background: url("../img/top/project_target_blue.png") no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

#main .RecruitTop .Main {
  background: none;
}

.btn_mynavi {
  width: 460px;
  display: block;
  margin: auto
}

@media (max-width: 767px) {
  .btn_mynavi {
    max-width: 100%;
  }
}

#kvArea {
  background: #035ba7;
  color: #fff;
  position: relative;
  margin: 0 0 160px;
}

@media (max-width: 767px) {
  #kvArea {
    margin: 0 0 100px;
  }
}

#kvArea::after {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  background: url("../img/top/kv_deco.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
}

@media (max-width: 767px) {
  #kvArea::after {
    height: 90px;
  }
}

#kvArea .kvArea__copy {
  padding: 110px 0 55px;
  width: 1060px;
  margin: auto;
  position: relative;
}

@media (max-width: 767px) {
  #kvArea .kvArea__copy {
    padding: 40px 20px;
    width: 100%;
    box-sizing: border-box;
  }
}

#kvArea .kvArea__copy__txtArea {
  margin: 0 0 0 auto;
  width: 440px;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
}

@media (max-width: 767px) {
  #kvArea .kvArea__copy__txtArea {
    width: 100%;
  }
}

#kvArea .kvArea__copy__txtArea b {
  font-size: 24px;
}

#kvArea .kvArea__copy__txtArea p+p {
  margin: 1.5em 0 0;
}

#kvArea .kvArea__dummy,
#kvArea .kvArea__tit {
  width: 488px;
}

@media (max-width: 767px) {

  #kvArea .kvArea__dummy,
  #kvArea .kvArea__tit {
    margin: 0 0 30px;
    width: 300px;
  }
}

#kvArea .kvArea__tit {
  position: fixed;
  top: 400px;
}

@media (max-width: 767px) {
  #kvArea .kvArea__tit {
    top: 320px;
  }
}

#kvArea .kvArea__tit.is-abs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  #kvArea .kvArea__tit.is-abs {
    top: 40px;
    position: absolute;
    transform: none;
  }
}

#kvArea .kvArea__dummy {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  #kvArea .kvArea__dummy {
    transform: none;
    position: static;
  }
}

@media all and (-ms-high-contrast: none) {
  #main .RecruitTop .Fv__txtArea__tit>span:last-child {
    margin: -1.25em 0 0;
  }

  #main .RecruitTop .Fv__txtArea__tit>span span {
    padding: 10px 10px 0;
  }
}

/*---------------------------------------------
about
---------------------------------------------*/
body {
  text-align: justify;
}

.recruit_detail {
  padding: 60px 0 35px;
}

@media (max-width: 767px) {
  .recruit_detail {
    padding: 30px 0;
  }
}

.about_article {
  max-width: 1080px;
  margin: auto;
  text-align: justify;
}

.about_article .about_article_side {
  position: absolute;
}

@media (max-width: 767px) {
  .about_article .about_article_side {
    display: none;
  }
}

.about_article .about_article_side.fixed {
  top: 180px;
  position: fixed;
}

.about_article .about_article_side a {
  color: #333;
  text-decoration: none;
  font-weight: 700;
}

.about_article .about_article_side a.-active {
  color: #035ba7;
}

.about_article .about_article_side .about_article_side_list li:not(:last-child) {
  margin: 0 0 20px;
}

.about_article .about_article_main {
  width: 82%;
  margin: 0 0 0 auto;
}

@media (max-width: 767px) {
  .about_article .about_article_main {
    width: calc(100% - 25px);
    margin-left: auto;
    margin-right: auto;
  }
}

.about_article .sec_about {
  padding: 60px 0 90px;
  position: relative;
  border-top: 1px solid #c9cdcd;
}

@media (max-width: 767px) {
  .about_article .sec_about {
    padding: 30px 10px;
  }
}

.about_article .sec_about::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background: #035ba7;
  position: absolute;
  top: -1px;
  left: 0;
}

@media (max-width: 767px) {
  .about_article .sec_about_titArea {
    cursor: pointer;
    position: relative;
  }

  .about_article .sec_about_titArea::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/about/up.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: 15px;
    transition: .4s;
  }

  .about_article .sec_about_titArea.active::after {
    transform: translateY(-50%) rotate(0deg);
  }

  /* .p-about__lead {
          margin-right: 0;
          margin-left: 0;
      } */
}

.about_article .sec_about_tit {
  color: #035ba7;
  font-weight: 700;
  font-size: 24px;
}

.about_article .sec_about_subTit {
  color: #969696;
  font-size: 12px;
}

.about_article .sec_about_content {
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .about_article .sec_about_content {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .about_article .sec_about_content {
    display: none;
    margin: 25px 15px 0 15px;
  }
}

.about_article .closeBtn {
  margin: 50px 0 20px;
  font-size: 18px;
  font-weight: 700;
  color: #035ba7;
  display: flex;
  justify-content: center;
}

.about_article .closeBtn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/about/up.svg") no-repeat;
  background-size: contain;
  margin: 0 0 0 25px;
}

.about_article .sec_about_txt {
  font-size: 16px;
  line-height: 1.75;
}

.about_article .sec_about_box {
  margin: 50px 0 0;
}

@media (max-width: 767px) {
  .about_article .sec_about_box {
    margin: 40px 0 0;
  }
}

.about_article .sec_about_box_tit {
  position: relative;
  background: #035ba7;
  color: #fff;
  padding: 7px 30px 5px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 35px;
}

@media (max-width: 767px) {
  .about_article .sec_about_box_tit {
    margin: 0 0 20px -38px;
  }

  .about_article .sec_about_box_tit.-vision::after {
    width: 24px;
  }
}

.about_article .sec_about_box_tit::after {
  content: "";
  display: block;
  background: url("../img/about/triangle_b.svg") no-repeat;
  background-size: auto 100%;
  width: 14px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}

.about_article .sec_about_oath {
  font-size: 16px;
  line-height: 1.75;
  background: #f2f7fb;
  padding: 60px;
  border-radius: 22px;
}

@media (max-width: 767px) {
  .about_article .sec_about_oath {
    padding: 30px 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    /* IEで必要 */
    text-justify: inter-character;
    /* Firefoxで必要 */
    border-radius: 25px;
    width: calc(100% + 40px);
    box-sizing: border-box;
    margin-left: -20px;
  }
}

.about_article .sec_about_oath p+p {
  margin: 1.5em 0 0;
}

@media (max-width: 767px) {
  .about_article .sec_about_oath p {
    text-align: justify;
    text-justify: inter-ideograph;
    /* IEで必要 */
    text-justify: inter-character;
    /* Firefoxで必要 */
  }
}

.about_article .sec_about_ci {
  display: flex;
  margin: 0 0 65px;
}

@media (max-width: 767px) {
  .about_article .sec_about_ci {
    display: block;
    margin: 0 0 50px;
  }
}

.about_article .sec_about_ci_img {
  width: 400px;
  flex-shrink: 0;
  margin: 0 80px 0 0;
}

@media (max-width: 767px) {
  .about_article .sec_about_ci_img {
    width: 100%;
    margin: 20px auto 40px;
  }
}

.about_article .sec_about_ci_tit {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 0.5em;
}

.about_article .sec_about_ci_tit b {
  color: #035ba7;
}

.about_article .sec_about_ci_txt {
  font-size: 16px;
  margin-left: 1em;
}

@media (max-width: 767px) {
  .about_article .sec_about_ci_txt {
    margin: 0;
  }
}

.about_article .sec_about_ciList li {
  display: flex;
  margin: 0 0 5px;
  align-items: center;
}

@media (max-width: 767px) {
  .about_article .sec_about_ciList li {
    display: block;
    margin: 0 0 15px;
  }
}

.about_article .sec_about_ciList li .blue {
  color: #035ba7;
}

.about_article .sec_about_ciList li .red {
  color: #e50012;
}

.about_article .sec_about_ciList .sec_about_ciList_tit {
  flex-shrink: 0;
  width: 140px;
  text-align: center;
  color: #fff;
  position: relative;
  background: #035ba7;
  margin: 0 20px 0 0;
  flex-shrink: 0;
  padding: 2px 0;
}

@media (max-width: 767px) {
  .about_article .sec_about_ciList .sec_about_ciList_tit {
    display: inline-block;
    width: auto;
    padding: 3px 10px;
    margin: 0 0 10px;
  }
}

.about_article .sec_about_ciList .sec_about_ciList_tit::after {
  content: "";
  display: block;
  background: url("../img/about/triangle_b.svg") no-repeat;
  background-size: auto 100%;
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}

.about_article .sec_about_ciList .sec_about_ciList_tit.-red {
  background: #e50012;
}

.about_article .sec_about_ciList .sec_about_ciList_tit.-red::after {
  background: url("../img/about/triangle_r.svg") no-repeat;
  background-size: auto 100%;
}

.about_article .sec_about_connect {
  background-color: #035BA7;
  background-image: url("../img/about/connect_bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 22px;
  padding: 60px 0 70px;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .about_article .sec_about_connect {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 40px 0 50px;
    background-image: url("../img/about/connect_bg_sp.png");
  }
}

.about_article .sec_about_connect_tit {
  width: 694px;
  margin: 0 auto 40px;
}

@media (max-width: 767px) {
  .about_article .sec_about_connect_tit {
    width: 77%;
  }
}

.about_article .sec_about_connect_foot {
  font-size: 18px;
  font-weight: 700;
  margin: 50px 0 0;
}

@media (max-width: 767px) {
  .about_article .sec_about_connect_foot {
    margin: 40px 0 0;
  }
}

.about_article .sec_about_connect_txtArea {
  line-height: 1.75;
  font-size: 18px;
}

.about_article .sec_about_connect_txtArea p+p {
  margin: 1.5em 0 0;
}

.about_article .sec_about_connect_txtArea b {
  font-size: 25px;
  vertical-align: baseline;
  font-weight: 700;
}

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

@media (max-width: 767px) {
  .about_article .sec_about_dataList {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.about_article .sec_about_dataList li {
  width: 31.7%;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .about_article .sec_about_dataList li {
    width: 100%;
  }
}

.about_article .sec_about_dataList li.-big {
  width: 65.7%;
}

@media (max-width: 767px) {
  .about_article .sec_about_dataList li.-big {
    width: 100%;
  }
}

.about_article .sec_about_dataList_min:not(:last-child) {
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .RecruitNav {
    position: relative;
    z-index: 100;
  }
}

.Recruit .RecruitTop .Main .AboutUs {
  padding-top: 100px;
  margin: 0;
}

@media (max-width: 767px) {
  .Recruit .RecruitTop .Main .AboutUs {
    padding-top: 60px;
  }

  .AboutUsBox__main {
    box-sizing: border-box;
  }
}

.Work {
  padding-left: 40px;
  padding-right: 40px;
  margin: 40px auto 80px;
  box-sizing: border-box;
}

.Recruit .RecruitTop .Main .RecruitBox,
.Recruit .RecruitTop .Main .People {
  margin: 0 auto;
  padding-top: 100px;
}

@media (max-width: 767px) {

  .p-work,
  .Recruit .RecruitTop .Main .RecruitBox,
  .Recruit .RecruitTop .Main .People {
    padding-top: 0px;
  }

  .Work {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .Recruit .RecruitTop .Title__ja {
    margin: 0.5em 0 0;
  }
}

@media (max-width: 767px) {
  .Recruit .RecruitTop .Title {
    margin-bottom: 30px;
  }
}

.about_main .Title {
  text-align: center;
  margin-bottom: 50px;
}

.about_main .Title__en {
  font-weight: 700;
  font-size: 4.6rem;
  font-style: italic;
  color: #025ba9;
  display: block;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
  .Recruit .RecruitTop .Main {
    padding-bottom: 50px !important;
  }

  .about_main .Title__en {
    font-size: 4rem;
    line-height: 1;
  }

  .Recruit .RecruitTop .special__title .Title__en {
    font-size: 3.2rem;
    letter-spacing: 0;
  }
}

.about_main .Title__ja {
  font-weight: 700;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
  .about_main .Title__ja {
    font-size: 1.6rem;
  }
}

@media print,
screen and (min-width: 769px) {
  .p-work__link {
    background: url(../../images/recruit/work_bnr_on.jpg) no-repeat;
    background-size: contain;
  }
}

/*---------------------------------------------
cross talk
---------------------------------------------*/
.p-crosstalk__lead {
  margin-bottom: 35px;
  margin-right: 35px;
  margin-left: 35px;
  color: #000;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.8;
}

.crosstalk_wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.talk__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 55px;
}

.talk__member--item {
  text-align: center;
}

.talk__member--image {
  margin: auto;
  width: 120px;
}

.talk__member--image>img {
  border-radius: 50%;
}

.talk__member--text {
  margin: 15px 0 0;
}

.talk__member--text>span {
  display: block;
}

.talk__member--text .catch {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: bold;
}

.talk__member--text .talk__name {
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #035ba7;
}

.talk__orange {
  color: #fb9948;
}

.talk__blue {
  color: #00ad92;
}

.talk__green {
  color: #4db036;
}

.name_intro {
  margin-bottom: 80px;
}

.crosstalk__bnr {
  max-width: 1280px;
  margin: 0 auto 80px;
}

.crosstalk__bnr--sp {
  display: none;
}

.closs__talk--title {
  font-size: 28px;
  color: #035ba7;
  text-align: center;
  position: relative;
  margin-bottom: 120px;
  font-weight: bold;
}

.closs__talk--title::after {
  content: '';
  width: 40px;
  height: 2px;
  display: inline-block;
  background-color: #035ba7;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 15px);
}

li.talk__time--inner {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.talk__time--image {
  width: 120px;
  text-align: center;
  margin-right: 30px;
}

.talk__time--image>img {
  border-radius: 50%;
  width: 100%;
  margin-bottom: 5px;
}

.talk__time--image>p {
  color: #035ba7;
  font-size: 1.5rem;
  font-weight: bold;
}

.talk__time--text {
  flex: 1;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.8;
}

.name_intro {
  margin-bottom: 65px;
}

.namebold {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}

.name_intro>.p-crosstalk__lead {
  font-size: 14px;
}

.talk__time--flex01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: clamp(-238px, calc(50% - 50vw + 0px), 0px)
}

.talk__box {
  max-width: 500px;
  width: 100%;
  margin-right: 80px;
}

.talk__time--image--right {
  margin-bottom: 40px;
}

.talk__time--image--right img {
  width: 100%;
  object-fit: cover;
}

.talk__time--flex02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: clamp(-238px, calc(50% - 50vw + 0px), 0px);
  flex-direction: row-reverse;
}

.talk__box02 {
  max-width: 500px;
  width: 100%;
  margin-left: 80px;
}

.talk__time--image--left {
  margin-bottom: 40px;
}

.talk__time--image--left img {
  width: 100%;
  object-fit: cover;
}

.closstalk__img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 80px;
}

.crosstalk_btn {
  width: 240px;
  margin: auto;
  display: table;
  padding: 15px 0;
  color: #035ba7;
  border: 1px solid #035ba7;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  transition: .4s;
}

.crosstalk_btn:hover {
  background: #035ba7;
  color: #FFF;
  text-decoration: none;
}

.spbr {
  display: block;
}

@media print,
screen and (min-width: 769px) {
  .p-crosstalk__lead {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .spbr {
    display: none;
  }

  .talk__member--item {
    display: flex;
    text-align: left;
    margin-bottom: 20px;
  }

  .p-crosstalk__lead {
    margin: 0 4% 35px;
  }

  .name_intro>.p-crosstalk__lead {
    margin-right: 0;
    margin-left: 0;
  }

  .talk__member--image {
    width: 88px;
    margin: 0 15px 15px 0;
  }

  .talk__member--text {
    margin: 0 0 20px;
  }

  .closs__talk--title {
    font-size: 19px;
    margin-bottom: 80px;
  }

  .talk__member {
    margin: 0 1% 20px 3%;
  }

  .talk__member--item {
    width: 100%;
  }

  li.talk__time--inner {
    align-items: flex-start;
  }

  .talk__time--image {
    width: 60px;
    margin-right: 20px;
  }

  .talk__time--image>p {
    font-size: 0.86rem;
  }

  .p-crosstalk__lead {
    margin-right: 3%;
    margin-left: 3%;
  }

  .namebold {
    text-align: left;
  }

  .crosstalk__bnr {
    margin: 0 calc(50% - 50vw) 64px;
  }

  .crosstalk__bnr img {
    display: block;
  }

  .talk__time--flex01 {
    flex-direction: column-reverse;
  }

  .talk__time--flex02 {
    flex-direction: column;
  }

  .closstalk__img {
    margin: 0 calc(50% - 50vw);
    margin-bottom: 60px;
    width: auto;
  }

  .talk__time--flex02 {
    margin-left: calc(50% - 50vw);
  }

  .non-reserve {
    flex-direction: column-reverse;
  }

  .talk__time--image--right {
    margin-right: calc(50% - 50vw);
  }

  .talk__time--image--left {
    margin-left: calc(50% - 50vw);
  }

  .talk__box {
    max-width: 800px;
    width: auto;
    margin-right: 5%;
  }

  .talk__box02 {
    max-width: 800px;
    margin-left: 5%;
    width: auto;
  }
}


.crosstalk__case {
  max-width: 990px;
  width: 100%;
  margin: 0 auto 50px;
  background-color: #eff5f9;
  padding: 40px 40px 40px 80px;
  border-radius: 24px;
  display: flex;
  position: relative;
  box-sizing: border-box;
}

.last_case {
  margin-bottom: 80px;
}

.case__left {
  width: 48%;
}

.case__right {
  max-width: 440px;
}

.case__title {
  display: inline-block;
  font-weight: bold;
  position: absolute;
  left: -10px;
  top: 40px;
  box-sizing: border-box;
  padding: 0 12px;
  width: 200px;
  text-align: right;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: white;
  background: #035ba7;
}

.case__title::after {
  position: absolute;
  content: '';
  right: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #035ba7;
}

.case_flex {
  margin: 80px 0 30px;
  display: flex;
  align-items: center;
}

.case__image {
  width: 120px;
  margin-right: 30px;
}

.case__image img {
  border-radius: 50%;
}

.case__name {
  font-size: 14px;
  display: block;
}

span.case__adana {
  font-size: 18px;
  font-weight: bold;
  color: #035ba7;
  display: block;
}

.profile__title {
  color: #035ba7;
  margin-bottom: 15px;
  font-weight: bold;
}

.case__profile dl {
  display: flex;
  margin-bottom: 8px;
}

.case__profile dl dt {
  margin-right: 15px;
  white-space: nowrap;
}

.crosstalk_btn:visited {
  color: #035ba7;
}

.crosstalk_btn:visited:hover {
  color: #FFF;
}

.mgn80 {
  margin-bottom: 80px;
}

.mgn120 {
  margin-bottom: 120px;
}

.no_slash {
  display: none;
}

@media (max-width: 767px) {
  .crosstalk__case {
    padding: 20px;
    padding: 20px 20px 40px;
    flex-direction: column;
    justify-content: center;
  }

  .Recruit .RecruitTop .Title__en {
    font-size: 3.2rem;
  }

  .no_slash {
    display: inline-block;
  }

  .case_flex {
    margin: 80px 0 15px;
    justify-content: center;
  }

  .case__left {
    width: 100%;
    margin-bottom: 50px;
  }

  .case__title {
    width: 122px;
  }

  .case__image {
    width: 100px;
    margin-right: 25px;
  }

  span.case__adana {
    letter-spacing: -1px;
  }

  .mgn80 {
    margin-bottom: 60px;
  }

  .mgn120 {
    margin-bottom: 90px;
  }
}

/*---------------------------------------------
career design
---------------------------------------------*/
.ib {
  display: inline-block;
}

.cd_wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 120px;
}

.p-cd__lead {
  margin-bottom: 35px;
  margin-right: 35px;
  margin-left: 35px;
  color: #000;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.8;
  text-align: center;
}

.cd__title {
  text-align: center;
  color: #035ba7;
  font-size: 28px;
  margin-bottom: 50px;
  font-weight: bold;
}

.cd__title img {
  max-width: 100%;
  height: auto;
  display: block;
}

.cd_text {
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.8;
  margin-bottom: 80px;
}

.cd__bnr {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 80px;
}

.cd__bnr li {
  width: 50%;
}

.strong_text {
  font-weight: bold;
  color: #025ba9;
}

@media (max-width: 767px) {
  .cd__title {
    font-size: 20px;
    margin-bottom: 28px;
  }

  .p-cd__lead {
    margin: 0 3% 35px;
    text-align: left;
  }

  .cd_wrapper {
    margin: 0 auto 80px;
  }

  .cd__bnr {
    display: block;
    margin: 0 calc(50% - 50vw) 80px;
    width: 100vw;
  }

  .cd__bnr li {
    width: 100%;
  }

  .crosstalk_btn {
    margin-bottom: 30px;
  }

  .last_case {
    margin-bottom: 80px;
  }
}