@charset "utf-8";

/* ↓↓↓ #course ↓↓↓ */
.mainbox {
  width: 100%;
  margin-top: 45px;
}

.txt_red{
  color: red;
}

@media screen and (max-width: 750px) {
  .mainbox {
    width: 100vw;
    margin: 20px calc(50% - 50vw) 0;
  }
}

.mainbox .image {
  display: block;
  height: 100%;
}

.mainbox .image img {
  display: block;
  margin: 0 auto;
}

#course .top-title {
  margin: 30px 0 20px 0;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  #course .top-title {
    font-size: calc((24 - 18) * ((100vw - 375px) / (750 - 375)) + 18px);
  }
}

#course .top-read {
  line-height: 2.0;
  margin-top: 15px;
}

#course .top-cate {
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  #course .top-cate {
    flex-direction: column;
  }
}

#course .top-cate li {
  width: 47.8949%;
}

@media screen and (max-width: 750px) {
  #course .top-cate li {
    width: 100%;
    margin-bottom: 20px;
  }

  #course .top-cate li:last-of-type {
    margin-bottom: 0;
  }
}

#course .top-cate li:hover {
  opacity: .6;
}

/* ↑↑↑ #course ↑↑↑ */

/* ↓↓↓ #contens ↓↓↓ */
.box_group {
  width: 100%;
  margin: 8.42% auto 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .box_group {
    flex-direction: column;
  }

  .box_group.-sp_rev {
    flex-direction: column-reverse;
  }
}

#general .box_group ul {
  border-bottom: dotted 1px #e6826e;
}

#area .box_group ul {
  border-bottom: dotted 1px #0096be;
}

.box_group .box01 {
  width: 46%;
}

@media screen and (max-width: 750px) {
  .box_group .box01 {
    width: 90%;
    margin: 8.42% auto 0 auto;
  }
}

.box_group .box04 h3,
.box_group .box01 h3 {
  padding-bottom: 16px;
  font-size: 1.8rem;
  font-weight: bold;
}

#general .box_group .box04 h3,
#general .box_group .box03 h3,
#general .box_group .box01 h3,
#general .box_group .box02 h3 {
  color: #e6826e;
  border-bottom: dotted 1px #e6826e;
}

#area .box_group .box04 h3,
#area .box_group .box03 h3,
#area .box_group .box01 h3,
#area .box_group .box02 h3 {
  color: #0096be;
  border-bottom: dotted 1px #0096be;
}

.box_group .box04 p,
.box_group .box02 ul li p,
.box_group .box01 p {
  padding-top: 18px;
  line-height: 2.0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.box_group .box02 {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .box_group .box02 {
    width: 90%;
    margin: 0 auto;
  }
}

.box_group .box02 h3 {
  width: 100%;
  padding-bottom: 16px;
  font-size: 1.8rem;
  font-weight: bold;
}

.box_group .box02 ul {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .box_group .box02 ul {
    flex-direction: column;
  }
}

.box_group .box02 ul li {
  width: 28%;
}

@media screen and (max-width: 750px) {
  .box_group .box02 ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .box_group .box02 ul li:last-of-type {
    margin-bottom: 0;
  }
}

.box_group .box02 ul li span {
  width: 100%;
  display: block;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}

#general .box_group .box02 ul li span {
  color: #e6826e;
}

#area .box_group .box02 ul li span {
  color: #0096be;
}

.box_group .box03:first-child {
  width: 46.316%;
}

.box_group .box03:last-child {
  width: 49.474%;
}

@media screen and (max-width: 750px) {

  .box_group .box03:first-child,
  .box_group .box03:last-child {
    width: 90%;
    margin: 0 auto;
  }
}

.box_group .box03 h3 {
  width: 100%;
  padding-bottom: 16px;
  font-size: 1.8rem;
  font-weight: bold;
}

.box_group .box03 .text {
  margin-top: 20px;
  line-height: 2.0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.box_group .box03 .l_img1,
.box_group .box03 .l_img2 {
  margin-top: 25px;
}

@media screen and (max-width: 750px) {
  .box_group .r_img1 {
    margin-top: 25px;
  }
}

.box_group .box03 .notes {
  width: 100%;
  padding-top: 5px;
  display: block;
  font-size: 1.2rem;
  text-align: right;
}

.box_group .box04 {
  width: 100%;
  padding-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .box_group .box04 {
    padding-bottom: 30px;
  }
}

#general .box_group .box04 {
  border-bottom: dotted 1px #e6826e;
}

#area .box_group .box04 {
  border-bottom: dotted 1px #0096be;
}

.box_group .box04 .pagetitle {
  margin-top: 70px;
}

@media screen and (max-width: 750px) {
  .box_group .box04 .pagetitle {
    margin-top: 30px;
  }
}

#general .box_group .box04 .pagetitle {
  background: url(../../../common/img/icon_line_general.png) no-repeat left center;
}

