@charset "UTF8";

/*-------------------
スマホ縦
-------------------*/
@media screen and (max-width: 480px){

main{
    height: 2600px;
}

#top-image-video-area{
    width: 100%;
}

#top-image-video-area video{
    width: 100%;
    position: relative;
    z-index: -2;
}

#page-info-area{
    width: 100%;
    height: 70vh;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 0;
}

#page-info-title{
    width: 60%;
    margin: 0 auto;
    padding: 1% 0;
    background-color: #f4fafc;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -40%);
    border-radius: 50px;
}

#page-info-title h2{
    font-size: 4vw;
    line-height: 5vw;
    color: #3ca5cb;
    text-align: center;
    letter-spacing: 10%;
}

#page-info-comment-area{
    width: 100%;
    position: absolute;
    margin-top: 3%;
}

#page-info-comment-area-inner{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.item{
    position: relative;
    padding: 10px 20px;
}

.item p{
    font-size: 3vw;
    line-height: 5vw;
    letter-spacing: 25%;
        
}

.item:first-child:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;
    /* height: 100%; */
    border-top: 50px solid #000;
    transform: rotate(-45deg);
    transform-origin: top left;
}

.item:last-child:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5%;
    /* height: 100%; */
    border-top: 50px solid #000;
    transform: rotate(45deg);
    transform-origin: top left;
}

#industry-photo-area{
    width: 100%;
    position: absolute;
    margin-top: 5%;
}

#industry-photo-back-area{
    width: 90%;
    margin: 0 auto;
    height: 40vh;
    background-color: #3ca5cb;
    position: absolute;
    top: 15vh;
    left: 5%;
    z-index: -1;
}

#industry-photo-box{
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 10vh;
    left: 10%;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2vh;
    justify-content: space-between;
    align-items: center;
}

.hover-up{
    width: 100%;
}

.hover-up:hover{
    transform: translateY(-10%) !important;
}

.industry-list-photo{
    width: 47%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.industry-list-photo:hover{
    transform: translateY(-10px);
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
}

.industry-list-photo img{
    width: 100%;    
    cursor: pointer;
    box-shadow: 4px 4px 2px #6f6154;
}

#new-info-area{
    width: 100%;
    height: 30vh;
    background-color: #3ca5cb;
    position: relative;
    z-index: -1;
}

#new-info-title{
    width: 40%;
    margin: 0 auto;
    padding: 1%;
    background-color: #f4fafc;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#new-info-title h2{
    font-size: 4vw;
    line-height: 6vw;
    text-align: center;
    letter-spacing: 30%;
}

#new-info-contents{
    width: 80%;
    background-color: #3ca5cb;
    position: absolute;
    top: 25%;
    left: 10%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 0;
}

#new-info-english{
    width: 5%;
    writing-mode: vertical-rl;
}

#new-info-english p{
    font-size: 3.3vw;
    line-height: 5vw;
    color: #fff;
    font-weight: bold;
    letter-spacing: 9%;
}

#new-info-list-area{
    width: 95%;
    background-color: #fff;
    padding: 1%;
}

#new-info-list-area dl{
    width: 100%;
    margin: 0;
    padding: 0 3% 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#new-info-list-area dt{
    width: 30%;
    border-bottom: 1px solid #000;
    font-size: 2.5vw;
    line-height: 5vw;
}

#new-info-list-area dd{
    width: 70%;
    border-bottom: 1px solid #000;
    margin: 0;
    font-size: 2.5vw;
    line-height: 5vw;
}

#about-original-area{
    width: 100%;
    height: 400px;
    position: relative;
    z-index: -1;
}

#about-original-backimage{
    width: 100%;
    height: 400px;
    background-image: url("../img/top/about_original_back_image.png");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    position: absolute;
    top: 0;
    z-index: -2;
}

#about-original-backbox{
    width: 60%;
    height: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #3ca5cb;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#about-original-contents{
    width: 100%;
    height: 385px;
    position: absolute;
    top: 2vh;
    z-index: 0;
}

#about-original-title{
    width: 90%;
    margin: 0 auto 5%;
}

#about-original-title h2{
    font-size: 4vw;
    line-height: 5vw;
    text-align: center;
}

#about-original-list-area{
    width: 90%;
    margin: 0 auto;
}

#about-original-list-area dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#about-original-list-area dt{
    width: 5%;
    font-size: 20vw;
    font-weight: bold;
    line-height: 8vw;
    color: #3ca5cb;
    margin-right: 1%;
    margin-bottom: 3%;
}

#about-original-list-area dd{
    width: 80%;
    font-size: 3vw;
    line-height: 5vw;
    background-color: #fff;
    border: 5px solid #2c7d93;
    border-radius: 20px;
    padding: 5%;
    margin-bottom: 3%;
    margin-left: 10%;
}

#industry-area{
    width: 100%;
    height: 1070px;
    position: relative;
    z-index: 0;
}

#industry-area-title{
    width: 100%;
    margin: 10% auto 0;
    height: 80px;
    display: flex;
    align-items: center;
}

#industry-area-title h2{
    width: 100%;
    padding: 0 25%;
    font-size: 6vw;
    line-height: 5vw;
    text-align: center;
    display: inline-block;
    position: relative;
}

/* 左側の線 */
h2#industry-area-title-text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 35%;       /* 線の太さ */
    height: 3px;      /* 線の長さ（高さ） */
    background-color: #3ca5cb; /* 線の色 */
    transform: translateY(-50%);
}

/* 右側の線 */
h2#industry-area-title-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 35%;
    height: 3px;
    background-color: #3ca5cb;
    transform: translateY(-50%);
}

#industry-contents-area{
    width: 100%;
    min-height: 880px;
    position: relative;
    z-index: 0;
    margin: 10vh 0;
}

