@charset "UTF-8";
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: "alternate-gothic-no-2-d", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", "ryo-gothic-plusn", sans-serif;
}

.l-lower-section-ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.2;
  text-align: center;
}

.l-lower-section-ttl span {
  display: block;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #3498F6;
  line-height: 1.3;
}

@media screen and (max-width: 760px) {
  .l-lower-section-ttl span {
    font-size: 40px;
    line-height: 1.1;
  }
}
.l-lower-img-sp-none {
  display: block;
}

.l-lower-img-pc-none {
  display: none;
}

@media screen and (max-width: 760px) {
  .l-lower-img-sp-none {
    display: none;
  }

  .l-lower-img-pc-none {
    display: block;
  }
}
.m-pc-none {
  display: none;
}

@media screen and (max-width: 760px) {
  .m-pc-none {
    display: block;
  }
}
.m-pc-none02 {
  display: none;
}

@media screen and (max-width: 760px) {
  .m-pc-none {
    display: inline-block;
  }
}
.m-sp-none {
  display: block;
}

@media screen and (max-width: 760px) {
  .m-sp-none {
    display: none;
  }
}
.m-txt-center {
  text-align: center !important;
}

.l-lower-company-inner {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
}
@media screen and (min-width: 761px) {
  .l-lower-company-inner {
    padding: 37px 4% 0;
  }
}
@media screen and (max-width: 760px) {
  .l-lower-company-inner {
    width: 100%;
    padding: 0 20px 0;
  }
}

.l-lower-company-item {
  width: auto;
  border: 3px solid #173D8C;
}

@media screen and (max-width: 760px) {
  .l-lower-company-item {
    width: 100%;
  }
}
.l-lower-company-item-ttl {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 2.1;
  background-color: #173D8C;
  padding: 10px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .l-lower-company-item-ttl {
    font-size: 18px;
    font-weight: 700;
    padding: 7px 10px;
  }
}
.l-lower-company-item-inner {
  padding: 60px 80px 50px 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2%;
}

@media screen and (max-width: 760px) {
  .l-lower-company-item-inner {
    flex-direction: column;
    padding: 30px 20px;
    gap: 40px;
  }
}
.l-lower-company-item-txt-box {
  width: 445px;
}

@media screen and (max-width: 760px) {
  .l-lower-company-item-txt-box {
    width: 100%;
  }
}
.l-lower-company-item-details div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 15px 0;
  border-top: 1px solid #BCBCBC;
}

.l-lower-company-item-details div dt {
  width: 100px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2.1;
}

@media screen and (max-width: 760px) {
  .l-lower-company-item-details div dt {
    width: 90px;
    line-height: 1.6;
  }
}
.l-lower-company-item-details div dd {
  width: calc(100% - 100px);
  font-weight: 400;
  line-height: 2.1;
}

@media screen and (max-width: 760px) {
  .l-lower-company-item-details div dd {
    width: calc(100% - 90px);
    line-height: 1.6;
  }
}
.l-lower-company-item-map-box {
  width: 547px;
}

@media screen and (max-width: 760px) {
  .l-lower-company-item-map-box {
    width: 100%;
  }
}
.l-lower-company-item-map {
  position: relative;
  width: 100%;
  height: 386px;
  margin-bottom: 15px;
}

@media screen and (max-width: 760px) {
  .l-lower-company-item-map {
    height: 220px;
    margin-bottom: 20px;
  }
}
.l-lower-company-item-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-lower-company-item-map-info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
}

@media screen and (max-width: 760px) {
  .l-lower-company-item-map-info {
    gap: 10px;
  }
}
.l-lower-company-item-map-head {
  display: inline-block;
  width: 75px;
  background-color: #173D8C;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 760px) {
  .l-lower-company-item-map-head {
    width: 60px;
    padding: 3px;
  }
}
.l-lower-company-item-map-desc {
  width: calc(100% - 75px);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2.1;
}

@media screen and (max-width: 760px) {
  .l-lower-company-item-map-desc {
    line-height: 1.6;
    letter-spacing: -0.02em;
  }
}
.l-lower-company-item-map-desc a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #7B7B7B;
}

.l-lower-company-item:nth-of-type(2) {
  border: 3px solid #2B643F;
  margin: 75px 0 110px;
}

@media screen and (max-width: 760px) {
  .l-lower-company-item:nth-of-type(2) {
    margin: 35px 0 70px;
  }
}
.l-lower-company-item:nth-of-type(2) .l-lower-company-item-ttl {
  background-color: #2B643F;
}

.l-lower-company-item:nth-of-type(2) .l-lower-company-item-map-head {
  background-color: #2B643F;
}

.l-lower-company-location {
  margin-bottom: 125px;
}

@media screen and (max-width: 760px) {
  .l-lower-company-location {
    margin-bottom: 80px;
  }
}
.l-lower-company-location-img {
  margin-top: 45px;
}

@media screen and (max-width: 760px) {
  .l-lower-company-location-img {
    margin-top: 40px;
  }
}
.l-lower-company-history {
  margin-bottom: 110px;
}

@media screen and (max-width: 760px) {
  .l-lower-company-history {
    margin-bottom: 80px;
  }
}
.l-lower-company-history-inner {
  display: flex;
  flex-direction: row;
  padding: 80px 55px;
  gap: 90px;
  background-color: #F4F4F4;
  margin-top: 40px;
}

@media screen and (max-width: 760px) {
  .l-lower-company-history-inner {
    flex-direction: column-reverse;
    margin-top: 30px;
    padding: 40px 20px;
  }
}
.l-lower-company-history-img-box {
  padding-left: 8%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 760px) {
  .l-lower-company-history-img-box {
    padding-left: 0;
  }
}
.l-lower-company-history-img-box-inner-pc {
  display: block;
}

@media screen and (max-width: 760px) {
  .l-lower-company-history-img-box-inner-pc {
    display: none;
  }
}
.l-lower-company-history-img-box-inner-sp {
  position: relative;
  display: none;
}

@media screen and (max-width: 760px) {
  .l-lower-company-history-img-box-inner-sp {
    display: block;
  }
}
.top_slider {
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}

.top_slider img {
  width: 100%;
  height: auto;
  display: block;
}

.top_slider .slick-dots li {
  background-color: #C1C1C1;
}

.top_slider .slick-dots li.slick-active {
  background-color: #3498F6;
}

.l-lower-company-history-img-item {
  margin-bottom: 25px;
}

@media screen and (min-width: 761px) {
  .l-lower-company-history-img-item {
    max-width: 270px;
  }
}
@media screen and (max-width: 760px) {
  .l-lower-company-history-img-item {
    width: 100%;
  }
}
.l-lower-company-history-img-item p {
  font-size: 12px;
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0.01em;
  margin-top: 7px;
}

@media screen and (max-width: 760px) {
  .l-lower-company-history-img-item p {
    margin-top: 5px;
  }
}
.l-lower-company-history-txt-box {
  width: 650px;
}

@media screen and (max-width: 760px) {
  .l-lower-company-history-txt-box {
    width: 100%;
  }
}
.l-lower-company-history-details {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 760px) {
  .l-lower-company-history-details {
    gap: 25px;
  }
}
.l-lower-company-history-details::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #A0A0A0;
  position: absolute;
  top: 10px;
  left: 95px;
}

