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


/* wrap
-----------------------------------------------*/
#wrap {
  margin-top: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
footer {
  position: relative;
  z-index: 1;
  margin-top: 0;
}
.ttl {
  color: #01305D;
  text-align: center;
}
.ttl p {
  font-family: Poppins;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
}
.ttl h2 {
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.7px;
  margin-top: 4px;
}
@media only screen and (max-width:767px) {
  .ttl h2 {
    font-size: 15px;
    margin-top: 2px;
  }
}


/* bg
-----------------------------------------------*/
#bg {
  position: relative;
  z-index: -1;
  padding: 0 0 0 0;
}
#bg .video {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#bg .video video {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#bg .video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 48, 93, 0.60);
  z-index: 0;
}
#bg1 {
  position: relative;
  background: rgba(1, 48, 93, 0.70);
}
#bg1::before {
  content: "";
  position: absolute;
  top: -190px;
  left: 0;
  width: 100%;
  height: 190px;
  background: linear-gradient(180deg, rgba(1, 48, 93, 0.00) 0%, rgba(1, 48, 93, 0.70) 100%);
}
#bg2 {
  background: #F6F7FA;;
  position: relative;
  z-index: 1;
}


/* main
-----------------------------------------------*/
#main {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 80px;
}
#main .txt p {
  color: #fff;
  font-family: Poppins;
}
#main .txt p strong {
  display: block;
  font-size: 103px;
  line-height: 146%;
}
#main .txt p span {
  display: block;
  font-size: 30px;
  line-height: 146%;
}
@media only screen and (max-width:1180px) {
  #main {
    padding: 0 40px;
  }
  #main .txt p strong {
    font-size: 80px;
  }
  #main .txt p span {
    font-size: 22px;
  }
}
@media only screen and (max-width:767px) {
  #main {
    padding: 0 24px;
  }
  #main .txt p strong {
    font-size: 40px;
  }
  #main .txt p span {
    font-size: 16px;
  }
}


/* news
-----------------------------------------------*/
#news {
  padding: 70px 40px 0;
}
#news .ttlBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#news .ttlBox .ttl {
  display: flex;
  align-items: flex-end;
  color: #fff;
}
#news .ttlBox .ttl p {
line-height: 100%;
margin-right: 12px;
}
#news .btn a {
  display: inline-flex;
  height: 32px;
  min-width: 120px;
  max-width: 540px;
  padding: 0px 32px 0px 4px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #01305D;
  transition: all .4s;
  opacity: 1;
}
#news .btn a:hover {
  gap: 8px;
  background: #245E95;
}
#news .btn a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/img/common/icon-arrow-wht.svg);
}
#news .btn a span {
  color: #fff;
  font-size: 13px;
  line-height: 130%;
  flex: 1 0 0;
}
#news .inner {
  max-width: 1024px;
  margin: 0 auto;
}
#news .colBox + .btn {
  display: none;
}
#news .colBox {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
}
#news .colBox .col {
  height: 100%;
}
#news .colBox .col a {
  display: block;
  height: 100%;
  padding: 16px;
  border-radius: 16px;
  background: #FFF;
  color: #01305D;
}
#news .colBox .col a .img {
  position: relative;
  overflow: hidden;
  height: 110px;
  width: 100%;
  border-radius: 8px;
  background: #D6D6D6;
}
#news .colBox .col a .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#news .colBox .col a .txt {
  margin-top: 10px;
}
#news .colBox .col a .txt time {
  font-family: Poppins;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.48px;
	display: block;
}
#news .colBox .col a .txt p {
  font-size: 14px;
  line-height: 160%;
}
@media only screen and (max-width:767px) {
  #news {
    padding: 70px 24px 0;
    background: rgba(1,48,93,0.7);
    position: relative;
  }
  #news::before {
    position: absolute;
    display: block;
    content: "";
    background: url(/img/index/bgi-news.svg) no-repeat;
    top: -140px;
    right: -50px;
    width: 406px;
    height: 329px;
  }
  #news .inner {
    position: relative;
    z-index: 1;
  }
  #news .ttlBox .ttl + .btn{
    display: none;
  }
  #news .colBox {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  #news .colBox .col {
    width: 100%;
  }
  #news .colBox .col a .img {
    height: 180px;
  }
  #news .colBox + .btn {
    display: block;
    text-align: center;
    margin-top: 24px;
  }
  #news .btn a{
    height: 40px;
    min-width: 170px;
    padding:0px 32px 0px 6px;
  }
  #news .btn a span{
    font-size: 15px;
  }
  #news .btn a::before{
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width:580px) {
  #news .colBox .col a .img {
    height: 110px;
  }
}