#industry-contents-area-back-octagon{
    width: 100%;
    height: 880px;
    background-image: url("../img/top/octagon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    z-index: 0;
}

#industry-contents-area-back-left{
    width: 50%;
    height: 470px;
    background-color: #96d4e7;
    position: absolute;
    top: -3%;
    left: 0;
    z-index: -2;
}

#industry-contents-area-back-right{
    width: 50%;
    height: 470px;
    background-color: #96d4e7;
    position: absolute;
    bottom: -3%;
    right: 0;
    z-index: -2;
}

#industry-list-area{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2vh;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -10%;
    left: 5%;
}

article.card{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 2%;
    background-color: #fff;
    box-shadow: 4px 4px 2px #6f6154;
    cursor: pointer;
}

article.card:hover {
    transform: translateY(-10%) !important;
}

.card-alphabet{
    width: 5%;
    position: relative;
    writing-mode: vertical-rl;
}

.card-alphabet-line{
    width: 50%;
    height: 100%;
    position: absolute;
    left: -3%;
    background-color: rgba(60, 165, 203, 0.3);
}

.card-alphabet p{
    padding-right: 1%;
    font-size: 2.5vw;
}

.industry-detail-area{
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-right: 5%;
}

.industry-name{
    width: 100%;
    padding-bottom: 1%;
    border-bottom: 2px solid #3ca5cb;
}

.industry-name h4{
    font-size: 3vw;
    line-height: 5vw;
    margin: 0;
    padding-bottom: 2%;
}

.industry-detail{
    width: 100%;
    display: flex;
    margin-top: 5%;
}

.industry-detail-vertical-line{
    width: 5%;
    background-color: #3ca5cb;
}

.industry-detail-contents{
    width: 95%;
    display: flex;
    flex-direction: column;
}

.industry-detail-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.industry-detail-text{
    text-align: left;
}

.industry-detail-text p{
    font-size: 3vw;
    line-height: 5vw;
}

.industry-detail-icon{
    width: 15%;
    margin-left: 10%;
}

.industry-detail-icon img{
    width: 100%;
    vertical-align: middle;
}

.industry-photo{
    width: 45%;
}

.industry-photo img{
    width: 100%;
}

}
/*-------------------
スマホ横
-------------------*/
@media screen and (min-width: 481px) and (max-width: 896px) {

main{
    height: 540vh;
}

#top-image-video-area{
    width: 100%;
}

#top-image-video-area video{
    width: 100%;
    position: relative;
    z-index: -2;
}

#page-info-area{
    width: 100%;
    height: 90vh;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 0;
}

#page-info-title{
    width: 50%;
    margin: 0 auto;
    background-color: #f4fafc;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
}

#page-info-title h2{
    font-size: 3vw;
    line-height: 5vw;
    color: #3ca5cb;
    text-align: center;
    letter-spacing: 10%;
}

#page-info-comment-area{
    width: 100%;
    position: absolute;
    margin-top: 3%;
}

#page-info-comment-area-inner{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.item{
    position: relative;
    padding: 10px 20px;
}

.item p{
    font-size: 1.5vw;
    letter-spacing: 25%;
    line-height: 2vw;
}

.item:first-child:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;
    /* height: 100%; */
    border-top: 50px solid #000;
    transform: rotate(-45deg);
    transform-origin: top left;
}

.item:last-child:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5%;
    /* height: 100%; */
    border-top: 50px solid #000;
    transform: rotate(45deg);
    transform-origin: top left;
}

#industry-photo-area{
    width: 100%;
    position: absolute;
    margin-top: 7%;
}

#industry-photo-back-area{
    width: 90%;
    margin: 0 auto;
    height: 30vh;
    background-color: #3ca5cb;
    position: absolute;
    top: 20vh;
    left: 5%;
    z-index: -1;
}

#industry-photo-box{
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 6vh;
    left: 10%;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4vh;
    justify-content: space-between;
    align-items: center;
}

.hover-up{
    width: 100%;
}

.hover-up:hover{
    transform: translateY(-10%) !important;
}

.industry-list-photo{
    width: 23%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.industry-list-photo:hover{
    transform: translateY(-10px);
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
}

.industry-list-photo img{
    width: 100%;    
    cursor: pointer;
    box-shadow: 4px 4px 2px #6f6154;
}

#new-info-area{
    width: 100%;
    height: 80vh;
    background-color: #3ca5cb;
    position: relative;
    z-index: -1;
}

#new-info-title{
    width: 30%;
    margin: 0 auto;
    padding: 1%;
    background-color: #f4fafc;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#new-info-title h2{
    font-size: 2vw;
    line-height: 2vw;
    text-align: center;
    letter-spacing: 30%;
}

#new-info-contents{
    width: 70%;
    background-color: #3ca5cb;
    position: absolute;
    top: 25%;
    left: 15%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 0;
}

#new-info-english{
    width: 5%;
    writing-mode: vertical-rl;
}

#new-info-english p{
    font-size: 2.3vw;
    line-height: 3vw;
    color: #fff;
    font-weight: bold;
    letter-spacing: 7%;
}

#new-info-list-area{
    width: 95%;
    background-color: #fff;
    padding: 1%;
}

#new-info-list-area dl{
    width: 100%;
    margin: 0;
    padding: 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#new-info-list-area dt{
    width: 30%;
    border-bottom: 1px solid #000;
    font-size: 1.5vw;
    line-height: 3vw;
}

#new-info-list-area dd{
    width: 70%;
    border-bottom: 1px solid #000;
    margin: 0;
    font-size: 1.5vw;
    line-height: 3vw;
}

#about-original-area{
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: -1;
}