#area .box_group .box04 .pagetitle {
  background: url(../../../common/img/icon_line_area.png) no-repeat left center;
}

.box_group .box04 .page-list {
  width: 100%;
  margin-top: 40px;
  border-bottom: none !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .box_group .box04 .page-list {
    margin-top: 30px;
    flex-direction: column;
  }
}

.box_group .box04 .page-list li {
  width: 48.948%;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .box_group .box04 .page-list li {
    width: 100%;
    margin-bottom: 10px;
  }
}


.box_group .box04 .page-list a:hover {
  opacity: .6;
}


#title01_wrapper {
  width: 100vw;
  height: 300px;
  margin: 0 calc(50% - 50vw);
  position: relative;
}

@media screen and (max-width: 750px) {
  #general #title01_wrapper {
    height: 296px;
  }

  #area #title01_wrapper {
    height: 296px;
  }
}

#general #title01_wrapper {
  border-bottom: solid 4px #e6826e;
}

#general #title01_wrapper.-career {
  border-bottom: solid 4px #ff9200;
}

#area #title01_wrapper.-career {
  border-bottom: solid 4px #7277C7;
}

#area #title01_wrapper {
  border-bottom: solid 4px #0096be;
}

#area #title01_wrapper.-plan,
#general #title01_wrapper.-plan {
  border-bottom: solid 4px #4d4d4d;
}

#title01_wrapper .title01_bg {
  max-width: 1263px;
  height: 100%;
  margin: 0 auto;
  background-size: cover;
}

#title01_wrapper .title01_bg.-railroads {
  background: url(../img/railroads_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-railroads {
    background: url(../img/railroads_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

#title01_wrapper .title01_bg.-construction {
  background: url(../img/construction_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-construction {
    background: url(../img/construction_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

#title01_wrapper .title01_bg.-strategies {
  background: url(../img/strategies_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-strategies {
    background: url(../img/strategies_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

#title01_wrapper .title01_bg.-station {
  background: url(../img/station_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-station {
    background: url(../img/station_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

#title01_wrapper .title01_bg.-system {
  background: url(../img/system_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-system {
    background: url(../img/system_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

#title01_wrapper .title01_bg.-global {
  background: url(../img/global_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-global {
    background: url(../img/global_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

#title01_wrapper .title01_bg.-dev {
  background: url(../img/dev_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-dev {
    background: url(../img/dev_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

#title01_wrapper .title01_bg.-independent {
  background: url(../img/independent_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-independent {
    background: url(../img/independent_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

#title01_wrapper .title01_bg.-transportation {
  background: url(../img/transportation_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-transportation {
    background: url(../img/transportation_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

#title01_wrapper .title01_bg.-transport {
  background: url(../img/transport_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-transport {
    background: url(../img/transport_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

#title01_wrapper .title01_bg.-architecture {
  background: url(../img/architecture_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-architecture {
    background: url(../img/architecture_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

#title01_wrapper .title01_bg.-it {
  background: url(../img/it_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-it {
    background: url(../img/it_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

#title01_wrapper .title01_bg.-innovation {
  background: url(../img/innovation_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-innovation {
    background: url(../img/innovation_bg_pc.jpg) center right no-repeat;
    background-size: cover;
  }
}

#title01_wrapper .title01_bg.-office {
  background: url(../img/office_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-office {
    background: url(../img/office_bg_sp.jpg) center center no-repeat;
  }
}

#title01_wrapper .title01_bg.-management {
  background: url(../img/management_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-management {
    background: url(../img/management_bg_sp.jpg) center center no-repeat;
  }
}

#title01_wrapper .title01_bg.-legaldepartment {
  background: url(../img/legaldepartment_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-legaldepartment {
    background: url(../img/legaldepartment_bg_sp.jpg) center center no-repeat;
  }
}

#title01_wrapper #title01 {
  max-width: 950px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

#title01_wrapper #title01 h1 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 60%;
}

@media screen and (max-width: 1050px) {
  #title01_wrapper #title01 h1 {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 750px) {
  #title01_wrapper #title01 h1 {
    top: 33%;
  }
}

#title01_wrapper #title01 h1 .top {
  margin-bottom: 10px;
  font-size: 1.6rem;
  display: block;
  font-weight: normal;
  letter-spacing: 1px;
}

#title01_wrapper #title01 h1 .mid {
  margin-left: -0.5em;
}

#title01_wrapper #title01 h1 .mid br {
  display: none;
}

@media screen and (max-width: 480px) {
  #title01_wrapper #title01 h1 .mid br {
    display: block;
  }
}

#title01_wrapper #title01 h1 .bot {
  font-size: 1.4rem;
  display: block;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
}

#content_wrapper #content {
  max-width: 950px;
  margin: 0 auto;
}

#content_wrapper .box01 {
  width: 100%;
}

#content_wrapper .box02 h3 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 750px) {

  #content_wrapper .box02 h3 {
    line-height: 1.3;
    font-size: calc((26 - 23) * ((100vw - 375px) / (750 - 375)) + 23px);
  }
}



#content_wrapper .box01 p {
  padding-top: 80px;
  font-size: 1.6rem;
  line-height: 2.0;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 750px) {
  #content_wrapper .box01 p {
    padding-top: 40px;
  }
}

#content_wrapper .book3 {
  width: 100%;
  margin: 50px auto 10px auto;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  #content_wrapper .book3 {
    margin: 30px auto 10px auto;
    flex-direction: column;
  }
}

#content_wrapper .book3 a {
  width: calc((100% - 10px*2)/3);
}
#content_wrapper .book3 a:not(:last-of-type) {
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  #content_wrapper .book3 a {
    width: 100%;
    margin: 0 auto 15px auto;
  }

  #content_wrapper .book3 a:last-of-type {
    margin: 0 auto;
  }

  #content_wrapper .book3 a:not(:last-of-type) {
    margin-right: unset;
  }
}

#content_wrapper .scroll_btn_group {
  margin-top: 65px;
}

@media screen and (max-width: 750px) {
  #content_wrapper .scroll_btn_group {
    margin: 35px auto 0 auto;
    padding: 0;
  }
}

#content_wrapper .scroll_btn_group ul {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  #content_wrapper .scroll_btn_group ul {
    flex-direction: column;
  }
}

#content_wrapper .scroll_btn_group ul.wrap {
  flex-wrap: wrap;
}

#content_wrapper .scroll_btn_group li {
  margin: 0 5px;
  width: 32%;
  background-color: #0096be;
}

#content_wrapper .scroll_btn_group.-railroads li {
  width: 24%;
}

#content_wrapper .scroll_btn_group.-architecture li {
  width: 40%;
}

#content_wrapper .scroll_btn_group ul.wrap.five li{
  width: calc((100% - 10px*5)/5);
}

#content_wrapper .scroll_btn_group ul.wrap.five li:not(:nth-last-of-type(-n + 5)){
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  #content_wrapper .scroll_btn_group li {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  #content_wrapper .scroll_btn_group.-architecture li {
    width: 100%;
    margin-right: 0;
  }

  #content_wrapper .scroll_btn_group ul.wrap.five li{
    width: 100%;
  }
}


#content_wrapper .scroll_btn_group li a {
  width: 100%;
  /* height: 115px; */
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: url(../general/img/common_btn_arrow01.png) center 93% no-repeat;
}

@media screen and (max-width: 750px) {
  #content_wrapper .scroll_btn_group li a {
    background: url(../general/img/common_btn_arrow01.png) 98% center no-repeat;
  }
}

#content_wrapper .scroll_btn_group li a.three-line{
  font-size: 1.5rem;
}

#content_wrapper .scroll_btn_group.-architecture li a {
  padding-bottom: 10px;
  height: 140px;
  font-size: 1.6rem;
}

