@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Lato:Thin);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("https://example.com/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("https://example.com/MaterialIcons-Regular.woff2") format("woff2"), url("https://example.com/MaterialIcons-Regular.woff") format("woff"), url("https://example.com/MaterialIcons-Regular.ttf") format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mr0 {
  margin-left: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mr5 {
  margin-left: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mr10 {
  margin-left: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mr15 {
  margin-left: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mr20 {
  margin-left: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mr25 {
  margin-left: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mr30 {
  margin-left: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mr35 {
  margin-left: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mr40 {
  margin-left: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mr45 {
  margin-left: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mr50 {
  margin-left: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mr55 {
  margin-left: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mr60 {
  margin-left: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mr65 {
  margin-left: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mr70 {
  margin-left: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mr75 {
  margin-left: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mr80 {
  margin-left: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mr85 {
  margin-left: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mr90 {
  margin-left: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.mr95 {
  margin-left: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mr100 {
  margin-left: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pl100 {
  padding-left: 100px !important; }



html {
  font-size: 62.5%;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: .15rem;
    background-color: #000000;
}

body {
  padding-top: 60px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8em;
    position: static;
}

* {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
width: 100%;}

a {
  color: inherit;
  text-decoration: none; }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* Inview */
.fade {
  opacity: 0.2;
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
  transition: 3s;
}

.fade-in {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  opacity: 1;
}

/*メインページ */
a img:hover {
    opacity: 0.8;
}

#wrapper {
    background-color: #000000;
    color: #ffffff;
    padding-bottom: 180px;
}
.float {
    position: fixed;
    bottom:60px;
    right: 60px;
    width: 145px;
    height: auto;
    z-index: 100;
}
header {
    position: fixed;
    z-index: -1;
    top:0;
    left: 0;
    width: 100%;
    overflow:hidden;
}
header .firstview {
    position: absolute;
    z-index: -1;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;    
}
header .zoom1 img {
width: 100%;
height: auto;
animation: animationZoom1 7s ease-in-out forwards, opacity1 7s  ease-in-out forwards;
}
@keyframes animationZoom1 {
100% { transform: scale(1.1);}
}
@keyframes opacity1 {
100% { opacity: 0.7;}
}
header h1 {
    width: 78px;
    position: absolute;
    top:40px;
    left:40px;
}
header h3 {
    width: 127px;
    position: absolute;
    top:100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
header h2 {
    width: 503px;
    position: absolute;
    top:380px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
header h4 {
    text-align: center;
    font-size: 1.8rem;
    color: #ffffff;
    position: absolute;
    position: absolute;
    top:535px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#sec1 {
    position: relative;
    background-image: url("../img/sec1_03.png"),url("../img/sec1_04.png");
    background-repeat:
        no-repeat,no-repeat;
    background-position: left 0 bottom 0,right 0 bottom 0;
    background-size: 250px,236px;
    padding-bottom: 93px;
    overflow: hidden;
}

#sec1 .script {
    width: 80%;
    position: absolute;
    top:-10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#sec1 h3 {
    width: 400px;
    margin: 0 auto;
    padding: 140px 0 40px;
}

#sec1 p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2em;
    text-shadow: 1px 2px 3px #000;
}

#sec3 {
    background-color: #ffffff;
    padding: 40px 0;
}
#sec3 h3 {
    width: 310px;
    margin: 0 auto;
}
#sec4 .lefttext {
    position: relative;
    margin-bottom: 60px;
    text-align: left;
}
#sec4 .righttext {
    position: relative;
    margin-bottom: 60px;
    text-align: right;
}
#sec4 .textbox {
    width: 460px;
    padding: 50px 30px;
    background: #000;
    position: absolute;
    text-align: left;
}
#sec4 .textbox h4 img {
    height: 23px;
    width: auto;
    margin-bottom: 30px;
}
#sec4 .textbox p {
    font-size: 1.5rem;
}
#sec4 img.photo {
    width: 70%;
}
#sec4 .lefttext img.deco {
    position: absolute;
    top:76px;
    right: 0;
    width: 306px;
}
#sec4 .lefttext .textbox {
    top:164px;
    right: 68px;
}
#sec4 .righttext img.deco {
    position: absolute;
    top:46px;
    left: 0;
    width: 306px;
}
#sec4 .righttext .textbox {
    top:164px;
    left: 68px;
}

#sec5 {
    padding: 100px 0 100px;
}
#sec5 h3 {
    width: 128px;
    position: relative;
    margin: 0 auto 50px;
}
#sec5 h3:after {
    content:url("../img/sec5_deco01.png");
    position:absolute;
    top:-40px;
    right:-156px;
    transform: scale(0.5);
}
#sec5 dl {
    width: 860px;
    margin: 0 auto;
    border-top: solid 1px #999999;
    position: relative;
}
#sec5 dt {
    position: absolute;
    left: 0;
    width: 200px;
    padding: 14px 0;
    text-align: center;
}
#sec5 dd {
    padding: 14px 0 14px 200px;
    border-bottom: solid 1px #999999;
}
#sec6 h3 {
    width: 233px;
    position: relative;
    margin: 0 auto 50px;
}
#sec6 {
    padding-bottom:100px;
}
#sec6 h3:after {
    content:url("../img/sec6_deco01.png");
    position:absolute;
    top:-40px;
    left:-156px;
    transform: scale(0.5);
}
#sec6 iframe {
    width: 860px;
    height: 370px;
    margin: 0 auto;
    display: block;
}
#sec7 {
    position: relative;
    padding-top: 100px;
    padding-bottom: 126px;
    overflow: hidden;
}
#sec7 .script {
    width: 80%;
    position: absolute;
    top:0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#sec7 h3 {
    width: 550px;
    margin: 0 auto 50px;
}
#sec7 .inner {
    width: 1050px;
    margin: 0 auto;
}
#sec7 .inner .box {
    width: 506px;
    height: 484px;
    padding: 50px 20px;
    float:left;
    position: relative;
    background-color: #ffffff;
    color: #000000;
    margin-bottom: 38px;
}
#sec7 .inner .mapbox {
    background-color: #342F2D;
    background-image: url("../img/sec7_02.jpg");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0;
}
#sec7 .inner .mapbox h4 {
    background-color: #342F2D;
    width: 70%;
    height: 100%;
    float: right;
    padding: 15px;
}
#sec7 .inner .box:nth-child(even) {
    margin-left: 38px;
}