#about-original-backimage{
    width: 100%;
    height: 90vh;
    background-image: url("../img/top/about_original_back_image.png");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    position: absolute;
    top: 0;
    z-index: -2;
}

#about-original-backbox{
    width: 60%;
    height: 70vh;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #3ca5cb;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#about-original-contents{
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 5vh;
    z-index: 0;
}

#about-original-title{
    width: 50%;
    margin: 0 auto;
}

#about-original-title h2{
    font-size: 2vw;
    line-height: 5vw;
    text-align: center;
}

#about-original-list-area{
    width: 90%;
    margin: 0 auto;
}

#about-original-list-area dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#about-original-list-area dt{
    width: 5%;
    font-size: 8vw;
    font-weight: bold;
    line-height: 8vw;
    color: #3ca5cb;
    margin-right: 1%;
    margin-bottom: 3%;
}

#about-original-list-area dd{
    width: 90%;
    font-size: 2vw;
    line-height: 3vw;
    background-color: #fff;
    border: 5px solid #2c7d93;
    border-radius: 15px;
    padding: 2%;
    margin-bottom: 3%;
    margin-left: 0;
}

#industry-area{
    width: 100%;
    height: 150vh;
    position: relative;
    z-index: 0;
}

#industry-area-title{
    width: 100%;
    margin: 5% auto 0;
    height: 10vh;
}

#industry-area-title h2{
    width: 100%;
    padding: 0 25%;
    font-size: 2vw;
    line-height: 5vw;
    text-align: center;
    display: inline-block;
    position: relative;
}

/* 左側の線 */
h2#industry-area-title-text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40%;       /* 線の太さ */
    height: 3px;      /* 線の長さ（高さ） */
    background-color: #3ca5cb; /* 線の色 */
    transform: translateY(-50%);
}

/* 右側の線 */
h2#industry-area-title-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 40%;
    height: 3px;
    background-color: #3ca5cb;
    transform: translateY(-50%);
}

#industry-contents-area{
    width: 100%;
    min-height: 130vh;
    position: relative;
    z-index: 0;
    margin: 10vh 0;
}

#industry-contents-area-back-octagon{
    width: 100%;
    height: 130vh;
    background-image: url("../img/top/octagon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    z-index: 0;
}

#industry-contents-area-back-left{
    width: 50%;
    height: 65vh;
    background-color: #96d4e7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

#industry-contents-area-back-right{
    width: 50%;
    height: 65vh;
    background-color: #96d4e7;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}

#industry-list-area{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 4vh;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -10%;
    left: 5%;
}

article.card{
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 2%;
    background-color: #fff;
    box-shadow: 4px 4px 2px #6f6154;
    cursor: pointer;
}

article.card:hover {
    transform: translateY(-10%) !important;
}

.card-alphabet{
    width: 5%;
    position: relative;
    writing-mode: vertical-rl;
}

.card-alphabet-line{
    width: 50%;
    height: 100%;
    position: absolute;
    left: -20%;
    background-color: rgba(60, 165, 203, 0.3);
}

.card-alphabet p{
    font-size: 1.2vw;
}

.industry-detail-area{
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-right: 5%;
}

.industry-name{
    width: 100%;
    padding-bottom: 1%;
    border-bottom: 2px solid #3ca5cb;
}

.industry-name h4{
    font-size: 1.8vw;
    line-height: 2vw;
    margin: 0;
    padding-bottom: 2%;
}

.industry-detail{
    width: 100%;
    display: flex;
    margin-top: 5%;
}

.industry-detail-vertical-line{
    width: 5%;
    background-color: #3ca5cb;
}

.industry-detail-contents{
    width: 95%;
    display: flex;
    flex-direction: column;
}

.industry-detail-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.industry-detail-text{
    text-align: left;
}

.industry-detail-text p{
    font-size: 1.3vw;
    line-height: 2vw;
}

.industry-detail-icon{
    width: 15%;
    margin-left: 10%;
}

.industry-detail-icon img{
    width: 100%;
    vertical-align: middle;
}

.industry-photo{
    width: 45%;
}

.industry-photo img{
    width: 100%;
}

}
/*-----------------------
 タブレットスタイル(縦)
-------------------------*/
@media screen and (min-width: 897px) and (max-width: 1024px) {

main{
    height: 205vh;
}

#top-image-video-area{
    width: 100%;
}

#top-image-video-area video{
    width: 100%;
    position: relative;
    z-index: -2;
}

#page-info-area{
    width: 100%;
    height: 35vh;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 0;
}

#page-info-title{
    width: 50%;
    margin: 0 auto;
    background-color: #f4fafc;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
}

#page-info-title h2{
    font-size: 3vw;
    line-height: 5vw;
    color: #3ca5cb;
    text-align: center;
    letter-spacing: 10%;
    margin: 0;
}

#page-info-comment-area{
    width: 100%;
    position: absolute;
    margin-top: 3%;
}

#page-info-comment-area-inner{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.item{
    position: relative;
    padding: 10px 20px;
}

.item p{
    font-size: 1.6vw;
    letter-spacing: 25%;
    line-height: 2vw;
}

.item:first-child:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;
    /* height: 100%; */
    border-top: 50px solid #000;
    transform: rotate(-45deg);
    transform-origin: top left;
}

.item:last-child:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5%;
    /* height: 100%; */
    border-top: 50px solid #000;
    transform: rotate(45deg);
    transform-origin: top left;
}

#industry-photo-area{
    width: 100%;
    position: absolute;
    margin-top: 5%;
}

#industry-photo-back-area{
    width: 90%;
    margin: 0 auto;
    height: 11vh;
    background-color: #3ca5cb;
    position: absolute;
    top: 10vh;
    left: 5%;
    z-index: -1;
}

