  @charset "utf-8";

/* ↓↓↓ common ↓↓↓ */
main {
  position: relative;
  padding-bottom: 220px;
  background: rgb(217,245,255);
  background: linear-gradient(166deg, rgba(217,245,255,1) 0%, rgba(255,255,255,1) 20%, rgba(235,250,255,1) 40%, rgba(255,255,255,1) 60%, rgba(232,239,247,1) 80%, rgba(255,255,255,1) 100%);
  overflow: clip;
}

main::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/saiyou/ginou/career/west/img/common/bg-texture.jpg) repeat;
  opacity: 0.7;
}

main::after {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 0;
  left: 50%;
  width: 770px;
  height: 100%;
  background: url(/saiyou/ginou/career/west/img/common/bg-line.png) repeat-y;
}

@media screen and (max-width: 768px) {
  main {
    padding-bottom: 85px;
  }

  main::after {
    display: none;
  }
}

section {
  position: relative;
  z-index: 1;
}
/* ↑↑↑ common ↑↑↑ */

/* ↓↓↓ fv ↓↓↓ */

.fv .page-group {
  max-width: calc(1140px + 60px);
  margin: 0 auto;
  padding: 150px 30px 45px;
}

@media screen and (max-width: 768px) {
  .fv .page-group {
    padding: 90px 25px 30px;
  }
}

.fv .page-group .ttl {
  width: 459px;
}

@media screen and (max-width: 768px) {
  .fv .page-group .ttl {
    width: 306px;
  }
}

.fv .page-group .jp {
  position: relative;
  display: inline-block;
  font-family: var(--font-zen);
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 18px;
  color: #000;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .fv .page-group .jp {
    margin-top: 5px;
  }
}

.fv .page-group .jp::before {
  content: '';
  position: absolute;
  top: 4px;
  left: -8px;
  transform-origin: right;
  rotate: -60deg;
  width: 18px;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
}

.fv .content {
  position: relative;
}

.fv .content::after {
  content: '';
  position: absolute;
  translate: -50% 32%;
  bottom: 0;
  left: 50%;
  min-width: 0;
  aspect-ratio: 1092/88;
  width: min(1092px, calc(100% - 60px));
  background: url(/saiyou/ginou/career/west/img/environment/fv-catch.png) no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 768px) {
  .fv .content::after {
    translate: -50% 17%;
    aspect-ratio: 305/95;
    width: 305px;
    background: url(/saiyou/ginou/career/west/img/environment/fv-catch_sp.png) no-repeat;
    background-size: contain;
  }
}

.fv .content .bg {
  position: relative;
  height: max(480px, 37.5vw);
}

@media screen and (max-width: 768px) {
  .fv .content .bg {
    height: min(600px, 114.67vw);
  }
}

.fv .content .bg img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .fv .content .bg img {
    object-position: top;
  }
}
/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ anchor-block ↓↓↓ */
.anchor-block {
  position: relative;
  display: flex;
  max-width: 930px;
  margin: 110px auto;
  padding: 0 30px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .anchor-block {
    max-width: calc(600px + 50px);
    display: block;
    padding: 0 25px;
    margin: 75px auto 45px;
  }
}

.anchor-block .anchor-btn {
  position: relative;
  display: block;
  text-align: center;
  width: calc(100% / 4);
  height: 96px;
  padding-top: 20px;
  border-left: 1px solid #143376;
}

.anchor-block .anchor-btn:last-of-type {
  border-right: 1px solid #143376;
}

@media screen and (max-width: 768px) {
  .anchor-block .anchor-btn {
    display: grid;
    place-content: center;
    width: 100%;
    height: 40px;
    padding-top: 0;
    border-top: 1px solid #143376;
    border-left: initial;
  }

  .anchor-block .anchor-btn:last-of-type {
    border-right: initial;
    border-bottom: 1px solid #143376;
  }  
}

.anchor-block .anchor-btn::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 0;
  left: 50%;
  width: calc(100% - 10px);
  height: 100%;
  background-color: #fff;
  transition: background-color 0.3s ease;
}

@media screen and (min-width: 769px) {
  .anchor-block .anchor-btn:hover::before {
    background-color: #e5f9ff;
  }
}

@media screen and (max-width: 768px) {
  .anchor-block .anchor-btn::before {
    translate: 0 -50%;
    top: 50%;
    left: 0;
    width: 100%;
    height: calc(100% - 4px);
  } 
}