#general #content_wrapper .scroll_btn_group li a {
  background-color: #e6826e;
  padding: 30px 0 40px;
  height: 100%;
}

#general #content_wrapper .scroll_btn_group li a {
  padding: 30px 0;
}

@media screen and (max-width: 750px) {
  #content_wrapper .scroll_btn_group.-architecture li a {
    height: 130px;
    font-size: 1.8rem;
    padding-bottom: 0;
  }
  #general #content_wrapper .scroll_btn_group li a{
    padding: 30px 0 30px;
  }
}

#area #content_wrapper .scroll_btn_group li a {
  background-color: #0096be;
  padding: 30px 0;
}
#area #content_wrapper .scroll_btn_group li.layer01{
  position: relative;
}
#area #content_wrapper .scroll_btn_group li.layer01::after{
  content: '';
  display: block;
  position: absolute;
  background: url(../general/img/common_btn_arrow01.png) no-repeat;
  background-size: contain;
  width: 12px;
  height: 14px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
#area #content_wrapper .scroll_btn_group li.layer01 a {
  background-color: #0096be;
  padding: 30px 0;
  background: none;
}
#area #content_wrapper .scroll_btn_group li.layer01:nth-child(2) a {
  padding-top: 30px;
}
#area #content_wrapper .scroll_btn_group li.layer01:nth-child(3) a {
  padding-top: 30px;
}
@media screen and (max-width: 750px) {
  #area #content_wrapper .scroll_btn_group li a .title {
    width: 100%;
  }
}

#area #content_wrapper .scroll_btn_group li a .sub {
  display: block;
  font-size: 1.4rem;
}

#content_wrapper .box02 {
  width: 100%;
  margin-top: 7%;
}

#content_wrapper .box02.-mt14 {
  margin-top: 14%;
}

#general #content_wrapper .tab_wrapper01 .tab-nav li a,
#general #content_wrapper .box02 h3 {
  color: #e6826e;
}

