@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------
Reset:
----------------------------------------------------------------
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
* {
box-sizing: border-box;
}
body {
    line-height:1;
}

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

nav ul,
ul,
li{
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    outline: none;
    cursor: pointer;
}

a:hover{
opacity: 0.5;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
button {
cursor: pointer;
}

/*loading*/

.lp-screen-text{
font-size: 1em!important;
}

/*--------------------------------------------------------------
Common:
----------------------------------------------------------------
*/

* {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

html{
overflow: auto;
}

body {
font-family: 'Noto Sans JP', sans-serif;
-moz-osx-font-smoothing:unset;
font-size: 16px;
line-height: 1.8;
color: #333;
background-color: #fff;
overflow: hidden;
word-wrap: break-word;
overflow-wrap: break-word;
}

.clearfix{
	clear: both;
}

a{
text-decoration: none;
color: #000;
}

img{
width: 100%;
height: auto;
}

#wrap {
overflow: hidden;
}

/*--------------------------------------------------------------
header:
----------------------------------------------------------------
*/
#header {
width: 100%;
}
#header .logo a {
display: block;
}
#header .logo {
width: 130px;
line-height: 0;
}
#header .header_row {
width: 100%;
height: 70px;
display: flex;
justify-content: space-between;
position: fixed;
top: 0;
left: 0;
align-items: center;
padding: 0 15px 0 25px;
background-color: #fff;
z-index: 9999;
}
#header .nav {
width: 100%;
}
#header .navigation {
transition: 0.3s ease-in;
position: fixed;
top: 70px;
left: 100%;
z-index: 999;
background-color: #ffcc00;
width: 100vw;
height: calc(100% - 70px);
overflow-y: scroll;
}
#header .navigation .inner {
width: 100%;
margin-left: auto;
display: flex;
flex-direction: column-reverse;
justify-content: flex-end;
align-items: center;
box-sizing: border-box;
padding-top: 20px;
padding-bottom: 120px;
}
#nav_btn {
display: block;
width: 50px;
min-width: 50px;
height: 50px;
min-height: 50px;
padding: 5px;
cursor: pointer;
position: relative;
z-index: 9999;
}
#nav_btn:before {
content: "";
width: 2px;
height: 2px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
#nav_btn button {
width: 100%;
height: 100%;
display: block;
position: relative;
border-radius: 100%;
border: none;
background-color: #fff;
}
#nav_btn span {
width: 18px;
height: 2px;
border-radius: 1px;
background-color: #333;
display: block;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: auto;
transition: all 0.2s ease-in;
}
#nav_btn span:before {
bottom: -7px;
}
#nav_btn span:after {
top: -7px;
}
#nav_btn span:after,#nav_btn span:before {
content: "";
width: 18px;
height: 2px;
border-radius: 1px;
background-color: #333;
display: block;
position: absolute;
left: 0px;
transition: all 0.2s ease-in;
}
#header .nav ul {
display: flex;
}
#header .gnav {
margin-bottom: 40px;
flex-direction: column;
}
#header .gnav li {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#header .gnav li + li {
margin-left: 0;
/*margin-top: 5px;*/
margin-top: 0;
}
.open #header .navigation {
left: 0;
}
#nav_btn.active span:before {
top: 0px;
transform: rotate(135deg);
}
#nav_btn.active span:after {
top: 0px;
transform: rotate(45deg);
}
#nav_btn.active span {
background-color: transparent;
}
#header .gnav a {
text-align: left;
position: relative;
display: block;
}
#header .btnArea {
padding: 15px;
background: #8eedd9;
background: -moz-linear-gradient(top left, #a1a0ee 0%, #8eedd9 100%);
background: -webkit-gradient(linear, left top, right bottom, from(#a1a0ee), to(#8eedd9));
background: -webkit-linear-gradient(top left, #a1a0ee 0%, #8eedd9 100%);
background: -o-linear-gradient(top left, #a1a0ee 0%, #8eedd9 100%);
background: linear-gradient(to bottom right, #a1a0ee 0%, #8eedd9 100%);
position: fixed;
width: 100%;
bottom: 0px;
left: 0;
z-index: 99;
opacity: 1;
transform: translateY(100%);
transition: 0.4s ease-in;
}
.scrollOn #header .btnArea {
opacity: 1;
transform: translateY(0%);
transition: 0.4s ease-in;
}
#header .btnStyle01 {
width: 100%;
padding: 10px 15px;
border-radius: 30px;
transition: all 0.2s ease;
display: block;
text-align: center;
background-color: #ffcc00;
margin-left: auto;
margin-right: auto;
font-size: 14px;
font-weight: 500;
}
.btnStyle01.arrow {
position: relative;
}

/*--------------------------------------------------------------
footer:
----------------------------------------------------------------
*/
#footer{
width: 100%;
text-align: center;
clear: both;
}
#footer #cv-box{
width: 100%;
background: #8eedd9;
background: -moz-linear-gradient(top left, #a1a0ee 0%, #8eedd9 100%);
background: -webkit-gradient(linear, left top, right bottom, from(#a1a0ee), to(#8eedd9));
background: -webkit-linear-gradient(top left, #a1a0ee 0%, #8eedd9 100%);
background: -o-linear-gradient(top left, #a1a0ee 0%, #8eedd9 100%);
background: linear-gradient(to bottom right, #a1a0ee 0%, #8eedd9 100%);
padding: 30px;
}
#footer #cv-box a{
max-width: 360px;
padding: 10px 15px;
border-radius: 30px;
transition: all 0.2s ease;
display: block;
text-align: center;
background-color: #ffcc00;
margin-left: auto;
margin-right: auto;
font-weight: 500;
}
#footer #cv-box img {
max-width: 600px;
width: 80%;
margin-bottom: 15px;
}
#footer .copy{
font-size: 12px;
padding: 15px 10px;
}
#footer ul {
padding: 15px 10px 0 10px;
}
#footer li {
font-size: 14px;
margin: auto 10px;
display: inline;
}

