@charset "utf-8";

/* ↓↓↓ #course ↓↓↓ */
.pageTop {
  z-index: 97;
}

body.noScroll {
  overflow: hidden;
}

.overlay {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.5);
  top: 0;
  left: 0;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease .3s, visibility ease .3s;
}

body.noScroll .overlay {
  opacity: 1;
  visibility: visible;
}

.closeBtn-area {
  position: fixed;
  display: block;
  max-width: 1280px;
  width: 100vw;
  height: 100svh;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease .3s, visibility ease .3s;
}

body.noScroll .closeBtn-area {
  opacity: 1;
  visibility: visible;
}

.closeBtn {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 4%;
  right: 13%;
  cursor: pointer;
  transition: background-color ease .3s;
}

.closeBtn:hover {
  background-color: rgba(0,0,0,0.3);
}

@media screen and (max-width: 750px) {
  .closeBtn {
    width: 30px;
    height: 30px;
    top: 2%;
    right: 7%;
  }
}

.closeBtn::before,
.closeBtn::after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 1px;
  transform-origin: center;
  top: 20px;
  left: 0;
}

@media screen and (max-width: 750px) {
  .closeBtn::before,
  .closeBtn::after {
    top: 15px;
  }
}

.closeBtn::before {
  transform: rotate(45deg);
}

.closeBtn::after {
  transform: rotate(-45deg);
}

.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;
  gap: 20px 19px;
}

@media screen and (max-width: 750px) {
  #course .top-cate {
    flex-direction: column;
  }
}

#course .top-cate li {
  width: calc((100% - 19px*2)/3);
}

@media screen and (max-width: 750px) {
  #course .top-cate li {
    width: 100%;
  }
}

#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 {
  --mian-color: #e6826e;
  --bg-color: #f7d9d3;
  --link-group-color: #fae6e2;
}

#area {
  --mian-color: #0096be;
  --bg-color: #b2dfeb;
  --link-group-color: #cceaf2;
}

#job {
  --mian-color: #E0871E;
  --bg-color: #f6dbbb;
  --link-group-color: #f9e7d2;
}

.contents-box .box_group ul {
  border-bottom: dotted 1px var(--mian-color);
}

/* #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;
}

.contents-box .box_group .box04 h3,
.contents-box .box_group .box03 h3,
.contents-box .box_group .box01 h3,
.contents-box .box_group .box02 h3 {
  color: var(--mian-color);
  border-bottom: dotted 1px var(--mian-color);
}

/* #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;
}

#job .box_group .box04 h3,
#job .box_group .box03 h3,
#job .box_group .box01 h3,
#job .box_group .box02 h3 {
  color: #E0871E;
  border-bottom: dotted 1px #E0871E;
} */

.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 .link-btn {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #e6826e;
  padding: 2px 4px;
  margin: 0 2px;
  transition: opacity ease .3s;
}

.box_group .link-btn:hover {
  text-decoration: none;
  opacity: .7;
}

.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;
}

.contents-box .box_group .box02 ul li span {
  color: var(--mian-color);
}

/* #general .box_group .box02 ul li span {
  color: #e6826e;
}

#area .box_group .box02 ul li span {
  color: #0096be;
}

#job .box_group .box02 ul li span {
  color: #E0871E;
} */

.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;
  border-bottom: dotted 1px var(--mian-color);
}

/* #general .box_group .box04 {
  border-bottom: dotted 1px #e6826e;
}

#area .box_group .box04 {
  border-bottom: dotted 1px #0096be;
} */

@media screen and (max-width: 750px) {
  .box_group .box04 {
    padding-bottom: 30px;
  }
}

.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;
}

#job .box_group .box04 .pagetitle {
  background: url(../../../common/img/icon_line_job.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;
  }
}

.contents-box #title01_wrapper {
  border-bottom: solid 4px var(--mian-color);
}

/* #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;
}

#job #title01_wrapper {
  border-bottom: solid 4px #e0871e;
} */