#sec7 .inner .box img.num {
    width: 80px;
    height: 95px;
    position: absolute;
    top:-20px;
    right: 20px;
}
#sec7 .inner .box h4 {
    font-size: 3.4rem;
    margin-bottom: 20px;
}
#sec7 .inner .box h5 {
    font-size: 2.0rem;
    margin: 20px 0 18px;
    color: #967A60;
}
#sec8 {
    background-color: #7A664A;
    width: 1050px;
    margin: 0 auto;
    padding: 68px 0;
}
#sec8 h3 {
    margin-bottom: 56px;
}
#sec8 h3 {
    display: flex;
    align-items: center;
}
#sec8 h3:before,
#sec8 h3:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ffffff;
}
#sec8 h3:before {
    margin-right: 1rem;
}
#sec8 h3:after {
    margin-left: 1rem;
}
#sec8 h3 img {
    height: 26px;
    width: auto;
    display: block;
}
#sec8 .inner {
    width: 942px;
    margin: 0 auto;
}
#sec8 .inner .photobox {
    width: 496px;
    float:left;
}
#sec8 .inner .photobox img {
    margin-bottom: 12px;
    float: left;   
}
#sec8 .inner .photobox img:nth-child(n+2) {
    width: calc(50% - 6px);
}
#sec8 .inner .photobox img:nth-child(3) {
    margin-left: 12px;
}
#sec8 .inner .textbox {
    margin-left: 36px;
    float: left;
    width: 410px;
    letter-spacing: 0.1rem;
}
#sec8 .inner .textbox h4 {
    font-size:2.2rem;
    line-height: 1.5em;
    margin: 22px 0 38px;
}
#sec8 .cv {
    width: 800px;
    display: block;
    margin: 70px auto;
}


footer {
    background-color: #393A3A;
    text-align: center;
    padding-bottom: 30px;
    color: #ffffff;
}
footer .logo {
    width: 188px;
    display:inline-block;
    margin: -90px auto 0;
}
footer h3 {
    font-size:2.4rem;
    margin-bottom: 24px;
}





@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .pc {
    display: none !important; }
}