#industry-photo-box{
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 6vh;
    left: 10%;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2vh;
    justify-content: space-between;
    align-items: center;
}

.hover-up{
    width: 100%;
}

.hover-up:hover{
    transform: translateY(-10%) !important;
}

.industry-list-photo{
    width: 22%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.industry-list-photo:hover{
    transform: translateY(-10px);
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
}

.industry-list-photo img{
    width: 100%;    
    cursor: pointer;
    box-shadow: 4px 4px 2px #6f6154;
}

#new-info-area{
    width: 100%;
    height: 30vh;
    background-color: #3ca5cb;
    position: relative;
    z-index: -1;
}

#new-info-title{
    width: 20%;
    margin: 0 auto;
    padding: 1%;
    background-color: #f4fafc;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#new-info-title h2{
    font-size: 2vw;
    line-height: 2vw;
    text-align: center;
    letter-spacing: 30%;
}

#new-info-contents{
    width: 70%;
    background-color: #3ca5cb;
    position: absolute;
    top: 25%;
    left: 15%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 0;
}

#new-info-english{
    width: 5%;
    writing-mode: vertical-rl;
}

#new-info-english p{
    font-size: 2vw;
    line-height: 3vw;
    color: #fff;
    font-weight: bold;
    letter-spacing: 10%;
}

#new-info-list-area{
    width: 95%;
    background-color: #fff;
    padding: 1%;
}

#new-info-list-area dl{
    width: 100%;
    margin: 0;
    padding: 0 3% 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#new-info-list-area dt{
    width: 30%;
    border-bottom: 1px solid #000;
    font-size: 1.5vw;
    line-height: 3vw;
}

#new-info-list-area dd{
    width: 70%;
    border-bottom: 1px solid #000;
    margin: 0;
    font-size: 1.5vw;
    line-height: 3vw;
}

#about-original-area{
    width: 100%;
    height: 40vh;
    position: relative;
    z-index: -1;
}

#about-original-backimage{
    width: 100%;
    height: 40vh;
    background-image: url("../img/top/about_original_back_image.png");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    position: absolute;
    top: 0;
    z-index: -2;
}

#about-original-backbox{
    width: 60%;
    height: 30vh;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #3ca5cb;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#about-original-contents{
    width: 100%;
    height: 30vh;
    position: absolute;
    top: 2vh;
    z-index: 0;
}

#about-original-title{
    width: 50%;
    margin: 0 auto;
}

#about-original-title h2{
    font-size: 2vw;
    line-height: 5vw;
    text-align: center;
}

#about-original-list-area{
    width: 60%;
    margin: 0 auto;
}

#about-original-list-area dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#about-original-list-area dt{
    width: 5%;
    font-size: 8vw;
    font-weight: bold;
    line-height: 8vw;
    color: #3ca5cb;
    margin-right: 0;
    margin-bottom: 3%;
}

#about-original-list-area dd{
    width: 85%;
    font-size: 1.5vw;
    line-height: 2vw;
    background-color: #fff;
    border: 5px solid #2c7d93;
    border-radius: 40px;
    padding: 5%;
    margin-bottom: 3%;
}

#industry-area{
    width: 100%;
    height: 50vh;
    position: relative;
    z-index: 0;
    margin-top: 5%;
}

#industry-area-title{
    width: 100%;
    margin: 0 auto;
    height: 5vh;
    display: flex;
    align-items: center;
}

#industry-area-title h2{
    width: 100%;
    padding: 0 25%;
    font-size: 6vw;
    line-height: 5vw;
    text-align: center;
    display: inline-block;
    position: relative;
}

/* 左側の線 */
h2#industry-area-title-text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 35%;       /* 線の太さ */
    height: 3px;      /* 線の長さ（高さ） */
    background-color: #3ca5cb; /* 線の色 */
    transform: translateY(-50%);
}

/* 右側の線 */
h2#industry-area-title-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 35%;
    height: 3px;
    background-color: #3ca5cb;
    transform: translateY(-50%);
}

#industry-contents-area{
    width: 100%;
    min-height: 46vh;
    position: relative;
    z-index: 0;
    margin: 9vh 0 0;
}

#industry-contents-area-back-octagon{
    width: 100%;
    height: 46vh;
    background-image: url("../img/top/octagon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    z-index: 0;
}

#industry-contents-area-back-left{
    width: 50%;
    height: 23vh;
    background-color: #96d4e7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

#industry-contents-area-back-right{
    width: 50%;
    height: 23vh;
    background-color: #96d4e7;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}

#industry-list-area{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2vh;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -10%;
    left: 5%;
}

article.card{
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 2%;
    background-color: #fff;
    box-shadow: 4px 4px 2px #6f6154;
    cursor: pointer;
}

article.card:hover {
    transform: translateY(-10%) !important;
}

.card-alphabet{
    width: 5%;
    position: relative;
    writing-mode: vertical-rl;
}

.card-alphabet-line{
    width: 50%;
    height: 100%;
    position: absolute;
    left: -20%;
    background-color: rgba(60, 165, 203, 0.3);
}

.card-alphabet p{
    font-size: 1.1vw;
}

.industry-detail-area{
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-right: 5%;
}

.industry-name{
    width: 100%;
    padding-bottom: 1%;
    border-bottom: 2px solid #3ca5cb;
}

.industry-name h4{
    font-size: 2vw;
    line-height: 2.5vw;
    margin: 0;
    padding-bottom: 2%;
}

.industry-detail{
    width: 100%;
    display: flex;
    margin-top: 5%;
}

.industry-detail-vertical-line{
    width: 5%;
    background-color: #3ca5cb;
}

.industry-detail-contents{
    width: 95%;
    display: flex;
    flex-direction: column;
}

.industry-detail-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.industry-detail-text{
    text-align: left;
}

