body {
  background: #FFFFFF;
  color: #000000;
}

.btn a {
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 0 19px;
  border-radius: 40px;
  position: relative;
  background: #002e8c;
}

.btn a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
}

.btn.btn_center a {
  margin-left: auto;
  margin-right: auto;
}

.btn.diff_btn a,
.btn.diff_btn a {
  background: #FFFFFF;
  color: #002e8c;
}

.btn.diff_btn a::after,
.btn.diff_btn a::after {
  border-right: 1px solid #002e8c;
  border-top: 1px solid #002e8c;
}

h2 {
  text-align: center;
}

#top_main_img_area .entry_area {
  background: rgba(51, 88, 163, 0.95);
}

#top_main_img_area .entry_area .btn.newgrads_btn a {
  background: #00abeb;
}

#recruit_news {
  background: #eceff7;
}

#recruit_news .recruit_news_area ul.news_list li a {
  display: flex;
  color: #000000;
  border-bottom: 1px solid #CCCCCC;
}

#recruit_news .recruit_news_area ul.news_list li a .icon {
  color: #FFFFFF;
  background: #002e8c;
  text-align: center;
}

#works #achievement {
  background-image: -moz-linear-gradient(90deg, #001470 0%, #003b87 100%);
  background-image: -webkit-linear-gradient(90deg, #001470 0%, #003b87 100%);
  background-image: -ms-linear-gradient(90deg, #001470 0%, #003b87 100%);
  color: #FFFFFF;
}

#human #human_area .symposium_area {
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #282828;
}

#human #human_area .symposium_area h3 {
  color: #002e8c;
  border-bottom: 1px solid #dddddd;
}

#human #human_area .symposium_area a {
  color: inherit;
}

#human #interview_area {
  background: #eceff7;
}

#human #interview_area h3 {
  color: #263787;
  text-align: center;
}

#human #interview_area a h4 {
  background: #002e8c;
  display: inline-flex;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: relative;
}

#human #interview_area a h4::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0 20px;
  border-color: transparent transparent transparent #002e8c;
}

#human #interview_area a .name_area {
  display: flex;
  align-items: flex-end;
}

#human #interview_area a .name_area h5 {
  color: #000000;
}

#human #interview_area a .name_area .join {
  color: #002e8c;
}

#human #interview_area a .txt {
  color: #000000;
}

#environment #environment_area .program_area {
  background: rgba(255, 255, 255, 0.85);
}

#environment #environment_area .program_area h3 {
  color: #263787;
}

#environment #environment_area .program_area ul li h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFFFFF;
  background: rgba(36, 80, 138, 0.85);
}

#environment #environment_data {
  background: #eceff7;
}

#environment #environment_data ul li h3 {
  color: #002e8c;
  text-align: center;
}

#environment #environment_data ul li .txt {
  color: #000000;
}

#award {
  background-image: -moz-linear-gradient(90deg, #0c1e76 50%, #003b87 100%);
  background-image: -webkit-linear-gradient(90deg, #0c1e76 50%, #003b87 100%);
  background-image: -ms-linear-gradient(90deg, #0c1e76 50%, #003b87 100%);
  color: #FFFFFF;
}

#award .award_list h3 {
  background: #0e2b50;
}

#award .award_list li {
  overflow: hidden;
}

#recruit_anniversary .btn a {
  background: #a37e39;
}

#recruit_anniversary .btn a img {
  margin-right: 5px;
}

#top_entry_area {
  background: #eceff7;
}

#top_entry_area .entry_link .new_graduate a,
#top_entry_area .entry_link .career a {
  display: block;
  text-align: center;
  position: relative;
}

#top_entry_area .entry_link .new_graduate a::after,
#top_entry_area .entry_link .career a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%) rotate(45deg);
}

#top_entry_area .entry_link .new_graduate a {
  background: #00abeb;
  color: #FFFFFF;
}

#top_entry_area .entry_link .career a {
  background: #FFFFFF;
  color: #002e8c;
}

#top_entry_area .entry_link .career a::after {
  border-right: 1px solid #002e8c;
  border-top: 1px solid #002e8c;
}

footer {
  background: #555555;
  color: #aaaaaa;
}

footer a {
  color: #aaaaaa;
}

footer .footer_navi_area {
  background: #333333;
}

