section.top-main {
  background: rgb(0, 0, 0);
  background: linear-gradient(60deg, rgba(0, 0, 0, 1) 2%, rgba(27, 20, 100, 1) 45%, rgba(54, 59, 135, 1) 70%, rgba(107, 120, 153, 1) 100%);
  height: 100vh;
  position: relative; 
  line-height: 0;
}

section.top-main .wrapper {
  width: 100%;
  height: 100%;  
  overflow: hidden;
  position: relative; 
}

.ebisu-face {
  position: absolute;
  width: 55%;
  right: -28%;
  top: 5%;
  z-index: 99;
}

.ebisu-name {
  position: absolute;
  width: 28%;
  left: 5%;
  bottom: 15%;
  z-index: 99;
}

.copy {
  position: absolute;
  color: #fff;
  font-size: 2.4vw;
  line-height: 1.4;
  letter-spacing: 2px;
  top: 25%;
  left: 23%;
  z-index: 99;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: bold;
}

.bg-line {
  width: 250px;
  height: 2000px;
  background-color: rgb(0 84 167 / 50%);
  transform: rotate(35deg);
  position: absolute;
  top: -300px;
  left: 25%;
}

/* 背景の波線？ */
.under-line {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.under-line img {
  width: 100%;
  height: auto;
}


.intro-company {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 135px;
}

.intro-company .illust {
  width: 30%;
}

.intro-company .illust img {
  width: 75%;
}

.intro-company .wrap {
  width: 70%;
  position: relative;
}

.intro-company .wrap .img {
  position: absolute;
  width: 100%;
  top: -150px;
  left: -55px;
}

.intro-company .wrap .img.under {
  position: absolute;
  bottom: -102px;
  top: auto;
  left: auto;
  width: 80%;
}

.intro-company .wrap .text {
  padding: 0px;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

.works {
  margin-top: 150px;
}

.works .list-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.works .list-wrap .item {
  width: 30%;
}

.works .list-wrap .item .img {
  width: 65%;
  height: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.works .list-wrap .item p.ttl {
  text-align: center;
  margin: 15px 0;
  font-size: 22px;
  color: #0054a7;
}

.works .list-wrap .item .text {
  line-height: 1.4;
}

section.under2 {
  margin: 75px 0;
}

section.under2 .wrapper {
  background: rgb(0, 84, 167);
  background: -moz-linear-gradient(top, rgba(0, 84, 167, 1) 0%, rgb(0 118 197) 33%, rgb(0 96 176 / 55%) 74%, rgb(1 101 181 / 19%) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 84, 167, 1) 0%, rgb(0 118 197) 33%, rgb(0 96 176 / 55%) 74%, rgb(1 101 181 / 19%) 100%);
  background: linear-gradient(to bottom, rgba(0, 84, 167, 1) 0%, rgb(0 118 197) 33%, rgb(0 96 176 / 55%) 74%, rgb(1 101 181 / 19%) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0054a7', endColorstr='#85e6f7', GradientType=0);
  padding: 50px 0;
  position: relative;
}

section.under2 .wrapper .company-bg {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

section.under2 .wrapper .inner2 {
  z-index: 2;
}

section.under2 .wrapper .title,
section.under2 .wrapper p.text {
  color: #fff;
}

section.under2 .wrapper p.text {
  line-height: 1.4;
  font-size: 20px;
}

section.under2 .wrapper .company {
  margin-bottom: 50px;
}

section.infomation{
  padding-top: 100px;
  margin-bottom: 75px;
}
section.contact {
  margin-bottom: 75px;
}
/* 
section.infomation .info {
  margin-bottom: 30px;
}

section.infomation .info .item {
  display: flex;
  position: relative;
  margin: 10px 0;
  padding: 0 15px;
  align-items: center;
  line-height: 1.4;
}

section.infomation .info .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.infomation .info .breakline {
  position: relative;
  height: 1px;
}

section.infomation .info .item .date,
section.infomation .info .item .ttl {
  padding: 10px 0;
}

body section.infomation .info .item .date {
  border-right: 1px solid #0255a6;
  padding-right: 10px;
  margin-right: 10px;
}

section.infomation .info .breakline::before {
  content: "";
  background-image: linear-gradient(to right, #0054a7, #0054a7 10px, transparent 10px, transparent 18px);
  background-size: 18px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
} */


p.jo {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}



.works .list-wrap .item .img img {
  width: 100%;
}