@charset "UTF-8";
/*
Theme Name: araever
Description: araever
Theme URI:
Author: 株式会社ハジメクリエイト
Author URI: https://hajimecreate.com/
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/
html {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  line-height: 1;
  word-break: break-all;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}

address {
  font-style: normal;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

.post-password-form {
  padding: 240px 20px 120px 20px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .post-password-form {
    padding: 120px 20px 80px 20px;
  }
}
.post-password-form p {
  line-height: 1.75;
}
.post-password-form p:first-of-type {
  font-size: 0;
}
.post-password-form p:first-of-type::after {
  content: "このコンテンツはパスワードで保護されています。\aパスワードを入力してください。";
  white-space: pre;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .post-password-form p:first-of-type::after {
    font-size: 14px;
  }
}
.post-password-form p:last-of-type {
  margin-top: 32px;
}
.post-password-form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.post-password-form input[type=password] {
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  height: 32px;
  width: 120px;
  font-size: 16px;
  text-align: center;
}
.post-password-form input[type=submit] {
  background-color: #2d85dc;
  border: none;
  color: #fff;
  border-radius: 4px;
  height: 32px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #13ae67, #167B96);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  padding: 16px 0 0 0;
  z-index: 9999;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .header {
    width: 100%;
  }
}
.header--scroll {
  top: -150px;
}
@media screen and (max-width: 1023px) {
  .header--scroll {
    top: -80px;
  }
}
.headerBody {
  background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .headerBody {
    display: flex;
    padding: 0;
    position: relative;
  }
}
.headerLogo {
  width: 100%;
  padding: 8px 0;
}
.headerLogopc {
  display: block;
  width: 140px;
  height: auto;
  margin: 6px auto;
}
.headerLogosp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .headerLogo {
    width: 140px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
  }
  .headerLogopc--active {
    display: none;
  }
  .headerLogosp--active {
    display: block;
    width: 128px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
  }
}
.headerNav {
  display: flex;
  width: 100%;
  padding-right: 8px;
  align-items: center;
  border-top: 1px solid #1861AE;
}
@media screen and (max-width: 1023px) {
  .headerNav {
    position: relative;
    display: block;
    height: 56px;
    border: none;
  }
}
.headerNavWrap {
  display: flex;
  justify-content: space-between;
  padding: 0 0 24px 0;
  width: 800px;
  margin: 0 auto;
  align-items: center;
  text-align: left;
  font-size: 0;
}
.headerNavWrap a img {
  display: none;
}
@media screen and (max-width: 1023px) {
  .headerNavWrap {
    display: block;
    padding: 96px 24px 96px 24px;
    position: absolute;
    right: -100%;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(to top, #1861AE, #13ae67);
    z-index: 2;
    overflow-y: auto;
    transition: 0.5s;
    top: -16px;
  }
  .headerNavWrap img {
    display: none;
  }
}
.headerNavWrap--active {
  right: 0;
}
.headerNavWrap--active a img {
  display: block;
  width: 328px;
  margin: 52px auto 0;
}
.headerNavGroup {
  position: relative;
  margin: 16px 0 0 0;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .headerNavGroup {
    margin: 32px 0 0 0;
    display: block;
    border-bottom: none;
    text-align: center;
  }
  .headerNavGroup:first-child {
    margin: 0 0 0 0;
    padding: 32px 0 0 0;
    border-top: 1px solid #FFFFFF;
  }
}
.headerNavGroup:hover .headerNavList {
  opacity: 1;
  visibility: visible;
}
.headerNavGroupBtn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .headerNavGroupBtn {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .headerNavGroupBtn span {
    position: relative;
    width: 12px;
    height: 12px;
    transition: 0.5s;
  }
  .headerNavGroupBtn span::before, .headerNavGroupBtn span::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 2px;
    background-color: #fff;
    transition: 0.5s;
  }
  .headerNavGroupBtn span::after {
    top: 0;
    left: 5px;
    width: 2px;
    height: 12px;
  }
  .headerNavGroupBtn--active span {
    transform: rotate(720deg);
  }
  .headerNavGroupBtn--active span::before {
    background-color: #2d85dc;
  }
  .headerNavGroupBtn--active span::after {
    background-color: #2d85dc;
    opacity: 0;
  }
}
.headerNavLink {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #202020;
}
@media screen and (max-width: 1023px) {
  .headerNavLink {
    width: 100%;
    height: 40px;
    color: #fff;
    transition: 0.5s;
  }
}
.headerNavLink::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(to right, #1861AE, #13ae67);
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .headerNavLink::after {
    background: #FFFFFF;
  }
}
.headerNavLink:hover::after {
  width: 100%;
}
.headerNavLink--active {
  color: #2d85dc;
  background-color: #fff;
}
.headerNavBtn {
  display: none;
  position: relative;
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 1023px) {
  .headerNavBtn {
    display: block;
    margin-left: auto;
  }
}
.headerNavBtn span {
  display: block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  background-color: #1861AE;
  height: 4px;
  z-index: 3;
}
.headerNavBtn span:nth-of-type(1) {
  top: 17px;
  animation: menu-bar01 0.75s forwards;
}
.headerNavBtn span:nth-of-type(2) {
  top: 27px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.headerNavBtn span:nth-of-type(3) {
  top: 37px;
  animation: menu-bar03 0.75s forwards;
}
.headerNavBtn--active span {
  background-color: #FFF;
}
.headerNavBtn--active span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}
.headerNavBtn--active span:nth-of-type(2) {
  opacity: 0;
}
.headerNavBtn--active span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  70% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  70% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}

.footer {
  padding: 48px 0 12px 0;
  background: linear-gradient(to right, #13ae67, #1861AE);
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding: 48px 16px 24px 16px;
    width: 100%;
    text-align: center;
  }
}
.footerBody {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .footerBody {
    width: 100%;
  }
}
.footerLogo {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 auto;
}
.footerNav {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  border-top: 1px solid #FFF;
  margin-top: 28px;
}
@media screen and (max-width: 1023px) {
  .footerNav {
    margin-top: 32px;
    display: block;
  }
}
.footerNav:first-child {
  margin-top: 32px;
}
.footerNavGroup {
  position: relative;
  margin-top: 32px;
  z-index: 999;
}
.footerNavGroup:first-child {
  margin-top: 32px;
}
.footerNavLink {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  z-index: 9;
}
@media screen and (max-width: 1023px) {
  .footerNavLink {
    width: 100%;
    height: 40px;
    color: #fff;
    transition: 0.5s;
  }
}
.footerNavLink::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #FFFFFF;
  transition: 0.3s;
}
.footerNavLink:hover::after {
  width: 100%;
}
.footerSubNav {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 28px;
}
@media screen and (max-width: 1023px) {
  .footerSubNav {
    margin-top: 32px;
    display: block;
  }
}
.footerSubNav:first-child {
  margin-top: 32px;
}
.footerSubNavGroup {
  position: relative;
  margin-top: 32px;
  z-index: 999;
}
.footerSubNavGroup:first-child {
  margin-top: 32px;
}
.footerSubNavLink {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  z-index: 9;
}
@media screen and (max-width: 1023px) {
  .footerSubNavLink {
    width: 100%;
    height: 40px;
    color: #fff;
    transition: 0.5s;
  }
}
.footerSubNavLink::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 2px;
  border-radius: 1px;
  background: #FFFFFF;
  transition: 0.3s;
}
.footerSubNavLink:hover::after {
  width: 100%;
}
.footerCopyright {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-top: 68px;
}
@media screen and (max-width: 1023px) {
  .footerCopyright {
    text-align: center;
    font-size: 11px;
  }
}

.commonNews {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px dashed #2d85dc;
}
.commonNews li {
  padding: 16px 0;
  line-height: 1.75;
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #2d85dc;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .commonNews li {
    display: block;
  }
}
.commonNews li p {
  width: 160px;
  color: #202020;
}
.commonNews li a {
  display: block;
  width: calc(100% - 160px);
  color: #202020;
}
@media screen and (max-width: 1023px) {
  .commonNews li a {
    margin-top: 8px;
    width: 100%;
  }
}
.commonNews li a:hover {
  text-decoration: underline;
}

.keyView {
  margin-top: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .keyView {
    margin-top: 60px;
  }
}
.keyViewTtl {
  display: block;
  width: auto;
  height: 54px;
}

.panKuzu {
  max-width: 1232px;
  margin: 0 auto;
  padding: 8px 20px;
  font-size: 0;
}
@media screen and (max-width: 1023px) {
  .panKuzu {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.panKuzu a, .panKuzu span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.75;
  margin-right: 4px;
}
.panKuzu a {
  color: #2d85dc;
}

.pager {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}
.pager .page-numbers {
  margin: 4px 10px;
  font-size: 16px;
  color: #202020;
}
.pager .page-numbers:hover {
  text-decoration: underline;
}
.pager .current {
  font-size: 16px;
  color: #2d85dc;
}
.pager .current:hover {
  text-decoration: none;
}
.pager .next::after,
.pager .prev::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: auto 10px;
  background-position: top right;
}
.pager .prev::after {
  background-position: top left;
}

.news {
  padding: 80px 20px 120px 20px;
}
.newsList {
  max-width: 880px;
  margin: 0 auto;
}
.newsArticle {
  max-width: 880px;
  margin: 0 auto;
  padding: 56px;
  border: 2px solid #2d85dc;
}
@media screen and (max-width: 1023px) {
  .newsArticle {
    padding: 20px;
  }
}
.newsArticleDate {
  font-size: 16px;
}
.newsArticleTitle {
  margin-top: 8px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 16px;
  background: linear-gradient(to left, #52cae9, #2d85dc) bottom left/100% 6px no-repeat;
}
.newsArticleContent {
  margin-top: 32px;
  line-height: 1.75;
}
.newsArticleContent img {
  max-width: 100%;
  height: auto;
}
.newsNew {
  margin: 64px auto 0 auto;
  max-width: 880px;
}
.newsNewTitle {
  font-size: 24px;
  color: #2d85dc;
  margin-bottom: 16px;
  font-weight: 500;
}

.form {
  width: 100%;
  margin-top: 64px;
  border-collapse: separate;
  border-spacing: 0 24px;
  padding: 0 52px;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (max-width: 1023px) {
  .form {
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .form tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 16px;
  }
}
.form .va-m {
  line-height: 48px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .form .va-m {
    width: calc(100% - 60px);
  }
}
.form .va-t {
  line-height: 48px;
  vertical-align: top;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .form .va-t {
    width: calc(100% - 60px);
  }
}
.form .sp-data {
  display: block;
  width: 100%;
}
.form .date_picker {
  height: 48px;
  color: #000;
  position: relative;
  cursor: pointer;
}
.form .date_picker::after {
  content: "";
  background-image: url("images/calendar_icon.webp");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 10px;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-background-image: none;
  appearance: none;
}
.form .select {
  width: 48%;
}
@media screen and (max-width: 1023px) {
  .form .select {
    width: 150%;
  }
}
.form .select .wpcf7-form-control {
  box-sizing: border-box;
  width: 100%;
  padding: 0 8px;
  height: 48px;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  border: solid 1px #1861AE;
  border-radius: 4px;
}
.form .select-02 {
  position: relative;
}
.form .select-02::after {
  content: "";
  background-image: url("images/select_icon.webp");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 16px;
  height: 10px;
  position: absolute;
  top: 20px;
  right: 10px;
  pointer-events: none;
}
.form .select-02 .wpcf7-form-control {
  appearance: none;
  -webkit-appearance: none; /*Google Chrome/Safari対応*/
  -moz-appearance: none; /*Firefox対応*/
}
.form .form_area1 {
  width: 100%;
  border: solid 1px #1861AE;
  border-radius: 4px;
  padding: 14px 8px;
  height: 48px;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}