#general #content_wrapper .tab_wrapper01 .tab-nav li a,
#general #content_wrapper .box02 h3.-career {
  color: #ff9200;
}

#area #content_wrapper .tab_wrapper01 .tab-nav li a,
#area #content_wrapper .box02 h3 {
  color: #0096be;
}

#content_wrapper .box02 p {
  padding-top: 30px;
  font-size: 1.6rem;
  line-height: 2.0;
  text-align: justify;
  text-justify: inter-ideograph;
}

#content_wrapper .img_list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {

  #content_wrapper .img_list {
    margin: 10px auto 0 auto;
    flex-direction: column;
  }
}

#content_wrapper .img_list li {
  width: 33%;
}

@media screen and (max-width: 750px) {
  #content_wrapper .img_list li {
    width: 100%;
    margin-top: 20px;
  }
}

#content_wrapper .img_list span {
  margin-top: 8px;
  display: block;
  text-align: center;
}

#content_wrapper .tab_wrapper01 {
  width: 100%;
  margin-top: 50px;
}

#content_wrapper .tab_wrapper01 .tab-nav {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  #content_wrapper .tab_wrapper01 .tab-nav {
    flex-direction: column;
  }
}

#content_wrapper .tab_wrapper01 .tab-nav li {
  width: 33%;
  height: auto;
  font-size: 1.8rem;
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 750px) {
  #content_wrapper .tab_wrapper01 .tab-nav li {
    width: 100%;
    font-size: 1.6rem;
    border-radius: 0;
    margin-bottom: 20px;
  }
}

#general #content_wrapper .tab_wrapper01 .tab-nav li {
  background-color: #f7d9d3;
}

#general #content_wrapper .tab_wrapper01 .tab-nav li.active {
  background-color: #e6826e;
}

#general #content_wrapper .tab_wrapper01 .tab-nav.-career li {
  background-color: #ffe9cc;
}

#general #content_wrapper .tab_wrapper01 .tab-nav.-career li.active {
  background-color: #ff9200;
}

#area #content_wrapper .tab_wrapper01 .tab-nav li {
  background-color: #b2dfeb;
}

#area #content_wrapper .tab_wrapper01 .tab-nav.-career li {
  background-color: #e3e4f4;
}

#general #content_wrapper .tab_wrapper01 .tab-nav.-plan li,
#area #content_wrapper .tab_wrapper01 .tab-nav.-plan li {
  background-color: #e5e5e5;
}

#area #content_wrapper .tab_wrapper01 .tab-nav li.active {
  background-color: #0096be;
}

#area #content_wrapper .tab_wrapper01 .tab-nav.-career li.active {
  background-color: #7277c7;
}

#general #content_wrapper .tab_wrapper01 .tab-nav.-plan li.active,
#area #content_wrapper .tab_wrapper01 .tab-nav.-plan li.active {
  background-color: #4d4d4d;
}

@media screen and (max-width: 750px) {
  #general #content_wrapper .tab_wrapper01 .tab-nav li {
    background-color: #e6826e;
  }

  #area #content_wrapper .tab_wrapper01 .tab-nav li {
    background-color: #0096be;
  }
}

#content_wrapper .tab_wrapper01 .tab-nav li>span:first-of-type {
  width: 100%;
  height: 100%;
  padding: 13px 0;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  #content_wrapper .tab_wrapper01 .tab-nav li span:first-of-type:not(.indent) {
    padding: 25px 0;
  }
}

#general .tab_wrapper01 .tab-nav li span:first-of-type:not(.indent) {
  color: #e6826e;
}

#general .tab_wrapper01 .tab-nav.-career li span:first-of-type:not(.indent) {
  color: #ff9200;
}

#area .tab_wrapper01 .tab-nav li span:first-of-type:not(.indent) {
  color: #0096be;
}

#area .tab_wrapper01 .tab-nav.-career li span:first-of-type:not(.indent) {
  color: #7277c7;
}

#general .tab_wrapper01 .tab-nav.-plan li span:first-of-type:not(.indent),
#area .tab_wrapper01 .tab-nav.-plan li span:first-of-type:not(.indent) {
  color: #000;
}

#content_wrapper .tab_wrapper01 .tab-nav li.active span:first-of-type:not(.indent) {
  color: #fff;
}

@media screen and (max-width: 750px) {
  #content_wrapper .tab_wrapper01 .tab-nav li span:first-of-type:not(.indent) {
    color: #fff;
  }
}

#content_wrapper .box03_sp,
#content_wrapper .box03 {
  width: 100%;
  margin: 0 auto;
  padding: 5.27% 11.58%;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 750px) {
  #content_wrapper .box03 {
    display: none;
  }

  #content_wrapper .box03_sp {
    display: block;
    padding: 5.27% 11.58% 0;
    font-size: 1.6rem;
    line-height: 2.0;
    word-break: break-all;
    color: #333;
    font-weight: normal;
    background-color: #fff;
  }
}