@media screen and (max-width: 760px) {
  .l-lower-company-history-details::before {
    left: 74px;
  }
}
.l-lower-company-history-details div {
  display: flex;
  flex-direction: row;
}

.l-lower-company-history-details dt {
  position: relative;
  width: 95px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 760px) {
  .l-lower-company-history-details dt {
    width: 75px;
    font-size: 20px;
    padding-left: 5px;
  }
}
.l-lower-company-history-details dt::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50px;
  background-color: #6F6F6F;
  position: absolute;
  top: 10px;
  right: -6px;
}

@media screen and (max-width: 760px) {
  .l-lower-company-history-details dt::after {
    top: 6px;
  }
}
.l-lower-company-history-details dd {
  width: calc(100% - 95px);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding-left: 30px;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .l-lower-company-history-details dd {
    width: calc(100% - 75px);
    padding-left: 20px;
  }
}
.l-lower-company-growth {
  margin-bottom: 40px;
}

.l-lower-company-history-details dd li {
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .l-lower-company-history-details dd li {
    line-height: 1.5;
  }
}
.l-lower-company-history-details dd li:last-child {
  margin-bottom: 0px;
}

.l-lower-business-ttl {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  font-weight: 500;
}

@media screen and (max-width: 760px) {
  .l-lower-business-ttl {
    font-size: 16px;
  }
}
.l-lower-business-ttl span {
  font-family: "hanken-grotesk", sans-serif;
  display: block;
  font-size: 61px;
  letter-spacing: 0.05em;
  color: #3498F6;
  font-weight: 800;
  margin-bottom: 10px;
}

@media screen and (max-width: 760px) {
  .l-lower-business-ttl span {
    font-size: 47px;
  }
}
.l-lower-business-kv {
  margin-top: -50px;
  padding: 68px 0 78px;
  background-size: cover;
  background-image: url(../../../business/images/vision_bg_pc.jpg);
  background-position: center;
}

@media screen and (max-width: 760px) {
  .l-lower-business-kv {
    margin-top: -8vw;
    padding: 30px;
    background-image: url(../../../business/images/vision_bg_sp.jpg);
  }
}
.l-lower-business-kv-inner {
  position: relative;
  max-width: 1200px;
  padding: 80px 60px 35px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
}

@media screen and (max-width: 760px) {
  .l-lower-business-kv-inner {
    width: 100%;
    padding: 30px 2% 40px;
  }
}
.l-lower-business-kv-en-bg {
  width: 90%;
  position: absolute;
  top: 50px;
  left: 70px;
  z-index: 0;
}

