 * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.fun_list h2{
    font-size: 25px;
}
.flex-item h2{
    font-size: 25px;
}
.post_content p{
    line-height: unset !important; 
    margin: unset !important; 
    word-wrap: unset !important;
}
a{
    text-decoration: none;
}
body {
    font-family: 'Meiryo', Arial, sans-serif;
    line-height: 1.6;
}

.content-section{
    background-color: black;
    background-image:
      linear-gradient(#595959 1px, transparent 1px),
      linear-gradient(90deg, #595959 1px, transparent 1px);
    background-size: 20px 20px;
    padding-top: 150px;
}
.title_business{
    color: white; 
    text-align: center; 
    font-size: 50px !important;
    padding-bottom: 50px !important;
}
.content-section >div{
    max-width: 1256px;
    margin: auto;
}
.card-container{
    display: flex;
    justify-content: space-between;
    padding-bottom: 127px;
}
.card{
    position: relative;
}
.card-image{
    width: 600px;
    height: 400px;
}
.card-content{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    bottom: 34px;
    padding-left: 50px;
    padding-right: 50px;
}
.card-title{
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    font-size: 37px !important;
}
.card-content img{
    width: 64px;
    height: 64px;
}
.hero-section{
    background-image: url(https://www.ntecsystem.co.jp/saiyo/wp-content/themes/massive_tcd084/img/bg-hero.jpg);
    background-size: cover;
    padding-bottom: 88px;
    padding-top: 440px;
}
.main-text{
    color: white; 
    text-align: center; 
    font-size: 50px;
    padding-bottom: 50px;
    font-weight: bold;
    padding-bottom: 85px;
    line-height: unset !important;
    margin: unset !important;
    word-wrap: unset !important;
} 
.text-box{
    background-color: white;
    width: 470px;
    text-align: center;
    padding-top: 33px;
    padding-bottom: 33px;
    color: black;
}
.text-box p{
    font-size: 29px;
    font-weight: bold;
    line-height: unset;
    margin: unset;
    word-wrap: unset;
}
.text-box .span{
    font-size: 14px;
}
.box-group{
    display: flex;
    justify-content: center;
    gap: 115px;
}
.flex-section{
    background-color: whitesmoke;
}
.flex-section>div{
    display: flex;
    max-width: 1150px;
    margin: auto;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
}
.flex-item{
    text-align: center;
}
.flex-item h2{
    margin: unset !important;
}
.fun_list h2{
    margin: unset !important;
}
.fun{
   background-color: white; 
}
.fun>div{
    max-width: 1300px;
    padding-top: 77px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
    gap: 36px;
    margin: auto;
}
.fun_list{
    position: relative;
}
.fun_list>img{
    width: 628px;
    height: 408px;
}
.fun_list>div{
    position: absolute;
    width: 100%;
    margin: auto;
    bottom: 37px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    color: white;
}
info-boxes{
	padding-bottom: 20px;
}
.info-boxes>div{
    max-width: 1440px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.info-box{
    width: 325px;
    height: 200px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    color: white;
}
.info-box h3{
    font-size: 25px;
    color: white;
}
.info-box p{
    font-size: 13px;
    color: white;
}
.green{
    background-color: #349e6d;
}
.blue{
    background-color: #325AA1;
}
.red{
    background-color: #A41630;
}
.black{
    background-color: #676766;
}
.green img{
    width: 113px;
    height:100px; 
}
.blue img{
    width: 70px;
    height: 100px; 
}
.red img{
    width: 43px;
    height: 100px; 
}
.black img{
    width:86px;
    height: 76px;
}
.flex-item-red:hover{
    color: #c86060;
}
.flex-item-blue:hover{
    color: #637ab0;
}
.flex-item-yellow:hover{
    color: #f1b469;
}
@media screen and (max-width:1440px) {
    .content-section >div{
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-section{
        padding-top: 100px;
    }
    .card-container{
        padding-bottom: 70px;
    }
    .hero-section{
        padding-top: 200px;
    }
    .card-image{
        width: 44vw;
        height: auto;
    }
    .fun>div{
        padding-right: 20px;
        padding-left: 20px;
    }
    .fun_list>img{
        width: 44vw;
        height: auto;
    }
    .info-boxes>div{
        flex-wrap: wrap;
        padding-right: 20px;
        padding-left: 20px;
    }
    .text-box{
        width: 350px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .flex-item img{
        width: 250px;
    }
    .flex-section>div{
        padding-left: 20px;
        padding-right: 20px;
    }
    .info-box{
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 23vw;
        height: 150px;
    }
    .info-box h3{
        font-size: 15px !important;
    }
    .card-title{
        font-size: 31px !important;
    }
}
@media screen and (max-width:993px) {
    .info-box{
        width: 325px;
    }
    .info-box h3{
        font-size: 25px !important;
    }
    
}
@media screen and (max-width:1024px) {
    .content-section{
        padding-top: 60px;
    }
    .title_business{
        padding-bottom: 20px !important;
        font-size: 40px !important;
    }
    .card-container{
        padding-bottom: 30px;
    }
    .hero-section{
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .card-image{
        width: 44vw;
        height: auto;
    }
    .fun>div{
        padding-right: 20px;
        padding-left: 20px;
    }
    .fun_list>img{
        width: 43vw;
        height: auto;
    }
    .info-boxes>div{
        flex-wrap: wrap;
        padding-right: 20px;
        padding-left: 20px;
    }
    .text-box{
        width: 300px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .flex-item img{
        width: 200px;
        height: 190px;
    }
    .card-title{
        font-size: 24px !important;
    }
    .card-content img{
        width: 30px;
        height: 30px;
    }
    .main-text{
        font-size: 40px;
    }
    .text-box p{
        font-size: 24px;
    }
    .fun_list>div{
        bottom: 30px;
    }
}
@media screen and (max-width:768px) {
    .fun_list>div{
        bottom: 10px;
    }
    .card-content{
        bottom: 20px;
    }
    .card-container{
        display: block;
    }
    .flex-section>div{
        display: block;
    }
    .fun>div{
        display: block;
    }
    .box-group{
        display: block;
    }
    .card-image{
        width: 100%;
    }
    .hero-section{
        padding-right: 15px;
        padding-left: 15px;
    }
    .text-box{
        margin: auto;
        margin-bottom: 20px;
    }
    .fun_list>img{
        width: 100%;
        height: auto;
    }
    .info-boxes>div a{
        margin: auto;
    }
    .title_business{
        font-size: 30px !important;
    }
    .content-section{
        padding-top: 30px;
    }
    .card-content{
        padding-right: 30px;
        padding-left: 30px;
    }
    .main-text{
        font-size: 30px;
    }
    .text-box p{
        font-size: 20px;
    }
    .text-box{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .hero-section{
        padding-top: 40px;
        padding-bottom: 15px;
    }
    .main-text{
        padding-bottom: 20px;
    }
    .card-container{
        padding-bottom: 15px;
    }
    .flex-item h2{
        font-size: 20px;
    }
    .flex-item img{
        width: 100%;
        height: auto;
    }
    .fun_list h2{
        font-size: 20px;
    }
    .fun>div{
        padding-left: 15px;
        padding-left: 15px;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .info-boxes>div{
        padding-right: 15px;
        padding-bottom: 15px;
    }
}