.anchor-block .anchor-btn::after {
  content: '';
  position: absolute;
  translate: -50% 0;
  bottom: 20px;
  left: 50%;
  width: 12px;
  height: 18px;
  background: url(/saiyou/ginou/career/west/img/environment/anchor-angle.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .anchor-block .anchor-btn::after {
    translate: 0 -50%;
    top: 50%;
    right: 22px;
    bottom: initial;
    left: initial;
  }
}

.anchor-block .anchor-btn .txt {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #143376;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .anchor-block .anchor-btn .txt {
    font-size: 1.4rem;
  }
}
/* ↑↑↑ anchor-block ↑↑↑ */

/* ↓↓↓ environment ↓↓↓ */
.environment {
  max-width: 1280px;
  margin: 0 auto;
}

.environment .inner {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .environment .inner {
    padding: 0 25px;
  }
}

.environment .environment-block {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 90px 30px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .environment .environment-block {
    max-width: 600px;
    padding: 50px 25px;
  }
}

.environment .environment-block:not(:first-of-type) {
  margin-top: 60px;
}

.environment .environment-block .content {
  max-width: 930px;
  margin: 0 auto;
}

.environment .environment-block .intro-group {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .intro-group {
    margin-bottom: 50px;
  }
}

.environment .environment-block .intro-group .theme {
  position: relative;
  font-family: var(--font-zen);
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #004280;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .intro-group .theme {
    text-align: center;
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.environment .environment-block .intro-group .theme::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cfe0eb;
}

.environment .environment-block .intro-group .theme::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 214px;
  height: 1px;
  background-color: #143376;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .intro-group .theme::after {
    width: 48px;
  }
}

@media screen and (max-width: 768px) {
  .environment .environment-block .intro-group .text {
    font-size: 1.4rem;
  }
}

.environment .environment-block .wrap:not(:first-of-type) {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .wrap:not(:first-of-type) {
    margin-top: 50px;
  }
}

.environment .environment-block .wrap .lead {
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #004280;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .wrap .lead {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.environment .environment-block .wrap .lead::after {
  content: '';
  position: absolute;
  translate: -50% 100%;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 4px 4px 0px 4px;
}

.environment .environment-block .wrap .lead .line {
  padding: 0 4px 1px;
  background-color: #ffffc3;
}

.environment .environment-block .wrap .text.-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .wrap .text.-center {
    text-align: justify;
  }
}

.environment .environment-block .flex-unit {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}

.environment .environment-block .flex-unit:has(.point-group) {
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .flex-unit {
    flex-direction: column;
    margin-top: 20px;
  }
}

.environment .environment-block .flex-unit .card {
  padding: 25px 20px;
  background-color: #f0fbff;
}

.environment .environment-block .flex-unit.-two .card {
  width: calc((100% - 30px) / 2);
}

.environment .environment-block .flex-unit.-three .card {
  width: calc((100% - 30px * 2) / 3);
}

@media screen and (max-width: 768px) {
  .environment .environment-block .flex-unit .card,
  .environment .environment-block .flex-unit.-two .card,
  .environment .environment-block .flex-unit.-three .card {
    width: 100%;
    padding: 30px 15px;
  }

  .environment .environment-block .flex-unit .card:not(:first-of-type) {
    margin-top: 25px;
  }
}

.environment .environment-block .flex-unit .card .heading {
  position: relative;
  font-family: var(--font-zen);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #143376;
  padding-left: 18px;
  margin-bottom: 20px
}

@media screen and (max-width: 768px) {
  .environment .environment-block .flex-unit .card .heading {
    font-size: 1.6rem;
    margin-bottom: 10px
  }
}

.environment .environment-block .flex-unit .card .heading::before {
  content: '';
  position: absolute;
  top: 6px;
  left: -10px;
  transform-origin: right;
  rotate: -60deg;
  width: 23px;
  height: 3px;
  background-color: #143376;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .flex-unit .card .heading::before {
    top: 4px;
    left: -6px;
    width: 18px;
  }
}

.environment .environment-block .flex-unit .card img {
  display: block;
  width: 145px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .flex-unit .card img {
    margin: 0 auto 15px;
  }
}

