@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shippori+Mincho&display=swap');


html {
  font-size: 62.5%;
}

body {
  color: #333;
    letter-spacing: 0.1em;
font-family:"Roboto", "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  font-feature-settings: "palt";
  font-size: clamp(1.4rem, 2vw, 1.6rem);

}
body.page {
    background-color: #fff
}

#contact {
    background-color: #f2f2f2
}

h2 {
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 900;
  line-height: 52px;
}
h2.project-title {
    margin-top: 0;
    letter-spacing: 0.12em;
      font-weight: 100;
    font-size: 50px;
}
@media screen and (max-width: 767px) {
 h2.project-title {
    font-size: 26px;
}  
}


h3 {
  font-size: 27px;
  font-weight: 700;
}

h4 {
  color: #333;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: gray;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}



img {
  max-width: 100%;
  display: inline-block;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}
.hero-wrap {
    background: linear-gradient(#004276, #06193b);
}

.hero {
  position: relative;
  animation: backgroundFadeIn 2s ease-in-out both;
  background-image: url('../images/header-bg.jpg');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  background-attachment: fixed;
  justify-content: center;
  width: 100%;
  display: flex;
    opacity: 0;
}


@media screen and (max-width: 767px) {
/* .hero-wrap {
  position: relative;
  clip-path: inset(0 0 0 0);
  width: 100%;
  height: 100vh
} */
.hero {
  background-image: url('../images/header-bgsp.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
    position: relative;
    top: 0;
    left: 0;
}
}

@keyframes backgroundFadeIn {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
                
            }
        }
.main-head-logo {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("../images/header-deco.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%, auto;
  background-attachment: fixed;
  justify-content: center;
  align-items: flex-end;
  animation: backgroundFadeIn 2s 1s ease-in-out both;
  opacity: 0
}
.main-head-logo figure,
.main-head-logo-img figure {
    display: none;
}

@media screen and (max-width: 767px) {
.main-head-logo {
  background: none;
  position: fixed;
  height: 100vh;
  width: 100%; 
    top: 0;
    left: 0;
}
.main-head-logo figure {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 130%;
    height: auto;
    transform: translateX(-50%)translateY(-50%);
}
.main-head-logo figure.hidden {
    opacity: 1;
  animation: backgroundFadeIn03 0.5s ease-in-out both;
}
}

.main-head-logo-img-opa {
    opacity: 1;
    transition: all 0.3
}

.main-head-logo-img.hidden {
    opacity: 0;
  animation: backgroundFadeIn03 0.5s ease-in-out both;
}

.main-head-logo-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("../images/header-deco_img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%, auto;
  background-attachment: fixed;
  justify-content: center;
  align-items: flex-end;
  animation: backgroundFadeIn02 2s 1.5s ease-in-out both;
    opacity: 0;
}
@media screen and (max-width: 767px) {
.main-head-logo-img {
  background: none;
  position: fixed;
  height: 100vh;
  width: 100%; 
    top: 0;
    left: 0;
}   
.main-head-logo-img figure {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 130%;
    height: auto;
    transform: translateX(-50%)translateY(-50%);
}
}
@keyframes backgroundFadeIn {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1; 
            }
        }
@keyframes backgroundFadeIn02 {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }
@keyframes backgroundFadeIn03 {
            0% {
                opacity: 1;
            }
            100% {
                opacity: 0;
            }
        }


.hero.pages {
  justify-content: center;
  height: 0;
}

.wrapper-title {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.vertical {
  z-index: 900;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 6vw;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.link {
  color: #9b9b9b;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-style: none;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: rotate(-90deg);
}

.link:hover {
  background-image: none;
}

.link.w--current {
  text-decoration: line-through;
  position: relative;
}

.section {
  background-color: #dcdee0;
  justify-content: space-between;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 100vh;
}
.section.top-under {
   top: auto;
    background-image: url("../../portal-site/material/section-bg.jpg");
    background-repeat: repeat;
}

.section-read {
    color: #fff;
    font-size: 17px;
    line-height: 2;
    margin-bottom: 50px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
.section-read {
    font-size: 14px;
    margin-top: 30px;
} 
}

._100vh_2nd .section-read {
    color: #000;
}

.section.main {
  flex-direction: column;
}

.vertical-social {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 100vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
}

.main-h1 {
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14vh;
  font-weight: 400;
  line-height: 16vh;
  position: relative;
}

.main-h1.bold {
  font-weight: 900;
}

.main-h1.bold.home {
  margin-top: 0;
}

.main-h1.home {
  font-size: 25vh;
  line-height: 22vh;
}

.paragraph {
  width: auto;
  margin-top: 20px;
  margin-bottom: 60px;
    padding-left: 8px;
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
    letter-spacing: 0.3em
}
@media screen and (max-width: 767px) {
.paragraph {
  font-size: 1.6rem;
    margin-top: 0;
  margin-bottom: 30px;
}  
}

.column {
  border: 1px #000;
  flex: 1;
  overflow: hidden;
}

.column._100vh {
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  flex: none;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-left: 15vw;
  padding-right: 10vw;
  display: flex;
  overflow: visible;
}

@media screen and (max-width: 767px) {
.column._100vh {
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  flex: none;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-left: 10vw;
  padding-right: 10vw;
}
}

.column._100vh_2nd {
  color: #000;
  flex: none;
  align-items: center;
  width: calc(100% - 25vw);
  min-height: 100vh;
  padding-left: 15vw;
  padding-right: 10vw;
  display: flex;
  overflow: visible;
}

/*.column._100vh:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .75);
}*/

.column.background-image {
  background-image: url("../images/section-bg.jpg");
  background-size: 150%;
  background-attachment: fixed;
  overflow: visible;
}
.column.background-image02 {
  background-image: url("../images/section-bg02.jpg");
  background-size: cover;
    background-position: right center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: visible;
}
@media screen and (max-width: 767px) {
.column.background-image {
  background-image: url("../images/section-bgsp.jpg");
  background-size: 100%;
  background-attachment: fixed;
}
.column.background-image02 {
    background-image: url("../images/section-bg02sp.jpg");
    background-position: left top;
      background-attachment: local;
    background-size: 100%;
    background-color: #000000
}   
}


.column.about {
  color: #fff;

  flex: none;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 500px;
  padding-left: 15vw;
  display: flex;
  overflow: visible;
}
.home-subhead {
    max-width: 1200px;
    position: relative;
    width: 82%;
    margin: 0 auto 200px auto;
    z-index: 2;
}

.home-subhead p {
    color: #fff;
    font-size: 22px;
    line-height: 2.8;
    letter-spacing: 0.2em;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
@media screen and (max-width: 767px) {
.home-subhead {
    margin: 0 auto 80px auto;
}
  .home-subhead p {
    color: #fff;
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
    font-style: normal;
      text-align: justify;
}  
}

.hr {
  background-color: #9b9b9b;
  width: 35px;
  height: 1px;
  margin-top: 12px;
  margin-right: 30px;
}

.hr.mail {
  margin-top: 30px;
  margin-bottom: 50px;
  margin-right: 0;
}

.h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 9rem;
  line-height: 60px;
    font-weight: 200;
    letter-spacing: 0.15em
}
@media screen and (max-width: 767px) {
.h2 {
  font-size: 4rem;
    line-height: 1
}  
}

.h2.mail {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.h2.white {
  color: #fff;
  margin-bottom: 45px;
  font-size: 24px;
}

.h2.contact {
  text-align: center;
  width: 40vw;
}

._w-h1 {
  padding-right: 10vw;
  position: relative;
  overflow: hidden;
}

._w-link {
  color: #636363;
  letter-spacing: 0;
  text-transform: none;
  border-bottom-style: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  padding-bottom: 2px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

._w-link:hover {
  color: #000;
}

._w-link.social {
  color: #333;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.line-hover {
  background-color: #ddd;
  width: 100%;
  height: 2px;
  margin-top: 3px;
  overflow: hidden;
}

.project-info {


}

.project-info.head {
    margin: 250px 0 0 80px;
    width: 50%;
    color: #000;
    z-index: 2;
    position: relative;
}

#news .project-info.head {
    margin: 250px 0 0 0;
    text-align: center;
	    width: 100%;
}

#news .h2 {
font-size: 6.5rem
}

@media screen and (max-width: 767px) {
.project-info.head {
    margin: 150px 0 0 5%;
    width: 50%;
    color: #000;
} 
#news .project-info.head {
    margin: 140px 0 0 0;
}
#news .h2 {
font-size: 3.6rem
}

}


.icon-social {
  color: rgba(0, 0, 0, .3);
  border-bottom-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 20px;
  font-family: Icomoon;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.icon-social:hover {
  color: #fff;
  background-color: #4d4d4d;
}

.fill-hover {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.section-2 {
  float: none;
  height: auto;
  position: relative;
    overflow-x: hidden;

}

.wrapper {
    position: relative;
    z-index: 2;
}

#contact .wrapper {
    height: auto

}

.wrapper-bg { 
    width: 650px;
    height: auto;
    display: flex;
    position: absolute;
    right: 60px;
    top: -150px;
}

#contact .wrapper-bg { 
    width: 500px;
}

@media screen and (max-width: 767px) {
.wrapper-bg {
    width: 250px;
    margin-left: 30px;
    right: -50px;
    top: -100px;
} 
#contact .wrapper-bg {
    right: -70px;
} 
#contact .wrapper-bg { 
    width: 220px;
}
}