/* lead
-----------------------------------------------*/
#lead {
  position: relative;
  z-index: 1;
  color: #FFF;
  text-align: center;
  padding:  212px 40px 0;
}
#lead::before {
  content: "";
  position: absolute;
  left: calc(50% + 30px);
  top: calc(50% - 240px);
  z-index: -1;
  transform: translate(-50%,-50%);
  background-image: url("/img/index/bgi-lead.svg");
  width: 1671px;
  height: 1398px;
  pointer-events: none;
}
#lead h2 {
  font-size: 25px;
  line-height: 180%;
  letter-spacing: 1.25px;
}
#lead p {
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.9px;
  margin-top: 34px;
}
#lead .btn {
  margin-top: 64px;
}
#lead .btn a {
  display: inline-flex;
  height: 56px;
  max-width: 540px;
  padding: 0px 40px 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #01305D;
  transition: all .4s;
  opacity: 1;
}
#lead .btn a:hover {
  gap: 8px;
  background: #245E95;
}
#lead .btn a::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/img/common/icon-arrow-wht.svg) no-repeat left top / 100%;
}
#lead .btn a span {
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  flex: 1 0 0;
}
#lead .box  {
  background: #fff;
  border-radius: 16px;
  padding: 48px 40px;
  color: #01305D;
  text-align: center;
  margin-top: 34px;
}
#lead .box h3 {
  display: inline-block;
  font-size: 0;
  max-width: 102px;
  width: 100%;
}
#lead .box h3 img {
  width: 100%;
}
#lead .box h4 {
  font-size: 26px;
  font-weight: normal;
  margin-top: 20px;
}
#lead .box p {
  font-size: 16px;
  line-height: 2.2;
  margin-top: 20px;
}
@media only screen and (max-width:767px) {
  #lead {
    padding:  80px 0 0;
  }
  #lead h2 {
    font-size: 20px;
  }
  #lead p {
    font-size: 18px;
    letter-spacing: 0.5px;
    text-align: left;
  }
  #lead .btn {
    margin-top: 30px;
  }
  #lead .btn a {
    padding: 0px 32px 0px 8px;
  }
#lead .box  {
  padding: 30px 20px;
}
#lead .box h4 {
  font-size: 22px;
}
#lead .box p {
  font-size: 14px;
  line-height: 2;
}
}


/* core
-----------------------------------------------*/
#core {
  position: relative;
  z-index: 2;
  padding: 0 40px;
  margin-top: 190px;
}
#core .inner {
  background: #fff;
  border-radius: 16px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px 100px;
}
#core .colBox {
  max-width: 1024px;
  margin: 75px auto 0;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
