@charset "utf-8";

/* ↓↓↓ common ↓↓↓ */
html {
  overflow-x: hidden;
}

/* ↑↑↑ common ↑↑↑ */

/* ↓↓↓ fv ↓↓↓ */
.fv {
  width: 100%;
  height: 603px;
  padding-top: 75px;
  position: relative;
  container-type: inline-size;
}

@media (max-width: 768px) {
  .fv {
    height: 500px;
    padding-top: 35px;
  }
}

.fv::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 66.321cqw;
  height: 100%;
  background: rgb(140, 188, 237);
  background: linear-gradient(-120deg, rgba(100, 219, 214, 0.5) -10%, rgba(140, 211, 244, 0.5) 48%, rgba(140, 188, 237, 0.5) 110%);
}

@media (max-width: 768px) {
  .fv::before {
    width: 85.334%;
  }
}

.fv::after {
  content: 'ENVIRONMENT';
  position: absolute;
  bottom: -6px;
  right: -2px;
  font-family: var(--abel);
  font-size: 13.5rem;
  letter-spacing: -0.02em;
  line-height: .73;
  color: transparent;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
  opacity: .8;
}

@media (max-width: 1200px) {
  .fv::after {
    font-size: calc(13.7754cqw - 15px);
  }
}

@media (max-width: 768px) {
  .fv::after {
    font-size: 6.15rem;
    line-height: .95;
    -webkit-text-stroke: 0.5px #FFF;
    text-stroke: 0.5px #FFF;
  }
}

.fv .image-block {
  width: 75.472cqw;
  margin: 0 auto;
  translate: -30px 0;
  position: relative;
  z-index: 1;
}

@container (max-width: 980px) {
  .fv .image-block {
    margin-left: 10.204cqw;
    translate: 0;
  }
}

@media (max-width: 768px) {
  .fv .image-block {
    width: 85.334%;
    margin-left: 0;
    translate: 0 0;
  }
}

.fv .image-block .pagetitle {
  width: 378px;
  height: 78px;
  font-family: var(--notosans);
  font-size: 3.0rem;
  color: #fff;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: rgb(0, 107, 216);
  background: linear-gradient(90deg, rgba(0, 107, 216, 1) 0%, rgba(0, 158, 230, 1) 48%, rgba(0, 107, 216, 1) 100%);
  scale: 0 1;
  transform-origin: left;
}

@container (max-width: 980px) {
  .fv .image-block .pagetitle {
    width: 38.572cqw;
    font-size: max(22px, 3.0612cqw);
  }
}

@media (max-width: 768px) {
  .fv .image-block .pagetitle {
    width: 270px;
    height: 56px;
    font-size: 2.4rem;
  }
}

.fv .image-block .pagetitle .wrap {
  display: block;
  width: fit-content;
  height: 100%;
  transform-origin: left;
  translate: -100% 0;
  overflow: hidden;
}

.fv .image-block .pagetitle .txt {
  display: block;
  width: 100%;
  height: 100%;
  translate: 100% 0;
}

.fv .image-block .image {
  width: 100%;
  height: 400px;
  margin-top: -39px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 768px) {
  .fv .image-block .image {
    height: 390px;
    margin-top: -28px;
  }
}

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

/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ contents ↓↓↓ */
.contents {
  margin-top: 90px;
  padding: 0 27px;
  container-type: inline-size;
}

@media (max-width: 768px) {
  .contents {
    margin-top: 65px;
  }
}

.read-block {
  max-width: 720px;
  margin: 0 auto;
}

.read-block .title {
  margin-bottom: 20px;
  padding-bottom: 30px;
  font-family: var(--notosans);
  font-size: 3.2rem;
  color: #4F515E;
  text-align: center;
  letter-spacing: .3em;
  line-height: 1;
  position: relative;
}

@container (max-width: 645px) {
  .read-block .title {
    font-size: 4.9612cqw;
  }
}

