body {
    margin: 0;
    font-family: 'Yusei Magic', sans-serif;
}

.container {
    margin: 0 auto;
}

a {
    color: white;
}

header {
    width: 100%;
    background-color: rgba(34, 49, 52, 0.9);
    height: 70px;
    position: fixed;
    z-index: 10;
    top:0px;
}

.header-wrapper {
    padding:10px 20px 10px 20px;
}

.header-left {
    float:left;
}

.header-list li {
    list-style: none;
    float: left;
    padding-left: 50px;
    color: white;
}

.top-wrapper {
    height: 1200px;
    background-image: url("top.jpg");
    z-index: 1;
}

.title-text {
    text-align: left;
    padding: 300px 0px 100px 30px;

}

.title-text span {
    color: #28C5C7;
    font-size: 90px;
}

.title-text h1 {
    font-size: 70px;
    color: white;
    z-index: 1;
}

.title-text h2 {
    font-size: 50px;
    color: #fefae0;
    line-height: 0;
}

.title-text p {
    font-size:24px;
    color: #fefae0;
    line-height: 0;
}

.company-wrapper {
    height: 600px;
}

.company-disc {
    padding-top: 30px;
    padding-left: 80px;
    margin: 0 auto;
}

.company-disc-left {
    padding:0px 40px 0 40px;
    float: left;
}

.company-disc-left {
    padding:0px 40px 0 40px;
    float: left;
}



table {
    text-align: left;   
}

th {
    height: 60px;
    width: 150px;
     font-weight: normal;
}

td {
    height: 30px;
    width: 300px;
}



.block-title {
    text-align: left;
    padding-top: 30px;  
    padding-left: 80px;
}

.block-title h2 {
    font-size: 30px;
    line-height: 0;
}

.block-title p {
    font-size: 12px;
    line-height: 0;
}

.content-wrapper {
	display: flex;
	flex-direction: column;
    align-items: flext-start;
    background-color: #F3F3F3;
}

.content-wrapper h1 {
    font-size: 65px;
    color: #28C5C7;
}


.content-container {
	display: flex;
    padding: 0 5%;  /* 左右のpaddingを追加 */
    justify-content: space-between;	
	width: 90%;  /* 幅を90%に変更 */
    margin: 0 auto;  /* 中央揃え */
}


.content-left {
	width: 45%;
	margin: 0 2.5%;
}

.content-right {
	width: 45%;
	margin: 0 2.5%;
}


.item-wrapper {
    height: auto;
    background-color: white;
    border-top: #F3F3F3 solid 1px;
    border-bottom: #F3F3F3 solid 1px;
}


.items {
    display: flex; /* 子要素（.item）を横に並べる */
    flex-wrap: wrap; /* 必要ならばアイテムを次の行に折り返す */
    justify-content: space-between; /* アイテム間のスペースを均等にする */
    margin: 0 80px; /* 追加 */
}

.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 25%;
  position: relative; /* 追加 */
}

.item-logo {
  position: relative;
}


.item-logo img {
  width: 100%;
}

.item-logo p {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 0;
  margin-bottom: 10px;
  font-size: 1.1rem; /* 追加 */
}


.item-text {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 25%;
  position: relative; /* 追加 */
}

.item p {
  width: 80%;
  margin: 0 auto;
  padding-top: 40px;
  position: relative; /* 追加 */
  z-index: 1; /* 追加 */
}


.access-wrapper {
    height: 600px;
    background-color: #white;
    border-top: #F3F3F3, solid, 1px;
    border-bottom: #F3F3F3, solid, 1px;
}

.aceess-mapbox {
    position: absolute;
    text-align: center;     
}

footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    color: #212529;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
}

.footer-section {
    flex: 1;
    margin: 0 10px;
}

.footer-section h3 {
    margin-bottom: 15px;
}

.footer-section p, .footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul {
    padding-left: 0;
    list-style-type: none;
}

.footer-section ul li a {
    color: #212529;
    text-decoration: none;
}

.footer-section img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