#core .colBox .col a {
  position: relative;
  z-index: 1;
  display: block;
  background: #f4f4f4;
  border-radius: 16px;
  overflow: hidden;
  padding: 28px 30px 60px;
  color: #fff;
  height: 100%;
  min-height: 300px;
  opacity: 1;
}
#core .colBox .col:nth-child(1) a {
  background: url("/img/index/img-core-01.jpg") no-repeat center / cover;
}
#core .colBox .col:nth-child(2) a {
  background: url("/img/index/img-core-02.jpg") no-repeat center / cover;
}
#core .colBox .col:nth-child(3) a {
  background: url("/img/index/img-core-03.jpg") no-repeat center / cover;
}
#core .colBox .col:nth-child(4) a {
  background: url("/img/index/img-core-04.jpg") no-repeat center / cover;
}
#core .colBox .col a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(14, 48, 84, 0.70) 2%, rgba(31, 106, 186, 0.00) 58.5%);
}
#core .colBox .col a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: background .4s;
  pointer-events: none;
}
#core .colBox .col a:hover::after {
  background: rgba(1, 48, 93, 0.40);
}
#core .colBox .col a h3 {
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0.95px;
}
#core .colBox .col a p {
  font-size: 14px;
  line-height: 160%;
  margin-top: 15px;
}
#core .colBox .col a .btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: inline-flex;
  height: 43px;
  min-width: 120px;
  max-width: 540px;
  padding: 0px 30px 0px 6px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #01305D;
  transition: all .4s;
  opacity: 1;
}
#core .colBox .col a:hover .btn {
  gap: 8px;
  background: #245E95;
}
#core .colBox .col a .btn::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/img/common/icon-arrow-wht.svg);
}
#core .colBox .col a .btn span {
  color: #fff;
  font-size: 13px;
  line-height: 130%;
  flex: 1 0 0;
}
@media only screen and (max-width:767px) {
  #core {
    padding: 0;
    margin-top: 90px;
  }
  #core .inner {
    padding: 0;
    background: none;
  }
  #core .ttl p,
  #core .ttl h2{
    color: #fff;
  }
  #core .colBox .col a h3 {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  #core .colBox .col a p {
    margin-top: 7px;
  }
  #core .colBox {
    background: #fff;
    padding: 16px;
    margin: 24px auto 0;
    gap: 12px;
    grid-template-columns: 1fr;
    border-radius: 20px;
  }
  #core .colBox .col a {
    min-height: 200px;
  }
  #core .colBox .col a .btn{
    height: 32px;
    padding: 0px 30px 0px 4px;
  }
  #core .colBox .col a .btn::before {
    width: 24px;
    height: 24px;
  }
}


/* locations
-----------------------------------------------*/
#locations {
  position: relative;
  z-index: 1;
  padding: 320px 40px 0;
  background: #F6F7FA;
}
#locations::before {
  content: "";
  position: absolute;
  left: 0;
  top: -300px;
  z-index: -1;
  width: 100%;
  min-height: 1200px;
  background: url("/img/index/bgi-locations.jpg") top center / cover;
  aspect-ratio: 1512 / 1200;
}
#locations .inner {
  max-width: 1024px;
  margin: 0 auto;
}
#locations .colBox {
  display: grid;
  gap: 52px 13px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 52px;
}
#locations .colBox .col {
  display: block;
  background: #fff;
  padding: 16px;
  border-radius: 16px;
}
#locations .colBox .col .img {
  overflow: hidden;
  border-radius: 8px;
}
#locations .colBox .col .img img {
  width: 100%;
}
#locations .colBox .col h3 {
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.75px;
  color: #484848;
  margin-top: 13px;
}
#locations .colBox .col p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 13px;
}
#locations .colBox .col p + p {
  margin-top: 20px;
}
#locations .colBox .col .colBtn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 13px;
  transition: all .4s;
  color: #2B3E57;
}
#locations .colBox .col .colBtn::before {
  content: "";
  width: 28px;
  height: 28px;
}
#locations .colBox .col .access::before {
  background-image: url("/img/index/icon-locations-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#locations .colBox .col .map::before {
  background-image: url("/img/index/icon-locations-02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#locations .colBox .col .colBtn span {
  font-size: 16px;
  line-height: 100%;
}
#locations .btn {
  margin-top: 54px;
  text-align: center;
}
#locations .btn a {
  display: inline-flex;
  height: 56px;
  max-width: 280px;
  width: 100%;
  padding: 0px 32px 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #01305D;
  transition: all .4s;
  opacity: 1;
}
#locations .btn a:hover {
  gap: 8px;
  background: #245E95;
}
#locations .btn a::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/img/common/icon-arrow-wht.svg) no-repeat left top / 100%;
}
#locations .btn a span {
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  flex: 1 0 0;
}
@media only screen and (max-width:767px) {
  #locations {
    padding: 130px 24px 0;
  }
  #locations::before {
    background: url("/img/index/bgi-locations-sp.jpg") top center / cover;
    aspect-ratio: 750 / 518;
    min-height: 0;
    top: -100px;
  }
  #locations .colBox {
    gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  #locations .ttl p {
    line-height: 91%;
    margin-top: 10px;
  }
  #locations .btn {
    margin-top: 24px;
  }
}