@media (max-width: 768px) {
  .read-block .title {
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-size: 2.8rem;
    line-height: 1.6;
  }
}

.read-block .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 45px;
  height: 1px;
  background-color: #006BD8;
}

.read-block .text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.14;
  text-align: justify;
  word-break: break-all;
}

.welfare {
  width: calc(100% + 54px);
  margin-top: 85px;
  margin-bottom: 110px;
  padding: 0 27px 45px;
  translate: -27px 0;
  background: rgb(34, 204, 196);
  background: linear-gradient(45deg, rgba(34, 204, 196, 0.2) -20%, rgba(0, 158, 230, 0.2) 62%, rgba(0, 107, 216, 0.2) 120%);
}

@media (max-width: 768px) {
  .welfare {
    margin-top: 75px;
    margin-bottom: 70px;
  }
}

.welfare .group {
  max-width: 880px;
  margin: 0 auto;
}

.welfare .group+.group {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .welfare .group+.group {
    margin-top: 45px;
  }
}

.welfare .group .title-wrap {
  position: relative;
  margin-bottom: 40px;
  padding-top: 120px;
}

@media (max-width: 768px) {
  .welfare .group .title-wrap {
    margin-bottom: 35px;
    padding-top: 85px;
  }
}

.welfare .group .title-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 65px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .welfare .group .title-wrap::before {
    height: 40px;
  }
}

.welfare .group .title-wrap::after {
  content: '';
  position: absolute;
  top: 65px;
  left: 50%;
  translate: -6px 0;
  rotate: 45deg;
  width: 13px;
  height: 13px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .welfare .group .title-wrap::after {
    top: 40px;
    translate: -5px 0;
    width: 11px;
    height: 11px;
  }
}

.welfare .group .title-wrap .head {
  display: block;
  font-family: 'Shippori Mincho', serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .3em;
  color: #4F515D;
  text-align: center;
}

@media (max-width: 768px) {
  .welfare .group .title-wrap .head {
    font-size: 2.4rem;
  }
}

.welfare .group .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  container-type: inline-size;
}

.welfare .group .card {
  width: 31.819%;
  margin-bottom: 20px;
  padding: 0 25px 40px 25px;
  background-color: #fff;
  border-top: 1px solid #A7A8AE;
  border-bottom: 1px solid #A7A8AE;
}

@container (max-width: 879px) {
  .welfare .group .card {
    padding: 0 2.841cqw 4.5455cqw 2.841cqw;
  }
}

@media (max-width: 768px) {
  .welfare .group .card {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 20px 30px 20px;
  }
}

.welfare .group .card .caption {
  margin-top: 45px;
  font-size: 2.0rem;
  line-height: 1;
  letter-spacing: .048em;
  text-align: center;
  display: block;
}

@container (max-width: 879px) {
  .welfare .group .card .caption {
    margin-top: 5.1136cqw;

  }
}

@media (max-width: 768px) {
  .welfare .group .card .caption {
    margin-top: 35px;
    font-size: 2.0rem;
  }
}

.welfare .group .card .image {
  max-width: 120px;
  margin: 25px auto 0;
}

@container (max-width: 879px) {
  .welfare .group .card .image {
    max-width: 13.738cqw;
    margin-top: 2.862cqw;
  }
}

@media (max-width: 768px) {
  .welfare .group .card .image {
    max-width: 120px;
    margin-top: 25px;
  }
}

.welfare .group .card .text {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.14;
  letter-spacing: .048em;
  text-align: justify;
  word-break: break-all;
}

@container (max-width: 879px) {
  .welfare .group .card .text {
    margin-top: 2.2896cqw;
  }
}

@media (max-width: 768px) {
  .welfare .group .card .text {
    margin-top: 20px;
  }
}

.welfare .group .inner::after {
  content: "";
  display: block;
  width: 31.819%;
}