@media screen and (max-width: 760px) {
  .l-lower-business-kv-en-bg {
    width: 88%;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-lower-business-kv-head {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.2;
  padding: 0 5px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
  z-index: 1;
}

@media screen and (max-width: 760px) {
  .l-lower-business-kv-head {
    font-size: 15px;
  }
}
.l-lower-business-kv-catch {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 50px;
  z-index: 1;
}

@media screen and (max-width: 760px) {
  .l-lower-business-kv-catch {
    font-size: 8.7vw;
    margin-bottom: 0;
  }
}
.l-lower-business-kv-catch .pc-none {
  display: none;
}

@media screen and (max-width: 760px) {
  .l-lower-business-kv-catch .pc-none {
    display: block;
  }
}
.l-lower-business-kv-catch span {
  display: none;
}

@media screen and (max-width: 760px) {
  .l-lower-business-kv-catch span {
    display: inline-block;
    margin-right: 40px;
  }
}
.l-lower-business-kv-txt {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 30px;
  z-index: 1;
}

@media screen and (max-width: 760px) {
  .l-lower-business-kv-txt {
    display: none;
  }
}
.l-lower-business-kv-txt-box {
  display: none;
}

@media screen and (max-width: 760px) {
  .l-lower-business-kv-txt-box {
    display: block;
    padding: 30px 20px 20px;
  }
}
.l-lower-business-kv-txt-sp {
  display: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .l-lower-business-kv-txt-sp {
    display: block;
  }
}
.l-lower-business-loop {
  display: flex;
  overflow: hidden;
}

.l-lower-business-loop__box {
  display: flex;
  animation: loop-list 50s linear infinite;
}

.l-lower-business-loop__item {
  width: 33.3333333333vw;
  display: block;
}

@media screen and (max-width: 760px) {
  .l-lower-business-loop__item {
    width: 50vw;
    display: block;
  }
}
.l-lower-business-loop__item img {
  width: 100%;
}

@keyframes loop-list {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.l-lower-business-philosophy {
  padding: 80px 0 120px;
}

@media screen and (max-width: 760px) {
  .l-lower-business-philosophy {
    padding: 50px 20px 70px;
  }
}
.l-lower-business-philosophy-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 761px) {
  .l-lower-business-philosophy-inner {
    padding: 0 4%;
  }
}

@media screen and (max-width: 760px) {
  .l-lower-business-philosophy-inner {
    width: 100%;
  }
}
.l-lower-business-philosophy-ttl {
  font-size: 41px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.2;
  margin-bottom: 25px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .l-lower-business-philosophy-ttl {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.l-lower-business-philosophy-ttl br {
  display: none;
}

@media screen and (max-width: 760px) {
  .l-lower-business-philosophy-ttl br {
    display: block;
  }
}
.l-lower-business-philosophy-items {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  gap: 11px;
}

@media screen and (max-width: 760px) {
  .l-lower-business-philosophy-items {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.l-lower-business-philosophy-items li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 240px;
  text-align: center;
  padding: 0;
}

@media screen and (max-width: 760px) {
  .l-lower-business-philosophy-items li {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
.l-lower-business-philosophy-items li:nth-of-type(1) {
  background-color: #CAE3FC;
}

.l-lower-business-philosophy-items li:nth-of-type(2) {
  background-color: #FFE9CC;
}

.l-lower-business-philosophy-items li:nth-of-type(3) {
  background-color: #CEF5D0;
}

.l-lower-business-philosophy-items li:nth-of-type(4) {
  background-color: #FDF3C6;
}

.l-lower-business-philosophy-items li:nth-of-type(5) {
  background-color: #F7DCED;
}

.l-lower-business-philosophy-items li .pre-txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 15px;
}

@media screen and (max-width: 760px) {
  .l-lower-business-philosophy-items li .pre-txt {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.l-lower-business-philosophy-items li .p-profession {
  font-size: 39px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

@media screen and (max-width: 760px) {
  .l-lower-business-philosophy-items li .p-profession {
    font-size: 32px;
  }
}
.l-lower-business-philosophy-items li p br {
  display: block;
}

@media screen and (max-width: 760px) {
  .l-lower-business-philosophy-items li p br {
    display: none;
  }
}
.l-lower-business-philosophy-desc {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .l-lower-business-philosophy-desc {
    font-size: 17px;
    line-height: 1.6;
  }
}
.l-lower-business-philosophy-desc br {
  display: none;
}

@media screen and (max-width: 760px) {
  .l-lower-business-philosophy-desc br {
    display: block;
  }
}
.l-lower-business-content {
  position: relative;
  padding: 120px 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F8F8F8;
}

@media screen and (max-width: 760px) {
  .l-lower-business-content {
    padding: 15.4vw 6.4vw 7vw;
  }
}
.l-lower-business-content-ttl {
  position: relative;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.2;
  margin-bottom: 10px;
  margin-top: 20px;
  z-index: 1;
}

@media screen and (max-width: 760px) {
  .l-lower-business-content-ttl {
    font-size: 31px;
  }
}
.l-lower-business-content-desc {
  position: relative;
  font-size: 19px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 40px;
  z-index: 1;
}

@media screen and (max-width: 760px) {
  .l-lower-business-content-desc {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.l-lower-business-content-bottom {
  position: relative;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  z-index: 1;
}

.l-lower-business-content-bottom br {
  display: none;
}

@media screen and (max-width: 760px) {
  .l-lower-business-content-bottom br {
    display: block;
  }
}
.loop {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  position: absolute;
  top: 33%;
  left: 0;
  z-index: 0;
}

.loop__box {
  display: flex;
  width: 100vw;
}

.loop__box img {
  min-width: 100vw;
}
@media screen and (min-width: 761px) {
  .loop__box img {
    padding: 0 5rem;
  }
}

@media screen and (max-width: 760px) {
  .loop__box img {
    min-width: 200%;
  }
}
.loop__box img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop__box img:last-child {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.l-lower-business-content-image-box {
  position: relative;
}

.l-lower-business-content-image-box::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 56%;
  background-color: #F8F8F8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.l-lower-business-content-image-box-inner {
  max-width: calc(1280px + 8%);
  margin: 0 auto;
}
@media screen and (min-width: 761px) {
  .l-lower-business-content-image-box-inner {
    padding: 0 4%;
  }
}

@media screen and (max-width: 760px) {
  .l-lower-business-content-image-box-inner {
    width: 100%;
  }
}
.l-lower-business-content-btn-wrap {
  padding: 80px 0 0;
}

@media screen and (max-width: 760px) {
  .l-lower-business-content-btn-wrap {
    padding: 40px 20px 0;
  }
}
.l-lower-business-content-btn-wrap-inner {
  display: flex;
  flex-direction: row;
  max-width: calc(1280px + 8%);
  margin: 0 auto;
  gap: 25px;
}
@media screen and (min-width: 761px) {
  .l-lower-business-content-btn-wrap-inner {
    padding: 0 4%;
  }
}

@media screen and (max-width: 760px) {
  .l-lower-business-content-btn-wrap-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.l-lower-business-content-btn-box {
  width: 50%;
}

@media screen and (max-width: 760px) {
  .l-lower-business-content-btn-box {
    width: 100%;
  }
}
.l-lower-business-content-btn-head {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 760px) {
  .l-lower-business-content-btn-head {
    font-size: 20px;
  }
}
.l-lower-business-content-btn-box a {
  position: relative;
  display: block;
  border: 2px solid #173D8C;
  font-size: 30px;
  font-weight: 800;
  padding: 20px 10px;
  text-align: center;
  color: #173D8C;
  word-break: keep-all;
}

@media screen and (max-width: 760px) {
  .l-lower-business-content-btn-box a {
    font-size: 20px;
    padding: 15px 0;
  }
}
.l-lower-business-content-btn-box:nth-of-type(2) a {
  border: 2px solid #2B643F;
  color: #2B643F;
}

.l-lower-business-content-btn-box a span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #1E1E1E;
  margin-top: 5px;
}

.l-lower-business-content-btn-box a::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../../../business/images/vision_ico_arrow_bl.png);
  background-size: cover;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.l-lower-business-content-btn-box:nth-of-type(2) a::after {
  background-image: url(../../../business/images/vision_ico_arrow_gr.png);
}

.l-lower-business-content-btn-box a br {
  display: none;
}

@media screen and (max-width: 760px) {
  .l-lower-business-content-btn-box a br {
    display: block;
  }
}
.l-lower-career {
  padding: 30px 0 0 0;
  margin-top: 0;
}

@media screen and (max-width: 760px) {
  .l-lower-career {
    padding: 0 20px;
    margin-top: 40px;
  }
}
.l-lower-career-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 761px) {
  .l-lower-career-inner {
    padding: 0 4%;
  }
}

@media screen and (max-width: 760px) {
  .l-lower-career-inner {
    width: 100%;
  }
}
.l-lower-career-sectoin-ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .l-lower-career-sectoin-ttl {
    font-size: 16px;
  }
}
.l-lower-career-sectoin-ttl span {
  display: block;
  font-size: 61px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #3498F6;
  margin-bottom: 10px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-sectoin-ttl span {
    font-size: 47px;
  }
}
.l-lower-career-nav-lists {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 0 0 110px;
  border-bottom: 1px solid #C7C7C7;
}

@media screen and (max-width: 760px) {
  .l-lower-career-nav-lists {
    flex-direction: column;
    gap: 35px;
    padding: 0 10px 50px;
  }
}
.l-lower-career-nav-lists li {
  width: 33%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.7;
  letter-spacing: 0;
}

@media screen and (max-width: 760px) {
  .l-lower-career-nav-lists li {
    width: 100%;
  }
}
.l-lower-career-nav-lists li a {
  position: relative;
  display: block;
  padding: 10px;
  border: 1px solid #535353;
}

@media screen and (max-width: 760px) {
  .l-lower-career-nav-lists li a {
    padding: 5px 10px;
  }
}
.l-lower-career-nav-lists li a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../../career/images/career_ico_img01.png);
  background-size: cover;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 760px) {
  .l-lower-career-nav-lists li a::after {
    bottom: -27px;
  }
}
.l-lower-career-step {
  padding: 50px 0;
}

@media screen and (max-width: 760px) {
  .l-lower-career-step {
    padding: 50px 0 0;
  }
}
.l-lower-career-step-ttl {
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin: 20px 0 60px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-step-ttl {
    font-size: 23px;
    margin: 20px 0 0;
  }
}
.l-lower-career-step-nav-lists {
  display: flex;
  flex-direction: row;
  gap: 55px 15px;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 760px) {
  .l-lower-career-step-nav-lists {
    display: none;
  }
}
.l-lower-career-step-nav-lists li {
  position: relative;
  width: 131px;
  border: 1px solid #696969;
  padding: 10px 12px 15px;
}

.l-lower-career-step-nav-lists li .s-head {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 10px;
}

.l-lower-career-step-nav-lists li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-career-step-nav-lists li a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../../career/images/career_ico_img01.png);
  background-size: cover;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.l-lower-career-step-details {
  padding-bottom: 150px;
  border-bottom: 1px solid #C7C7C7;
}

@media screen and (max-width: 760px) {
  .l-lower-career-step-details {
    padding-bottom: 80px;
  }
}
.l-lower-career-step-details-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 4%;
}

@media screen and (max-width: 760px) {
  .l-lower-career-step-details-items {
    flex-direction: column;
  }
}
.l-lower-career-step-details-items li {
  width: 48%;
  padding-top: 70px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-step-details-items li {
    width: 100%;
    padding-top: 60px;
  }
}
.l-lower-career-step-details-item-inner {
  position: relative;
  padding: 45px;
  border: 2px solid #3498F6;
  height: 100%;
}

@media screen and (max-width: 760px) {
  .l-lower-career-step-details-item-inner {
    padding: 20px;
  }
}
.l-lower-career-step-details-items li:nth-of-type(2) .l-lower-career-step-details-item-inner {
  border: 2px solid #40CC4A;
}

.l-lower-career-step-details-items li:nth-of-type(3) .l-lower-career-step-details-item-inner {
  border: 2px solid #F5A33A;
}

.l-lower-career-step-details-items li:nth-of-type(4) .l-lower-career-step-details-item-inner {
  border: 2px solid #B4B4B4;
}

.l-lower-career-step-details-items li:nth-of-type(5) .l-lower-career-step-details-item-inner {
  border: 2px solid #F5D33B;
}

.l-lower-career-step-details-items li:nth-of-type(6) .l-lower-career-step-details-item-inner {
  border: 2px solid #40CC4A;
}

.l-lower-career-step-details-items li:nth-of-type(7) .l-lower-career-step-details-item-inner {
  border: 2px solid #F195D1;
}

.l-lower-career-step-details-item-inner::before {
  content: "CASE 01";
  display: inline-block;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-family: "hanken-grotesk", sans-serif;
  background-color: #3498F6;
  padding: 3px 35px;
  color: #fff;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 760px) {
  .l-lower-career-step-details-item-inner::before {
    font-size: 17px;
    padding: 5px 15px;
  }
}
.l-lower-career-step-details-items li:nth-of-type(2) .l-lower-career-step-details-item-inner::before {
  content: "CASE 02";
  background-color: #40CC4A;
}

.l-lower-career-step-details-items li:nth-of-type(3) .l-lower-career-step-details-item-inner::before {
  content: "CASE 03";
  background-color: #F5A33A;
}

.l-lower-career-step-details-items li:nth-of-type(4) .l-lower-career-step-details-item-inner::before {
  content: "CASE 04";
  background-color: #B4B4B4;
}

.l-lower-career-step-details-items li:nth-of-type(5) .l-lower-career-step-details-item-inner::before {
  content: "CASE 05";
  background-color: #F5D33B;
}

.l-lower-career-step-details-items li:nth-of-type(6) .l-lower-career-step-details-item-inner::before {
  content: "CASE 06";
  background-color: #40CC4A;
}

.l-lower-career-step-details-items li:nth-of-type(7) .l-lower-career-step-details-item-inner::before {
  content: "CASE 07";
  background-color: #F195D1;
}

.l-lower-career-step-details-item-head {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  margin: 20px 0 10px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-step-details-item-head {
    font-size: 17px;
    margin: 10px 0;
  }
}
.l-lower-career-step-details-item-name {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-step-details-item-name {
    margin-bottom: 10px;
  }
}
.l-lower-career-step-details-item-flows {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 0;
}

@media screen and (max-width: 760px) {
  .l-lower-career-step-details-item-flows {
    display: none;
    margin-top: 20px;
  }
}
.l-lower-career-step-details-item-flows div {
  position: relative;
  min-height: 64px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 760px) {
  .l-lower-career-step-details-item-flows div {
    height: auto;
    flex-direction: column;
  }
}
.l-lower-career-step-details-item-flows div::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5.5px solid transparent;
  /* 横幅の半分 */
  border-right: 5.5px solid transparent;
  /* 横幅の半分 */
  border-top: none;
  border-bottom: 5px solid #C4C4C4;
  rotate: 180deg;
}
@media screen and (max-width: 760px) {
  .l-lower-career-step-details-item-flows div::after {
    left: 46%;
  }
}

.l-lower-career-step-details-item-flows div:last-of-type::after {
  display: none;
}

.l-lower-career-step-details-item-flows div:nth-of-type(1) {
  background-color: rgba(52, 152, 246, 0.7);
}

.l-lower-career-step-details-item-flows div:nth-of-type(2) {
  background-color: rgba(52, 152, 246, 0.8);
}

.l-lower-career-step-details-item-flows div:nth-of-type(3) {
  background-color: rgba(52, 152, 246, 0.9);
}

.l-lower-career-step-details-item-flows div:nth-of-type(4) {
  background-color: rgb(52, 152, 246);
}

.l-lower-career-step-details-items li:nth-of-type(2) .l-lower-career-step-details-item-flows div:nth-of-type(1) {
  background-color: rgba(64, 204, 74, 0.7);
}

.l-lower-career-step-details-items li:nth-of-type(2) .l-lower-career-step-details-item-flows div:nth-of-type(2) {
  background-color: rgba(64, 204, 74, 0.8);
}

.l-lower-career-step-details-items li:nth-of-type(2) .l-lower-career-step-details-item-flows div:nth-of-type(3) {
  background-color: rgba(64, 204, 74, 0.9);
}

.l-lower-career-step-details-items li:nth-of-type(2) .l-lower-career-step-details-item-flows div:nth-of-type(4) {
  background-color: rgb(64, 204, 74);
}

.l-lower-career-step-details-items li:nth-of-type(3) .l-lower-career-step-details-item-flows div:nth-of-type(1) {
  background-color: rgba(245, 163, 58, 0.7);
}

.l-lower-career-step-details-items li:nth-of-type(3) .l-lower-career-step-details-item-flows div:nth-of-type(2) {
  background-color: rgba(245, 163, 58, 0.8);
}

.l-lower-career-step-details-items li:nth-of-type(3) .l-lower-career-step-details-item-flows div:nth-of-type(3) {
  background-color: rgba(245, 163, 58, 0.9);
}

.l-lower-career-step-details-items li:nth-of-type(3) .l-lower-career-step-details-item-flows div:nth-of-type(4) {
  background-color: rgb(245, 163, 58);
}

.l-lower-career-step-details-items li:nth-of-type(4) .l-lower-career-step-details-item-flows div:nth-of-type(1) {
  background-color: rgba(180, 180, 180, 0.7);
}

.l-lower-career-step-details-items li:nth-of-type(4) .l-lower-career-step-details-item-flows div:nth-of-type(2) {
  background-color: rgba(180, 180, 180, 0.8);
}

.l-lower-career-step-details-items li:nth-of-type(4) .l-lower-career-step-details-item-flows div:nth-of-type(3) {
  background-color: rgba(180, 180, 180, 0.9);
}

.l-lower-career-step-details-items li:nth-of-type(4) .l-lower-career-step-details-item-flows div:nth-of-type(4) {
  background-color: rgb(180, 180, 180);
}

.l-lower-career-step-details-items li:nth-of-type(5) .l-lower-career-step-details-item-flows div:nth-of-type(1) {
  background-color: rgba(245, 211, 59, 0.7);
}

.l-lower-career-step-details-items li:nth-of-type(5) .l-lower-career-step-details-item-flows div:nth-of-type(2) {
  background-color: rgba(245, 211, 59, 0.8);
}

.l-lower-career-step-details-items li:nth-of-type(5) .l-lower-career-step-details-item-flows div:nth-of-type(3) {
  background-color: rgba(245, 211, 59, 0.9);
}

.l-lower-career-step-details-items li:nth-of-type(5) .l-lower-career-step-details-item-flows div:nth-of-type(4) {
  background-color: rgb(245, 211, 59);
}

.l-lower-career-step-details-items li:nth-of-type(6) .l-lower-career-step-details-item-flows div:nth-of-type(1) {
  background-color: rgba(64, 204, 74, 0.7);
}

.l-lower-career-step-details-items li:nth-of-type(6) .l-lower-career-step-details-item-flows div:nth-of-type(2) {
  background-color: rgba(64, 204, 74, 0.8);
}

.l-lower-career-step-details-items li:nth-of-type(6) .l-lower-career-step-details-item-flows div:nth-of-type(3) {
  background-color: rgba(64, 204, 74, 0.9);
}

.l-lower-career-step-details-items li:nth-of-type(6) .l-lower-career-step-details-item-flows div:nth-of-type(4) {
  background-color: rgb(64, 204, 74);
}

.l-lower-career-step-details-items li:nth-of-type(7) .l-lower-career-step-details-item-flows div:nth-of-type(1) {
  background-color: rgba(241, 149, 209, 0.7);
}

.l-lower-career-step-details-items li:nth-of-type(7) .l-lower-career-step-details-item-flows div:nth-of-type(2) {
  background-color: rgba(241, 149, 209, 0.8);
}

.l-lower-career-step-details-items li:nth-of-type(7) .l-lower-career-step-details-item-flows div:nth-of-type(3) {
  background-color: rgba(241, 149, 209, 0.9);
}

.l-lower-career-step-details-items li:nth-of-type(7) .l-lower-career-step-details-item-flows div:nth-of-type(4) {
  background-color: rgb(241, 149, 209);
}

.l-lower-career-step-details-item-flows dt {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  width: 100px;
  white-space: nowrap;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .l-lower-career-step-details-item-flows dt {
    width: fit-content;
    padding: 5px;
  }
}
.l-lower-career-step-details-item-flows div::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-step-details-item-flows div::before {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 35px;
    left: 0;
  }
}
.l-lower-career-step-details-item-flows dd {
  width: calc(100% - 100px);
  padding: 10px 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .l-lower-career-step-details-item-flows dd {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}
.l-lower-career-step-details-items li:nth-of-type(5) .l-lower-career-step-details-item-flows dt,
.l-lower-career-step-details-items li:nth-of-type(5) .l-lower-career-step-details-item-flows dd {
  color: #1E1E1E;
}

.l-lower-career-step-details-item-flows dd br.br-sp {
  display: none;
}

@media screen and (max-width: 760px) {
  .l-lower-career-step-details-item-flows dd br.br-sp {
    display: block;
  }
}
.l-lower-career-step-details-item-viewmore {
  display: none;
}

@media screen and (max-width: 760px) {
  /* viewmoreをクリックしてopenクラスが付いた時だけflowsを表示 */
  .l-lower-career-step-details-item-viewmore {
    display: block;
    color: #7E7E7E;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    padding-right: 15px;
  }
  .l-lower-career-step-details-item-viewmore::after {
    background: url(../images/cmn/icon_arrow_right_gray.svg) no-repeat center/contain;
    width: 9.25px;
    height: 7.48px;
    content: "";
    position: absolute;
    top: 38.1%;
    transform: translateY(-50%);
    right: 0;
    rotate: 90deg;
  }
}
@media screen and (max-width: 760px) {
  /* viewmoreをクリックしてopenクラスが付いた時だけflowsを表示 */
  .l-lower-career-step-details-item-viewmore.open + .l-lower-career-step-details-item-flows {
    display: flex;
  }
}
.l-lower-career-education {
  padding: 50px 0;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education {
    padding: 50px 0 65px;
  }
}
.l-lower-career-education-item {
  position: relative;
  border: 2px solid #3498F6;
  margin-bottom: 45px;
  padding: 35px 60px 45px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item {
    padding: 20px;
  }
}
.l-lower-career-education-item:first-of-type {
  margin-top: 40px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item:first-of-type {
    margin-top: 20px;
  }
}
.l-lower-career-education-item:nth-of-type(2) {
  padding: 40px 60px 70px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item:nth-of-type(2) {
    padding: 20px 0;
  }
}
.l-lower-career-education-item:nth-of-type(3) {
  padding: 50px 60px 57px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item:nth-of-type(3) {
    padding: 20px 13px;
    margin-bottom: 0;
  }
}
.l-lower-career-education-item-num {
  position: absolute;
  top: 13px;
  left: 13px;
  height: 44px;
  width: 44px;
  background-color: #3498F6;
  font-size: 29px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item-num {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.l-lower-career-education-item-ttl {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item-ttl {
    font-size: 25px;
    line-height: 1.5;
  }
}
.l-lower-career-education-item-txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item-txt {
    text-align: left;
  }
}
.l-lower-career-education-item-details {
  position: relative;
  background-color: rgba(52, 152, 246, 0.09);
  margin-top: 50px;
  padding: 60px 50px 50px;
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item-details {
    padding: 50px 20px 30px;
    margin-bottom: 20px;
  }
}
.l-lower-career-education-item-details-head {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: center !important;
  margin-bottom: 20px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item-details-head {
    font-size: 17px;
  }
}
.l-lower-career-education-item-details p {
  text-align: left;
}

.l-lower-career-education-item-fukidasi-ttl {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 40px;
  background-color: #454545;
  border-radius: 20px;
  color: #fff;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.l-lower-career-education-item-fukidasi-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
  /* 三角の高さ分だけ下に出す */
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #454545;
  /* 三角の色 */
}

.l-lower-career-education-item-subttl {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item-subttl {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.l-lower-career-education-item-futures {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item-futures {
    flex-direction: column;
    gap: 8px;
  }
}
.l-lower-career-education-item-futures li {
  width: 33%;
  padding: 33px 35px;
  background-color: rgba(52, 152, 246, 0.09);
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item-futures li {
    width: 100%;
    padding: 20px;
  }
}
.l-lower-career-education-item-futures-ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  word-break: keep-all;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item-futures-ttl {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.l-lower-career-education-item-futures .l-lower-career-education-item-txt {
  text-align: left;
}

.l-lower-career-education-item-details.kougi {
  background-color: #EDEDED;
}

.l-lower-career-education-item-details.kougi .l-lower-career-education-item-txt {
  text-align: center;
}

.l-lower-career-education-item-kougi-details {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 35px;
  padding: 25px 30px;
  background-color: #fff;
  margin-top: 25px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item-kougi-details {
    flex-direction: column;
    gap: 0;
    padding: 15px;
  }
}
.l-lower-career-education-item-kougi-details .l-lower-career-education-item-txt {
  width: 27%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #777777;
  color: #fff;
  font-weight: 700;
  padding: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item-kougi-details .l-lower-career-education-item-txt {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.l-lower-career-education-item-kougi-details .l-lower-career-education-item-kougi-box {
  width: fit-content;
}

.l-lower-career-education-item-kougi-details .l-lower-career-education-item-kougi-box ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  text-indent: -12px;
  padding-left: 12px;
}
@media screen and (max-width: 760px) {
  .l-lower-career-education-item-kougi-details .l-lower-career-education-item-kougi-box ul li {
    font-size: 3.81vw;
  }
}

.l-lower-career-education-item-kougi-details .l-lower-career-education-item-kougi-box ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #242424;
  vertical-align: middle;
  margin-right: 5px;
}

.l-lower-career-education-item-fukidasi-ttl-kansou {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 30px;
  background-color: #454545;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 35px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item-fukidasi-ttl-kansou {
    margin-bottom: 25px;
  }
}
.l-lower-career-education-item-fukidasi-ttl-kansou::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
  /* 三角の高さ分だけ下に出す */
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #454545;
  /* 三角の色 */
}

.l-lower-career-education-item-cmnt01 {
  padding: 25px 50px;
  border-radius: 22px;
  border: 1px solid #393939;
  margin-bottom: 25px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item-cmnt01 {
    padding: 20px;
    margin: 0 15px 15px;
  }
}
.l-lower-career-education-item-cmnt02 {
  padding: 25px 50px;
  border-radius: 32px;
  border: 1px solid #393939;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item-cmnt02 {
    padding: 20px;
    margin: 0 15px 15px;
  }
}
.l-lower-career-education-item-sien-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item-sien-details {
    flex-direction: column;
    display: none;
  }
}
.l-lower-career-education-item-sien-details li {
  width: 49%;
  background-color: #EDEDED;
  padding: 30px 40px 40px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item-sien-details li {
    width: 100%;
  }
}
.l-lower-career-education-item-sien-detail-ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item-sien-detail-ttl {
    font-size: 4.6vw;
    letter-spacing: -0.03em;
  }
}
.l-lower-career-education-item-sien-details li .l-lower-career-education-item-txt {
  text-align: left;
}

.l-lower-career-education-item-sien-details-sp {
  display: none;
}

@media screen and (max-width: 760px) {
  .l-lower-career-education-item-sien-details-sp {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.l-lower-career-education-item-sien-details-sp div {
  position: relative;
  background-color: #EDEDED;
}

/* 「質問」部分のスタイル */
.l-lower-career-aco-ttl {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  cursor: pointer;
  padding: 23px 20px;
  color: #1E1E1E;
}

@media screen and (max-width: 760px) {
  .l-lower-career-aco-ttl {
    font-size: 4.5vw;
  }
}
/* プラスマーク縦線 */
.l-lower-career-aco-ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 12px;
  height: 2px;
  right: 18px;
  background-color: #fff;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

/* プラスマーク横線 */
.l-lower-career-aco-ttl::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 12px;
  height: 2px;
  right: 18px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.l-lower-career-aco-ttl span {
  position: relative;
}

.l-lower-career-aco-ttl span {
  content: "";
  display: inline-block;
  width: 22px;
  height: 21px;
  background-color: #969696;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 13px;
}

/* アコーディオンが開いたとき縦線の変化 */
.l-lower-career-aco-ttl.open::before {
  transform: rotate(180deg);
}

/* アコーディオンが開いたとき横線の変化 */
.l-lower-career-aco-ttl.open::after {
  opacity: 0;
}

.l-lower-career-aco-ttl p::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #fff;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  right: 35px;
  z-index: 0;
}

@media screen and (max-width: 760px) {
  .l-lower-career-aco-ttl p::after {
    width: 24px;
    height: 24px;
    top: 50%;
    right: 12px;
  }
}
/* 「答え」部分のスタイル */
.l-lower-career-aco-desc {
  position: relative;
  display: none;
  padding: 0 20px 25px;
}

.l-lower-career-benefits {
  padding: 50px 0;
  border-top: 1px solid #C7C7C7;
}

.l-lower-career-benefits-items {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 35px 4%;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media screen and (min-width: 761px) {
  .l-lower-career-benefits-items {
    align-items: stretch;
  }
}
@media screen and (max-width: 760px) {
  .l-lower-career-benefits-items {
    display: none;
    margin-top: 30px;
  }
}

.l-lower-career-benefits-items li {
  width: 48%;
  border: 2px solid #909090;
  text-align: center;
  padding: 35px 30px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 760px) {
  .l-lower-career-benefits-items li {
    width: 100%;
    padding: 30px 25px;
    text-align: left;
  }
}
.l-lower-career-benefits-item-ttl {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 5px;
  word-break: keep-all;
}

@media screen and (max-width: 760px) {
  .l-lower-career-benefits-item-ttl {
    font-size: 17px;
  }
}
.l-lower-career-benefits-item-txt {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  word-break: keep-all;
}

.l-lower-career-benefits-item-txt-detail {
  font-weight: 400;
  background-color: #EFEFEF;
  padding: 15px 10px;
  text-align: left;
  margin-top: 15px;
  word-break: keep-all;
}

.l-lower-career-benefits-item-details-sp {
  display: none;
}

@media screen and (max-width: 760px) {
  .l-lower-career-benefits-item-details-sp {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
}
.l-lower-career-benefits-item-details-sp > div {
  position: relative;
  border: 2px solid #909090;
}

.l-lower-career-benefits-item-details-sp div dt {
  font-size: 17px;
}

@media screen and (max-width: 760px) {
  .l-lower-career-benefits-item-details-sp div dt {
    font-size: 4vw;
  }
}
.page-ag .list-page__header {
  background-color: #173D8C;
  color: #fff;
}

.page-ag .l-lower-section-ttl span,
.page-gt .l-lower-section-ttl span {
  font-size: 61px;
}
@media screen and (max-width: 760px) {
  .page-ag .l-lower-section-ttl span,
.page-gt .l-lower-section-ttl span {
    font-size: 12.05vw;
  }
}

.l-lower-ag-intro {
  padding: 60px 0 100px;
  background-color: #DDE9F8;
  margin-top: -50px;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-intro {
    padding: 30px 20px 50px;
    margin-top: -8vw;
  }
}
.l-lower-ag-intro-inner {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 761px) {
  .l-lower-ag-intro-inner {
    padding: 0 4%;
  }
}

@media screen and (max-width: 760px) {
  .l-lower-ag-intro-inner {
    width: 100%;
  }
}
.l-lower-ag-intro-img {
  width: 540px;
  margin-bottom: 35px;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-intro-img {
    width: 81.79vw;
  }
}
.l-lower-ag-intro-txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 70px;
  padding: 0;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-intro-txt {
    text-align: left;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.l-lower-ag-intro-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-intro-items {
    gap: 20px;
  }
}
.l-lower-ag-intro-items li {
  background-color: #fff;
  padding: 47px 20px 63px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-intro-items li {
    padding: 20px;
  }
}
.l-lower-ag-intro-item-ttl {
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-intro-item-ttl {
    margin-bottom: 8px;
  }
}
.l-lower-ag-intro-item-ttl span {
  display: block;
  font-family: "hanken-grotesk", sans-serif;
  font-size: 37px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #3498F6;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-intro-item-ttl span {
    font-size: 26px;
  }
}
.l-lower-ag-intro-item-catch {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 760px) {
  .l-lower-ag-intro-item-catch {
    font-size: 26px;
  }
}
.l-lower-ag-intro-item-catch02 {
  font-size: 29px;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .l-lower-ag-intro-item-catch02 {
    font-size: 7.44vw;
  }
}
.l-lower-ag-intro-item-catch03 {
  font-size: 17px;
  max-width: 844px;
  margin: 15px auto 30px;
}
@media screen and (max-width: 760px) {
  .l-lower-ag-intro-item-catch03 {
    font-size: 4.36vw;
  }
}
.l-lower-ag-intro-item-catch03 p {
  padding: 11.6px;
  background: #EDEDED;
  margin-bottom: 15px;
}
@media screen and (max-width: 760px) {
  .l-lower-ag-intro-item-catch03 p {
    font-size: 3.85vw;
  }
}
.l-lower-ag-intro-item-catch03:last-child {
  margin-bottom: 0;
}

.loop-ag {
  overflow: hidden;
  z-index: 0;
}

.loop-ag-box {
  display: flex;
  width: 100vw;
}

@media screen and (max-width: 760px) {
  .loop-ag-box {
    width: 140vw;
  }
}
.loop-ag-box img {
  min-width: 139vw;
  padding: 0 20px;
}

@media screen and (max-width: 760px) {
  .loop-ag-box img {
    min-width: 245%;
    padding: 0 2vw;
  }
}
.loop-ag-box img:first-child {
  animation: loop-ag 50s -25s linear infinite;
}

.loop-ag-box img:last-child {
  animation: loop-ag-2 50s linear infinite;
}

@keyframes loop-ag {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-ag-2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.l-lower-ag-intro-contents {
  padding: 0;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-intro-contents {
    padding: 0 20px;
  }
}
.l-lower-ag-intro-contents-inner {
  max-width: calc(1200px + 8%);
  margin: 25px auto 0;
}
@media screen and (min-width: 761px) {
  .l-lower-ag-intro-contents-inner {
    padding: 0 4%;
  }
}
@media screen and (max-width: 760px) {
  .l-lower-ag-intro-contents-inner {
    width: 100%;
    margin: 0 auto;
  }
}

.l-lower-ag-intro-contents-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: 1px solid #C7C7C7;
  gap: 2%;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-intro-contents-item {
    flex-direction: column;
    gap: 45px;
    padding: 40px 0 45px;
  }
}
.l-lower-ag-intro-contents-item:nth-child(2) {
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-intro-contents-item:nth-child(2) {
    flex-direction: column;
  }
}
.l-lower-ag-intro-contents-item:nth-child(3) {
  padding: 40px 0 160px;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-intro-contents-item:nth-child(3) {
    padding: 40px 0;
  }
}
.l-lower-ag-intro-contents-item-txt-box {
  width: 533px;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-intro-contents-item-txt-box {
    width: 100%;
  }
}
.l-lower-ag-intro-contents-item:nth-child(2) .l-lower-ag-intro-contents-item-txt-box,
.l-lower-ag-intro-contents-item:nth-child(3) .l-lower-ag-intro-contents-item-txt-box {
  width: 655px;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-intro-contents-item:nth-child(2) .l-lower-ag-intro-contents-item-txt-box,
.l-lower-ag-intro-contents-item:nth-child(3) .l-lower-ag-intro-contents-item-txt-box {
    width: 100%;
  }
}
.l-lower-ag-intro-contents-item-txt-box img {
  margin-bottom: 15px;
}

.l-lower-ag-intro-contents-item-bl-txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #173D8C;
  margin-top: 9px;
}
@media screen and (max-width: 760px) {
  .l-lower-ag-intro-contents-item-bl-txt {
    margin-top: 9px;
  }
}

.l-lower-ag-intro-contents-item-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 30px;
}

.l-lower-ag-intro-contents-item-img-box {
  width: 630px;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-intro-contents-item-img-box {
    width: 100%;
  }
}
.l-lower-ag-intro-contents-item:nth-child(2) .l-lower-ag-intro-contents-item-img-box,
.l-lower-ag-intro-contents-item:nth-child(3) .l-lower-ag-intro-contents-item-img-box {
  width: 487px;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-intro-contents-item:nth-child(2) .l-lower-ag-intro-contents-item-img-box,
.l-lower-ag-intro-contents-item:nth-child(3) .l-lower-ag-intro-contents-item-img-box {
    width: 100%;
  }
}
.l-lower-ag-event {
  padding: 0;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-event {
    padding: 0 20px;
  }
}
.l-lower-ag-event-inner {
  padding: 45px 0 120px;
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #C7C7C7;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-event-inner {
    width: 100%;
    padding: 45px 0 70px;
  }
}
.l-lower-ag-event-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px 5%;
  margin-top: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-event-items {
    margin-top: 20px;
    display: none;
  }
}
.l-lower-ag-event-items-sp {
  display: none;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-event-items-sp {
    display: block;
    padding-bottom: 30px;
    margin: 20px 0 50px;
  }
}
.l-lower-ag-event-items-sp .slick-slide p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}