/* message
-----------------------------------------------*/
#message {
  padding: 170px 40px 0;
}
#message .box {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  align-items: flex-start;
}
#message .box .txt {
  position: relative;
  z-index: 1;
  width: 50%;
  color: #fff;
  padding: 85px 100px 85px 75px;
  margin-top: 150px;
}
#message .box .txt::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: calc(100% + 80px);
  height: 100%;
  border-radius: 16px;
  background: #01305D;
}
#message .box .txt h3 {
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 1.2px;
}
#message .box .txt p {
  font-size: 16px;
  line-height: 230%;
  margin-top: 32px;
}
#message .box .img {
  position: relative;
  z-index: 2;
  width: 50%;
  border-radius: 16px;
  overflow: hidden;
}
#message .box .txt .name {
  font-size: 20px;
  text-align: right;
  font-weight: bold;
}
@media only screen and (max-width:1024px) {
  #message .box {
    position: relative;
    z-index: 1;
    flex-direction: column;
  }
  #message .box::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: calc(100%);
    border-radius: 16px;
    background: #01305D;
  }
  #message .box .txt {
    width: 100%;
    padding: 40px 75px 60px 75px;
    margin-top: 0;
  }
  #message .box .txt::before {
    display: none;
  }
  #message .box .img {
    width: 100%;
    max-width: 400px;
    margin: -40px auto 0;
  }
}
@media only screen and (max-width:767px) {
  #message {
    padding: 80px 0 0;
  }
  #message .box {
    padding: 0 18px;
  }
  #message .box::before {
    display: none;
  }
  #message .box .txt {
    padding: 24px;
    order: 2;
    background: #01305D;
    border-radius: 16px;
  }
  #message .box .txt p {
    margin-top: 14px;
  }
  #message .box .img {
    max-width: 340px;
    margin: 0 auto 10px;
  }
  #message .box .txt .name {
    text-align: left;
  }
}


/* environmental
-----------------------------------------------*/
#environmental {
  padding: 130px 40px 0;
}
#environmental .ttl {
  text-align: left;
}
#environmental .inner {
  overflow: hidden;
  max-width: 1024px;
  margin: 0 auto;
}
#environmental .colBox {
  position: relative;
  left: -16px;
  width: calc(100% + 32px);
  padding-top: 48px;
}
#environmental .colBox .col a {
  display: block;
  padding: 0 16px;
  color: #01305D;
}
#environmental .colBox .col a .img {
  overflow: hidden;
  border-radius: 16px;
}
#environmental .colBox .col a h3 {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.9px;
  margin-top: 24px;
}
#environmental .colBox .col a p {
  font-size: 14px;
  line-height: 160%;
  margin-top: 15px;
}
#environmental .colBox .col a .btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
  transition: all .2s;
}
#environmental .colBox .col a .btn::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("/img/common/icon-arrow.svg") left top / 100%;
}
#environmental .colBox .col a .btn span {
  font-size: 16px;
  line-height: 100%;
}
#environmental .colBox .slick-prev,
#environmental .colBox .slick-next {
  position: absolute;
  top: -68px;
  width: 68px;
  height: 68px;
  background: url("/img/index/icon-arrow-slider.svg") left top / 100%;
  font-size: 0;
  cursor: pointer;
}
#environmental .colBox .slick-prev {
  right: 100px;
}
#environmental .colBox .slick-next {
  right: 16px;
  transform: scale(-1, 1);
}
#environmental .colBox .slick-prev::before,
#environmental .colBox .slick-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: rgba(1, 48, 93, 0.05);
  opacity: 0;
  transition: opacity .2s;
}
#environmental .colBox .slick-prev:hover::before,
#environmental .colBox .slick-next:hover::before {
  opacity: 1;
}
@media only screen and (max-width:767px) {
  #environmental {
    padding: 80px 24px 0;
  }
  #environmental .inner {
    overflow: visible;
  }
  #environmental .ttl {
    text-align: center;
  }
  #environmental .colBox {
    left: 0;
    width: 100%;
    padding-top: 24px;
  }
  #environmental .colBox .col:nth-child(n+4) {
    display: none;
  }

  #environmental .colBox .col + .col {
    margin-top: 32px;
  }
  #environmental .colBox .col a {
    padding: 0;
  }
  #environmental .colBox .slick-prev,
  #environmental .colBox .slick-next {
    position: absolute;
    top: -34px;
    width: 34px;
    height: 34px;
  }
  #environmental .colBox .slick-prev {
    right: 56px;
  }
  #environmental .colBox .slick-next {
    right: 16px;
    transform: scale(-1, 1);
  }
  #environmental .colBox .col a h3 {
    margin-top: 16px;
  }
}


