@charset "UTF-8";
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;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

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

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

address {
  font-style: normal;
}

@media screen and (min-width: 481px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 576px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 1239px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media screen and (max-width: 1039px) {
  .hidden-pc-down {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .hidden-xxs-down {
    display: none !important;
  }
}

@media screen and (min-width: 1240px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media screen and (min-width: 1040px) {
  .hidden-pc-up {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media screen and (min-width: 481px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media screen and (min-width: 375px) {
  .hidden-xxs-up {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  position: relative;
  min-width: 1200px;
  font-size: 1.6rem;
  line-height: 1.7em;
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

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

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeup {
  opacity: 0;
}
.fadeup.scrollin {
  animation-name: fadeUp;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bg-gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes bg-gradient2 {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 150% 150%;
  }
}
@keyframes bg-gradient2SP {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 200%;
  }
}
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 50px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  header {
    padding: 10px 20px;
  }
}
header .logo {
  display: inline-block;
  width: 125px;
}

main .content-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
main .content-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  main .content-row {
    padding: 0 10vw;
    flex-direction: column-reverse;
  }
}
main .mv {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 650px;
  animation: bg-gradient 5s ease-in-out infinite alternate;
  background: linear-gradient(120deg, #FFFFFF 25%, #F7DC52 40%, #FFFFFF 55%, #B4EFA2 65%, #FFFFFF 75%, #36C8D5 90%) 0/100% 200%;
}
@media screen and (max-width: 767px) {
  main .mv {
    height: auto;
    padding: 50px 0 30px;
    animation-duration: 3s;
  }
}
main .mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  animation: bg-gradient2 3s ease-in-out infinite alternate;
  background: linear-gradient(-120deg, transparent 40%, #A2EFD4, #2482C5 90%, #41A3F7 95%) 0/100% 100%;
}
@media screen and (max-width: 767px) {
  main .mv::before {
    animation: bg-gradient2SP 3s ease-in-out infinite alternate;
    background-size: 100% 100%;
  }
}
main .mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(315deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.6), #fff 90%);
}
main .mv-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  main .mv-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
main .mv-title {
  width: 62vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  main .mv-title {
    width: 40%;
    margin: 0;
  }
}
main .mv-title h1 {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main .mv-title h1 {
    padding: 30px 0 20px;
    text-align: center;
  }
}
main .mv-title h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(112, 112, 112, 0.2);
}
@media screen and (min-width: 768px) {
  main .mv-title h1::after {
    right: 0;
    width: 50vw;
  }
}
main .mv-title .lead {
  margin: 1em auto 1.5em;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .mv-title .lead {
    font-size: 1.3rem;
    line-height: 1.7em;
  }
}
main .mv-title .lead img {
  width: 100%;
  height: auto;
}
main .mv-title .note {
  margin: 1em auto 0;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  color: #666666;
}
@media screen and (max-width: 767px) {
  main .mv-title .note {
    font-size: 0.9rem;
  }
}
main .mv-img {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  main .mv-img {
    width: 54%;
  }
}
@media screen and (max-width: 767px) {
  main .mv-img {
    margin: 30px -20px 0;
  }
}
@media screen and (min-width: 768px) {
  main .mv-img-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 51%;
    gap: 8px;
  }
  main .mv-img-row:last-child {
    width: calc(49% - 8px);
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  main .mv-img-row {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  main .mv-img-row > div {
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  main .mv-img_02 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  main .mv-img_04 {
    margin-top: 20px;
  }
}
main > section {
  position: relative;
  padding: 180px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main > section {
    padding: 90px 0;
  }
}
main > section .ttl-section {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  main > section .ttl-section {
    position: absolute;
    top: -140px;
    left: 0;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  main > section .ttl-section {
    margin-left: -20px;
    margin-right: -20px;
  }
}
main > section .interview-section:not(:last-of-type) {
  margin-bottom: 270px;
}
@media screen and (max-width: 767px) {
  main > section .interview-section:not(:last-of-type) {
    margin-bottom: 90px;
  }
}
main > section .interview-section .content-row .content-movie {
  position: relative;
}
@media screen and (min-width: 1199px) {
  main > section .interview-section .content-row .content-movie {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 1200px) {
  main > section .interview-section .content-row .content-movie {
    margin-right: -20px;
  }
}
@media screen and (min-width: 768px) {
  main > section .interview-section .content-row .content-movie {
    width: 50%;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  main > section .interview-section .content-row .content-movie {
    width: auto;
    margin: 0 -10vw 20px !important;
  }
}
main > section .interview-section .content-row .content-movie video {
  width: 100%;
  height: auto;
}
main > section .interview-section .content-row .content-movie .btn-movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/interview/assets/img/btn_student.png) center no-repeat;
  background-size: 13%;
  cursor: pointer;
  transition: 0.2s ease-in;
}
@media screen and (min-width: 769px) {
  main > section .interview-section .content-row .content-movie .btn-movie:hover {
    opacity: 0.7;
  }
}
main > section .interview-section .content-row .content-movie .btn-movie.international {
  background-image: url(/interview/assets/img/btn_international.png);
}
main > section .interview-section .content-row .content-movie .btn-movie.campuslife {
  background-image: url(/interview/assets/img/btn_campuslife.png);
}
main > section .interview-section .content-row .content-movie .btn-movie.graduate {
  background-image: url(/interview/assets/img/btn_graduate.png);
}
@media screen and (min-width: 768px) {
  main > section .interview-section .content-row .content-txt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  main > section .interview-section .content-row .content-txt {
    width: 100%;
  }
}
main > section .interview-section .content-row .content-txt-inner {
  display: inline-block;
  min-width: 85%;
}
main > section .interview-section .content-row .content-txt .lead {
  margin: 0 0 1em;
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1.87em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main > section .interview-section .content-row .content-txt .lead {
    margin-right: -4vw;
    font-size: 1.7rem;
    line-height: 1.5em;
  }
  main > section .interview-section .content-row .content-txt .lead img {
    width: 100%;
    height: auto;
  }
}
main > section .interview-section .content-row .content-txt .name {
  font-size: 2.5rem;
  font-weight: 500;
  color: #707070;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  main > section .interview-section .content-row .content-txt .name {
    font-size: 1.5rem;
  }
}
main > section .interview-section .content-row .content-txt .name span {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main > section .interview-section .content-row .content-txt .name span {
    font-size: 1.3rem;
  }
}
main > section .interview-section .content-row .content-txt .name span.grade {
  display: block;
}
main > section .interview-section .content-row .content-txt .college,
main > section .interview-section .content-row .content-txt .job {
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  main > section .interview-section .content-row .content-txt .college,
  main > section .interview-section .content-row .content-txt .job {
    font-size: 1.5rem;
  }
}
main > section .interview-section .content-row .content-txt .college {
  color: #386E36;
}
main > section .interview-section .content-row .content-txt .job {
  color: #958633;
}
@media screen and (min-width: 768px) {
  main > section .interview-section:nth-of-type(even) .content-row {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  main > section .interview-section:nth-of-type(even) .content-txt {
    align-items: flex-start;
    padding: 0;
    padding-left: 5%;
  }
}
@media screen and (min-width: 1199px) {
  main > section .interview-section:nth-of-type(even) .content-movie {
    margin-right: 0;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 1200px) {
  main > section .interview-section:nth-of-type(even) .content-movie {
    margin-left: -20px;
  }
}

#student {
  animation: bg-gradient 3s linear infinite alternate;
  background: linear-gradient(#fff, #B8E2FC, #fff) 0/100% 200%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #student {
    padding-top: 270px;
  }
}

#international {
  animation: bg-gradient 3s linear infinite alternate;
  background: linear-gradient(#fff, #D6EBC1, #fff) 0/100% 200%;
  width: 100%;
}

#campuslife {
  animation: bg-gradient 3s linear infinite alternate;
  background: linear-gradient(#fff, #D6FEFF, #fff) 0/100% 200%;
  width: 100%;
}

#graduate {
  animation: bg-gradient 3s linear infinite alternate;
  background: linear-gradient(#fff, #F2EABD, #fff) 0/100% 200%;
  width: 100%;
  padding-bottom: 0;
}

.footer-logo {
  padding: 100px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    padding: 50px 20px 20px;
  }
}
.footer-logo .logo {
  display: inline-block;
  width: 290px;
}
@media screen and (max-width: 767px) {
  .footer-logo .logo {
    width: 135px;
  }
}

footer {
  text-align: center;
  background: #0564B5;
}
footer .copyright {
  margin: 0 auto;
  padding: 0.5em 20px;
  padding-right: 140px;
  font-size: 1.3rem;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    padding: 0.5em 20px;
    font-size: 0.9rem;
  }
}

.pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: none;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #0564B5;
  box-shadow: 0px 2px 10px 0px rgba(8, 5, 5, 0.2);
  z-index: 1;
  transition: 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 10px;
    bottom: 43px;
  }
}
@media screen and (min-width: 769px) {
  .pagetop:hover {
    background: #0564B5;
  }
  .pagetop:hover::before, .pagetop:hover::after {
    background-color: #fff;
  }
}
.pagetop::before, .pagetop::after {
  content: "";
  position: absolute;
  top: 10px;
  left: calc(50% - 2px);
  width: 5px;
  height: 30px;
  border-radius: 9999px;
  background-color: #0564B5;
  transform-origin: 50% 2px;
}
.pagetop::before {
  transform: rotate(35deg);
}
.pagetop::after {
  transform: rotate(-35deg);
}/*# sourceMappingURL=styles.css.map */