.l-lower-ag-event-items-sp .slick-dots li {
  background-color: #CECECE;
}

.l-lower-ag-event-items-sp .slick-dots li.slick-active {
  background-color: #40CC4A;
}

.l-lower-ag-event-items li {
  width: 30%;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-event-items li {
    width: 100%;
  }
}
.l-lower-ag-event-items li p {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0;
  margin-top: 10px;
}

.l-lower-ag-event-btn {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.l-lower-ag-event-btn a {
  position: relative;
  width: 430px;
  padding: 15px 20px;
  border: 1px solid #454545;
  display: inline-block;
  background-color: #F8F8F8;
  border-radius: 50px;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-event-btn a {
    width: 85%;
  }
}
.l-lower-ag-event-btn a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background-image: url(../../../ag/images/ag_ico_arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.l-lower-ag-job-inner {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
}
@media screen and (min-width: 761px) {
  .l-lower-ag-job-inner {
    padding: 40px 4% 0;
  }
}

@media screen and (max-width: 760px) {
  .l-lower-ag-job-inner {
    width: 100%;
    padding: 40px 20px 0;
  }
}
.l-lower-ag-job-box {
  margin-top: 40px;
  margin-bottom: 40px;
}

.l-lower-ag-job-box-section {
  margin-bottom: 50px;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-job-box-section {
    margin-bottom: 20px;
  }
}
.l-lower-ag-job-box-section:last-of-type {
  margin-bottom: 0;
}

/* 「質問」部分のスタイル */
.l-lower-ag-faq-item-question {
  position: relative;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  cursor: pointer;
  padding: 30px 20px;
  background-color: #173D8C;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-faq-item-question {
    font-size: 20px;
    padding: 20px 20px;
  }
}
/* プラスマーク縦線 */
.l-lower-ag-faq-item-question::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 43px;
  width: 20px;
  height: 3px;
  background-color: #173D8C;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-faq-item-question::before {
    width: 12px;
    height: 2px;
    right: 18px;
  }
}
/* プラスマーク横線 */
.l-lower-ag-faq-item-question::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 43px;
  width: 20px;
  height: 3px;
  background-color: #173D8C;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-faq-item-question::after {
    width: 12px;
    height: 2px;
    right: 18px;
  }
}
/* アコーディオンが開いたとき縦線の変化 */
.l-lower-ag-faq-item-question.open::before {
  transform: rotate(180deg);
}