/* eco
-----------------------------------------------*/
#eco {
  position: relative;
  padding: 0 40px 112px;
  margin-top: 270px;
  background: #fff;
}
#eco::before,
#eco::after {
  content: "";
  position: absolute;
  left: 0;
  height: 136px;
  width: 100%;
  background: url("/img/index/bgi-eco-radius.png") left top / 100% 100%;
}
#eco::before {
  top: -136px;
}
#eco::after {
  bottom: -136px;
  transform: scale(1, -1);
}
#eco .inner {
  max-width: 980px;
  margin: 0 auto;
}
#eco .box {
  display: flex;
  gap: 64px;
}
#eco .box1 {
  margin-top: 85px;
  align-items: center;
}
#eco .box2 {
  margin-top: 130px;
}
#eco .box1 .txt {
  width: calc(45% - 32px);
}
#eco .box1 .item {
  width: calc(55% - 32px);
}
#eco .box2 .txt {
  width: calc(40% - 32px);
}
#eco .box2 .item {
  width: calc(60% - 32px);
}
#eco .box .txt .subTtl h3 span {
  display: inline-block;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1.4px;
  border-bottom: 1px solid #B01A2E;
}
#eco .box .txt .subTtl h3 strong {
  display: block;
  font-size: 36px;
  line-height: 130%;
  margin-top: 12px;
  font-weight: normal;
}
#eco .box .txt .subTtl p {
  font-size: 14px;
  line-height: 160%;
  margin-top: 16px;
  color: #484848;
}
#eco .box .txt .summary {
  margin-top: 40px;
}
#eco .box .txt .summary h4 strong {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.9px;
  margin-right: 5px;
}
#eco .box .txt .summary h4 span {
  font-family: Poppins;
  font-size: 12px;
  line-height: 160%;
}
#eco .box .txt .summary p {
  font-size: 14px;
  line-height: 160%;
}
#eco .box .txt .btn {
  margin-top: 40px;
}
#eco .box .txt .btn a {
  display: inline-flex;
  height: 64px;
  max-width: 300px;
  width: 100%;
  padding: 0px 40px 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #01305D;
  transition: all .4s;
  opacity: 1;
}
#eco .box .txt .btn a:hover {
  gap: 8px;
  background: #245E95;
}
#eco .box .txt .btn a::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url(/img/common/icon-arrow-wht.svg) no-repeat left top / 100%;
}
#eco .box .txt .btn a span {
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  flex: 1 0 0;
}
#eco .box .item .txtList p {
  padding: 30px 10px 33px 28px;
  outline: #DEDEDE solid 1px;
  outline-offset: -1px;
  position: relative;
}
#eco .box .item .txtList p::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  --x-gradient: linear-gradient(90deg, #1B1464 0 8px, transparent 0 calc(100% - 8px), #1B1464 calc(100% - 8px));
  --y-gradient: linear-gradient(#1B1464 0 8px, transparent 0 calc(100% - 8px), #1B1464 calc(100% - 8px));
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: top, right, bottom, left;
  z-index: 1;
}
#eco .box .item .txtList p::after {
  position: absolute;
  display: block;
  content: "";
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#eco .box .item .txtList p:nth-child(1) {
  margin-right: 80px;
}
#eco .box .item .txtList p:nth-child(2) {
  margin-left: 40px;
  margin-right: 40px;
}
#eco .box .item .txtList p:nth-child(3) {
  margin-left: 80px;
}
#eco .box .item .txtList p:nth-child(1)::after {
  width: 40px;
  height: 75px;
  background: url("/img/profile/activity/img-number-01.svg")no-repeat;
  background-size: cover;
}
#eco .box .item .txtList p:nth-child(2)::after {
  width: 51px;
  height: 75px;
  background: url("/img/profile/activity/img-number-02.svg")no-repeat;
  background-size: cover;
}
#eco .box .item .txtList p:nth-child(3)::after {
  width: 47px;
  height: 77px;
  background: url("/img/profile/activity/img-number-03.svg")no-repeat;
  background-size: cover;
}
#eco .box .item .txtList p + p {
  margin-top: 24px;
}
#eco .box .item .txtList p span {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  position: relative;
  z-index: 3;
}
#eco .box .item .txtList p span > span {
  display: block;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 5px;
}
@media only screen and (max-width:767px) {
  #eco {
    position: relative;
    padding: 0 24px;
    margin-top: 112px;
    background: #fff;
  }
  #eco::before,
  #eco::after {
    height: 72px;
    background: url("/img/index/bgi-eco-radius.png") center / 800px 72px;
  }
  #eco::before {
    top: -72px;
  }
  #eco::after {
    bottom: -72px;
  }
  #eco .box {
    display: block;
  }
  #eco .box1 {
    margin-top: 0;
  }
  #eco .box2 {
    margin-top: 60px;
  }
  #eco .box1 .txt {
    width: 100%
  }
  #eco .box1 .item {
    width: 100%;
    max-width: 380px;
    margin: 24px auto 0;
  }
  #eco .box2 .txt {
    width: 100%
  }
  #eco .box2 .item {
    width: 100%;
    margin-top: 24px;
  }
  #eco .box .txt .summary {
    margin-top: 30px;
  }
  #eco .box .txt .summary p {
    margin-top: 16px;
  }
  #eco .box .txt .btn {
    margin-top: 24px;
    text-align: center;
  }
  #eco .box .item .txtList p:nth-child(1) {
    margin-right: 0;
  }
  #eco .box .item .txtList p:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
  #eco .box .item .txtList p:nth-child(3) {
    margin-left: 0;
  }
  #eco .box .item .txtList p + p {
    margin-top: 12px;
  }
  #eco .box .txt .summary h4 span{
    display: block;
  }
  #eco .box .txt .btn a{
    max-width: 327px;
  }
}