#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.-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;
    background-position: right;
  }
}

#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;
    background-position: right;
  }
}

#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.-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.-machinery {
  background: url(../img/machinery_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-machinery {
    background: url(../img/machinery_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.-data-marketing {
  background: url(../img/data-marketing_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-data-marketing {
    background: url(../img/data-marketing_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

#title01_wrapper .title01_bg.-estate {
  background: url(../img/estate_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-estate {
    background: url(../img/estate_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

#title01_wrapper .title01_bg.-suica {
  background: url(../img/suica_bg_pc.jpg) center center no-repeat;
}

@media screen and (max-width: 750px) {
  #title01_wrapper .title01_bg.-suica {
    background: url(../img/suica_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

#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 .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: 33%;
  margin: 0 5px;
}

@media screen and (max-width: 750px) {
  #content_wrapper .book3 a {
    width: 80%;
    margin: 0 auto 15px auto;
  }

  #content_wrapper .book3 a:last-of-type {
    margin: 0 auto;
  }
}

#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 li {
  margin: 0 5px;
  width: 32%;
  background-color: #0096be;
  position: relative;
}

#content_wrapper .scroll_btn_group.-railroads li {
  width: 24%;
}

#content_wrapper .scroll_btn_group.-architecture li {
  width: 40%;
}

@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 li a {
  width: 100%;
  /* height: 115px; */
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 2.0rem;
  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 95% no-repeat;
  background-color: var(--mian-color);
}

@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.-architecture li a {
  padding-bottom: 10px;
  height: 140px;
  font-size: 1.6rem;
}

@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 {
  /* background-color: #e6826e; */
  padding: 40px 0;
  height: 100%;
}

#area #content_wrapper .scroll_btn_group li a {
  /* background-color: #0096be; */
  /* display: flex; */
  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: 20px 0 30px;
  background: none;
}
#area #content_wrapper .scroll_btn_group li.layer01:nth-child(2) a {
  padding-top: 20px;
}
#area #content_wrapper .scroll_btn_group li.layer01:nth-child(3) a {
  padding-top: 20px;
}
@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%;
}

.contents-box #content_wrapper .tab_wrapper01 .tab-nav li a,
.contents-box #content_wrapper .box02 h3 {
  color: var(--mian-color);
}

/* #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;
}

#job #content_wrapper .tab_wrapper01 .tab-nav li a,
#job #content_wrapper .box02 h3 {
  color: #e0871e;
} */

#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: calc((100% - 40px*2)/3);
  height: 83px;
  font-size: 1.8rem;
  border-radius: 9999px;
  transition: opacity ease .3s;
}

#content_wrapper .tab_wrapper01 .tab-nav li:hover {
  opacity: .7;
}

@media screen and (max-width: 750px) {
  #content_wrapper .tab_wrapper01 .tab-nav li {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.contents-box #content_wrapper .tab_wrapper01 .tab-nav li {
  background-color: var(--bg-color);
}

.contents-box #content_wrapper .tab_wrapper01 .tab-nav li.active {
  background-color: var(--mian-color);
}

/* #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;
}

#job #content_wrapper .tab_wrapper01 .tab-nav li {
  background-color: #f6dbbb;
} */

#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;
}

#job #content_wrapper .tab_wrapper01 .tab-nav li.active {
  background-color: #e0871e;
} */

#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) {
  .contents-box #content_wrapper .tab_wrapper01 .tab-nav li {
    background-color: var(--mian-color);
  }

  /* #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 .tab-btn .tab-btn-txt {
/* #content_wrapper .tab_wrapper01 .tab-nav li>span:first-of-type { */
  position: relative;
  width: fit-content;
  height: 100%;
  padding: 13px 0;
  padding-left: 45px;
  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;
  margin: 0 auto;
}

.contents-box .tab_wrapper01 .tab-nav li span:first-of-type:not(.indent) {
  color: var(--mian-color);
}

