@charset "UTF-8";
/* font-size 820px - 960px */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

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

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

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

em {
  font-style: normal;
}

main {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  line-height: 1.8;
  letter-spacing: 0.3px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 0.143rem + 1.43vw, 1.6rem);
  color: #333333;
}
@media screen and (max-width: 769px) {
  body {
    font-size: 1.3rem;
  }
}

a {
  /*transition: all 0.3s linear;*/
  color: #333333;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

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

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

.sp {
  display: none !important;
}
@media screen and (max-width: 769px) {
  .sp {
    display: block !important;
  }
}

/*-- ファイル読み込み --*/
/*----------------------------------------------------
footer
----------------------------------------------------*/
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
}
@media screen and (max-width: 769px) {
  footer {
    padding: 0 0 30px 0;
  }
}
footer .footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 769px) {
  footer .footer-item {
    display: block;
    margin: 0 auto 40px;
  }
}
footer .footer-item .footer-logo {
  width: 154px;
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  footer .footer-item .footer-logo {
    width: 146px;
    margin: 0 auto 12px;
  }
}
@media screen and (max-width: 769px) {
  footer .footer-item .jp-link {
    width: 138px;
    margin: 0 auto;
  }
}
footer .footer-item .jp-link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 56px 20px 26px;
  position: relative;
  border-radius: 30px;
  border: 1px solid #565656;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  footer .footer-item .jp-link a {
    padding: 16px 10px 16px 20px;
    font-size: 1.2rem;
  }
}
footer .footer-item .jp-link a .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  background: #565656;
  border-radius: 50%;
  line-height: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 769px) {
  footer .footer-item .jp-link a .arrow {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}
footer .footer-item .jp-link a .arrow svg {
  width: 6px;
}
@media screen and (max-width: 769px) {
  footer .footer-item .jp-link a .arrow svg {
    width: 4px;
  }
}
footer .footer-item .jp-link a .arrow svg .arrow-path {
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 1.4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer .footer-item .jp-link a:hover {
  background: #565656;
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  footer .footer-item .jp-link a:hover {
    background: #ffffff;
    color: #333333;
  }
}
footer .footer-item .jp-link a:hover .arrow {
  background: #ffffff;
}
@media screen and (max-width: 769px) {
  footer .footer-item .jp-link a:hover .arrow {
    background: #565656;
  }
}
footer .footer-item .jp-link a:hover .arrow svg .arrow-path {
  stroke: #565656;
}
@media screen and (max-width: 769px) {
  footer .footer-item .jp-link a:hover .arrow svg .arrow-path {
    stroke: #ffffff;
  }
}
footer .copylight {
  width: 50%;
  letter-spacing: 0;
  font-size: 1.4rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 769px) {
  footer .copylight {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*-- ファイル読み込み --*/
/*----------------------------------------------------
loading
----------------------------------------------------*/
#loading {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 99;
}
@media screen and (max-width: 769px) {
  #loading {
    height: 100dvh;
  }
}
#loading.loaded {
  -webkit-animation: fdout 0.3s linear forwards;
          animation: fdout 0.3s linear forwards;
}

/*----------------------------------------------------
page-mv
----------------------------------------------------*/
.page-mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 769px) {
  .page-mv {
    height: 100dvh;
    margin-bottom: 40px;
  }
}
.page-mv__content {
  width: 100%;
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-mv__content h1 {
  width: 280px;
  margin: 0 auto 34px;
}
@media screen and (max-width: 769px) {
  .page-mv__content h1 {
    /*width: 41.1%;*/
    width: 160px;
    margin-bottom: 14px;
  }
}
.page-mv__content p {
  line-height: 1;
  text-align: center;
  letter-spacing: 5px;
  font-size: clamp(4.4rem, 1.286rem + 2.86vw, 4.8rem);
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  .page-mv__content p {
    letter-spacing: 2.5px;
    font-size: 2.7rem;
  }
}
.page-mv__content p span {
  color: #005e9a;
}
.page-mv .scroll {
  padding-bottom: 74px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  letter-spacing: 1.5px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .page-mv .scroll {
    padding-bottom: 50px;
    font-size: 1.3rem;
  }
}
.page-mv .scroll::before {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #dddad7;
}
@media screen and (max-width: 769px) {
  .page-mv .scroll::before {
    height: 40px;
  }
}
.page-mv .scroll::after {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #565656;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}
@media screen and (max-width: 769px) {
  .page-mv .scroll::after {
    height: 40px;
  }
}

/*----------------------------------------------------
sec-ttl
----------------------------------------------------*/
.sec-ttl {
  position: absolute;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: clamp(6.6rem, 2.661rem + 2.86vw, 7rem);
  color: #dddad7;
}
@media screen and (max-width: 769px) {
  .sec-ttl {
    font-size: 4.2rem;
  }
}

/*----------------------------------------------------
about
----------------------------------------------------*/
.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 92%;
  max-width: 1100px;
  margin: 0 auto 0px;
  margin-bottom: 140px;
  padding: 130px 0 10px;
  position: relative;
  border-right: 1px solid #dddad7;
}
@media screen and (max-width: 769px) {
  .about {
    width: 86%;
    margin-bottom: 100px;
    padding: 30px 0 10px;
  }
}
.about .sec-ttl {
  top: 13%;
  right: -12px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 769px) {
  .about .sec-ttl {
    top: 0;
    right: -7px;
  }
}
.about h4 {
  width: 41%;
  margin-right: 3%;
  line-height: 2.4;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: clamp(2.4rem, 0.036rem + 2.86vw, 2.8rem);
}
@media screen and (max-width: 769px) {
  .about h4 {
    width: 78%;
    margin: 0 0 24px 0;
    line-height: 1.8;
    font-size: 1.8rem;
  }
}
.about p {
  width: min(44.5%, 423px);
  line-height: 2.8;
  text-align: justify;
  font-size: clamp(1.6rem, 0.268rem + 1.43vw, 1.8rem);
}
@media screen and (max-width: 769px) {
  .about p {
    width: 78%;
    line-height: 2;
    font-size: 1.4rem;
  }
}

/*----------------------------------------------------
private-brand
----------------------------------------------------*/
.private-brand {
  margin-bottom: 148px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .private-brand {
    margin-bottom: 110px;
  }
}
.private-brand::before {
  content: "";
  width: 2560px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-8%);
      -ms-transform: translateX(-8%);
          transform: translateX(-8%);
  background: #f4f0ec;
  border-radius: 40px 0 0 40px;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  .private-brand::before {
    width: 67%;
    left: auto;
    right: 0;
    border-radius: 24px 0 0 24px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.private-brand__content {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto 0px;
  padding: 100px 0;
  position: relative;
  border-left: 1px solid #dddad7;
}
@media screen and (max-width: 769px) {
  .private-brand__content {
    width: 86%;
    padding: 80px 0;
  }
}
.private-brand__content .sec-ttl {
  top: 0;
  left: -10px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 769px) {
  .private-brand__content .sec-ttl {
    left: -6px;
  }
}
.private-brand__content___list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: min(88.2%, 968px);
  margin-left: auto;
}
@media screen and (max-width: 769px) {
  .private-brand__content___list {
    display: block;
    width: 78%;
  }
}
.private-brand__content___list .brand-item {
  width: 48%;
}
@media screen and (max-width: 769px) {
  .private-brand__content___list .brand-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.private-brand__content___list .brand-item .img-block {
  width: 100%;
  aspect-ratio: 464/300;
  margin-bottom: 24px;
  position: relative;
  background: #dddad7;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  .private-brand__content___list .brand-item .img-block {
    border-radius: 6px;
  }
}
.private-brand__content___list .brand-item .img-block img {
  width: 23.7%;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.private-brand__content___list .brand-item h4 {
  margin-bottom: 12px;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 0.518rem + 1.43vw, 2.2rem);
}
@media screen and (max-width: 769px) {
  .private-brand__content___list .brand-item h4 {
    margin-bottom: 8px;
    font-size: 1.7rem;
  }
}
.private-brand__content___list .brand-item p {
  text-align: justify;
}
@media screen and (max-width: 769px) {
  .private-brand__content___list .brand-item:nth-child(1) {
    margin-bottom: 50px;
  }
}
.private-brand__content___list .brand-item:nth-child(1) .img-block {
  background: url("../img/brand-img01.jpg") no-repeat center/cover;
}
.private-brand__content___list .brand-item:nth-child(2) {
  margin-top: 100px;
}
@media screen and (max-width: 769px) {
  .private-brand__content___list .brand-item:nth-child(2) {
    margin-top: 0;
  }
}
.private-brand__content___list .brand-item:nth-child(2) .img-block {
  background: url("../img/brand-img02.jpg") no-repeat center/cover;
}

/*----------------------------------------------------
company
----------------------------------------------------*/
.company {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .company {
    margin-bottom: 80px;
  }
}
.company .sec-ttl {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto 0px;
  position: static;
  line-height: 0.7;
  text-align: right;
}
.company__content {
  padding: 70px 0;
  background: #f4f0ec;
  border-top: 1px solid #dddad7;
}
@media screen and (max-width: 769px) {
  .company__content {
    padding: 50px 0;
  }
}
.company__content table {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .company__content table {
    width: 86%;
  }
}
.company__content table tr {
  display: block;
  padding: 30px 0;
}
.company__content table tr:not(:last-child) {
  border-bottom: 1px dashed #ffffff;
}
.company__content table tr th {
  width: 190px;
  font-weight: 400;
}
@media screen and (max-width: 769px) {
  .company__content table tr th {
    margin-bottom: 12px;
  }
}
.company__content table tr td {
  width: 410px;
}
.company__content table tr th, .company__content table tr td {
  text-align: left;
}
@media screen and (max-width: 769px) {
  .company__content table tr th, .company__content table tr td {
    display: block;
    width: 100%;
  }
}

/*----------------------------------------------------
recruit
----------------------------------------------------*/
.recruit {
  width: 92%;
  max-width: 600px;
  margin: 0 auto 140px;
  padding: 40px 40px 44px;
  background: #005e9a;
  border-radius: 20px;
}
@media screen and (max-width: 769px) {
  .recruit {
    width: 86%;
    margin-bottom: 100px;
    padding: 34px 24px;
    border-radius: 15px;
  }
}
.recruit h3 {
  margin-bottom: 22px;
  position: relative;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  .recruit h3 {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}
.recruit h3::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 5px;
  left: 0;
  background: #ffffff;
}
@media screen and (max-width: 769px) {
  .recruit h3::before {
    bottom: 4px;
  }
}
.recruit p {
  text-align: justify;
  color: #ffffff;
}
.recruit p.txt {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .recruit p.txt {
    margin-bottom: 18px;
  }
}
.recruit__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}
@media screen and (max-width: 769px) {
  .recruit__contact {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 769px) {
  .recruit__contact .contact-item:not(:last-child) {
    margin-bottom: 14px;
  }
}
.recruit__contact .contact-item a {
  padding-left: 40px;
  position: relative;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  .recruit__contact .contact-item a {
    padding-left: 32px;
    font-size: 1.85rem;
  }
}
.recruit__contact .contact-item a::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: center;
  border-radius: 50%;
}
@media screen and (max-width: 769px) {
  .recruit__contact .contact-item a::before {
    width: 25px;
    height: 25px;
  }
}
.recruit__contact .contact-item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 769px) {
  .recruit__contact .contact-item a:hover {
    opacity: 1;
  }
}
.recruit__contact .contact-item__tel {
  margin-right: 20px;
}
.recruit__contact .contact-item__tel a {
  pointer-events: none;
  cursor: default;
}
.recruit__contact .contact-item__tel a::before {
  background-image: url("../img/icon-tel.svg");
  background-size: 14px;
}
@media screen and (max-width: 769px) {
  .recruit__contact .contact-item__tel a::before {
    background-size: 10px;
  }
}
@media screen and (max-width: 769px) {
  .recruit__contact .contact-item__tel a {
    pointer-events: auto;
  }
}
.recruit__contact .contact-item__mail a::before {
  background-image: url("../img/icon-mail.svg");
  background-size: 17px;
}
@media screen and (max-width: 769px) {
  .recruit__contact .contact-item__mail a::before {
    background-size: 13px;
  }
}
.recruit__business-hours .hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 769px) {
  .recruit__business-hours .hours {
    margin-bottom: 4px;
  }
}
.recruit__business-hours .hours p {
  font-size: 1.4rem;
}
@media screen and (max-width: 769px) {
  .recruit__business-hours .hours p {
    font-size: 1.3rem;
  }
}
.recruit__business-hours .hours p.time {
  display: inline-block;
  margin-right: 8px;
  padding: 8px 12px;
  border-radius: 16px;
  border: 1px solid #ffffff;
  line-height: 1;
  font-size: 1.2rem;
}
@media screen and (max-width: 769px) {
  .recruit__business-hours .hours p.time {
    margin-bottom: 4px;
    padding: 6px 10px;
    font-size: 1.1rem;
  }
}
.recruit__business-hours p.annotation {
  letter-spacing: -0.2px;
  font-size: 1.2rem;
}
@media screen and (max-width: 769px) {
  .recruit__business-hours p.annotation {
    font-size: 1.1rem;
  }
}

/*----------------------------------------------------
animarion
----------------------------------------------------*/
.fdin {
  opacity: 0;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.fdin.scroll {
  opacity: 1;
}

@-webkit-keyframes fdin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fdin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fdout {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fdout {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
/*----------------------------------------------------
notfound
----------------------------------------------------*/
/*-- ファイル読み込み --*/