@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=DM+Sans:wght@300;400;500;600;700&family=M+PLUS+1p:wght@800&display=swap");
/*----------------------------------------------------------------------------
  hero
----------------------------------------------------------------------------*/
.hero {
  position: relative;
  background-color: #0055a6;
  contain: paint;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 50%;
  width: 234px;
  height: 200px;
  background-color: #1763ac;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  transform: translate(162px, 0);
}
@media screen and (max-width: 767px) {
  .hero::before {
    right: 0;
    width: 70vw;
    height: 32vw;
    transform: translate(0, 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
  }
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: calc(50% - 161px);
  height: 200px;
  background-color: #1763ac;
}
@media screen and (max-width: 767px) {
  .hero::after {
    content: none;
  }
}
.hero .inner {
  position: relative;
  z-index: 1;
  padding-top: 68px;
  padding-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .hero .inner {
    height: 32vw;
    padding-top: 10.267vw;
    padding-bottom: 10.133vw;
  }
}
.hero .field {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: flex-end;
  align-items: flex-end;
  max-width: 1040px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .hero .field {
    flex-wrap: wrap;
    max-width: 100%;
    padding-right: 4.667vw;
    padding-left: 4.667vw;
  }
}
.hero_title {
  border-left: 6px solid #fff;
}
@media screen and (max-width: 767px) {
  .hero_title {
    border-left-width: 1.067vw;
    margin-right: 2.667vw;
  }
}
.hero_title strong {
  position: relative;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.16em;
  padding-top: 24px;
  padding-bottom: 6px;
  padding-left: 23px;
}
@media screen and (max-width: 767px) {
  .hero_title strong {
    font-size: 6.4vw;
    padding-top: 4.267vw;
    padding-bottom: 0.8vw;
    padding-left: 4.133vw;
  }
}
.hero_title strong::before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 23px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .hero_title strong::before {
    font-size: 3.2vw;
    left: 4.133vw;
  }
}

/*----------------------------------------------------------------------------
  breadcrumb
----------------------------------------------------------------------------*/
.breadcrumb_list {
  display: -moz-flex;
  display: flex;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_list {
    padding-top: 1.067vw;
    padding-bottom: 1.067vw;
    margin-left: auto;
  }
}
.breadcrumb_list-item:not(:last-child) {
  margin-right: 22px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_list-item:not(:last-child) {
    margin-right: 4vw;
  }
}
.breadcrumb_list-item a {
  position: relative;
  display: inline-block;
}
.breadcrumb_list-item a::after {
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 5px;
  right: -13px;
  width: 6px;
  height: 9px;
  background-image: url(../images/common/icon_angle-right.svg);
  filter: invert(82%) sepia(22%) saturate(864%) hue-rotate(180deg) brightness(95%) contrast(94%);
}
@media screen and (max-width: 767px) {
  .breadcrumb_list-item a::after {
    top: 1.867vw;
    right: -2.4vw;
    width: 1.333vw;
    height: 2vw;
  }
}
.breadcrumb_list-item a span {
  color: #a4c8ea;
}
@media screen and (min-width: 768px) {
  .breadcrumb_list-item a:hover span {
    text-decoration: underline;
  }
}
.breadcrumb_list-item span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .breadcrumb_list-item span {
    font-size: 3.2vw;
  }
}


/*----------------------------------------------------------------------------
  section
----------------------------------------------------------------------------*/
.section_title{
  text-align: center;
  margin-bottom: 38px;
}
.section_title strong {
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: #0055a6;
}
@media screen and (max-width: 767px) {
  .section_title{
    margin-bottom: 8.267vw;
  }
  .section_title strong {
    font-size: 5.6vw;
  }
}
.section_title strong::before {
  content: "";
  position: absolute;
  top: -25px;
  width: 10px;
  height: 8px;
  background-color: #0055a6;
}
@media screen and (max-width: 767px) {
  .section_title strong::before {
    top: -5.333vw;
    width: 2.4vw;
    height: 1.867vw;
  }
}
.section_title strong::after {
  content: "";
  position: absolute;
  top: -25px;
  width: 10px;
  height: 8px;
  background-color: #eb8686;
}
.section_title strong::before {
  left: 50%;
  transform: translate(-100%, 0);
}
.section_title strong::after {
  right: 50%;
  transform: translate(100%, 0);
}
@media screen and (max-width: 767px) {
  .section_title strong::after {
    top: -5.333vw;
    width: 2.4vw;
    height: 1.867vw;
  }
}