/* employee
-----------------------------------------------*/
#employee {
  padding: 255px 40px 0;
}
#employee .inner {
  max-width: 1312px;
  margin: 0 auto;
}
#employee .pickup {
  display: flex;
  gap: 20px;
  margin-top: 64px;
}
#employee .pickup .col {
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
  transition: width .5s;
}
#employee .pickup .col a {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
  opacity: 1;
}
#employee .pickup .col a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(1, 48, 93, 0.00) 52.9%, rgba(1, 48, 93, 0.90) 100%);
}
#employee .pickup .col.active a::before {
  opacity: 1;
}
#employee .pickup .col a .img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#employee .pickup .col a .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#employee .pickup .col a .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 24px;
}
#employee .pickup .col.active a .txt {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s .5s,transform .5s .5s;
}
#employee .pickup .col a .txt h3 {
  background: linear-gradient(transparent 15%, #fff 15%, #fff 95%, transparent 95%);
  transform: translateY(10px);
  transition: background-size.8s;
  display: inline;
  background-size: 100%;
  background-position: 0;
  background-repeat: no-repeat;
  font-size: 22px;
  line-height: 150%;
  color: #01305D;
}
#employee .pickup .col a .txt h3 span {
  padding: 0 5px;
}
#employee .pickup .col a .txt p {
  color: #fff;
  margin-top: 8px;
  font-family: Inter;
  font-size: 12px;
  line-height: 160%;
}
#employee .more {
  background: #fff;
  border-radius: 16px;
  margin-top: 24px;
  padding: 32px 32px;
  text-align: center;
}
#employee .more p {
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 1.2px;
  font-weight: bold;
}
#employee .more .btn {
  margin-top: 14px;
}
#employee .more .btn a {
  display: inline-flex;
  height: 64px;
  max-width: 420px;
  width: 100%;
  padding: 0px 40px 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #01305D;
  transition: all .4s;
  opacity: 1;
}
#employee .more .btn a:hover {
  gap: 8px;
  background: #245E95;
}
#employee .more .btn a::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url(/img/common/icon-arrow-wht.svg) no-repeat left top / 100%;
}
#employee .more .btn a span {
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  flex: 1 0 0;
}
#employee .pickup .col a::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 34px;
  z-index: 1;
  background-image: url("/img/index/logo-pickup.svg");
  width: 235px;
  height: 160px;
  opacity: 0;
  transition: opacity .1s;
}
#employee .pickup .col.active a::after {
  transition: opacity .5s;
  opacity: 1;
}
@media only screen and (min-width:768px) {
  #employee .pickup .col {
    width: 140px;
  }
  #employee .pickup .col.active {
    width: calc(100% - 60px - (140px * 3)) !important;
  }
  #employee .pickup .col:hover {
    width: calc(100% - 60px - (140px * 3));
  }
  #employee .pickup .col:not(:hover) {
    width: 140px;
  }
  #employee .pickup .col a::before {
    opacity: 0;
    transition: opacity .5s;
  }
  #employee .pickup .col.active a::before {
    opacity: 1;
  }
  #employee .pickup .col a .txt {
    opacity: 0;
    transform: translateY(15px);
    transition: opacity .1s 0s,transform .1s .5s;
  }
  #employee .pickup .col.active a .txt {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .5s .5s,transform .5s .5s;
  }
}
@media only screen and (max-width:767px) {
  #employee {
    padding: 132px 24px 0;
  }
  #employee .pickup {
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
  }
  #employee .pickup .col {
    width: 100%;
    height: 400px;
  }
  #employee .pickup .col a .txt h3 {
    font-size: 18px;
  }
  #employee .more {
    padding: 24px 16px;
  }
  #employee .more p {
    font-size: 18px;
  }
  #employee .pickup .col a::after{
    width: 92px;
    height: 68px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 30px;
    top: 30px;
  }
}