.industry-detail-text p{
    font-size: 1.3vw;
    line-height: 2vw;
}

.industry-detail-icon{
    width: 15%;
    margin-left: 10%;
}

.industry-detail-icon img{
    width: 100%;
    vertical-align: middle;
}

.industry-photo{
    width: 45%;
}

.industry-photo img{
    width: 100%;
}

}

/*-------------------
タブレット_横
-------------------*/
@media screen and (min-width: 1025px) and (max-width: 1400px) {

main{
    height: 350vh;
}

#top-image-video-area{
    width: 100%;
}

#top-image-video-area video{
    width: 100%;
    position: relative;
    z-index: -2;
}

#page-info-area{
    width: 100%;
    height: 60vh;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 0;
}

#page-info-title{
    width: 50%;
    margin: 0 auto;
    background-color: #f4fafc;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
}

#page-info-title h2{
    font-size: 3vw;
    line-height: 5vw;
    color: #3ca5cb;
    text-align: center;
    letter-spacing: 10%;
}

#page-info-comment-area{
    width: 100%;
    position: absolute;
    margin-top: 3%;
}

#page-info-comment-area-inner{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.item{
    position: relative;
    padding: 10px 20px;
}

.item p{
    font-size: 1.5vw;
    letter-spacing: 25%;
    line-height: 2vw;
}

.item:first-child:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;
    /* height: 100%; */
    border-top: 50px solid #000;
    transform: rotate(-45deg);
    transform-origin: top left;
}

.item:last-child:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5%;
    /* height: 100%; */
    border-top: 50px solid #000;
    transform: rotate(45deg);
    transform-origin: top left;
}

#industry-photo-area{
    width: 100%;
    position: absolute;
    margin-top: 5%;
}

#industry-photo-back-area{
    width: 90%;
    margin: 0 auto;
    height: 20vh;
    background-color: #3ca5cb;
    position: absolute;
    top: 13vh;
    left: 5%;
    z-index: -1;
}

#industry-photo-box{
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 6vh;
    left: 10%;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4vh;
    justify-content: space-between;
    align-items: center;
}

.hover-up{
    width: 100%;
}

.hover-up:hover{
    transform: translateY(-10%) !important;
}

.industry-list-photo{
    width: 22%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.industry-list-photo:hover{
    transform: translateY(-10px);
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
}

.industry-list-photo img{
    width: 100%;    
    cursor: pointer;
    box-shadow: 4px 4px 2px #6f6154;
}

#new-info-area{
    width: 100%;
    height: 50vh;
    background-color: #3ca5cb;
    position: relative;
    z-index: -1;
}

#new-info-title{
    width: 20%;
    margin: 0 auto;
    padding: 1%;
    background-color: #f4fafc;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#new-info-title h2{
    font-size: 2vw;
    line-height: 2vw;
    text-align: center;
    letter-spacing: 30%;
}

#new-info-contents{
    width: 60%;
    background-color: #3ca5cb;
    position: absolute;
    top: 20%;
    left: 20%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 0;
}

#new-info-english{
    width: 5%;
    writing-mode: vertical-rl;
}

#new-info-english p{
    font-size: 2vw;
    line-height: 3vw;
    color: #fff;
    font-weight: bold;
    letter-spacing: 10%;
}

#new-info-list-area{
    width: 95%;
    background-color: #fff;
    padding: 1%;
}

#new-info-list-area dl{
    width: 100%;
    margin: 0;
    padding: 0 3% 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#new-info-list-area dt{
    width: 30%;
    border-bottom: 1px solid #000;
    font-size: 1.5vw;
    line-height: 3vw;
}

#new-info-list-area dd{
    width: 70%;
    border-bottom: 1px solid #000;
    margin: 0;
    font-size: 1.5vw;
    line-height: 3vw;
}

#about-original-area{
    width: 100%;
    height: 70vh;
    position: relative;
    z-index: -1;
}

#about-original-backimage{
    width: 100%;
    height: 70vh;
    background-image: url("../img/top/about_original_back_image.png");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    position: absolute;
    top: 0;
    z-index: -2;
}

#about-original-backbox{
    width: 60%;
    height: 50vh;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #3ca5cb;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#about-original-contents{
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 5vh;
    z-index: 0;
}

#about-original-title{
    width: 50%;
    margin: 0 auto;
}

#about-original-title h2{
    font-size: 2vw;
    line-height: 5vw;
    text-align: center;
}

#about-original-list-area{
    width: 60%;
    margin: 0 auto;
}

#about-original-list-area dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#about-original-list-area dt{
    width: 5%;
    font-size: 8vw;
    font-weight: bold;
    line-height: 8vw;
    color: #3ca5cb;
    margin-right: 5%;
    margin-bottom: 3%;
}

#about-original-list-area dd{
    width: 85%;
    font-size: 1.5vw;
    line-height: 2vw;
    background-color: #fff;
    border: 5px solid #2c7d93;
    border-radius: 40px;
    padding: 5%;
    margin-bottom: 3%;
}

#industry-area{
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
}

#industry-area-title{
    width: 100%;
    margin: 5% auto 0;
    display: flex;
    align-items: center;
    height: 10vh;
}

#industry-area-title h2{
    width: 100%;
    padding: 0 25%;
    font-size: 6vw;
    line-height: 5vw;
    text-align: center;
    display: inline-block;
    position: relative;
}

/* 左側の線 */
h2#industry-area-title-text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 35%;       /* 線の太さ */
    height: 3px;      /* 線の長さ（高さ） */
    background-color: #3ca5cb; /* 線の色 */
    transform: translateY(-50%);
}

/* 右側の線 */
h2#industry-area-title-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 35%;
    height: 3px;
    background-color: #3ca5cb;
    transform: translateY(-50%);
}