@media screen and (min-width: 768px) {
  h2 {
    text-align: center;
    font-size: 4.33rem;
    font-weight: 600;
    line-height: 1.05;
  }
  h2 span {
    font-size: 2.27rem;
  }
  .contents_area {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  header #gn_main {
    height: 140px;
    background: rgba(255, 255, 255, 0.8);
  }
  header #gn_main .gnavi > li p a .ja {
    color: #000000;
    font-weight: 600;
  }
  header #gn_main .sub_gnavi_area {
    color: #FFFFFF;
  }
  header #gn_main .sub_gnavi_area a {
    color: #222222;
  }
  header.scroll_header #gn_main {
    height: 80px;
    background: white;
  }
  #main_img_wrapper {
    padding: 140px 0 0 240px;
    position: relative;
    z-index: 5;
  }
  #main_img_wrapper #top_main_img_area {
    background: url(../img/recruit_index/mv2x.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    height: 665px;
  }
  #main_img_wrapper #top_main_img_area #main_copy_area {
    margin-left: -120px;
    padding-top: 80px;
  }
  #main_img_wrapper #top_main_img_area #main_copy_area #main_copy {
    font-size: 6.4rem;
    letter-spacing: 0.08em;
    font-weight: 600;
    line-height: 1.14;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
  }
  #main_img_wrapper #top_main_img_area #main_copy_area #main_copy span.kana {
    letter-spacing: -0.12em;
  }
  #main_img_wrapper #top_main_img_area #main_copy_area #main_copy span.touten {
    margin-right: -0.5em;
  }
  #main_img_wrapper #top_main_img_area #main_copy_area #main_copy span.kuten {
    margin-right: -0.5em;
  }
  #main_img_wrapper #top_main_img_area #main_copy_area .txt {
    margin-top: 10px;
    line-height: 1.87;
    font-size: 1.2rem;
  }
  #main_img_wrapper #top_main_img_area .entry_area {
    margin: 43px 0 0 -120px;
    padding: 25px 38px;
    display: inline-block;
  }
  #main_img_wrapper #top_main_img_area .entry_area .btn.diff_btn a {
    margin-top: 20px;
    font-weight: 600;
  }
  #recruit_news {
    margin-top: -55px;
    padding: 135px 0 80px;
    position: relative;
    z-index: 1;
  }
  #recruit_news .recruit_news_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #recruit_news .recruit_news_area h2 {
    font-size: 2.67rem;
    line-height: 1.2;
    padding-left: 50px;
  }
  #recruit_news .recruit_news_area ul.news_list {
    border-top: 1px solid #CCCCCC;
  }
  #recruit_news .recruit_news_area ul.news_list li a {
    width: 900px;
    padding: 30px 0;
    align-items: center;
  }
  #recruit_news .recruit_news_area ul.news_list li a h3 {
    width: 125px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  #recruit_news .recruit_news_area ul.news_list li a .icon {
    width: 90px;
    padding: 9px 0 8px;
    line-height: 1;
    font-size: 0.87rem;
  }
  #recruit_news .recruit_news_area ul.news_list li a .news_title {
    padding: 0 50px 0 40px;
  }
  #recruit_news .link_area {
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #recruit_news .link_area li.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }
  #recruit_news .link_area li.btn a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #recruit_vr {
    padding: 130px 0 65px;
    background: url(../img/recruit_index/vr_bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
  #recruit_vr .contents_area {
    display: flex;
    justify-content: space-between;
  }
  #recruit_vr .contents_area .data_area {
    padding-left: 50px;
    padding-top: 55px;
    position: relative;
  }
  #recruit_vr .contents_area .data_area .en_copy {
    position: absolute;
    top: 0;
    left: -120px;
    width: 710px;
    z-index: 3;
  }
  #recruit_vr .contents_area .data_area .title_area {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
  }
  #recruit_vr .contents_area .data_area .title_area .label {
    background: #000000;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.33rem;
    width: 120px;
    height: 120px;
  }
  #recruit_vr .contents_area .data_area .title_area h2 {
    text-decoration: underline;
    align-items: center;
    font-size: 3.2rem;
    text-align: left;
    font-weight: 400;
    margin-left: 28px;
    line-height: 1.375;
    letter-spacing: -0.02em;
  }
  #recruit_vr .contents_area .data_area .description {
    margin-top: 35px;
    line-height: 1.87;
  }
  #recruit_vr .contents_area .data_area .btn a {
    margin-top: 35px;
  }
  #recruit_vr .contents_area .image {
    position: relative;
    z-index: 5;
    overflow-x: hidden;
  }
  #recruit_vr .contents_area .image img {
    transform: translateX(35px);
  }
  #intro {
    padding: 138px 0 170px;
    background: url(../img/recruit_index/intro_bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
  #intro .contents_area {
    padding-left: 550px;
    box-sizing: border-box;
    text-align: left;
  }
  #intro .contents_area h2 {
    font-size: 4rem;
    text-align: left;
    line-height: 1.1;
  }
  #intro .contents_area .txt {
    margin-top: 33px;
    line-height: 1.87;
  }
  #intro .contents_area .btn a {
    margin-top: 33px;
  }
  #works #works_area {
    padding: 73px 0 90px;
    background: url(../img/recruit_index/works_bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;
  }
  #works #works_area .txt {
    margin-top: 32px;
    line-height: 1.87;
  }
  #works #works_area .btn a {
    margin: 32px auto 0;
  }
  #works #works_area .solution_image {
    margin-top: 28px;
  }
  #works #achievement {
    padding: 49px 0 100px;
  }
  #works #achievement .contents_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #works #achievement .contents_area .achievement_area {
    padding-left: 50px;
  }
  #works #achievement .contents_area .achievement_area h3 {
    font-size: 3.2rem;
    line-height: 1.25;
    font-weight: 500;
  }
  #works #achievement .contents_area .achievement_area .txt {
    margin-top: 28px;
    line-height: 1.87;
  }
  #works #achievement .contents_area .achievement_area .btn a {
    margin-top: 34px;
  }
  #works #achievement .contents_area .construction_area {
    display: flex;
    width: 715px;
    justify-content: space-between;
  }
  #works #achievement .contents_area .construction_area li {
    position: relative;
  }
  #works #achievement .contents_area .construction_area li h4 {
    background: #000000;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 130px;
    transform: translateY(50%);
  }
  #works #achievement .contents_area .construction_area li h4::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px 0 0 20px;
    border-color: transparent transparent transparent #000000;
  }
  #human #human_area {
    padding: 104px 0 80px;
    background: url(../img/recruit_index/human_bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
  #human #human_area .description {
    text-align: center;
    margin-top: 35px;
    line-height: 1.87;
  }
  #human #human_area .btn a {
    margin: 30px auto;
    width: 320px;
  }
  #human #interview_area {
    padding: 124px 0 80px;
  }
  #human #interview_area h3 {
    font-size: 2.93rem;
    font-weight: 500;
  }
  #human #interview_area .description {
    text-align: center;
    line-height: 1.87;
    margin-top: 30px;
  }
  #human #interview_area ul {
    margin: 71px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #human #interview_area ul li {
    display: flex;
    width: 330px;
    margin: 45px 0 0 50px;
  }
  #human #interview_area ul li:nth-of-type(1), #human #interview_area ul li:nth-of-type(4) {
    margin-left: 0;
  }
  #human #interview_area ul li:nth-of-type(1), #human #interview_area ul li:nth-of-type(2), #human #interview_area ul li:nth-of-type(3) {
    margin-top: 0;
  }
  #human #interview_area ul li a {
    display: flex;
    flex-direction: column;
  }
  #human #interview_area ul li a h4 {
    font-weight: normal;
    font-size: 0.93rem;
    width: 110px;
    padding: 2px 0 0 5px;
    height: 30px;
  }
  #human #interview_area ul li a .name_area {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
  }
  #human #interview_area ul li a .name_area h5 {
    font-size: 1.6rem;
    font-weight: 700;
  }
  #human #interview_area ul li a .name_area .join {
    font-size: 0.8rem;
    padding-bottom: 2px;
  }
  #human #interview_area ul li a .txt {
    margin-top: 20px;
    font-size: 1.13rem;
    line-height: 1.53;
    font-weight: 600;
  }
  #human #interview_area .btn a {
    margin: 48px auto 0;
  }
  #environment #environment_area {
    padding: 74px 0 80px;
    background: url(../img/recruit_index/environment_bg.jpg?date=202405301815) no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;
  }
  #environment #environment_area .txt {
    margin-top: 28px;
    line-height: 1.87;
    text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
  }
  #environment #environment_area .program_area {
    margin: 53px auto 0;
    width: 750px;
    padding: 22px 40px 50px;
    box-sizing: border-box;
  }
  #environment #environment_area .program_area h3 {
    font-size: 2.27rem;
    line-height: 1.29;
  }
  #environment #environment_area .program_area h3 span {
    font-size: 1.33rem;
  }
  #environment #environment_area .program_area ul {
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
  }
  #environment #environment_area .program_area ul li {
    width: 320px;
    position: relative;
  }
  #environment #environment_area .program_area ul li h4 {
    padding: 8px 0;
    font-size: 1rem;
    font-weight: normal;
  }
  #environment #environment_area .btn a {
    margin: 40px auto 0;
  }
  #environment #environment_data {
    padding: 75px 0 77px;
  }
  #environment #environment_data ul {
    display: flex;
    justify-content: center;
  }
  #environment #environment_data ul li {
    width: 360px;
    margin-left: 60px;
  }
  #environment #environment_data ul li h3 {
    font-size: 1.2rem;
    margin-top: 22px;
  }
  #environment #environment_data ul li .txt {
    margin-top: 12px;
    line-height: 1.6;
  }
  #environment #environment_data ul li:nth-of-type(1) {
    margin-left: 0;
  }
  #award {
    padding: 90px 0 105px;
  }
  #award .contents_area {
    display: flex;
    justify-content: space-between;
  }
  #award .contents_area .title_area {
    padding-left: 50px;
  }
  #award .contents_area .title_area h2 {
    font-size: 3.2rem;
    line-height: 1.25;
    text-align: left;
    font-weight: 500;
  }
  #award .contents_area .title_area .btn a {
    margin-top: 35px;
    font-weight: 600;
  }
  #award .contents_area .award_list {
    width: 750px;
    display: flex;
    justify-content: space-between;
  }
  #award .contents_area .award_list li {
    width: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #award .contents_area .award_list li h3 {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    padding: 10px 0 9px;
  }
  #award .contents_area .award_list li h4 {
    margin-top: 16px;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
  }
  #award .contents_area .award_list li .label {
    margin-top: 14px;
    width: 230px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.28;
    background: #a37e39;
    font-size: 1.1rem;
    position: relative;
  }
  #award .contents_area .award_list li .label::before {
    content: "";
    width: 35px;
    height: 35px;
    transform: rotate(45deg) skew(20deg, 20deg);
    background: #0c1e76;
    position: absolute;
    left: -19px;
    display: block;
    bottom: 11px;
  }
  #award .contents_area .award_list li .label::after {
    content: "";
    width: 35px;
    height: 35px;
    transform: rotate(45deg) skew(20deg, 20deg);
    background: #0c1e76;
    position: absolute;
    right: -19px;
    display: block;
    bottom: 11px;
  }
  #recruit_anniversary {
    padding: 15px 0 440px;
    background: url(../img/recruit_index/100th_bg.jpg?date=202405301815) no-repeat;
    background-size: cover;
    background-position: top right;
  }
  #recruit_anniversary .contents_area {
    padding-left: 100px;
    box-sizing: border-box;
  }
  #recruit_anniversary .anniversary {
    transform: translateY(55px);
    position: relative;
    z-index: 2;
    text-align: center;
  }
  #recruit_anniversary h2 {
    font-size: 3.73rem;
    line-height: 1.14;
    text-align: center;
    text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    position: relative;
    z-index: 5;
  }
  #recruit_anniversary .txt {
    margin-top: 30px;
    line-height: 1.87;
    text-align: center;
    text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff;
  }
  #recruit_anniversary .btn a {
    margin: 33px auto 0;
    width: 295px;
  }
  #top_entry_area {
    padding: 95px 0;
    text-align: center;
  }
  #top_entry_area h2 {
    font-size: 3.2rem;
  }
  #top_entry_area .txt {
    margin-top: 30px;
    line-height: 1.87;
  }
  #top_entry_area .entry_link {
    margin: 33px  auto 0;
    width: 830px;
  }
  #top_entry_area .entry_link .new_graduate a,
  #top_entry_area .entry_link .career a {
    padding: 32px 0 31px;
  }
  #top_entry_area .entry_link .new_graduate a h3,
  #top_entry_area .entry_link .career a h3 {
    font-size: 1.2rem;
    font-weight: 600;
  }
  #top_entry_area .entry_link .new_graduate a h3 span,
  #top_entry_area .entry_link .career a h3 span {
    display: block;
  }
  #top_entry_area .entry_link .new_graduate a h3 .entry,
  #top_entry_area .entry_link .career a h3 .entry {
    font-size: 2.67rem;
    font-weight: 700;
    letter-spacing: 0.15em;
  }
  #top_entry_area .entry_link .career {
    margin-top: 30px;
  }
  #top_entry_area .contact_area {
    margin-top: 54px;
    text-align: center;
  }
  #top_entry_area .contact_area h3 {
    font-size: 1.2rem;
  }
  #top_entry_area .contact_area .belong {
    margin-top: 23px;
    font-weight: 600;
  }
  #top_entry_area .contact_area .tel_area {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  #top_entry_area .contact_area .tel_area a {
    display: flex;
    justify-content: center;
    color: #000000;
  }
  #top_entry_area .contact_area .tel_area a .num_area {
    margin-left: 15px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
  }
  #top_entry_area .contact_area .time {
    margin-top: 5px;
    font-size: 0.93rem;
    display: flex;
    justify-content: center;
  }
  #recruit_talk {
    padding: 45px 0;
  }
  #recruit_talk .recruit_talk_wrapper {
    position: relative;
  }
  #recruit_talk .recruit_talk_wrapper::after {
    content: "";
    display: block;
    width: calc(50% + 215px);
    height: 560px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/recruit_index/zadankai_bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 2;
  }
  #recruit_talk .contents_area {
    height: 560px;
    width: 1100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 4;
  }
  #recruit_talk .contents_area h2 {
    text-align: left;
    font-size: 60px;
    font-weight: 500;
    text-shadow: 0 0 40px #ffffff;
  }
  #recruit_talk .contents_area .txt {
    font-size: 15px;
    line-height: 1.86;
    margin-top: 35px;
  }
  #recruit_talk .contents_area .btn {
    margin-top: 35px;
  }
  #recruit_talk .contents_area .btn a {
    padding: 19px 0 21px;
  }
  #recruit_pamphlet {
    background: #002e8c;
    color: #FFFFFF;
    padding: 90px 0 90px;
    overflow: hidden;
  }
  #recruit_pamphlet .contents_area {
    display: flex;
    align-items: center;
    padding: 0 50px;
    box-sizing: border-box;
  }
  #recruit_pamphlet .contents_area h2 {
    text-align: left;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.25;
  }
  #recruit_pamphlet .contents_area .txt {
    font-size: 15px;
    line-height: 1.86;
    margin-top: 28px;
  }
  #recruit_pamphlet .contents_area .btn {
    margin-top: 35px;
  }
  #recruit_pamphlet .contents_area .btn + .btn {
    margin-top: 10px;
  }
  #recruit_pamphlet .contents_area .btn a {
    padding: 19px 0 21px;
  }
  #recruit_pamphlet .contents_area .pamphlet_thumbnail_area {
    order: -1;
    flex-shrink: 0;
    display: flex;
    gap: 40px;
    margin-right: 130px;
    position: relative;
  }
  #recruit_pamphlet .contents_area .pamphlet_thumbnail_area::before {
    content: "Digital Pamphlet";
    opacity: 0.06;
    font-size: 130px;
    line-height: 1;
    white-space: nowrap;
    font-family: 'EB Garamond', serif;
    position: absolute;
    top: -40px;
    left: -170px;
  }
  #recruit_pamphlet .contents_area .pamphlet_thumbnail_area li {
    position: relative;
  }
  #recruit_pamphlet .contents_area .pamphlet_thumbnail_area li h3 {
    background: #000000;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 130px;
    position: absolute;
    top: -21px;
    left: 0;
  }
  #recruit_pamphlet .contents_area .pamphlet_thumbnail_area li h3::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px 0 0 20px;
    border-color: transparent transparent transparent #000000;
  }
}
