@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Edu_AU_VIC_WA_NT_Hand;
    src:url(../font/Edu_AU_VIC_WA_NT_Hand/EduAUVICWANTHand-VariableFont_wght.ttf)
}

.top1 {
  height: 15vh;
  display: flex;
}

header {
  margin-right: 60%;
}

nav {
  width: 60%;
}

nav ul {
    display: flex;
    margin-top: 2.3vw;
    margin-left: 15.6vw;
    width: 70vw;
    height: 5vh;
}

nav ul li {
    margin-left: auto;
    margin-right: auto;
    font-size: 2vw;
    list-style-type: none;
    padding: 0 22px;
    display: inline; /* 横並びにさせる */
    border-left: 1px solid #808080; /* 区切り線 */
}

li:first-child {
  border: none; /* 親要素から見て一番目のli要素のボーダーを無しに */
}

nav ul li a {
    width: 5%;
    color:#808080;
    text-decoration: none;
    font-family: Edu_AU_VIC_WA_NT_Hand;
}


.hover1 {
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.hover1::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #696969;
	transition: all 0.3s ease 0s;
}
.hover1:hover {
	cursor: pointer;
}
.hover1:hover::after {
	width: 7vw;
}

.hover2 {
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.hover2::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #696969;
	transition: all 0.3s ease 0s;
}
.hover2:hover {
	cursor: pointer;
}
.hover2:hover::after {
	width: 9vw;
}

.hover3 {
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.hover3::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #696969;
	transition: all 0.3s ease 0s;
}
.hover3:hover {
	cursor: pointer;
}
.hover3:hover::after {
	width: 7vw;
}

.hover4 {
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.hover4::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #696969;
	transition: all 0.3s ease 0s;
}
.hover4:hover {
	cursor: pointer;
}
.hover4:hover::after {
	width: 6vw;
}

.hover5 {
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.hover5::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #696969;
	transition: all 0.3s ease 0s;
}
.hover5:hover {
	cursor: pointer;
}
.hover5:hover::after {
	width: 9.5vw;
}

.hover6 {
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.hover6::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #696969;
	transition: all 0.3s ease 0s;
}
.hover6:hover {
	cursor: pointer;
}
.hover6:hover::after {
	width: 8vw;
}

.sab1 {
    display: flex;
}

h1 img {
  margin: 2vw;
    width: 9vw;
}


h2 {
    margin-top: 15vw;
    text-align: center;
    font-size: 4vw;
    color: #696969;
    font-family: Edu_AU_VIC_WA_NT_Hand;
}

img {
    display: block;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
  }