.environment .environment-block .flex-unit .card .cap {
  text-align: justify;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.environment .environment-block .flex-unit .card li.cap {
  padding-left: 0.6em;
  text-indent: -0.6em;
}

.environment .environment-block .flex-unit .card-group {
  width: calc((100% - 30px) / 2);
}

.environment .environment-block .flex-unit .card-group .card {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .flex-unit .card-group {
    width: 100%;
  }

  .environment .environment-block .flex-unit .card-group:not(:first-of-type) {
    margin-top: 20px;
  }
}

.environment .environment-block .flex-unit .card-group .text {
  padding: 0 0 20px 20px;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .flex-unit .card-group .text {
    font-size: 1.4rem;
    padding: 0 0 20px 0;
  }
}

.environment .environment-block .flex-unit .card .list-box {
  display: flex;
  justify-content: space-between;
}

.environment .environment-block .flex-unit .card .list-box .list {
  width: 50%;
}

.environment .environment-block .flex-unit .point-group {
  max-width: 380px;
  width: calc((100% - 30px) / 2);
  display: flex;
  flex-direction: column;
}

.environment .environment-block .flex-unit .point-group:not(:first-of-type) {
  margin-left: 12.367%;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .flex-unit .point-group {
    max-width: initial;
    width: 100%;
  }

  .environment .environment-block .flex-unit .point-group:not(:first-of-type) {
    margin-top: 35px;
    margin-left: 0;
  }
}

.environment .environment-block .flex-unit .point-group .heading {
  position: relative;
  font-family: var(--font-zen);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #143376;
  padding-left: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .flex-unit .point-group .heading {
    font-size: 1.6rem;
  }
}

.environment .environment-block .flex-unit .point-group .heading::before {
  content: '';
  position: absolute;
  top: 6px;
  left: -10px;
  transform-origin: right;
  rotate: -60deg;
  width: 23px;
  height: 3px;
  background-color: #143376;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .flex-unit .point-group .heading::before {
    top: 4px;
    left: -6px;
    width: 18px;
  }
}

.environment .environment-block .flex-unit .point-group .list {
  margin: 35px 0 20px;
}

.environment .environment-block .flex-unit .point-group .item {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-left: 0.6em;
  text-indent: -0.6em;
}

.environment .environment-block .flex-unit .point-group .item:not(:first-of-type) {
  margin-top: 5px;
}

.environment .environment-block .flex-unit .point-group .box {
  border: 1px dashed #000;
  background-color: #f5fcff;
  padding: 20px 30px 30px;
  margin-top: auto;
}

.environment .environment-block .flex-unit .point-group .point {
  width: 68px;
  margin-bottom: 8px;
}

.environment .environment-block .flex-unit .point-group .box .cap {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.environment .environment-block .flex-unit .point-group figure {
  width: min(170px, calc((100% - 30px) / 2));
}

.environment .environment-block .flex-unit .point-group figure:not(:first-of-type) {
  margin-left: 25px;
}

.environment .environment-block .image-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 762px;
  margin: 30px auto 95px;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .image-area {
    margin: 20px auto 65px;
  }
}

.environment .environment-block:has(.point-group) .image-area {
  justify-content: flex-start;
  margin: 0;
}

.environment .environment-block figure {
  position: relative;
  width: calc((100% - 30px) / 2);
}

@media screen and (max-width: 768px) {
  .environment .environment-block figure {
    width: 100%;
  }

  .environment .environment-block figure:not(:first-of-type) {
    margin-top: 45px;
  }

  .environment .environment-block:has(.point-group) figure:not(:first-of-type) {
    margin-top: 0;
  }
}

.environment .environment-block figcaption {
  position: absolute;
  translate: 0 100%;
  bottom: -10px;
  left: 0;
  font-size: 1.2rem;
  font-weight: 500;
  text-indent: -1.3em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .environment .environment-block figcaption {
    bottom: -5px;
  }
}

.environment .environment-block:has(.point-group) figcaption {
  bottom: 0;
}

.environment .environment-block .follow-list {
  display: flex;
  container-type: inline-size;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .follow-list {
    display: block;
  }
}

.environment .environment-block .follow {
  position: relative;
  width: calc(100% / 3);
  padding: 0 3.2258cqw;
}