.sustainability-btn .button a {
  position: relative;
  display: inline-block;
  width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  background: url(../../images/service/yokohamaeki-nishiguchi/icon_pdf.webp) no-repeat 20px center #0055a6;
}
@media screen and (max-width: 767px) {
  .sustainability-btn .button a {
    width: 100%;
    padding-top: 3.333vw;
    padding-bottom: 3.333vw;
    font-size: 4.267vw;
    background-size: 4vw auto;
    background-position: 5.333vw center;
  }
}
.sustainability-btn .button a::after {
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 50%;
  right: 15px;
  width: 9px;
  height: 9px;
  background-image: url(../images/common/icon_arr-right.svg);
  transform: translate(0, -50%);
  filter: invert(96%) sepia(0%) saturate(0%) hue-rotate(107deg) brightness(104%) contrast(104%);
}
@media screen and (max-width: 767px) {
  .sustainability-btn .button a::after {
    width: 4vw;
    height: 4vw;
    right: 5.333vw;
  }
}
.bg-b{
  background: #edf2f7;
}
section .inner{
  width: 1000px;
}
.textarea h2{
  color: #0055a6;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
}
.sub_title{
  margin-bottom: 25px;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}
.inner .txt{
  font-size: 1.64rem;
  line-height: 1.76;
}
@media screen and (max-width: 767px) {
  section .inner{
    padding-right: 3.333vw;
    padding-bottom: 14vw;
    padding-left: 3.333vw;
  }
  .textarea h2{
    margin-bottom: 2.667vw;
    font-size: 4.267vw;
  }
  .sub_title{
    margin-bottom: 2.667vw;
    font-size: 4.533vw;
  }
  .inner .txt{
    font-size: 3.467vw;
  }
}




/*----------------------------------------------------------------------------
  policy
----------------------------------------------------------------------------*/
.policy .inner {
  width: 1000px;
  padding-top: 105px;
  padding-bottom: 80px;
}