.interview {
  max-width: 900px;
  margin: 55px auto 0;
  display: flex;
  position: relative;
  container-type: inline-size;
}

@media (max-width: 768px) {
  .interview {
    margin-top: 40px;
    flex-direction: column;
  }
}

.interview .person {
  width: 50%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .interview .person {
    width: 100%;
  }

  .interview .person+.person {
    margin-top: 100px;
    position: relative;
  }

  .interview .person+.person::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #A7A8AE;
  }

}

.interview .person .image {
  width: 88.89%;
  position: relative;
}

@media (max-width: 768px) {
  .interview .person .image {
    width: 104.673%;
    translate: -8px 0;
  }
}

.interview .person:nth-of-type(2) .image {
  margin-left: 6.223%;
}

@media (max-width: 768px) {
  .interview .person:nth-of-type(2) .image {
    margin-left: 0;
  }
}

.interview .person .image img {
  position: relative;
  z-index: 1;
}

.interview .person .image::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(140, 211, 244, 0.5);
}

.interview .person .inner {
  padding: 0 8.89% 0 3.334%;
  flex: 1;
}

.interview .person:nth-of-type(2) .inner {
  padding: 0 3.334% 0 8.89%;
  position: relative;
}

@media (max-width: 768px) {

  .interview .person:nth-of-type(2) .inner,
  .interview .person .inner {
    padding: 0;
  }
}

.interview .person:nth-of-type(2) .inner::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 1px;
  height: calc(100% + 15px);
  border-left: 1px dashed #A7A8AE;
}

@media (max-width: 768px) {
  .interview .person:nth-of-type(2) .inner::before {
    display: none;
  }
}

.interview .person .cate {
  display: block;
  width: fit-content;
  margin-top: 60px;
  padding: 3px 10px 4px;
  font-family: var(--notosans);
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  letter-spacing: .2em;
}

@container (max-width: 899px) {
  .interview .person .cate {
    margin-top: 6.679cqw;
    font-size: 2.0037cqw;
  }
}

@media (max-width: 768px) {
  .interview .person .cate {
    margin-top: 50px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1.6rem;
  }
}

.interview .person .read {
  margin-top: 35px;
  margin-bottom: 25px;
  padding-bottom: 23px;
  font-family: 'Shippori Mincho', serif;
  font-size: 2.0rem;
  line-height: 1.9;
  letter-spacing: .048em;
  position: relative;
}

@container (max-width: 899px) {
  .interview .person .read {
    margin-top: 3.896cqw;
    margin-bottom: 2.783cqw;
    padding-bottom: 2.5603cqw;
    font-size: max(2.2263cqw, 18px);
  }
}

@media (max-width: 768px) {
  .interview .person .read {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 23px;
    font-size: 1.8rem;
  }
}

.interview .person .read::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 1px;
}

.interview .person .read.-color1::after,
.interview .person .cate.-color1 {
  background-color: #006BD8;
}

.interview .person .read.-color2::after,
.interview .person .cate.-color2 {
  background-color: #22CCC4;
}

.interview .person .text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.14;
  letter-spacing: .048em;
  text-align: justify;
  word-break: break-all;
}

.interview .person .signature {
  margin-top: 40px;
  line-height: 1;
  letter-spacing: .015em;
  text-align: right;
  display: block;
}

.interview .person .signature .affiliation {
  font-size: 1.4rem;
  color: #4F515E;
  display: block;
}

.interview .person .signature .name {
  margin-top: 15px;
  font-size: 2.0rem;
  display: block;
}

.interview .person .history {
  margin-top: 40px;
  position: relative;
}

.interview .person .history::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 19px;
  width: 1px;
  height: calc(100% - 45px);
  z-index: 1;
}

.interview .person .history .item {
  padding: 8px 10px 8px 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  position: relative;
}

.interview .person .history.-color1 .item {
  background-color: #E5F0FB;
}

.interview .person .history.-color2 .item {
  background-color: #DEF7F6;
}