#general #content_wrapper .box03_sp,
#general #content_wrapper .box03 {
  border: solid 2px #e6826e;
}

#general #content_wrapper .-career .box03_sp,
#general #content_wrapper .-career+.box03 {
  border: solid 2px #ff9200;
}

#area #content_wrapper .-plan .box03_sp,
#area #content_wrapper .-plan+.box03,
#general #content_wrapper .-plan .box03_sp,
#general #content_wrapper .-plan+.box03 {
  border: solid 2px #4d4d4d;
}

#general #content_wrapper .box03_sp .sub_cap,
#general #content_wrapper .box03 .sub_cap {
  color: #E6826E;
  display: block;
}

#general #content_wrapper .-career .box03_sp .sub_cap,
#general #content_wrapper .-career+.box03 .sub_cap {
  color: #ff9200;
  display: block;
}

#area #content_wrapper .box03_sp .sub_cap,
#area #content_wrapper .box03 .sub_cap {
  color: #0096be;
  display: block;
}

#area #content_wrapper .-career .box03_sp .sub_cap,
#area #content_wrapper .-career+.box03 .sub_cap {
  color: #7277c7;
  display: block;
}

#area #content_wrapper .-plan .box03_sp .sub_cap,
#area #content_wrapper .-plan+.box03 .sub_cap,
#general #content_wrapper .-plan .box03_sp .sub_cap,
#general #content_wrapper .-plan+.box03 .sub_cap {
  color: #000;
  display: block;
}

#area #content_wrapper .box03_image+.sub_cap,
#general #content_wrapper .box03_image+.sub_cap {
  padding: 40px 0 0;
}

#area #content_wrapper .box03_sp,
#area #content_wrapper .box03 {
  border: solid 2px #0096be;
}

#area #content_wrapper .-career .box03_sp,
#area #content_wrapper .-career+.box03 {
  border: solid 2px #7277C7;
}

#content_wrapper .box03 .panel {
  display: none;
}

#content_wrapper .box03 .panel.active {
  display: block;
}

#content_wrapper .box03 .panel h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

#content_wrapper .box03_sp h3 {
  display: none;
}

#content_wrapper .box03_sp p,
#content_wrapper .box03 p {
  width: 100%;
  padding-top: 30px;
  font-size: 1.6rem;
  line-height: 2.0;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 750px) {
  #content_wrapper .box03_sp p {
    padding-top: 0;
  }
}

#content_wrapper .box03_sp .sub_head,
#content_wrapper .box03 .sub_head {
  font-size: 13px;
  text-align: center;
  display: block;
  margin: 40px auto 0;
}

#content_wrapper .box03_sp .sub_head+p,
#content_wrapper .box03 .sub_head+p {
  padding-top: 18px;
}

#content_wrapper .box03_sp p .indent,
#content_wrapper .box03 p .indent{
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

#content_wrapper .box03_sp p .wb,
#content_wrapper .box03 p .wb{
  display: inline-block;
}

#content_wrapper .box03 .panel .box03_image {
  margin-top: 40px;
}
#content_wrapper .box03 .panel .box03_image figure {
  text-align: center;
}

#content_wrapper .box03_sp .box03_image {
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  #content_wrapper .box03_sp .box03_image.-mb30 {
    margin-bottom: 30px;
  }
}

#content_wrapper .box03_sp .box03_image span {
  margin: 0 !important;
  padding: 10px 0 0 0 !important;
  color: #333 !important;
}

#content_wrapper .box03 .panel .box03_image_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#content_wrapper .box03_sp .box03_image_list {
  display: flex;
  flex-direction: column;
}

#content_wrapper .box03_sp .box03_image_list li {
  color: #333 !important;
  background-color: #fff !important;
  display: flex;
  flex-direction: column;
}

#content_wrapper .box03_sp .box03_image span,
#content_wrapper .box03_sp .box03_image_list li span {
  display: block;
  margin-top: 15px;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .-two_caption {
    margin-bottom: -20px !important; 
  }
  }

#content_wrapper .box03_sp .box03_image span {
  margin-bottom: 20px !important;
}

#content_wrapper .notes{
  width: 100%;
  padding-top: 5px;
  display: block;
  font-size: 1.2rem !important;
  text-align: right !important;
}

@media screen and (max-width: 750px) {
  #content_wrapper .notes{
    padding-bottom: 40px;
  }
}

#content_wrapper .box03 .panel .box03_image_list li {
  width: 49.036%;
  margin-bottom: 40px;
}

#content_wrapper .box03 .panel .box03_image_list li.-tablet {
  width: 58.4% !important;
}

#content_wrapper .box03 .panel .box03_image_list li.-tablet img {
  width: 100%;
  height: auto;
}

#content_wrapper .box03 .panel .box03_image_list li.-pantograph {
  width: 38.23% !important;
}