/* #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;
}

/* #job .tab_wrapper01 .tab-nav li span:first-of-type:not(.indent) {
  color: #e0871e;
} */

#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 .tab_wrapper01 .tab-nav .tab-btn .tab-btn-txt::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 37px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

.contents-box .tab_wrapper01 .tab-nav .tab-btn:first-of-type .tab-btn-txt::before {
  mask-image: url(../img/common_tab_icon1_wh.svg);
  -webkit-mask-image: url(../img/common_tab_icon1_wh.svg);
  background-color: var(--mian-color);
}

/* #general .tab_wrapper01 .tab-nav .tab-btn:first-of-type .tab-btn-txt::before {
  background: url(../general/img/common_tab_icon1.svg) no-repeat;
  background-size: contain;
}

#area .tab_wrapper01 .tab-nav .tab-btn:first-of-type .tab-btn-txt::before {
  background: url(../area/img/common_tab_icon1.svg) no-repeat;
  background-size: contain;
} */

@media screen and (max-width: 750px) {
  .contents-box .tab_wrapper01 .tab-nav .tab-btn:first-of-type .tab-btn-txt::before {
    background-color: #fff;
  }
  /* #general .tab_wrapper01 .tab-nav .tab-btn:first-of-type .tab-btn-txt::before,
  #area .tab_wrapper01 .tab-nav .tab-btn:first-of-type .tab-btn-txt::before {
    background: url(../img/common_tab_icon1_wh.svg) no-repeat;
    background-size: contain;
  } */
}

.contents-box .tab_wrapper01 .tab-nav .tab-btn:nth-of-type(2) .tab-btn-txt::before {
  mask-image: url(../img/common_tab_icon2_wh.svg);
  -webkit-mask-image: url(../img/common_tab_icon2_wh.svg);
  background-color: var(--mian-color);
}

/* #general .tab_wrapper01 .tab-nav .tab-btn:nth-of-type(2) .tab-btn-txt::before {
  background: url(../general/img/common_tab_icon2.svg) no-repeat;
  background-size: contain;
}

#area .tab_wrapper01 .tab-nav .tab-btn:nth-of-type(2) .tab-btn-txt::before {
  background: url(../area/img/common_tab_icon2.svg) no-repeat;
  background-size: contain;
} */

@media screen and (max-width: 750px) {
  .contents-box .tab_wrapper01 .tab-nav .tab-btn:nth-of-type(2) .tab-btn-txt::before {
    background-color: #fff;
  }
  /* #general .tab_wrapper01 .tab-nav .tab-btn:nth-of-type(2) .tab-btn-txt::before,
  #area .tab_wrapper01 .tab-nav .tab-btn:nth-of-type(2) .tab-btn-txt::before {
    background: url(../img/common_tab_icon2_wh.svg) no-repeat;
    background-size: contain;
  } */
}

.contents-box .tab_wrapper01 .tab-nav .tab-btn:last-of-type .tab-btn-txt::before {
  mask-image: url(../img/common_tab_icon3_wh.svg);
  -webkit-mask-image: url(../img/common_tab_icon3_wh.svg);
  background-color: var(--mian-color);
}

/* #general .tab_wrapper01 .tab-nav .tab-btn:last-of-type .tab-btn-txt::before {
  background: url(../general/img/common_tab_icon3.svg) no-repeat;
  background-size: contain;
}

#area .tab_wrapper01 .tab-nav .tab-btn:last-of-type .tab-btn-txt::before {
  background: url(../area/img/common_tab_icon3.svg) no-repeat;
  background-size: contain;
} */

@media screen and (max-width: 750px) {
  .contents-box .tab_wrapper01 .tab-nav .tab-btn:last-of-type .tab-btn-txt::before {
    background-color: #fff;
  }
  /* #general .tab_wrapper01 .tab-nav .tab-btn:last-of-type .tab-btn-txt::before,
  #area .tab_wrapper01 .tab-nav .tab-btn:last-of-type .tab-btn-txt::before {
    background: url(../img/common_tab_icon3_wh.svg) no-repeat;
    background-size: contain;
  } */
}