.wrapper-bg.business {
  background-image: url('../images/business_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
}

.wrapper-bg.company {
  background-image: url('../images/company-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
}



.wrapper.contact {
  background-color: #f8f8f8;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.wrapper.center {
  flex-direction: column;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
}

.wrapper.center.form {
  justify-content: flex-start;
  min-height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.wrapper.center.form.base {
  padding-bottom: 30vh;
}

.wrapper.center.form.base.hide {
  display: none;
}

.wrapper-bg.about {
  background-image: url('../images/header-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
}
.div-block-4 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 6vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-section {
  flex-direction: column;
  align-items: center;
  display: flex;
}

._w-title {
  flex-direction: column;
  justify-content: flex-end;
  width: 100vw;
  height: 70vh;
  margin-bottom: 150px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.wide-background {
  background-color: #657580;
  width: 100vw;
  height: 100vh;
  margin-bottom: 10%;
}

.wide-background._01 {
  background-image: url('../images/5b109a993a8396648e723c7a_screen-001.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-10 {
  margin-bottom: 30px;
  display: flex;
}

.wrapper-info {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrapper-info.about {
    margin-top: -90px;
    border-bottom: 1px #e4e4e4;
    width: 100%;
    padding-top: 300px;
    padding-bottom: 150px;
    background-color: #f2f2f2;
    background-image: url("../images/doco01.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom -200px left -150px;
}

.wrapper-info.contact {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-vertical-nav {
  z-index: 900;
  border-right-style: solid;
  border-right-color: #ddd;
}

.light {
  color: #9b9b9b;
  margin-top: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 12px;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.wrapper-list-links {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 250px);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-logo {
    width: 200px
}

@media screen and (max-width: 767px) {
.wrapper-list-links {
  flex-flow: wrap;
  justify-content:center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.footer-logo {
    width: 150px;
    margin: 0 auto;
}
}


.div-block-16 {
  margin-bottom: 40px;
}

.wrap-content {
    width:calc(100% - 500px);
    padding-left: 500px;
}



.wrap-content.links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.field {
  border: 1px solid #fff;
  border-bottom-color: #bbb;
  height: 60px;
  margin-bottom: 45px;
  padding-left: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
}

.div-block-18 {
  flex: 0 auto;
  width: 30vw;
  margin-right: 10vw;
}

.button {
  background-color: #000;
  padding: 25px 55px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  transition: background-color .4s, box-shadow .4s, color .4s;
}

.button:hover {
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #000;
}

.link-block-2 {
  color: #9b9b9b;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  height: 60%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-2:hover {
  text-decoration: line-through;
}

.link-block-2.w--current {
  border-bottom-style: none;
  border-right: 2px #000;
  flex: 1;
  text-decoration: none;
}

.container {
  padding-top: 50px;
}

.body {
  background-color: #f0f0f0;
}

.div-block-20 {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 0;
  display: block;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
}

.div-block-24 {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.link-block-3 {
  color: #9b9b9b;
  border: 1px #e7e5e5;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-3:hover {
  color: #272727;
  background-color: #f8f8f8;
  box-shadow: inset 0 0 0 2px #000;
}

.image-8 {
  height: 23px;
  margin-bottom: 10px;
}

.heading-6 {
  color: #c3c3c3;
  margin-bottom: 50px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 32px;
  line-height: 66px;
}

.bold {
  color: #161616;
}

.text-block-3 {
  text-align: center;
  line-height: 16px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.alt-next {
  color: #9b9b9b;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 60px;
}

.div-block-25 {
  justify-content: space-between;
  width: 100vw;
  height: 20vh;
  display: flex;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  width: 100%;
  height: 100px;
  padding: 0;
  position: fixed;
  z-index: 1000;
    top: 0;
    left: 0;
    transition: all 0.3s
}

@media screen and (max-width: 767px) {
.navbar {
  height: 60px;
}
    
}

#home .navbar {
  background-color: rgba(255, 255, 255, 0);
-webkit-backdrop-filter: blur(0); backdrop-filter: blur(0);
    color: #fff;
}

#home .navbar.fixed {
  background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
    color: #000;
}

.navbar .nav-logo {
    position: absolute;
    top: 15px;
    left: 40px;
    transition: all 0.1s;
    width: 200px;
    z-index: 1200
}
#home .navbar .nav-logo {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 300px;
}
#home .navbar.fixed .nav-logo {
  width: 200px;
  top: 15px;
}
@media screen and (max-width: 767px) {
.navbar .nav-logo,#home .navbar .nav-logo,#home .navbar.fixed .nav-logo {
    width: 130px;
    top: 11px;
    left: 10px;
}
}




.brand {
  box-shadow: none;
  border-bottom: 1px #000;
  align-items: center;
  height: 90px;
  display: flex;
}

.brand:hover {
  box-shadow: none;
  border-bottom-style: none;
}

.brand.w--current, .brand.w--current:hover {
  box-shadow: none;
}

.link-nav {
  box-shadow: none;
  color: var(--white);
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 0 5px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: color .2s, box-shadow .2s;
}

/*.link-nav:hover, .link-nav.w--current {
  color: #000;
  box-shadow: inset 0 -3px rgba(0, 0, 0, .5);
}*/

.signature {
  margin-top: 50px;
  margin-bottom: 100px;
}

.div-block-26 {
  justify-content:space-between;
  align-items: flex-start;
  width: 80%;
    max-width: 1080px;
    margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
    flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
.div-block-26 {
  padding-top: 30px;
  padding-bottom: 20px;
   flex-wrap: wrap;
}
}


.footer-2 {
  background-color: #f3f3f3;
  justify-content: center;
  height: 60vh;
  display: block;
}

.small-p {
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.logo-footer {
  margin-bottom: 30px;
}

.nav-menu {
  display: flex;
    position: relative;
}
.nav-menu ul {
    display: flex;
    position: absolute;
    right: 20px;
    top: 40px;
}

.nav-menu li {
    margin: 0 15px;
    font-size: 1.4rem
}

@media screen and (max-width: 767px) {
.nav-menu {
  display: none;
}
.open .nav-menu {
  display: flex;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.94);
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}  
.nav-menu ul {
    display: flex;
    position: relative;
    right: auto;
    top: auto;
    flex-wrap: wrap;
    border-top: solid 1px #000;
    margin-top: 40px
}

    
    .open .nav-menu li {
        width: 100%;
        text-align: center;
        margin: 0;
        color: #000;
        border-bottom: solid 1px #000;
        padding: 30px 0
    }

}

.arrow {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.number {
  float: none;
  color: gray;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 60px;
  position: relative;
}

.number.zero {
  font-size: 20px;
}

.big-link {
  color: #000;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
  line-height: 80px;
}

.proj_body-wrap {
  text-align: center;
  width: 90vw;
}

._w-form {
  min-height: 400px;
}

.proj_body {
  text-align: left;
}

.proj_body h2, .proj_body p, .proj_body h4 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.proj_body figure {
  clear: none;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.proj_body figcaption {
  color: gray;
  margin-bottom: 20px;
}

.next-project {
  padding: 5vw;
}

.project-link {
  color: #fff;
    background-color: #0091db;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    display: inline-block;
    padding: 15px 20px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
.project-link {
  color: #fff;
    background-color: #0091db;
    display: inline-block;
    padding: 15px 20px;
}    
}

.project-link:hover {
  color: #fff;
  box-shadow: inset 0 -2px #fff;
}

.paragraph-2 {
  margin-bottom: 0;
}

.project-description {
  color: #7a7a7a;
  font-size: 18px;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.footer-links {
    font-size: 12px;
  margin-bottom: 20px;
  margin-right: 20px;
    color: #666
}



.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  width: 270px;
  height: 270px;
  margin-bottom: 15px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.team-member-position {
  margin-bottom: 20px;
    font-size: 13px;
}

.paragraph-3, .paragraph-4 {
  margin-bottom: 0;
}

.paragraph-5 {
  font-size: 12px;
    background-color: #ccc;
    padding: 0 5px;
    margin-bottom: 5px;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}


#w-node-b405b815-e902-ece1-fd9b-b3a8b20225df-f4a4629a, #w-node-b405b815-e902-ece1-fd9b-b3a8b20225e9-f4a4629a, #w-node-b405b815-e902-ece1-fd9b-b3a8b20225f3-f4a4629a, #w-node-bf79e76a-92c6-a424-c713-a4fa1f415491-f4a4629a, #w-node-_679066ad-2f15-fe83-01b1-9d00d0431376-f4a4629a, #w-node-_14a6adca-d7fe-8cec-9e98-c3b30aaa9dde-f4a4629a, #w-node-_261737f0-a032-ae10-96bf-f993be51661f-f4a4629a, #w-node-_8c8a60e9-cdc6-97b0-0af8-5bcc9e4d4419-f4a4629a, #w-node-fdeaadd7-033b-044f-fefb-84d313a2a13a-f4a4629a, #w-node-_823c61c0-fe4f-0a5e-4b68-a781960e6826-f4a4629a, #w-node-f52f5158-03a6-50d3-fcf8-4b873f4adc56-f4a4629a, #w-node-_63bd5b43-5acc-cf62-3517-0aec25eb27f0-f4a4629a, #w-node-cc3739d8-09f7-06db-ae3c-879f722d5727-f4a4629a, #w-node-e6b54f46-6b4d-8af0-8bfd-dba5dd9a9e23-f4a4629a, #w-node-b7af77eb-ce72-f2be-503a-89710febb1c1-f4a4629a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-b405b815-e902-ece1-fd9b-b3a8b20225df-f4a4629a {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}


/* ニュースセクション全体のスタイル */
.news-wrap {
  background-color: #fff;
  position: relative;
  z-index: 5;
}

.news-block {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}

/* フレックスレイアウト */
.news-flex {
  display: flex;
  justify-content: space-between;
}

/* 左カラム - タイトルとボタン */
.news-left {
  width: 240px
}

.news-title-block {
  margin-bottom: 30px;
	margin-left: 15px;
}

.h2sub {
  font-size: 11px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}

h2.news-title {
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.25em;
}

/* 右カラム - ニュースリスト */
.news-right {
  width: calc(100% - 240px);
  border-top: solid 1px #cccccc;
}

/* ニュースアイテム */
.news-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: solid 1px #cccccc;
}

.news-archive {
border-top: solid 1px #cccccc;
}

.news-single {

}

/* 日付部分 */
.news-date {
  flex: 0 0 90px;
  text-align: center;
  color: #333333;
  line-height: 1.3;
  font-weight: 400
}

.news-date .year {
  font-size: 11px;
}

.news-date .date {
  font-size: 18px;
}

/* タグ部分 */
.news-tags {
  flex: 0 0 100px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-right: 15px;
}

.tag {
  text-align: center;
  padding: 9px 10px;
  border-radius: 4px;
  font-size: 11px;
  color: #fff;
  line-height: 1
}

.tag.environment, .tag.welfare, .tag.it, .tag.global {
  background-color: #4CB5E8;
}

.tag.news, .tag.event, .tag.recruit {
  background-color: #E8F4FA;
  color: #4CB5E8;
}

/* コンテンツ部分 */
.news-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}

.news-content .news-title {
  flex: 1;
  font-size: 14px;
  line-height: 1.5
}

.icon-link {
  flex: 0 0 40px;
  text-align: right;
}

.icon {
  width: 25px;
  height: auto;
  object-fit: contain;
}

/* ニュース一覧ボタン */

.btn-block {
margin: 40px 0 0;
text-align: center;
}

.view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0093d0;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  background-image: url("../images/icon_03_w.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center right 7px;
  min-width: 180px;
}

.view-all-icon {
  margin-left: 5px;
  background-color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-all-icon svg {
  width: 14px;
  height: 14px;
  fill: #0093d0;
}

/* PC用・SP用ボタンの表示制御 */
.btn-sp {
  display: none;
}

  /* ニュースアイテムのレイアウト調整 */
  .news-single .news-item {
    display: block;
    position: relative;
    padding: 10px 0;
	border-bottom: none;
  }
  
  /* 日付とタグを横並びに */
  .news-single .news-date, .news-single .news-tags {
    margin-bottom: 10px;
  }
  
  /* 日付部分の調整 */
  .news-single .news-date {
    display: flex;
    align-items: center;
    position: absolute;
    top: 25px;
    left: 0;
  }
  
  .news-single .news-date .year, .news-single .news-date .date {
    font-size: 16px;
    font-weight: normal;
  }
  
  /* 年と日付の間にピリオドを追加 */
  .news-single .news-date .year::after {
    content: ".";
  }
  
  /* タグ部分の調整 */
  .news-single .news-tags {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 21px;
    left: 115px; /* 日付の幅に合わせて調整 */
    gap: 5px;
  }
  
 .news-single .tag {
  padding: 8px 10px
}
  
 .news-single .news-content {
  display: block;
  padding-right: 0;
  margin-top: 60px
  
}

  .news-single .news-title {
  font-size: 22px;
  line-height: 1.5;
 	margin-bottom: 50px;
	font-weight: 600
  }

  .news-single .news-article {
  font-size: 15px;
  line-height: 1.5;
  }  
  .news-single .news-content a {
  color: #0093d0;
  text-decoration: underline
  }

/* モバイル用スタイル */
@media screen and (max-width: 767px) {
.btn-block {
width: 80%;
margin: 40px auto 0;
text-align: center;
}

  .news-block {
    padding: 30px 0 50px 0;
  }
  
  .news-flex {
    display: block;
  }
  
  .news-left {
    width: 100%;
    margin-top: 0;
  }
  
  .news-title-block {
    text-align: center;
    margin-bottom: 20px;
	margin-left: 0;
  }
  
  h2.news-title {
    font-size: 25px;

  }
  
  .h2sub {
    font-size: 10px;
  }
  
  .news-right {
    width: 100%;
    border-top: solid 1px #cccccc;
    margin-top: 30px;
  }
  
  /* ニュースアイテムのレイアウト調整 */
  .news-item {
    display: block;
    position: relative;
    padding: 20px 0;
  }
  
  /* 日付とタグを横並びに */
  .news-date, .news-tags {
    margin-bottom: 10px;
  }
  
  /* 日付部分の調整 */
  .news-date {
    display: flex;
    align-items: center;
    position: absolute;
    top: 24px;
    left: 0;
  }
  
  .news-date .year, .news-date .date {
    font-size: 13px;
    font-weight: normal;
  }
  
  /* 年と日付の間にピリオドを追加 */
  .news-date .year::after {
    content: ".";
  }
  
  /* タグ部分の調整 */
  .news-tags {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 20px;
    left: 93px; /* 日付の幅に合わせて調整 */
    gap: 5px;
  }
   .news-single .news-tags {
   left: 96px; /* 日付の幅に合わせて調整 */
   }
  
  .tag {
  padding: 7px 10px;
    font-size: 10px;
	line-height: 1
  }
  
  /* コンテンツ部分を下に配置 */
  .news-content {
    margin-top: 40px; /* 日付とタグの高さ分のマージン */
    width: 100%;
  }
  
  .news-content .news-title {
    font-size: 13px;
  }
  
  /* PC用ボタンを非表示、SP用ボタンを表示 */
  .btn-pc {
    display: none;
  }
  
  .btn-sp {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  
  .view-all {
    display: inline-flex;
    width: 100%;
  }
  
   .news-single .news-title {
  font-size: 17px;
 	margin-bottom: 30px;
  }
   .news-single .news-date .year, .news-single .news-date .date {
    font-size: 14px;
  }
 .news-single .tag {
  padding: 7px 10px;
}
}