#content_wrapper .box03 .panel .box03_image_list li.-pantograph img {
  width: 100%;
  height: auto;
}

#content_wrapper .box03 .panel .box03_image_list .-one_caption{
  margin-bottom: 0px !important;
}

#content_wrapper .box03 .panel .box03_image span {
  display: block;
  margin-top: 15px;
  font-size: 1.3rem;
  text-align: center;
}

.details_group {
  margin-top: 70px;
}

.details_group h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: url(../img/common_bg_dot.gif) left center repeat-x;
}

.details_group h3 span {
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  background-color: #fff;
}

.details_img {
  max-width: 640px;
  margin: 40px auto 60px auto;
}

.details_group .text_box {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .details_group .text_box {
    flex-direction: column;
  }
}

.details_group .text_box dt {
  width: 22%;
  padding: 16px 19px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  border-bottom: #fff solid 1px;
  color: #FFF;
  box-sizing: border-box;
  display: flex;
}

@media screen and (max-width: 750px) {
  .details_group .text_box dt {
    width: 100%;
  }
}

#general .details_group .text_box dt {
  background-color: #e6826e;
}

#area .details_group .text_box dt {
  background-color: #0096be;
}

#area .details_group.-career .text_box dt {
  background-color: #7277C7;
}

.details_group .text_box dd {
  width: 78%;
  padding: 16px 25px !important;
  line-height: 1.7;
  border-bottom: #fff solid 1px;
  background-color: #f2f2f2;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .details_group .text_box dd {
    width: 100%;
  }
}

.details_group .text_box p {
  align-self: center;
  padding-top: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

.details_group .text_box p .wb{
  display: inline-block;
}

.details_group .text_box dd .img_box {
  margin-top: 15px !important;
  display: flex;
  justify-content: space-between;
}

.details_group .text_box dd .img_box .left,
.details_group .text_box dd .img_box .right {
  width: 47.79%;
}
/* 2022/01/11追記↓ */
/* //////////////////////////
////////////////////////// */

.details_group .text_mainbox {
  max-width: 960px;
  margin: auto;
}

.text_box_contwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text_box_contwrap:last-child .t_title {
  border-bottom: none;
}

.text_box_contwrap:last-child .t_contbox .t_subtitle:last-child {
  border-bottom: none;
}

.text_box_contwrap:last-child .t_contbox .t_text {
  border-bottom: none;
}
.text_box_contwrap.red_layer .t_title {
  background-color: #DB492C;
}

.text_box_contwrap.red_layer .t_contbox .t_subtitle {
  background-color: #E6826E;
}
.text_box_contwrap.red_layer .t_contbox .t_subtitle.none {
  border-bottom: none;
}

.text_box_contwrap .t_title {
  width: 15%;
  background-color: #007CA8;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.06em;
}

.text_box_contwrap .t_title.w02 {
  width: 17.7%;
}

/* .text_box_contwrap .right {
  width: 85%;
} */
.text_box_contwrap .right {
  width: 100%;
}
.text_box_contwrap.red_layer .right{
  width: 100%;
}

.text_box_contwrap .t_contbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.text_box_contwrap .t_contbox .t_subtitle {
  width: 22.5%;
  background-color: #0096BE;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.06em;
}
.text_box_contwrap .t_contbox .t_subtitle.none {
  border-bottom: none;
}

.text_box_contwrap .t_contbox .t_text {
  width: 77.5%;
  background-color: #F2F2F2;
  padding: 20px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 750px) {
  .text_box_contwrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .text_box_contwrap .t_title {
    width: 100%;
    padding: 20px;
  }
  .text_box_contwrap .t_title.w02 {
    width: 100%;
  }
  .text_box_contwrap .right {
    width: 100%;
  }
  .text_box_contwrap .t_contbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .text_box_contwrap .t_contbox .t_subtitle {
    width: 100%;
    padding: 10px;
  }
  .text_box_contwrap .t_contbox .t_text {
    width: 100%;
    padding: 10px;
  }
}

/* 2022/01/11追記↑ */
/* //////////////////////////
////////////////////////// */

#content_wrapper #other {
  width: 100%;
  margin-top: 10%;
}

#content_wrapper #other h3 {
  font-size: 2.4rem;
  font-weight: bold;
}

#content_wrapper #other ul {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media screen and (max-width: 750px) {

  #content_wrapper #other ul,
  #content_wrapper #other ul.-area
    {
    margin: 15px auto 0 auto;
  }
}

#general #content_wrapper #other ul {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  #general #content_wrapper #other ul {
    margin: 0 auto;
  }
}

#general #content_wrapper #other ul li{
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  #general #content_wrapper #other ul li{
    margin-top: 0;
  }

  #general #content_wrapper #other ul li:first-of-type{
    margin-top: 15px;
  }

  #general #content_wrapper #other ul li:nth-of-type(2n - 1){
    margin-right: 0;
  }
}

#content_wrapper #other ul.-area {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;

}