.form .form_area1::placeholder {
  color: #C2D7F2;
  font-size: 16px;
  font-weight: bold;
}
.form .form_area2 {
  resize: vertical;
  width: 100%;
  min-height: 200px;
  max-height: 400px;
  border: solid 1px #1861AE;
  border-radius: 4px;
  padding: 14px 8px;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}
.form .form_area2::placeholder {
  color: #C2D7F2;
  font-size: 16px;
  font-weight: bold;
}
.form .date {
  width: 48%;
  height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-background-image: none;
  appearance: none;
}
@media screen and (max-width: 1023px) {
  .form .date {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-background-image: none;
    appearance: none;
  }
}
.form .date .wpcf7-form-control {
  width: 100%;
  height: 100%;
  padding: 0 8px;
  box-sizing: border-box;
  border: solid 1px #1861AE;
  border-radius: 4px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-background-image: none;
  appearance: none;
}
.form .date .wpcf7-form-control-wrap {
  font-weight: bold;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-background-image: none;
  appearance: none;
}
.form .date .wpcf7-text {
  color: #000;
}
.form .date-02 .wpcf7-form-control {
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}
.form .date-02 .wpcf7-form-control::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-background-image: none;
  appearance: none;
}
.form .date-02 .wpcf7-form-control::after {
  content: "";
  background-image: url("images/calendar_icon.webp");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 10px;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-background-image: none;
  appearance: none;
}
.form .date_area {
  width: 48%;
  border: solid 1px #1861AE;
  border-radius: 4px;
  padding: 14px 8px;
  height: 48px;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .form .date_area {
    width: 100%;
  }
}
.form .date_area::placeholder {
  color: #C2D7F2;
  font-size: 16px;
  font-weight: bold;
}
.form .req {
  font-size: 12px;
  width: 48px;
  height: 24px;
  padding: 5px 12px;
  color: #FFFFFF;
  border-radius: 12px;
  background-color: #F2AB00;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .form .req {
    width: 56px;
  }
}
.form .req-b {
  font-size: 12px;
  width: 48px;
  height: 24px;
  padding: 5px 12px;
  color: #FFFFFF;
  border-radius: 12px;
  background-color: #F2AB00;
  text-align: center;
  position: relative;
  top: -110px;
}
@media screen and (max-width: 1023px) {
  .form .req-b {
    width: 56px;
    top: 0;
  }
}
.form .check1 td {
  width: 100%;
}
.form .check1 p {
  font-size: 16px;
  font-weight: bold;
  color: #1861AE;
  background-color: #E3EDFA;
  padding: 16px 8px;
  margin-top: 16px;
  text-align: center;
  line-height: 28px;
}
.form .check2 td {
  width: 100%;
}
.form .check2 p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  padding: 16px 8px;
}
.form .check3 td {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  background-color: #E2F8EE;
  padding: 8px 0;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .form .check3 td {
    margin-top: 0;
  }
}
.form .btn-wrapper {
  text-align: center;
  width: 266px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .form .btn-wrapper {
    margin-top: 48px;
  }
}
.form .sent-btn {
  display: block;
  width: 264px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  border: none;
  padding: 18px 88px;
  border-radius: 60px;
  background: linear-gradient(to bottom, #F3A500, #FF6600);
}

#page-top {
  /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
}

/*　左の動き　*/
#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*　右の動き　*/
#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}
#page-top-sp {
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
  z-index: 5000;
}

/*　左の動き　*/
#page-top-sp.TopMove {
  animation: TopAnime 0.5s forwards;
}

@keyframes TopAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
    @media screen and (max-width: 1023px) {
      transform: translateY(100px);
    }
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　右の動き　*/
#page-top-sp.BottomMove {
  animation: BottomAnime 0.5s forwards;
}

@keyframes BottomAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

/*# sourceMappingURL=style.css.map */