/* アコーディオンが開いたとき横線の変化 */
.l-lower-ag-faq-item-question.open::after {
  opacity: 0;
}

.l-lower-ag-faq-item-question p::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #fff;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  right: 35px;
  z-index: 0;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-faq-item-question p::after {
    width: 24px;
    height: 24px;
    top: 50%;
    right: 12px;
  }
}
/* 「答え」部分のスタイル */
.l-lower-ag-faq-item-answer {
  position: relative;
  display: none;
  border-bottom: 2px solid #173D8C;
  border-right: 2px solid #173D8C;
  border-left: 2px solid #173D8C;
  padding: 40px 65px 80px 65px;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-faq-item-answer {
    padding: 20px 20px 40px;
  }
}
.l-lower-ag-faq-item-answer-intro {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
  color: #242424;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-faq-item-answer-intro {
    text-align: left;
    margin-bottom: 20px;
  }
}
.l-lower-ag-faq-item-answer-workflow {
  padding: 30px 60px 60px;
  background-color: #DBE6F4;
  margin-bottom: 60px;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-faq-item-answer-workflow {
    padding: 15px;
    margin-bottom: 30px;
  }
}
.l-lower-ag-faq-item-answer-workflow-ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-faq-item-answer-workflow-ttl {
    font-size: 16px;
  }
}
.l-lower-ag-faq-item-answer-merit-txt {
  background: #DBE6F4;
  padding: 20px;
  margin-bottom: 10px;
}
.l-lower-ag-faq-item-answer-merit-txt:last-child {
  margin-bottom: 0;
}