#industry-contents-area{
    width: 100%;
    min-height: 80vh;
    position: relative;
    z-index: 0;
    margin-top: 10vh;
}

#industry-contents-area-back-octagon{
    width: 100%;
    height: 80vh;
    background-image: url("../img/top/octagon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    z-index: 0;
}

#industry-contents-area-back-left{
    width: 50%;
    height: 35vh;
    background-color: #96d4e7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

#industry-contents-area-back-right{
    width: 50%;
    height: 35vh;
    background-color: #96d4e7;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}

#industry-list-area{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 4vh;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -5%;
    left: 10%;
}

article.card{
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 2%;
    background-color: #fff;
    box-shadow: 4px 4px 2px #6f6154;
    cursor: pointer;
}

article.card:hover {
    transform: translateY(-10%) !important;
}

.card-alphabet{
    width: 5%;
    position: relative;
    writing-mode: vertical-rl;
}

.card-alphabet-line{
    width: 50%;
    height: 100%;
    position: absolute;
    left: -20%;
    background-color: rgba(60, 165, 203, 0.3);
}

.card-alphabet p{
    font-size: 1vw;
}

.industry-detail-area{
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-right: 5%;
}

.industry-name{
    width: 100%;
    padding-bottom: 1%;
    border-bottom: 2px solid #3ca5cb;
}

.industry-name h4{
    font-size: 1.5vw;
    line-height: 1.5vw;
    margin: 0;
    padding-bottom: 2%;
}

.industry-detail{
    width: 100%;
    display: flex;
    margin-top: 5%;
}

.industry-detail-vertical-line{
    width: 5%;
    background-color: #3ca5cb;
}

.industry-detail-contents{
    width: 95%;
    display: flex;
    flex-direction: column;
}

.industry-detail-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.industry-detail-text{
    text-align: left;
}

.industry-detail-text p{
    font-size: 1.2vw;
    line-height: 2vw;
}

.industry-detail-icon{
    width: 15%;
    margin-left: 10%;
}

.industry-detail-icon img{
    width: 100%;
    vertical-align: middle;
}

.industry-photo{
    width: 45%;
}

.industry-photo img{
    width: 100%;
}

}

/*-------------------
ＰＣ
-------------------*/
@media all and (min-width: 1401px){

main{
    height: 480vh;
}

#top-image-video-area{
    width: 100%;
}

#top-image-video-area video{
    width: 100%;
    position: relative;
    z-index: -2;
}

#page-info-area{
    width: 100%;
    height: 90vh;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 0;
}

#page-info-title{
    width: 50%;
    margin: 0 auto;
    background-color: #f4fafc;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
}

#page-info-title h2{
    font-size: 2vw;
    line-height: 5vw;
    color: #3ca5cb;
    text-align: center;
    letter-spacing: 10%;
}

#page-info-comment-area{
    width: 100%;
    position: absolute;
    margin-top: 3%;
}

#page-info-comment-area-inner{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.item{
    position: relative;
    padding: 10px 20px;
}

.item p{
    font-size: 1.2vw;
    letter-spacing: 25%;
    line-height: 2vw;
}

.item:first-child:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;
    /* height: 100%; */
    border-top: 50px solid #000;
    transform: rotate(-45deg);
    transform-origin: top left;
}

.item:last-child:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5%;
    /* height: 100%; */
    border-top: 50px solid #000;
    transform: rotate(45deg);
    transform-origin: top left;
}

#industry-photo-area{
    width: 100%;
    position: absolute;
    margin-top: 5%;
}

#industry-photo-back-area{
    width: 90%;
    margin: 0 auto;
    height: 20vh;
    background-color: #3ca5cb;
    position: absolute;
    top: 20vh;
    left: 5%;
    z-index: -1;
}

#industry-photo-box{
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 6vh;
    left: 10%;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4vh;
    justify-content: space-between;
    align-items: center;
}

.hover-up{
    width: 100%;
}

.hover-up:hover{
    transform: translateY(-10%) !important;
}

.industry-list-photo{
    width: 23%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.industry-list-photo:hover{
    transform: translateY(-10px);
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
}

.industry-list-photo img{
    width: 100%;    
    cursor: pointer;
    box-shadow: 4px 4px 2px #6f6154;
}

#new-info-area{
    width: 100%;
    height: 80vh;
    background-color: #3ca5cb;
    position: relative;
    z-index: -1;
}

#new-info-title{
    width: 20%;
    margin: 0 auto;
    padding: 1%;
    background-color: #f4fafc;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#new-info-title h2{
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: center;
    letter-spacing: 30%;
}

#new-info-contents{
    width: 50%;
    background-color: #3ca5cb;
    position: absolute;
    top: 25%;
    left: 25%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 0;
}

#new-info-english{
    width: 5%;
    writing-mode: vertical-rl;
}

#new-info-english p{
    font-size: 2vw;
    line-height: 3vw;
    color: #fff;
    font-weight: bold;
    letter-spacing: 7%;
}

#new-info-list-area{
    width: 95%;
    background-color: #fff;
    padding: 1%;
}

#new-info-list-area dl{
    width: 100%;
    margin: 0;
    padding: 0 3% 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#new-info-list-area dt{
    width: 30%;
    border-bottom: 1px solid #000;
    line-height: 3vw;
}

#new-info-list-area dd{
    width: 70%;
    border-bottom: 1px solid #000;
    margin: 0;
    line-height: 3vw;
}

#about-original-area{
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: -1;
}

#about-original-backimage{
    width: 100%;
    height: 90vh;
    background-image: url("../img/top/about_original_back_image.png");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    position: absolute;
    top: 0;
    z-index: -2;
}