.policy .field {
  max-width: 1040px;
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.policy .textarea{
  width: 100%;
  margin-bottom: 80px;
  padding: 30px 40px;
  line-height: 1.764;
  background: #f6f8fb;
}
.policy .textarea span{
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.policy .img{
  text-align: center;
}

@media screen and (max-width: 767px) {
  .policy .inner {
    padding-top: 20vw;
    padding-bottom: 17.333vw;
  }
  .policy .field {
    max-width: 100%;
    padding-top: 8.533vw;
    padding-right: 4.667vw;
    padding-left: 4.667vw;
  }
  .policy .textarea{
    padding: 4.667vw;
    margin-bottom: 13vw;
  }
  .policy .textarea span{
    font-size: 3.487vw;
  }
  .policy .img{
    width: 95%;
    margin: 0 auto;
  }
}

/*----------------------------------------------------------------------------
  initiative,development
----------------------------------------------------------------------------*/
.initiative,.development{
  padding: 105px 0;
}
.initiative .img,.development .img{
  margin-bottom: 30px;
}
.development span{
  margin-bottom: 15px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  color: #232323;
  line-height: 1.7391;
  margin-top: -0.5em;
  display: block;
}
.development .textarea{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.development .textarea .detail{
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .initiative, .development{
    padding: 20vw 0 0;
  }
  .initiative .img, .development .img{
    margin-bottom: 5vw;
  }
  .development .inner{
    padding-bottom: 0;
  }
  .development .textarea{
    padding: 0;
    display: inline-block;
  }
  .development .textarea .detail{
    margin-bottom: 13vw;
  }
  .development span{
    margin-bottom: 1.5vw;
    font-size: 4.267vw;
  }
}


/*----------------------------------------------------------------------------
  group,es
----------------------------------------------------------------------------*/
.group,.es{
  padding: 105px 0;
}
.sustainability-btn{
  max-width: 830px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.sustainability-btn li{
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-flex-direction: column;
  flex-direction: column;
}
.es .sustainability-btn{
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .group,.es{
    padding: 20vw 0 0;
  }
  .group .inner,.es .inner{
    padding-bottom: 14vw;
  }
  .es .section_title{
    line-height: 1.5;
  }
  .sustainability-btn{
    display: block;
  }
  .sustainability-btn li{
    margin-bottom: 2.5vw;
  }
  .sustainability-btn .button a::after{
    width: 2.4vw;
    height: 2.4vw;
    right: 2.4vw;
  }
}

/*----------------------------------------------------------------------------
  other
----------------------------------------------------------------------------*/
.other{
  padding: 105px 0;
}
.other .field {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .other{
    padding: 20vw 0 0;
  }
  .other .field {
    max-width: 100%;
  }
}
.other .news_content {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .other .news_content {
  }
}
.other .news_box {
  border-top: 1px solid rgba(225, 225, 225, 0.5);
}
.other .news_box a {
  display: block;
  padding-top: 21px;
  padding-right: 38px;
  padding-bottom: 21px;
  padding-left: 38px;
}
@media screen and (max-width: 767px) {
  .other .news_box a {
    padding-top: 4vw;
    padding-right: 4vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
  }
}
.other .news_about {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .other .news_about {
    margin-bottom: 2vw;
  }
}
.other .news_date {
  margin-right: 27px;
}
@media screen and (max-width: 767px) {
  .other .news_date {
    margin-right: 2.533vw;
  }
}
.other .news_date span {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #989898;
}
@media screen and (max-width: 767px) {
  .other .news_date span {
    font-size: 3.333vw;
  }
}
.other .news_category {
  display: -moz-flex;
  display: flex;
  text-align: center;
}
.other .news_category span {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  width: 142px;
  padding-top: 5px;
  padding-bottom: 7px;
  background-color: #eb8686;
}
@media screen and (max-width: 767px) {
  .other .news_category span {
    font-size: 3.333vw;
    width: 26.667vw;
    padding-top: 0.8vw;
    padding-bottom: 0.8vw;
  }
}
.other .news_category span:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .other .news_category span:not(:last-child) {
    margin-right: 1.333vw;
  }
}
.other .news_caption p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #232323;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .other .news_caption p {
    font-size: 3.333vw;
    line-height: 1.44;
  }
}
.other .news_link {
  width: 240px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .other .news_link {
    width: 55.333vw;
  }
}
.other .news_link a {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #0055a6;
  text-align: center;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .other .news_link a {
    padding-top: 3.333vw;
    padding-bottom: 3.333vw;
  }
}
.other .news_link a::after {
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/common/icon_arr-right.svg);
  width: 9px;
  height: 9px;
  top: 50%;
  right: 21px;
  transform: translate(0, -50%);
  filter: invert(18%) sepia(99%) saturate(2429%) hue-rotate(197deg) brightness(92%) contrast(101%);
}
@media screen and (max-width: 767px) {
  .other .news_link a::after {
    width: 2.4vw;
    height: 2.4vw;
    right: 2.4vw;
  }
}
.other .news_link a span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #0055a6;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .other .news_link a span {
    position: relative;
    top: -0.15em;
    font-size: 3.333vw;
  }
}
@media screen and (min-width: 768px) {
  .other .news_link a:hover {
    background-color: #0055a6;
  }
}
@media screen and (min-width: 768px) {
  .other .news_link a:hover::after {
    filter: invert(96%) sepia(0%) saturate(0%) hue-rotate(107deg) brightness(104%) contrast(104%);
  }
}
@media screen and (min-width: 768px) {
  .other .news_link a:hover span {
    color: #fff;
  }
}
















 


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