@charset "UTF-8";
/* Default Style */
html {
  box-sizing: border-box;
  height: 100%;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "Meiryo UI", "メイリオ", Meiryo, "Dengxian", sans-serif;
}

html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

body {
  height: 100%;
  color: #666;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
body.fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
a {
  color: #696969;
}
a:hover {
}

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

button[type="button"] {
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: inherit;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
    serif, "HY ZhongSongTi";
}
.uppercase {
  text-transform: uppercase;
}
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

/*
  Layout
-----------------------------------------------------*/
.mainContents {
  width: 100%;
  /* max-width: 1920px; */
  margin: auto;
}
.l-wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
.l-section {
  padding: 3em 0;
}
.p-message.l-section {
  padding: 3em 0 0;
}
.l-section__inner {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding: 1rem 0;
  }
  .p-message.l-section {
    padding: 1rem 0 0;
  }
  .js-ac__box {
    display: none;
  }
}
/*
  flex
-----------------------------------------------------*/
.c-flex {
  display: flex;
  flex-flow: row wrap;
}

/*
  title
-----------------------------------------------------*/
.p-title {
  font-size: clamp(1.25rem, 0.833rem + 2.08vw, 2.5rem);
  color: #0094ff;
  text-align: center;
  margin-bottom: 1em;
}
.p-title.-top {
  display: flex;
  align-items: center;
}
.p-title.-top::before,
.p-title.-top::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #0094ff;
}
.p-title.-top::before {
  margin-right: 0.6em;
}
.p-title.-top::after {
  margin-left: 0.6em;
}
.p-title.-top .-img {
  line-height: 40px;
}
.p-title.-top .-img.-left {
  margin-right: 1em;
}
.p-title.-top .-img.-right {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-title.-top {
    font-size: 19px;
  }
  .p-title.-top .-img.-left {
    margin-right: 0.3em;
  }
  .p-title.-top .-img.-right {
    margin-left: 0.3em;
  }
  .p-title.-top .-img {
    line-height: inherit;
  }
  .p-title.-top img {
    min-width: 18px;
    width: clamp(0.875rem, 0.333rem + 2.71vw, 2.5rem);
    display: block;
  }
}
/*
  btn
-----------------------------------------------------*/
.btn {
  display: block;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  padding: 6px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  transition: 0.5s;
}
.btn.-white {
  border: 1px solid #fff;
  font-size: 24px;
  max-width: 94px;
}
.btn.-black {
  border: 1px solid #666;
  font-size: 32px;
  max-width: 320px;
  color: #666;
  padding: 12px 0;
}
.btn .-white:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .btn.-black {
    width: 95%;
    max-width: inherit;
    font-size: clamp(1.375rem, 1.188rem + 0.94vw, 1.938rem);
  }
}
/*
  header
-----------------------------------------------------*/
.l-header {
  background: linear-gradient(to bottom, #000066, transparent), url(../images/header__bg@2x.png);
  background-size: cover;
  width: 100%;
  height: 80px;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
.l-header.-top {
  background: linear-gradient(to bottom, #000066, transparent);
}
.l-header__inner {
  max-width: 1280px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}
.l-headerLogo {
  width: 24%;
  margin-left: 1em;
}
/* global Nav */
.l-header-nav {
  display: flex;
  flex-direction: column;
}
.l-langNav {
  margin-left: auto;
}
.l-global-nav__listItem.first {
  display: none;
}
.l-global-nav__listItem a,
.l-langNav__listItem a {
  display: block;
  padding: 0.3em 1em 0.3em 0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.l-langNav__listItem a span img {
  position: relative;
  top: -4px;
}
.l-langNav__listItem a span.lang_jp {
  margin-left: 0.6em;
}
.button-hamburger {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .l-global-nav__listItem a,
  .l-langNav__listItem a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .l-header.-top {
    background: #fff;
  }
  .l-header {
    height: 60px;
  }
  .l-header.active {
    height: 100vh;
  }
  .l-header.-top.active {
    height: 472px;
  }
  .l-headerLogo {
    width: 160px;
    margin-left: 1em;
  }
  .l-header.-top .l-headerLogo {
    display: none;
  }
  .l-header-nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 120vh;
    transition: ease 0.6s;
    transform: translateY(-100%);
    transition: ease 0.6s;
  }
  .l-header-nav.active {
    transform: translateY(0);
    background-color: #fff;
    transition: ease 0.6s;
    padding-top: 60px;
    height: 850px;
  }
  .l-langNav {
    margin-left: 0;
  }
  .l-global-nav__listItem.first {
    display: block;
    text-align: center;
    padding: 1.2em 0;
  }
  .l-global-nav__listItem,
  .l-langNav__listItem {
    width: 100%;
    padding-left: 1em;
    border-bottom: 1px solid #808080;
  }
  .l-global-nav__listItem:first-child {
    border-top: 1px solid #808080;
  }
  .l-header.-top .l-langNav__listItem:last-of-type {
    border-bottom: none;
  }
  .l-global-nav__listItem a,
  .l-langNav__listItem a {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #808080;
    padding: 1em;
  }

  /* パンくずリスト */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.breadcrumb li:not(:last-of-type)::after {
  content: ">";
  margin: 0 .5em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}


  /* ハンバーガーメニュー */
  .button-hamburger.-top {
    display: block;
    width: 20px;
    height: 100%;
    margin-top: 6px;
    margin-right: 1em;
  }

  .button-hamburger {
    display: block;
    width: 20px;
    height: 100%;
    margin-top: -28px;
    margin-right: 1em;
  }
  .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
    cursor: pointer;
  }
  .hamburger span.hamburger {
    width: 100%;
    height: 2px;
    background-color: #0094ff;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }
  .hamburger span.hamburger:nth-child(1) {
    top: 0;
  }
  .hamburger span.hamburger:nth-child(2) {
    margin: 4px 0;
  }
  .hamburger span.hamburger:nth-child(3) {
    top: 0;
  }
  .hamburger span.hamburger:nth-child(4) {
    margin: 4px 0;
  }
  .hamburger.-top.active {
    position: absolute;
    top: -10px;
    height: auto;
    left: 33%;
  }
  .hamburger.active {
    position: absolute;
    top: 20px;
    height: auto;
    left: 33%;
  }
  .button-hamburger.hamburger.-top {
    position: absolute;
    top: -14px;
    height: auto;
    left: 33%;
  }
  .hamburger.active span.button_text {
    display: block;
    position: relative;
    top: 26px;
    left: 12vw;
  }
  .hamburger span.button_text {
    display: block;
    position: relative;
    top: 26px;
    left: 12vw;
  }
}
/*
  mainVisual
-----------------------------------------------------*/
.mainContents.-top .-bg img {
  width: 100%;
}
.mainVisual_wrapper.c-flex {
  flex-direction: column;
}
.mainVisual {
  width: 100%;
  height: auto;
  background: url(../images/mv-pc@2x.png) no-repeat;
  padding-bottom: calc(100% * 646 / 1281);
  background-size: 100% auto;
  background-attachment: fixed;
  margin-top: -80px;
  position: relative;
}
.mainVisual__catch {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding-top: 120px; */
  width: 19vw;
  max-width: 300px;
}
.mainVisual picture img {
  width: 100%;
}
.mainContents.-top {
  margin-top: -120px;
}
@media screen and (min-width: 1440px) {
  .mainContents.-top {
    margin-top: -160px;
  }
}
@media screen and (max-width: 768px) {
  /* body.fixed .mainVisual {
    display: none;
  } */
  .mainContents.-top {
    margin-top: 0;
  }
  .mainVisual {
    width: 100%;
    height: auto;
    background: url(../images/mv-sp@2x.png) no-repeat;
    padding-bottom: calc(100% * 560 / 751);
    background-size: 100% auto;
    background-attachment: fixed;
    margin-top: 0;
  }
  .mainVisual_wrapper.c-flex {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
  .mainVisual__catch {
    width: 36vw;
    top: 50%;
  }
}
/*
  value
-----------------------------------------------------*/
.p-value {
  position: relative;
  text-align: center;
}
.p-value .-bg {
  background: url(../images/wave@4x.png) repeat-x;
  width: 100%;
  height: auto;
  background-size: contain;
}

.p-value__textBox {
  padding: 4.8em 0;
  width: 100%;
  margin: 0 auto;
}
.p-value__title {
  color: #0066c8;
  font-weight: bold;
  font-size: clamp(0.688rem, 0.438rem + 1.25vw, 1.438rem);
}
.p-value__text {
  color: #0066c8;
  width: 100%;
  max-width: 664px;
  margin: 2em auto 0;
  font-size: clamp(0.625rem, 0.5rem + 0.63vw, 1rem);
  line-height: 1.8;
}
@media screen and (min-width: 768px) and (max-width: 935px) {
  .p-value__textBox {
    padding: 3em 0;
  }
  .p-value__text {
    margin: 1em auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-value .-bg {
    /* background: #a7daff; */
    background: url(../images/wave-sp@2x.png) no-repeat;
  }
  .p-value__title {
    border-bottom: 1px solid #0066c8;
    padding-bottom: 1em;
  }
  .p-value__textBox {
    padding: 1em 0;
  }
  .p-value__text {
    line-height: 1.4;
  }
}
/*
  message
-----------------------------------------------------*/
.c-flex.p-messageBox {
  justify-content: space-between;
}
.p-message__textBox {
  width: calc(100% - 300px);
  font-size: clamp(0.625rem, 0.542rem + 0.42vw, 0.875rem);
  font-weight: bold;
  line-height: 1.75;
}

.p-message__img {
  max-width: 264px;
}
.p-message__name {
  margin-top: 1rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-message__textBox {
    width: 100%;
  }

  .p-message__img {
    display: none;
  }
}
/*
  news
-----------------------------------------------------*/
.p-news .p-news__heading.mincho {
  font-size: clamp(2.25rem, 1.542rem + 3.54vw, 4.375rem);
  font-weight: 600;
  color: #0094ff;
  line-height: 1;
}
.p-news .-bg {
  background: url(../images/p-news__bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 346px;
  background-attachment: fixed;
}
.p-news .l-section__inner.c-flex {
  /* justify-content: space-between; */
  padding: 20px 0;
}
.p-news__list {
  width: calc((100% - 40px) / 3);
  background: #ffffffe6;
  padding: 1rem;
  margin-right: 20px;
}
.p-news__list:last-child {
  margin-right: auto;
}
.p-news__listItem a {
  color: currentColor;
  font-size: 12px;
  font-weight: bold;
  flex-direction: column;
}
.p-news__title {
  order: 3;
}
.p-news__time {
  order: 2;
  margin-top: 1rem;
}
.p-news__img {
  order: 1;
}
@media screen and (max-width: 768px) {
  .p-news .l-section__inner.c-flex {
    display: block;
  }
  .p-news .-bg {
    height: auto;
    padding-bottom: 20px;
  }
  .p-news .p-news__heading.mincho {
    text-align: center;
  }
  .p-news__list {
    width: 300px;
    margin: 0 auto;
  }
  .p-news__list:nth-child(2) {
    display: none;
  }
  .p-news__img {
    width: 100%;
  }
  .p-news__time {
    margin-top: 0.3rem;
  }
}

/* information
------------------------------ */
#information article {
  text-align: left;
  
  background-color: #fff;
}

#information article .text_date {
  font-size: 0.85rem;
}

#information article h2 {
  margin-bottom: 30px;
  padding-bottom: 12px;
  font-size: 1.15rem;
  line-height: 1.8em;
  border-bottom: 2px solid #d5c800;
}

#information article .text_content {
  line-height: 2.0em;
  font-size: 0.85rem;
}


/*
  about
-----------------------------------------------------*/
.p-about__bg {
  background: url(../images/p-about__bg@2x.png) no-repeat;
  background-size: cover;
  border-radius: 1rem;
}
.p-aboutBox {
  padding: 2em;
  justify-content: space-between;
}
.p-about__textBox,
.p-about__img {
  width: calc((100% - 40px) / 2);
}
.p-about__title {
  color: #0094ff;
  font-weight: bold;
  font-size: 24px;
  border: 2px solid #0094ff;
  border-radius: 80px;
  text-align: center;
  margin: 0 auto 2.3em;
}
.p-about__listDt,
.p-about__listDd {
  font-size: 18px;
  display: inline-block;
}
.p-about__listDt {
  margin-right: 1em;
}
.p-about__listDt__s,
.p-about__listDd__s {
  font-size: 14px;
}
.p-about__listDt__s {
  margin-top: 2em;
}
.p-about__business {
  margin-top: 3em;
  justify-content: space-between;
}
.p-about__businessBox {
  width: 40%;
  max-width: 306px;
  font-size: 18px;
  margin-bottom: 2em;
}
.p-about__businessBox__listTitle {
  background: #0094ff;
  color: #fff;
  padding: 0.3rem 0.6rem;
  position: relative;
}
.p-about__businessBox__listItem {
  padding: 0.3rem 0.6rem 0.3rem 1rem;
  border-left: 1px solid #0094ff;
  border-right: 1px solid #0094ff;
  border-bottom: 1px solid #0094ff;
}
@media screen and (max-width: 768px) {
  .p-aboutBox {
    display: block;
    padding: 5% 3%;
  }
  .p-about__textBox,
  .p-about__img {
    width: 100%;
  }
  .p-about__img {
    text-align: center;
  }
  .p-about__img img {
    max-width: 284px;
  }
  .p-about__textBox {
    margin-top: 1.2em;
  }
  .p-about__title {
    font-size: clamp(1rem, 0.833rem + 0.83vw, 1.5rem);
    margin: 0 auto 0.4rem;
  }
  .sp_lh1 {
    line-height: 1;
  }
  .p-about__listDt,
  .p-about__listDd {
    font-size: clamp(0.625rem, 0.458rem + 0.83vw, 1.125rem);
  }

  .p-about__listDt__s {
    margin-top: 0.4rem;
  }
  .p-about__listDt__s,
  .p-about__listDd__s {
    font-size: clamp(0.625rem, 0.542rem + 0.42vw, 0.875rem);
  }
  .p-about__business {
    flex-direction: column;
    margin-top: 1rem;
  }
  .p-about__businessBox {
    width: 100%;
    max-width: inherit;
    margin-bottom: 1rem;
  }
  .p-about__businessBox__img {
    display: none;
  }
  .p-about__businessBox__listTitle {
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .p-about__businessBox__listTitle::before,
  .p-about__businessBox__listTitle::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #fff;
  }
  .p-about__businessBox__listTitle::before {
    top: 48%;
    right: 15px;
  }
  .p-about__businessBox__listTitle::after {
    top: 48%;
    right: 15px;
    transform: rotate(90deg);
  }
}
/*
  introduction
-----------------------------------------------------*/
.p-introduction .-bg {
  background: url(../images/p-intro__bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 196px;
  background-attachment: fixed;
}
.p-introduction__heading {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  padding: 0.8em 0;
}
.p-introduction__title {
  color: #0094ff;
  font-weight: bold;
  font-size: 24px;
  border: 2px solid #0094ff;
  border-radius: 80px;
  text-align: center;
  margin: 3em auto 0;
}
.p-introduction__personalBox {
  padding: 2rem 0;
  border-bottom: 1px solid #cecece;
}
.p-introduction__personalBox.no-border {
  border-bottom: none;
}
.p-introduction__personalBox:last-child {
  border-bottom: none;
}
.p-introduction__img {
  margin-right: 40px;
  flex-grow: 1;
  max-width: 220px;
}
.p-introduction__textBox {
  flex-grow: 2;
}
.p-introduction__name {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cecece;
}
.p-introduction__business {
  margin: 1.6rem 0;
  font-size: 12px;
}
.p-introduction__careerList {
  margin-top: 1.6rem;
  font-size: 12px;
}
.p-introduction__careerListitem {
  padding-left: 3.9rem;
  position: relative;
}
.p-introduction__careerListitem.p-careerList__heading::before {
  color: #0094ff;
  font-size: clamp(0.625rem, 0.583rem + 0.21vw, 0.75rem);
  font-weight: bold;
  letter-spacing: 0.2em;
  position: absolute;
  left: 0;
}
.p-introduction__careerListitem.p-careerList__heading.career::before {
  content: "■経歴";
}
.p-introduction__careerListitem.p-careerList__heading.eng::before {
  content: "■Career";
}
.p-introduction__careerListitem.p-careerList__heading.qualification::before {
  content: "■資格";
}

.p-introduction__img___sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-introduction .-bg {
    height: auto;
  }
  .p-introduction__heading {
    font-size: clamp(1.5rem, 0.75rem + 3.75vw, 3.75rem);
  }
  .p-introduction__title {
    font-size: clamp(1.375rem, 1.333rem + 0.21vw, 1.5rem);
    margin: 1rem auto 0;
  }
  .p-introduction__personalBox {
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .p-introduction__name {
    font-size: clamp(1.25rem, 1.083rem + 0.83vw, 1.75rem);
    text-align: center;
    border-bottom: none;
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease;
  }
  .p-introduction__img {
    display: none;
  }
  .p-introduction__textBox {
    width: 100%;
  }
  .p-introduction__img___sp {
    display: block;
    text-align: center;
  }
  .p-introduction__name::before,
  .p-introduction__name::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 1px;
    background-color: #808080;
  }
  .p-introduction__name::before {
    top: calc((100% - 1rem) / 2);
    right: 12px;
  }
  .p-introduction__name::after {
    top: calc((100% - 1rem) / 2);
    right: 12px;
    transform: rotate(90deg);
  }
  .p-introduction__personalBox {
    padding: 1rem 0;
  }
  .p-introduction__business,
  .p-introduction__careerList {
    font-size: clamp(0.625rem, 0.583rem + 0.21vw, 0.75rem);
  }
  .p-introduction__careerListitem {
    padding-left: 3.5rem;
  }
}
/*
  access
-----------------------------------------------------*/
.p-access .-bg {
  background: url(../images/p-access__bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 196px;
  background-attachment: fixed;
}
.p-access__map {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.p-access__map iframe {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-access__detailsBox {
  margin: 5em 0;
  text-align: center;
}
.p-access__details {
  text-align: left;
  align-items: center;
  justify-content: space-around;
  margin: 5em 0;
  font-size: 14px;
}
.p-accessTrain__heading::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: #666;
  margin-right: 0.4rem;
}
.p-accessTrain__dd::before {
  content: "・";
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-access .-bg {
    height: auto;
  }
  .p-access__detailsBox {
    margin: 1rem 0;
  }
  .p-access__details.c-flex {
    flex-flow: column wrap;
    margin: 1rem 0;
    text-align: left;
    font-size: clamp(0.75rem, 0.708rem + 0.21vw, 0.875rem);
  }
  .p-access__address {
    width: 100%;
  }
  .p-accessTrain {
    margin-top: 1rem;
    width: 100%;
  }
}
/*     form        */
.p-form__heading {
  color: #0094ff;
  font-size: 29px;
}
.p-formBox__detail {
  margin-bottom: 1.6rem;
}
.p-formBox__dt {
  width: 35%;
  background: #0094ff;
  color: #fff;
  font-weight: bold;
  padding: 0 1rem;
  font-size: 18px;
  position: relative;
}
.p-formBox__dt label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-formBox__dd {
  width: 65%;
  border: 1px solid #0094ff;
}
.btn_submitBox {
  text-align: center;
}
.btn_submit {
  background: #0094ff;
  color: #fff;
  font-size: 18px;
  width: 158px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .p-form__heading {
    font-size: clamp(1.375rem, 1.229rem + 0.73vw, 1.813rem);
  }
  .p-formBox__dt {
    font-size: clamp(0.625rem, 0.458rem + 0.83vw, 1.125rem);
  }
  .btn_submitBox {
    text-align: right;
  }
  .btn_submit {
    font-size: clamp(0.875rem, 0.792rem + 0.42vw, 1.125rem);
  }
}

/*
  footer
-----------------------------------------------------*/
.l-footer {
  padding-top: 3em;
}
.p-footer__navList a {
  font-size: 15px;
  font-weight: bold;
  color: #666;
}
.p-footer__copy.-bg {
  background: url(../images/footer_bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 104px;
  padding: 46px 0;
  background-attachment: fixed;
}
.p-footer__copy {
  text-align: center;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 1rem;
  }
  .p-footer__navList a {
    font-size: 10px;
  }
  .p-footer__copy.-bg {
    height: auto;
    padding: 1rem 0;
  }
}
/*　上に上がる動き　*/

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
#page-top {
  position: fixed;
  right: 80px;
  bottom: 12vh;
  z-index: 2;
  opacity: 0;
}
.arrow__up {
  display: block;
  background-color: #b4b4b4;
  border-radius: 4px;
  text-decoration: none;
  width: 78px;
  height: 78px;
  position: relative;
}
.arrow__up::before {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.arrow__up::after {
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 1.38462em;
  margin: auto;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #page-top {
    position: fixed;
    right: 10px;
    bottom: 6vh;
  }
  .arrow__up {
    width: 48px;
    height: 48px;
  }
  .arrow__up::before {
    width: 15px;
    height: 15px;
  }
}