#content_wrapper #other ul:not(:first-of-type) {
  margin-top: 0;
}

#content_wrapper #other li.business:after,
#content_wrapper #other li.service:after,
#content_wrapper #other li.transportation:after,
#content_wrapper #other li.equip:after,
#content_wrapper #other li.doboku:after,
#content_wrapper #other li.project:after,
#content_wrapper #other li.architecture:after,
#content_wrapper #other li.system:after,
#content_wrapper #other li.it:after,
#content_wrapper #other li.maas:after,
#content_wrapper #other li.international:after,
#content_wrapper #other li.legaldepartment:after,
#content_wrapper #other li.development:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.3s;
  opacity: .4
}

#content_wrapper #other ul.-area li {
  width: 19.158%;
  margin: 0 1.0525% 10px 0;
  box-sizing: border-box;
  max-height: 100%;
}

@media screen and (max-width: 750px) {
  #content_wrapper #other ul.-area li {
    width: 49%;
    margin: 0 2% 10px 0;
  }
}

#content_wrapper #other li {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0;
  background-color: #000;
  width: 49%;
  max-height: 190px;
}

@media screen and (max-width: 750px) {
  #content_wrapper #other li {
    max-height: 150px;
  }
}

#content_wrapper #other li.business::after {
  background: url(../../course/img/member/business.jpg) center center no-repeat;
  background-size: cover;
}

#content_wrapper #other li.service::after {
  background: url(../../course/img/member/service.jpg) center center no-repeat;
  background-size: cover;
}

#content_wrapper #other li.transportation::after {
  background: url(../../course/img/member/transportation.jpg) center center no-repeat;
  background-size: cover;
}

#content_wrapper #other li.equip::after {
  background: url(../../course/img/member/equip.jpg) center center no-repeat;
  background-size: cover;
}

#content_wrapper #other li.doboku::after {
  background: url(../../course/img/member/doboku.jpg) center center no-repeat;
  background-size: cover;
}

#content_wrapper #other li.project::after {
  background: url(../../course/img/member/project.jpg) center center no-repeat;
  background-size: cover;
}

#content_wrapper #other li.architecture::after {
  background: url(../../course/img/member/architecture.jpg) center center no-repeat;
  background-size: cover;
}

#content_wrapper #other li.system::after {
  background: url(../../course/img/member/system.jpg) center center no-repeat;
  background-size: cover;
}

#content_wrapper #other li.it::after {
  background: url(../../course/img/member/it.jpg) center center no-repeat;
  background-size: cover;
}

#content_wrapper #other li.maas::after {
  background: url(../../course/img/member/maas.jpg) center center no-repeat;
  background-size: cover;
}

#content_wrapper #other li.international::after {
  background: url(../../course/img/member/international.jpg) center center no-repeat;
  background-size: cover;
}

#content_wrapper #other li.legaldepartment::after {
  background: url(../../course/img/member/legaldepartment.jpg) center center no-repeat;
  background-size: cover;
}

#content_wrapper #other li.development::after {
  background: url(../../course/img/member/development.jpg) center center no-repeat;
  background-size: cover;
}

#content_wrapper #other li.business:hover:after,
#content_wrapper #other li.service:hover:after,
#content_wrapper #other li.transportation:hover:after,
#content_wrapper #other li.equip:hover:after,
#content_wrapper #other li.doboku:hover:after,
#content_wrapper #other li.project:hover:after,
#content_wrapper #other li.architecture:hover:after,
#content_wrapper #other li.system:hover:after,
#content_wrapper #other li.it:hover:after,
#content_wrapper #other li.maas:hover:after,
#content_wrapper #other li.international:hover:after,
#content_wrapper #other li.legaldepartment:hover:after,
#content_wrapper #other li.development:hover:after {
  opacity: 1
}

#content_wrapper #other li .inner {
  z-index: 10;
  position: relative
}

#content_wrapper #other .inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 190px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  cursor: pointer
}

@media screen and (max-width: 750px) {
  #content_wrapper #other .inner a {
    height: 150px;
  }
}

@media screen and (max-width: 750px) {
  #content_wrapper #other li {
    width: 100%;
    margin: 0 2% 10px 0;
  }

  #content_wrapper #other li:nth-of-type(2n),
  #content_wrapper #other ul.-area li:nth-of-type(2n) {
    margin-right: 0;
  }
}

#content_wrapper #other li:nth-of-type(5n),
#content_wrapper #other li:last-of-type {
  margin-right: 0;
}

#content_wrapper #other ul.-area li:nth-of-type(5n),
#content_wrapper #other ul.-area li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 750px) {

  #content_wrapper #other li:nth-of-type(5n),
  #content_wrapper #other ul.-area li:nth-of-type(5n) {
    margin-right: 2%;
  }
}

#content_wrapper #other li:hover {
  opacity: .6;
}

