@media print{
    #header1, #header2,footer{
        display: none;
    }
    #wrap{
        margin-top: 0px;
        padding-bottom: 0px;
        min-height: 0px;
    }
}
body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
#header2 {
    position:sticky;
    top:0;
    z-index: 999;
}
h3{
    font-family:'Inter', 'Helvetica Neue','遊ゴシック','Noto Sans JP','helvetica','verdana',sans-serif;
    font-size: min(13pt,max(1.8vw,10pt));
    font-weight: 300;
    color:#4d4d4d;
}
@media screen and (min-width: 600px){
#wrap{
    min-height: calc(100vh - 590px);
    position: relative;
    margin-top: 0px;
    padding-bottom: 0px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}
#header1 iframe{
    height: 80px;
    margin-bottom: 0px;
}
#header2 iframe{
    height: 80px;
    margin-bottom: 0px;
}
footer iframe{
    height: 250px;
}
footer{
    width: 100%;
    height: 350px;
	font-size: 0px;
}
}
@media screen and (max-width: 600px){
#wrap{
    min-height: calc(100vh - 330px);
    position: relative;
    margin-top:0px;
    padding-bottom: 0px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}
#header1 iframe{
    height: 40px;
    margin-bottom: 0px;
}
#header2 iframe{
    height: 60px;
    margin-bottom: 0px;
}
footer iframe{
    height: 250px;
}
footer{
    width: 100%;
    height: 125px;
	font-size: 0px;
}
}
header{
    margin: 0;
    padding: 0;
    width: 100%;
}
iframe{
    width: 100%;
    border: 0;
}
img{
    vertical-align: bottom
}
p{
    margin:0;
    padding:0;
}
h1{
    text-align: center;
    font-size: min(26pt,max(2.3vw,14px));
    font-weight: 300;
    line-height: 1px;
    font-family: 'Inter', 'Helvetica Neue','遊ゴシック','Noto Sans JP','helvetica','verdana','sans-serif';
    color:#4d4d4d;
}
#tableabout{
    margin:0px 15vw 0px 15vw;
    font-family:'Inter', 'Helvetica Neue','遊ゴシック','Noto Sans JP','helvetica','verdana',sans-serif;
    font-size: min(13pt,max(1.8vw,10pt));
    border-collapse: separate;
    border-spacing: 15px 15px;
    line-height: min(24pt,max(3vw,12pt));
    font-weight: 300;
    color:#4d4d4d;
}
#tableabout th {
    width:20vw;
    text-align: center;
    vertical-align: top;
    font-weight: 300;
    color:#4d4d4d;
}
#tablemember th{
    width:18vw;
    font-weight: 300;
    color:#4d4d4d;
}
#tablehistory th{
    width:15vw;
    font-weight: 300;
    text-align: left;
    color:#4d4d4d;
}
#tableabout td{
    vertical-align: top;
    color:#4d4d4d;   
}
#tableabout a:visited{
    color:#4d4d4d;
    font-weight: 300;
}
#tableabout a{
    color:#4d4d4d;
    font-weight: 300;
}
#logo img{
    width:10vw;
    float:left;
    margin:0px 20px 0px 0px;
}
.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.row:after{
    content:"";
    display:block;
    width:32vw;
    height:0px;
}
.workspic img{
    width:32vw;
}
.workspic{
    width:32vw;
    text-align: center;
}
@media screen and (max-width: 600px){
    #tableabout{
        width:100vw;
        text-align: center;
        font-size: min(14pt,max(2vw,11px));
        border-collapse: separate;
        margin:0px 5vw 0px 5vw;
        border-spacing: 0vw 4vw;
        font-family:'Inter', 'Helvetica Neue','遊ゴシック','Noto Sans JP', 'helvetica','verdana',sans-serif;
    }
    #tableabout th,#tableabout td{
        display: block;
        width:90vw;
    }
    #tablemember th,#tablemember td,#tablehistory th, #tablehistory td{
        display: table-cell;
    }
    #tablehistory th{
        text-align: center;
    }
    #tableabout img{
        width:20vw;
        margin:0px 20px 0px -50px;
    }
    #logo td{
        display: flex;
        justify-content: center;
    }
    .row:after{
    content:"";
    display:block;
    width:48vw;
    height:0px;
    }
    .workspic img{
    width:48vw;
    }
    .workspic{
    width:48vw;
    text-align: center;
    }

}