.interview .person .history .item::before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  left: 15px;
  width: 9px;
  height: 9px;
  rotate: 45deg;
}

.interview .person .history.-color1 .item::before,
.interview .person .history.-color1::before {
  background-color: #006BD8;
}

.interview .person .history.-color2 .item::before,
.interview .person .history.-color2::before {
  background-color: #22CCC4;
}

.interview .person .history .item+.item {
  margin-top: 10px;
}

.interview .person .history .item .year {
  margin-right: 7.25%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .015em;
}

@container (max-width: 899px) {
  .interview .person .history .item .year {
    font-size: max(1.78104cqw, 14px);
  }
}

@media (max-width: 768px) {
  .interview .person .history .item .year {
    margin-right: 25px;
    font-size: 1.6rem;
  }
}

.interview .person .history.-color1 .item .year {
  color: #006BD8;
}

.interview .person .history.-color2 .item .year {
  color: #22CCC4;
}

.interview .person .history .item .txt {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: .015em;
}

@container (max-width: 899px) {
  .interview .person .history .item .txt {
    font-size: max(1.55842cqw, 12px);
  }
}

@media (max-width: 768px) {
  .interview .person .history .item .txt {
    font-size: 1.4rem;
  }
}

.eyecatch {
  display: block;
  width: calc(100% + 54px);
  margin-top: 85px;
  margin-bottom: 110px;
  translate: -27px 0;
}

@media (max-width: 768px) {
  .eyecatch {
    margin-top: 70px;
    margin-bottom: 60px;
  }
}

.system {
  max-width: 880px;
  margin: 60px auto 0;
  padding: 50px 25px 45px 25px;
  background: rgb(34, 204, 196);
  background: linear-gradient(45deg, rgba(34, 204, 196, 0.1) 0%, rgba(0, 158, 230, 0.1) 62%, rgba(0, 107, 216, 0.1) 100%);
  border-top: 1px solid #A7A8AE;
  border-bottom: 1px solid #A7A8AE;
}

@media (max-width: 768px) {
  .system {
    width: calc(100% + 19px);
    margin-top: 45px;
    padding: 40px 10px 40px 10px;
    translate: -9px 0;
  }
}

.system+.system {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .system+.system {
    margin-top: 25px;
  }
}

.system .title-group {
  padding: 0 25px;
}

@media (max-width: 768px) {
  .system .title-group {
    padding: 0 10px;
  }
}

.system .title-group .head {
  display: block;
  width: fit-content;
  padding: 3px 10px 4px;
  font-family: var(--notosans);
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  letter-spacing: .2em;
  background-color: #009EE6;
}

.system .title-group .read {
  margin-top: 25px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.14;
  letter-spacing: .048em;
}

.system .image1 {
  display: block;
  width: 100%;
  margin-top: 50px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .system .image1 {
    margin-top: 30px;
    border-radius: 12px;
  }
}

.system .image2 {
  display: block;
  max-width: 690px;
  margin: 50px auto 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .system .image2 {
    width: calc(100% + 10px);
    height: 550px;
    margin-top: 30px;
    -webkit-overflow-scrolling: auto;
    overflow-scrolling: auto;
    overscroll-behavior-x: contain;
    overflow: scroll;
    scrollbar-width: none;
  }

  .system .image2 img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    padding-right: 10px;
    box-sizing: content-box;
    margin: 0 auto;
  }
}

.system .image2 picture {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .system .image2 picture {
    width: 626px;
    margin: 0 auto;
  }

  .system .image2 picture img {
    display: block;
    width: 100%;
    white-space: nowrap;
  }
}

/* ↑↑↑ contents ↑↑↑ */

/* ↓↓↓ footer ↓↓↓ */
footer .container .entry {
  margin-top: 80px;
}

@media (max-width: 768px) {
  footer .container .entry {
    margin-top: 40px;
  }
}

/* ↑↑↑ footer ↑↑↑ */