#about-original-backbox{
    width: 60%;
    height: 70vh;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #3ca5cb;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: -1;
}

#about-original-contents{
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 10vh;
    z-index: 0;
}

#about-original-title{
    width: 50%;
    margin: 0 auto;
}

#about-original-title h2{
    font-size: 2vw;
    line-height: 5vw;
    text-align: center;
}

#about-original-list-area{
    width: 60%;
    margin: 0 auto;
}

#about-original-list-area dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#about-original-list-area dt{
    width: 5%;
    font-size: 8vw;
    font-weight: bold;
    line-height: 8vw;
    color: #3ca5cb;
    margin-right: 5%;
    margin-bottom: 3%;
}

#about-original-list-area dd{
    width: 85%;
    line-height: 2vw;
    background-color: #fff;
    border: 5px solid #2c7d93;
    border-radius: 40px;
    padding: 5%;
    margin-bottom: 3%;
}

#industry-area{
    width: 100%;
    height: 120vh;
    position: relative;
    margin-top: 10vh;
    z-index: 0;
}

#industry-area-title{
    width: 100%;
    margin: 0 auto;
    height: 10vh;
    margin-bottom: 20vh;
}

#industry-area-title h2{
    width: 100%;
    padding: 0 25%;
    font-size: 5vw;
    line-height: 5vw;
    text-align: center;
    display: inline-block;
    position: relative;
}

/* 左側の線 */
h2#industry-area-title-text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 35%;       /* 線の太さ */
    height: 3px;      /* 線の長さ（高さ） */
    background-color: #3ca5cb; /* 線の色 */
    transform: translateY(-50%);
}

/* 右側の線 */
h2#industry-area-title-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 35%;
    height: 3px;
    background-color: #3ca5cb;
    transform: translateY(-50%);
}

#industry-contents-area{
    width: 100%;
    min-height: 90vh;
    position: relative;
    z-index: 0;
    margin: 10vh 0;
}

#industry-contents-area-back-octagon{
    width: 100%;
    height: 90vh;
    background-image: url("../img/top/octagon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    overflow: hidden;
    z-index: 0;
}

#industry-contents-area-back-octagon img{
    width: 50%;
    text-align: center;
    vertical-align: middle;
}

#industry-contents-area-back-left{
    width: 50%;
    height: 45vh;
    background-color: #96d4e7;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -2;
}

#industry-contents-area-back-right{
    width: 50%;
    height: 45vh;
    background-color: #96d4e7;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: -2;
}

#industry-list-area{
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 4vh;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -10%;
    left: 20%;
}

article.card{
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 2%;
    background-color: #fff;
    box-shadow: 4px 4px 2px #6f6154;
    cursor: pointer;
}

article.card:hover {
    transform: translateY(-10%) !important;
}

.card-alphabet{
    width: 5%;
    position: relative;
    writing-mode: vertical-rl;
}

.card-alphabet-line{
    width: 50%;
    height: 100%;
    position: absolute;
    left: -20%;
    background-color: rgba(60, 165, 203, 0.3);
}

.card-alphabet p{
    font-size: 0.8vw;
}

.industry-detail-area{
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-right: 5%;
}

.industry-name{
    width: 100%;
    padding-bottom: 1%;
    border-bottom: 2px solid #3ca5cb;
}

.industry-name h4{
    line-height: 1.5vw;
    margin: 0;
    padding-bottom: 2%;
}

.industry-detail{
    width: 100%;
    display: flex;
    margin-top: 5%;
}

.industry-detail-vertical-line{
    width: 5%;
    background-color: #3ca5cb;
}

.industry-detail-contents{
    width: 95%;
    display: flex;
    flex-direction: column;
}

.industry-detail-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.industry-detail-text{
    text-align: left;
}

.industry-detail-text p{
    font-size: 0.9vw;
    line-height: 1.5vw;
}

.industry-detail-icon{
    width: 15%;
    margin-left: 10%;
}

.industry-detail-icon img{
    width: 100%;
    vertical-align: middle;
}

.industry-photo{
    width: 45%;
}

.industry-photo img{
    width: 100%;
}

}
/*-------------------
印刷用
-------------------*/
@media print{

main{
    height: 480vh;
}

#top-image-video-area{
    width: 100%;
}

#top-image-video-area video{
    width: 100%;
    position: relative;
    z-index: -2;
}

#page-info-area{
    width: 100%;
    height: 90vh;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 0;
}

#page-info-title{
    width: 50%;
    margin: 0 auto;
    background-color: #f4fafc;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
}

#page-info-title h2{
    font-size: 2vw;
    line-height: 5vw;
    color: #3ca5cb;
    text-align: center;
    letter-spacing: 10%;
}

#page-info-comment-area{
    width: 100%;
    position: absolute;
    margin-top: 3%;
}

#page-info-comment-area-inner{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.item{
    position: relative;
    padding: 10px 20px;
}

.item p{
    font-size: 1.2vw;
    letter-spacing: 25%;
    line-height: 2vw;
}

.item:first-child:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;
    /* height: 100%; */
    border-top: 50px solid #000;
    transform: rotate(-45deg);
    transform-origin: top left;
}

.item:last-child:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5%;
    /* height: 100%; */
    border-top: 50px solid #000;
    transform: rotate(45deg);
    transform-origin: top left;
}

#industry-photo-area{
    width: 100%;
    position: absolute;
    margin-top: 5%;
}

#industry-photo-back-area{
    width: 90%;
    margin: 0 auto;
    height: 20vh;
    background-color: #3ca5cb;
    position: absolute;
    top: 20vh;
    left: 5%;
    z-index: -1;
}

#industry-photo-box{
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 6vh;
    left: 10%;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4vh;
    justify-content: space-between;
    align-items: center;
}