.l-lower-ag-faq-item-answer-workflow ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 2%;
  counter-reset: number 0;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-faq-item-answer-workflow ul {
    gap: 10px;
  }
}
.l-lower-ag-faq-item-answer-workflow ul li {
  position: relative;
  width: 49%;
  background-color: #fff;
  color: #1E1E1E;
  padding: 10px 10px 10px 70px;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-faq-item-answer-workflow ul li {
    padding: 5px 10px 5px 50px;
    width: 100%;
  }
}
.l-lower-ag-faq-item-answer-workflow ul li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
  background-color: #173D8C;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-faq-item-answer-workflow ul li::before {
    font-size: 16px;
    width: 33px;
  }
}
.l-lower-ag-faq-item-answer-merit {
  padding: 30px 55px 45px;
  border: 3px solid #DBE6F3;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-faq-item-answer-merit {
    padding: 20px 0 40px;
    border: none;
  }
}
.l-lower-ag-faq-item-answer-merit-txt {
  color: #242424;
}

.l-lower-ag-faq-btn {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.l-lower-ag-faq-btn a {
  position: relative;
  width: 400px;
  padding: 20px;
  border: 1px solid #454545;
  display: inline-block;
  background-color: #F8F8F8;
  border-radius: 50px;
}

@media screen and (max-width: 760px) {
  .l-lower-ag-faq-btn a {
    width: 90vw;
    padding: 20px 40px 20px 20px;
  }
}
.ag_gt_link {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 760px) {
  .ag_gt_link {
    flex-wrap: wrap;
    margin-top: 50px;
  }
}

.l-lower-ag-faq-btn a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background-image: url(../../../ag/images/ag_ico_arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.page-gt {
  /* 「質問」部分のスタイル */
  /* プラスマーク縦線 */
  /* プラスマーク横線 */
  /* 「答え」部分のスタイル */
}
.page-gt .list-page__header {
  background-color: #2B643F;
  color: #fff;
}
.page-gt .l-lower-section-ttl span {
  color: #40CC4A;
}
.page-gt .l-lower-ag-intro {
  background-color: #CFEDD1;
}
.page-gt .l-lower-ag-intro-img {
  width: 501px;
}
@media screen and (max-width: 760px) {
  .page-gt .l-lower-ag-intro-img {
    width: 85.07vw;
  }
}
.page-gt .loop-ag-box img {
  min-width: 86vw;
}
.page-gt .l-lower-ag-intro-item-ttl span {
  color: #40CC4A;
}
.page-gt .l-lower-ag-intro-contents-item-bl-txt {
  color: #2B643F;
}
.page-gt .gt_5year .l-lower-ag-intro-contents-item-txt-box .l-lower-ag-intro-contents-item-bl-txt_bg {
  font-size: 30px;
  color: #2B643F;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .page-gt .gt_5year .l-lower-ag-intro-contents-item-txt-box .l-lower-ag-intro-contents-item-bl-txt_bg {
    font-size: 6.69vw;
  }
}
.page-gt .gt_5year .l-lower-ag-intro-contents-item-txt-box .l-lower-ag-intro-contents-item-bl-txt_bg02 {
  font-size: 33px;
  color: #2B643F;
  font-weight: 600;
  margin-bottom: 19px;
}
@media screen and (max-width: 760px) {
  .page-gt .gt_5year .l-lower-ag-intro-contents-item-txt-box .l-lower-ag-intro-contents-item-bl-txt_bg02 {
    font-size: 8.46vw;
  }
}
.page-gt .gt_5year .l-lower-ag-intro-contents-item-txt-box img {
  width: 519px;
  margin: -29px 0 -3px;
}
@media screen and (max-width: 760px) {
  .page-gt .gt_5year .l-lower-ag-intro-contents-item-txt-box img {
    width: 85.07vw;
    margin: -3vw 0 -1vw;
  }
}
.page-gt .gt-challenge {
  max-width: calc(1200px + 8%);
  margin: 108px auto 0;
}
@media screen and (min-width: 761px) {
  .page-gt .gt-challenge {
    padding: 0 4%;
  }
}
@media screen and (max-width: 760px) {
  .page-gt .gt-challenge {
    margin: 25vw 5vw 0;
  }
}
.page-gt .gt-challenge-inner:first-of-type {
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 52px;
}
.page-gt .gt-challenge__ttl {
  text-align: center;
  font-size: 28px;
  color: #fff;
  padding: 16px;
  background: #2B643F;
  font-weight: 600;
  margin-bottom: 19px;
}
@media screen and (max-width: 760px) {
  .page-gt .gt-challenge__ttl {
    font-size: 7.18vw;
  }
}
.page-gt .gt-challenge__subttl {
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  margin: 41px auto 34px;
}
@media screen and (max-width: 760px) {
  .page-gt .gt-challenge__subttl {
    font-size: 7.46vw;
    margin: 9vw auto 4vw;
  }
}
.page-gt .gt-challenge__img {
  display: flex;
  gap: 46px;
}
.page-gt .gt-challenge__img img {
  width: calc((100% - 92px) / 3);
}
@media screen and (max-width: 760px) {
  .page-gt .gt-challenge__img img {
    width: 100%;
  }
}
.page-gt .gt-challenge__text {
  font-size: 16px;
  margin: 39px auto 88px;
  font-weight: 400;
  line-height: 2.1;
}
@media screen and (max-width: 760px) {
  .page-gt .gt-challenge__text {
    font-size: 4.1vw;
    margin: 5vw auto 12vw;
  }
}
.page-gt .l-lower-ag-job-inner {
  margin-top: 130px;
  border-top: 1px solid #C7C7C7;
}
@media screen and (max-width: 760px) {
  .page-gt .l-lower-ag-job-inner {
    margin-top: 20vw;
  }
}
.page-gt .l-lower-ag-faq-item-question {
  background-color: #2B643F;
}
.page-gt .l-lower-ag-faq-item-question::before {
  background-color: #2B643F;
}
.page-gt .l-lower-ag-faq-item-question::after {
  background-color: #2B643F;
}
.page-gt .l-lower-ag-faq-item-answer {
  border-bottom: 2px solid #2B643F;
  border-right: 2px solid #2B643F;
  border-left: 2px solid #2B643F;
}
.page-gt .l-lower-ag-faq-item-answer-workflow ul li::before {
  background-color: #2B643F;
}
.page-gt .l-lower-ag-faq-item-answer-workflow {
  background-color: #CFEDD1;
}
@media screen and (min-width: 761px) {
  .page-gt .l-lower-ag-faq-item-answer-merit {
    border: 3px solid #CFEDD1;
  }
}
.page-gt .l-lower-ag-faq-item-answer-merit-txt {
  background: #CFEDD1;
}

/*# sourceMappingURL=page02.css.map */