/* info
-----------------------------------------------*/
#info {
  padding: 100px 40px;
}
#info .inner {
  overflow: hidden;
  max-width: 1024px;
  margin: 0 auto;
}
#info .colBox {
  margin-top: 36px;
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr 1fr;
}
#info .colBox .col a {
  display: block;
  color: #01305D;
}
#info .colBox .col a .img {
  overflow: hidden;
  border-radius: 16px;
}
#info .colBox .col a .img img {
  width: 100%;
}
#info .colBox .col a h3 {
  color: #01305D;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.9px;
  margin-top: 24px;
}
#info .colBox .col a p {
  font-size: 14px;
  line-height: 160%;
  margin-top: 15px;
}
#info .colBox .col a .btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
  transition: all .2s;
}
#info .colBox .col a .btn::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("/img/common/icon-arrow.svg") left top / 100%;
}
#info .colBox .col a .btn span {
  font-size: 16px;
  line-height: 100%;
}
@media only screen and (max-width:767px) {
  #info {
    padding: 80px 24px 100px;;
  }
  #info .colBox {
    gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 24px;
    padding-bottom: 48px;
    position: relative;
  }
  #info .colBox::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}


/* #mapModal .modal
-----------------------------------------------*/
#mapModal .modal {
  overflow-y: auto;
}
#mapModal .modal .modalInner {
  max-width: 950px;
  max-height: 100%;
  background: #fff;
}
#mapModal .modal .modalBox .over {
  max-width: 950px;
}
#mapModal .modal .modalBox .modalClose {
  right: -20px;
}
#mapModal .modal .modalBox .over .inner {
  padding: 50px 60px;
}
#mapModal .modal .modalBox .over .inner h2 {
  font-size: 20px;
  text-align: center;
}
#mapModal .modal .modalBox .over .inner .col {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
#mapModal .modal .modalBox .over .inner .col .img {
  width: 54.67%;
  margin: 0;
}
#mapModal .modal .modalBox .over .inner .col .txt {
  width: 45.33%;
  text-align: left;
}
#mapModal .modal .modalBox .over .inner .col .txt p {
  font-size: 16px;
  line-height: 1.6;
}
#mapModal .modal .modalBox .over .inner .col .txt li {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}
#mapModal .modal .modalBox .over .inner .col .txt li span {
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.6;
}
#mapModal .modal .modalBox .over .inner .col .txt h3 {
  margin: 16px 0 8px;
  padding: 16px 0 0 24px;
  font-size: 16px;
  line-height: 26px;
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
  position: relative;
}
#mapModal .modal .modalBox .over .inner .col .txt h3::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url("/img/common/icon-contact-03.svg")no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
#mapModal .modal .modalInner{
  max-width: 100%;
  width: calc(100% - 40px);
  margin-top: 20px;
}
#mapModal .modal .modalBox .over .inner {
  max-height: 650px;
  overflow-y: scroll;
}
#mapModal .modal .modalBox .over {
  max-width: 100%;
}
#mapModal .modal .modalBox .over .inner {
  padding: 20px 0;
}
#mapModal .modal .modalBox .over .inner h2 {
  font-size: 18px;
}
#mapModal .modal .modalBox .over .inner .col {
  gap: 20px;
  margin-top:20px;
  flex-wrap: wrap;
}
#mapModal .modal .modalBox .over .inner .col .img,
#mapModal .modal .modalBox .over .inner .col .txt {
  width: 100%;
}
}