.environment .environment-block .follow:not(:first-of-type) {
  border-left: 1px dotted #023886;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .follow {
    width: 100%;
    padding: 20px 0;
  }
  
  .environment .environment-block .follow:not(:first-of-type) {
    border-top: 1px dotted #023886;
    border-left: initial;
  }

  .environment .environment-block .follow:last-of-type {
    padding-bottom: 0;
  }
}

.environment .environment-block .follow .heading {
  text-align: center;
  font-family: var(--font-zen);
  font-size: max(1.5rem, 2.15054cqw);
  font-weight: 700;
  letter-spacing: 0.1em;
  min-height: 45px;
  line-height: 1.1;
  color: #143376;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .follow .heading {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.3;
    min-height: 57px;
    padding-top: 10px;
    padding-left: 100px;
  }
}

.environment .environment-block .follow .sub {
  font-size: 1.72043cqw;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .follow .sub {
    font-size: 1.2rem;
  }
}

.environment .environment-block .follow .cap {
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 500;
}

.environment .environment-block .follow img {
  display: block;
  width: 90px;
  margin: 0 auto 15px;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .follow img {
    position: absolute;
    top: 20px;
    left: 0;
    width: 84px;
    margin: 0;
  }
}

.environment .environment-block .lead + .text + picture {
  display: block;
  margin-top: 25px;
}

.environment .environment-block .flex-unit .features-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .flex-unit .features-list {
    justify-content: space-between;
    margin-top: 15px;
  }
}

.environment .environment-block .flex-unit .features {
  text-align: center;
  font-family: var(--font-zen);
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 7px;
  padding: 7px 5px 8px;
  color: #fff;
  background-color: #023886;
  margin-right: 6px;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .flex-unit .features {
    width: calc((100% - 10px) / 3);
    padding: 7px 0 8px;
    margin: 0;
  }

  .environment .environment-block .flex-unit .features .emphasis {
    font-size: 1.6rem;
    line-height: 1;
  }
}

.environment .environment-block .tab-conts .btn-group {
  display: flex;
}

.environment .environment-block .tab-conts .tab-btn {
  cursor: pointer;
  place-content: center;
  width: calc(100% / 3);
  height: 90px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #143376;
  border-radius: 15px 15px 0 0;
  border: 1px solid #000;
  background-color: #fafafa;
  transition: background-color 0.3s ease;
}

.environment .environment-block .tab-conts .tab-btn.-active {
  border-bottom: initial;
  background-color: #f2fcff;
}

@media screen and (min-width: 769px) {
  .environment .environment-block .tab-conts .tab-btn:hover {
    background-color: #f2fcff;
  }
}

@media screen and (max-width: 768px) {
  .environment .environment-block .tab-conts .tab-btn {
    font-size: 1.4rem;
  }

  .environment .environment-block .tab-conts .tab-btn .-small {
    font-size: 1.2rem;
  }
}

.environment .environment-block .tab-conts .box {
  padding: 45px 30px;
  border: 1px solid #000;
  border-top: initial;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .tab-conts .box {
    padding: 30px 20px;
  }
}

.environment .environment-block .tab-conts .box-inner {
  display: none;
}

.environment .environment-block .tab-conts .box-inner.-active {
  display: block;
}

.environment .environment-block .tab-conts .text.-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .tab-conts .text {
    font-size: 1.4rem;
  }

  .environment .environment-block .tab-conts .text.-center {
    text-align: justify;
  }
}

.environment .environment-block .tab-conts .image-area {
  max-width: 770px;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .tab-conts .image-area {
    margin-top: 40px;
    margin-bottom: 55px;
  }
}

.environment .environment-block .tab-conts  figure {
  width: calc((100% - 40px) / 2);
}

@media screen and (max-width: 768px) {
  .environment .environment-block .tab-conts  figure {
    width: 100%;
  }

  .environment .environment-block .tab-conts  figure:not(:first-of-type) {
    margin-top: 50px;
  }
}

.environment .environment-block .tab-conts .comment-group {
  max-width: 770px;
  padding: 24px 30px;
  margin: 0 auto;
  border: 1px dashed #000;
  background-color: #f5fcff;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .tab-conts .comment-group {
    padding: 20px;
  }
}

.environment .environment-block .tab-conts .comment {
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.environment .environment-block .tab-conts .comment.-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .environment .environment-block .tab-conts .comment.-center {
    text-align: justify;
  }
}
/* ↑↑↑ environment ↑↑↑ */

@media screen and (max-width: 1280px) {
}