#content_wrapper #other .oneliner {
  width: 100%;
  height: 190px;
  margin-top: 15px;
  display: flex;
}

@media screen and (max-width: 750px) {
  #content_wrapper #other .oneliner {
    height: auto;
    flex-direction: column;
  }
}

#content_wrapper #other .oneliner:hover {
  text-decoration: none;
  opacity: .7;
}

#content_wrapper #other .oneliner .name {
  width: 384px;
  height: auto;
  padding-left: 55px;
  background-color: #E6826E;
  font-size: 2.2rem;
  line-height: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}

#content_wrapper #other .oneliner .name.-area {
  background-color: #0096be;
}

@media screen and (max-width: 750px) {
  #content_wrapper #other .oneliner .name {
    width: 100%;
    padding-top: 3%;
    padding-left: 8%;
    padding-bottom: 1.7%;
  }
}


#content_wrapper #other .oneliner .name span {
  display: block;
  font-size: 1.6rem;
}

#content_wrapper #other .oneliner .image {
  flex: 1;
  height: auto;
}

@media screen and (max-width: 750px) {
  #content_wrapper #other .oneliner .image {
    height: 170px;
  }
}

#content_wrapper #other .oneliner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link-group {
  width: 100%;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1050px) {
  .link-group {
    padding: 0 60px;
  }
}

@media screen and (max-width: 750px) {
  .link-group {
    margin-top: 40px;
    padding: 0;
    flex-direction: column;
  }
}

.link-group .left,
.link-group .right {
  width: 49.685%;
}

.link-group .center {
  width: 100%;
}

@media screen and (max-width: 750px) {

  .link-group .center,
  .link-group .left,
  .link-group .right {
    width: 100%;
  }
}

.link-group .center,
.link-group .left {
  padding: 2.106%;
  background-color: #fae6e2;
}

.link-group .center.-area {
  background-color: #cceaf2;
}

@media screen and (max-width: 750px) {

  .link-group .center,
  .link-group .left {
    padding: 15px;
  }
}

.link-group .left.-center,
.link-group .left.-area {
  background-color: #cceaf2;
}

.link-group .right .career {
  height: 100%;
  padding: 4.238%;
  background-color: #ffe9cc;
}

.link-group .right.-area .career {
  background-color: #e3e4f4;
}

.link-group .right .career.-hauto {
  height: auto;
}

.link-group .right .other {
  height: auto;
  margin-top: 6px;
  padding: 4.238%;
  background-color: #e5e5e5;
}

@media screen and (max-width: 750px) {

  .link-group .right .other,
  .link-group .right .career {
    margin-top: 10px;
  }
}

.link-group .center .title,
.link-group .left .title,
.link-group .right .title {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
}

.link-group .center .title,
.link-group .left .title {
  color: #e6826e;
}

.link-group .center.-area .title,
.link-group .left.-area .title {
  color: #0096be;
}

.link-group .right .title {
  color: #ff9200;
}

.link-group .right.-area .title {
  color: #7277c7;
}

.link-group .list {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.link-group .list li {
  width: 49.075%;
  min-height: 46px;
  margin-right: 1.852%;
  margin-bottom: 1.852%;
}

.link-group .center .list li:nth-of-type(3n),
.link-group .list li:nth-of-type(3n) {
  margin-right: 0;
}


.link-group .center .list li {
  /* width: 32.748%; */
  width: calc((100% - 0.88%*2)/3);
  margin-right: 0.88%;
  margin-bottom: 0.88%;
}

@media screen and (max-width: 750px) {
  .link-group .center .list li {
    width: 49.075%;
    margin-right: 1.6%;
    margin-bottom: 1.6%;
  }

  .link-group .center .list li:nth-of-type(3n),
  .link-group .list li:nth-of-type(3n) {
    margin-right: 1.6%;
  }

  .link-group .center .list li:nth-of-type(2n) {
    margin-right: 0;
  }
}

.link-group .list li a {
  width: 100%;
  height: 100%;
  padding: 5px 15px 5px 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #4c4c4c;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .link-group .list li a {
    padding: 5px 25px 5px 10px;
  }
}

.link-group .list li a.-purple::after,
.link-group .list li a.-blue::after,
.link-group .list li a.-green::after,
.link-group .list li a.-yellow::after,
.link-group .list li a.-pink::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}

.link-group .list li a.-pink::after {
  background: url(../img/list-arrow-pink.jpg)no-repeat;
}

.link-group .list li a.-yellow::after {
  background: url(../img/list-arrow-yellow.jpg)no-repeat;
}

.link-group .list li a.-green::after {
  background: url(../img/list-arrow-green.jpg)no-repeat;
}

.link-group .list li a.-blue::after {
  background: url(../img/list-arrow-blue.jpg)no-repeat;
}

.link-group .list li a.-purple::after {
  background: url(../img/list-arrow-purple.jpg)no-repeat;
}

/* ↑↑↑ #contens ↑↑↑ */