.contents-box .tab_wrapper01 .tab-nav .tab-btn.active:first-of-type .tab-btn-txt::before {
  background-color: #fff;
}

.contents-box .tab_wrapper01 .tab-nav .tab-btn.active:nth-of-type(2) .tab-btn-txt::before {
  background-color: #fff;
}

.contents-box .tab_wrapper01 .tab-nav .tab-btn.active:last-of-type .tab-btn-txt::before {
  background-color: #fff;
}

/* #general .tab_wrapper01 .tab-nav .tab-btn.active:first-of-type .tab-btn-txt::before,
#area .tab_wrapper01 .tab-nav .tab-btn.active:first-of-type .tab-btn-txt::before {
  background: url(../img/common_tab_icon1_wh.svg) no-repeat;
  background-size: contain;
}

#general .tab_wrapper01 .tab-nav .tab-btn.active:nth-of-type(2) .tab-btn-txt::before,
#area .tab_wrapper01 .tab-nav .tab-btn.active:nth-of-type(2) .tab-btn-txt::before {
  background: url(../img/common_tab_icon2_wh.svg) no-repeat;
  background-size: contain;
}

#general .tab_wrapper01 .tab-nav .tab-btn.active:last-of-type .tab-btn-txt::before,
#area .tab_wrapper01 .tab-nav .tab-btn.active:last-of-type .tab-btn-txt::before {
  background: url(../img/common_tab_icon3_wh.svg) no-repeat;
  background-size: contain;
} */

#content_wrapper .box03_sp,
#content_wrapper .box03 {
  width: 100%;
  margin: 0 auto;
  /* padding: 5.27% 11.58%; */
  box-sizing: border-box;
  position: relative;
}

#content_wrapper .tab-contents {
  position: fixed;
  width: min(74.219%,950px);
  height: 80vh;
  height: 80svh;
  display: block;
  background-color: #fff;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease .3s, visibility ease .3s;
}

#content_wrapper .tab-contents.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 750px) {
  #content_wrapper .tab-contents {
    width: 88.8%;
    top: 48%;
  }

  #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;
  }
}

#content_wrapper .tab-contents .tab-inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 5.27%;
}

#content_wrapper .tab-contents .slide-btn,
.text_box .slide-btn {
  content: '';
  position: absolute;
  background: url(../img/common_slide-arrow.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  top: 50%;
  cursor: pointer;
  transition: opacity ease .3s;
}

#content_wrapper .tab-contents .slide-btn:hover,
.text_box .slide-btn:hover {
  opacity: .7;
}

@media screen and (max-width: 750px) {
  #content_wrapper .tab-contents .slide-btn,
  .text_box .slide-btn {
    width: 30px;
    height: 30px;
    transform: translateY(100%);
    top: unset;
    bottom: -1%;
  }
}

#content_wrapper .tab-contents .slide-btn.disActive,
.text_box .slide-btn.disActive {
  pointer-events: none;
  opacity: .5;
}

#content_wrapper .tab-contents .slide-btn.prev,
.text_box .slide-btn.prev {
  transform: translateY(-50%) rotate(180deg);
  left: 0;
}

@media screen and (max-width: 750px) {
  #content_wrapper .tab-contents .slide-btn.prev,
  .text_box .slide-btn.prev {
    transform: translateY(100%)  rotate(180deg);
  }
}

#content_wrapper .tab-contents .slide-btn.next,
.text_box .slide-btn.next {
  right: 0;
}

#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;
}

.contents-box #content_wrapper .box03_sp .sub_cap,
.contents-box #content_wrapper .box03 .sub_cap {
  color: var(--mian-color);
  display: block;
}