.hover-up{
    width: 100%;
}

.hover-up:hover{
    transform: translateY(-10%) !important;
}

.industry-list-photo{
    width: 23%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.industry-list-photo:hover{
    transform: translateY(-10px);
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
}

.industry-list-photo img{
    width: 100%;    
    cursor: pointer;
    box-shadow: 4px 4px 2px #6f6154;
}

#new-info-area{
    width: 100%;
    height: 80vh;
    background-color: #3ca5cb;
    position: relative;
    z-index: -1;
}

#new-info-title{
    width: 20%;
    margin: 0 auto;
    padding: 1%;
    background-color: #f4fafc;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#new-info-title h2{
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: center;
    letter-spacing: 30%;
}

#new-info-contents{
    width: 50%;
    background-color: #3ca5cb;
    position: absolute;
    top: 25%;
    left: 25%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 0;
}

#new-info-english{
    width: 5%;
    writing-mode: vertical-rl;
}

#new-info-english p{
    font-size: 2vw;
    line-height: 3vw;
    color: #fff;
    font-weight: bold;
    letter-spacing: 10%;
}

#new-info-list-area{
    width: 95%;
    background-color: #fff;
    padding: 1%;
}

#new-info-list-area dl{
    width: 100%;
    margin: 0;
    padding: 0 3% 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#new-info-list-area dt{
    width: 30%;
    border-bottom: 1px solid #000;
    line-height: 3vw;
}

#new-info-list-area dd{
    width: 70%;
    border-bottom: 1px solid #000;
    margin: 0;
    line-height: 3vw;
}

#about-original-area{
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: -1;
}

#about-original-backimage{
    width: 100%;
    height: 90vh;
    background-image: url("../img/top/about_original_back_image.png");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    position: absolute;
    top: 0;
    z-index: -2;
}

#about-original-backbox{
    width: 60%;
    height: 70vh;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #3ca5cb;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#about-original-contents{
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 10vh;
    z-index: 0;
}

#about-original-title{
    width: 50%;
    margin: 0 auto;
}

#about-original-title h2{
    font-size: 2vw;
    line-height: 5vw;
    text-align: center;
}

#about-original-list-area{
    width: 60%;
    margin: 0 auto;
}

#about-original-list-area dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#about-original-list-area dt{
    width: 5%;
    font-size: 8vw;
    font-weight: bold;
    line-height: 8vw;
    color: #3ca5cb;
    margin-right: 5%;
    margin-bottom: 3%;
}

#about-original-list-area dd{
    width: 85%;
    line-height: 2vw;
    background-color: #fff;
    border: 5px solid #2c7d93;
    border-radius: 40px;
    padding: 5%;
    margin-bottom: 3%;
}

#industry-area{
    width: 100%;
    height: 120vh;
    position: relative;
    margin-top: 10vh;
    z-index: 0;
}

#industry-area-title{
    width: 100%;
    margin: 0 auto;
    height: 10vh;
    margin-bottom: 20vh;
}

#industry-area-title h2{
    width: 100%;
    padding: 0 25%;
    font-size: 5vw;
    line-height: 5vw;
    text-align: center;
    display: inline-block;
    position: relative;
}

/* 左側の線 */
h2#industry-area-title-text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 35%;       /* 線の太さ */
    height: 3px;      /* 線の長さ（高さ） */
    background-color: #3ca5cb; /* 線の色 */
    transform: translateY(-50%);
}

/* 右側の線 */
h2#industry-area-title-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 35%;
    height: 3px;
    background-color: #3ca5cb;
    transform: translateY(-50%);
}

#industry-contents-area{
    width: 100%;
    min-height: 90vh;
    position: relative;
    z-index: 0;
    margin: 10vh 0;
}

#industry-contents-area-back-octagon{
    width: 100%;
    height: 90vh;
    background-image: url("../img/top/octagon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    z-index: 0;
}

#industry-contents-area-back-left{
    width: 50%;
    height: 45vh;
    background-color: #96d4e7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

#industry-contents-area-back-right{
    width: 50%;
    height: 45vh;
    background-color: #96d4e7;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}

#industry-list-area{
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 4vh;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -10%;
    left: 20%;
}

article.card{
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 2%;
    background-color: #fff;
    box-shadow: 4px 4px 2px #6f6154;
    cursor: pointer;
}

article.card:hover {
    transform: translateY(-10%) !important;
}

.card-alphabet{
    width: 5%;
    position: relative;
    writing-mode: vertical-rl;
}

.card-alphabet-line{
    width: 50%;
    height: 100%;
    position: absolute;
    left: -20%;
    background-color: rgba(60, 165, 203, 0.3);
}

.card-alphabet p{
    font-size: 0.8vw;
}

.industry-detail-area{
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-right: 5%;
}

.industry-name{
    width: 100%;
    padding-bottom: 1%;
    border-bottom: 2px solid #3ca5cb;
}

.industry-name h4{
    line-height: 1.5vw;
    margin: 0;
    padding-bottom: 2%;
}

.industry-detail{
    width: 100%;
    display: flex;
    margin-top: 5%;
}

.industry-detail-vertical-line{
    width: 5%;
    background-color: #3ca5cb;
}

.industry-detail-contents{
    width: 95%;
    display: flex;
    flex-direction: column;
}

.industry-detail-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.industry-detail-text{
    text-align: left;
}

.industry-detail-text p{
    font-size: 0.9vw;
    line-height: 1.5vw;
}

.industry-detail-icon{
    width: 15%;
    margin-left: 10%;
}

.industry-detail-icon img{
    width: 100%;
    vertical-align: middle;
}

.industry-photo{
    width: 45%;
}

.industry-photo img{
    width: 100%;
}

}


/*-------------------
共通
-------------------*/