/* modal */
.modal{
	display:none;
	overflow-y: scroll;
	position:fixed;
	z-index:101;
  width:100%;
  height:100%;
  top:0;
  left:0;
	text-align:center;
	box-sizing:border-box;
	padding:0 20px;
  z-index: 999999;
}
.modal .bg{
	position:fixed;
  top:0;
  left:0;
  z-index:1;
  background:rgba(7,32,56,.8);
  width:100%;
  height:100%;
	opacity:0.5;
}
.modal .modalInner{
	position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	z-index:11;
	max-width: 640px;
  max-height: 465px;
  height: auto;
  width: 100%;
	box-sizing:padding-box;
	margin:0 auto;
}
.modal .modalBox{
	position:relative;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
  padding: 0 20px;
}
.modal .modalBox .over{
	position:relative;
	max-width: 640px;
}
.modal .modalBox img{
	height: auto;
	width: auto;
  margin: 0 auto;
}
.modal .modalBox .modalClose{
	position:absolute;
	right:0;
	top:-65px;
	display:block;
	width:56px;
	height:56px;
	font-size:0;
	ppacity:1 !important;
  z-index: 999;
}
.modal .modalBox .modalClose img{
  width: 100%;
}
.modal.min{
	overflow-y:scroll;
}
.modal .modalInner{
	box-sizing: border-box;
}
.movie{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.movie iframe{
	display:block;
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.modal .modalBox .img{
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
.modal .modalBox img{
  max-height: 350px;
}
  .modal .modalBox .historySlide + .modalClose{
    top: 0;
  }
}