/* #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-inner {
  padding: 10px 11.58% 0;
}

@media screen and (max-width: 750px) {
  #content_wrapper .box03 .panel-inner {
    padding: 10px 6.67% 0;
  }
}

#content_wrapper .box03 .panel {
  display: none;
}

#content_wrapper .box03 .panel.active {
  display: block;
}

#content_wrapper .box03 .panel .panel-head {
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--mian-color);
}

/* #general #content_wrapper .box03 .panel .panel-head {
  background-color: #e6826e;
}

#area #content_wrapper .box03 .panel .panel-head {
  background-color: #0096be;
} */

#content_wrapper .box03 .panel h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-left: 45px;
}

#content_wrapper .box03 .panel h3::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 37px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

#content_wrapper .box03 .panel:first-of-type h3::before {
  background: url(../img/common_tab_icon1_wh.svg) no-repeat;
  background-size: contain;
}

#content_wrapper .box03 .panel:nth-of-type(2) h3::before {
  background: url(../img/common_tab_icon2_wh.svg) no-repeat;
  background-size: contain;
}

#content_wrapper .box03 .panel:last-of-type h3::before {
  background: url(../img/common_tab_icon3_wh.svg) no-repeat;
  background-size: contain;
}

#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: 14px;
  font-weight: bold;
  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 .sub_cap+p,
#content_wrapper .box03 .sub_cap+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:first-of-type {
  margin-top: 30px;
}

#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 .box03 .panel .box03_image_list li {
  width: 49.036%;
  margin-bottom: 40px;
  text-align: center;
}

#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_container {
  max-width: 640px;
  margin: 40px auto 0;
}

@media screen and (max-width: 750px) {
  .details_container {
    overflow-y: scroll;
  }
}

.details_container .details_inner {
  width: 640px;
}

.details_container .details_top {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 51px;
  padding: 10px;
}

.details_container .details_top.single {
  justify-content: center;
}

.details_container .details_top .details_top_txt {
  position: relative;
  height: fit-content;
  font-size: 18px;
  color: #fff;
}

.details_container .details_top .details_top_txt:first-of-type {
  padding-left: 15px;
}

.details_container .details_top:not(.single) .details_top_txt:first-of-type:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 7px 4px 0;
  border-color: transparent #fff transparent transparent;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

.details_container .details_top .details_top_txt:last-of-type {
  padding-right: 15px;
}

.details_container .details_top:not(.single) .details_top_txt:last-of-type:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}

.details_container .details_lead {
  display: flex;
  align-items: center;
  padding: 13px 0 12px;
}

.details_container .details_lead .details_lead_txt {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--mian-color);
}

/* #general .details_container .details_lead .details_lead_txt {
  color: #e6826e;
}

#area .details_container .details_lead .details_lead_txt {
  color: #0096be;
}

#job .details_container .details_lead .details_lead_txt {
  color: #e0871e;
} */

.details_container .details_top+.details_box {
  margin-top: 23px;
}

.details_container .details_box {
  width: 100%;
  padding: 12px;
  border-collapse: separate;
  border-spacing: 8px;
  table-layout: fixed;
  background-color: var(--bg-color);
}

.details_container .details_box tr:first-of-type td {
  width: 10%;
}

/* #general .details_container .details_box {
  background-color: #f7d9d3;
}

#area .details_container .details_box {
  background-color: #b2dfeb;
} */

.details_container .details_box .detail {
  position: relative;
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 17px;
  transition: background-color ease .3s;
  border: 1px solid var(--mian-color);
}

.details_container .details_box .detail.-nolink {
  background-color: var(--mian-color);
  color: #fff;
  cursor: unset;
}

.details_container .details_box .detail:not(.-nolink):hover {
  background-color: rgba(255,255,255,.6);
}