@media only screen and (max-width: 767px) {
    
    .float {
        width: 100px;
        height: auto;
        right: 13px;
        bottom:13px;
    }
    header .zoom1 img {
        opacity: 0.8;
    }
    header h1 {
        top:25px;
        left:25px;
    }
    header h3 {
        width: 30%;
        top:85px;
    }
    header h2 {
        Width:75%;
        top: 280px;
    }
    header h4 {
        font-size: 1.6rem;
        top:456px;
        width: 80%;
    }
    #sec1 {
        padding-bottom: 200px;
        background-size: 48%,35%;
    }
    #sec1 .script {
        width: 100%;
    }
    #sec1 h3 {
        width:83%;
        padding-top: 133px;
        padding-bottom: 28px;
    }
    #sec1 p {
        font-size: 1.4rem;
        letter-spacing: .1rem;
        line-height: 2.2em;
    }
    #sec3 {
        padding: 28px 0;
    }
    #sec3 h3 {
        width: 65%;
    }
    #sec4 .lefttext {
        margin-bottom: 28px;
    }
    #sec4 img.photo {
        width: 100%;
    }
    #sec4 .lefttext img.deco,#sec4 .righttext img.deco {
        display: none;
    }
    #sec4 .textbox {
        width: 100%;
        position: relative;
        padding: 28px;
    }
    #sec4 .textbox p {
        font-size: 1.4rem;
    }
    #sec4 .lefttext .textbox {
        top:0;
        right: 0;
        padding-bottom: 75px;
        background-image: url("../img/sec4_deco_lefttext.png");
        background-size: 40%;
        background-position: right bottom;
        background-repeat: no-repeat;       
    }
    #sec4 .righttext .textbox {
        top:0;
        left: 0;
        padding-bottom: 75px;
        background-image: url("../img/sec4_deco_righttext.png");
        background-size: 40%;
        background-position: left bottom;
        background-repeat: no-repeat;       
    }
    #sec4 .textbox h4 img {
        height: 22px;
        margin-bottom: 22px;
    }
    #sec5 h3:after {
        transform: scale(0.4);
        left: 80px;
    }
    #sec5 dl {
        width: calc(100% - 56px);
        font-size: 1.4rem;
    }
    #sec5 dt {
        width: 92px;
    }
    #sec5 dd {
        padding-left: 92px;
    }
    #sec6 h3:after {
        transform: scale(0.4);
        left: -100px;
        top: -70px;
    }
    #sec6 iframe {
        width: calc(100% - 56px);
        height: 260px;
    }
    #sec7 .script {
        width: 100%;
    }
    #sec7 h3 {
        width: 223px;
        margin-top: 24px;
    }
    #sec7 .inner {
        width: calc(100% - 56px);
    }
    #sec7 .inner .box {
        width: 100%;
        height: auto;
        padding: 32px 16px 16px;
    }
    #sec7 .inner .mapbox {
        height: 328px;
        padding: 0;
    }
    #sec7 .inner .mapbox h4 {
        width: 70%;
        height: 328px;
    }
    #sec7 .inner .box:nth-child(even) {
        margin-left: 0;
    }
    #sec7 .inner .box img.num {
        width: 60px;
        height: auto;
    }
    #sec7 .inner .box h4 {
        font-size: 2.6rem;
    }
    #sec7 .inner .box h5 {
        font-size: 1.8rem;
    }
    #sec8 {
        width: 100%;
    }
    #sec8 h3 img {
        height: 22px;
    }
    #sec8 .inner {
        width: calc(100% - 56px);        
    }
    #sec8 .inner .photobox {
        width: 100%;
        float:none;
        clear:both;
    }
    #sec8 .inner .textbox {
        margin-left: 0;
        float:none;
        padding-top: 30px;
        width: 100%;
        clear:both;
    }
    #sec8 .inner .textbox h4 {
        font-size: 2.0rem;
        margin-top: 0;
        margin-bottom: 20px;
    }
    #sec8 .cv {
        width: calc(100% - 56px); 
        margin: 34px auto;
    }
    footer .logo {
        width: 145px;
        margin-top: -72px;
    }
    footer h3 {
        font-size: 1.8rem;
    }

}
@media only screen and (max-width:767px) {
    header {
        height:100vh;

    }
    #wrapper{
        margin-top: 100vh;

    }
}
@media only screen and (min-width:768px) and (max-width: 1024px) {
    header {
        height:50vh;
    }
    header img {
        width:95%;
    }
    header h3{
        top:45px;
    }
    header h2{
        top:274px;
    }
    header h4{
        top:390px;
    }    
    #wrapper{
        margin-top: 50vh;
        width: 100%;
    }
    #sec5 dl, #sec6 iframe, #sec7 .inner, #sec8, #sec8 .inner {
        width:calc(100% - 40px);
    }
    #sec7 .inner .box{
        width:calc(50% - 10px);
    }
    #sec7 .inner .box:nth-child(even) {
    margin-left: 20px;
}
    #sec8 .inner .photobox {
        width:50%;
    }
    #sec8 .inner .textbox {
        width: calc(50% - 20px);
        margin-left: 20px;
    }
    #sec8 .cv {
        width: 80%;
    }
}
@media only screen and (min-width:1025px) {
    header {
        height:100vh;
    }
    #wrapper{
        margin-top: 100vh;
    }
}