.details_container .details_box .detail:not(.-nolink):before {
  content: '';
  position: absolute;
  background: url(../img/common_slide-arrow_s.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}

.details_container .details_box .detail+.detail {
  margin-left: 8px;
}

/* #general .details_container .details_box .detail {
  border: 1px solid #e6826e;
}

#area .details_container .details_box .detail {
  border: 1px solid #0096be;
} */

.details_container .details_box .detail.column p{
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}


.details_container .details_box .detail.column::before {
  transform: translateX(-50%);
  top: unset;
  right: unset;
  bottom: 0;
  left: 50%;
}

.details_container .detail .detail-txt {
  width: 100%;
  /* height: 100%; */
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}

.details_container .detail .detail-txt .-wb {
  display: inline-block;
}

.details_group .between_box {
  margin: 40px auto;
}

.details_group .between_box .between_box_img {
  max-width: 640px;
  margin: 0 auto;
}

.details_group .between_box .between_box_txt {
  max-width: 640px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 24px auto 0;
}

.details_group .text_box {
  position: fixed;
  width: min(74.21875vw,950px);
  max-height: 90vh;
  max-height: 90svh;
  display: block;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease .3s, visibility ease .3s;
}

.details_group .text_box.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 750px) {
  .details_group .text_box {
    width: 84%;
    top: 48%;
    height: unset;
    max-height: fit-content;
  }
}

.details_group .text_box .text_unit {
  width: 100%;
  height: 100%;
  height: fit-content;
  max-height: 80vh;
  max-height: 80svh;
  background-color: #fff;
  display: none;
  padding: 60px 25px;
}

@media screen and (max-width: 750px) {
  .details_group .text_box .text_unit {
    overflow-y: scroll;
    padding: 40px 15px;
  }
}

.details_group .text_box .text_unit.active {
  display: block;
}

.details_group .text_box dt {
  max-width: 724px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: var(--mian-color);
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .details_group .text_box dt {
    font-size: 2.1rem;
  }
}

/* #general .details_group .text_box dt {
  color: #e6826e;
}

#area .details_group .text_box dt {
  color: #0096be;
} */

#area .details_group.-career .text_box dt {
  color: #7277C7;
}

.details_group .text_box dd {
  max-width: 724px;
  align-self: center;
  padding-top: 0;
  font-size: 1.4rem;
  line-height: 2;
  margin: 35px auto 0;
}

@media screen and (max-width: 750px) {
  .details_group .text_box dd {
    width: 100%;
    margin: 25px auto 0;
  }
}

/* .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:last-child .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;
}

@media screen and (max-width: 750px) {
  #content_wrapper #other ul {
    margin: 15px auto 0 auto;
  }
}

#content_wrapper #other ul:not(:first-of-type) {
  margin-top: 0;
}

#content_wrapper #other li {
  width: 19.158%;
  margin: 0 1.0525% 10px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  #content_wrapper #other li {
    width: 49%;
    margin: 0 2% 10px 0;
  }

  #content_wrapper #other 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;
}

@media screen and (max-width: 750px) {

  #content_wrapper #other 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: #7277C7;
}

@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: var(--link-group-color);
}

/* .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: var(--mian-color);
}

/* .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;
  column-gap: 1.852%;
}

.link-group .center .list {
  column-gap: 0.88%;
}

.link-group .list li {
  width: 49.075%;
  min-height: 46px;
}

.link-group .center .list li {
  width: 100%;
  max-width: calc((100% - 0.88%*2)/3);
  margin-bottom: 0.88%;
}

@media screen and (max-width: 750px) {
  .link-group .center .list {
    column-gap: 1.6%;
  }

  .link-group .center .list li {
    max-width: calc((100% - 1.6%)/2);
    margin-bottom: 1.6%;
  }
}

.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::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  mask-image: url(../img/list-arrow_base.svg);
  -webkit-mask-image: url(../img/list-arrow_base.svg);
  background-color: var(--mian-color);
}

/* .link-group .list li a.-pink::after {
  background: url(../img/list-arrow-pink.jpg)no-repeat;
}

.link-group .list li a.-blue::after {
  background: url(../img/list-arrow-blue.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.-purple::after {
  background: url(../img/list-arrow-purple.jpg)no-repeat;
}

/* ↑↑↑ #contens ↑↑↑ */