@charset "UTF-8";
/*--------------- default - 20240111 ---------------*/
*,
::after,
::before {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.6;
  color: rgb(68, 68, 68);
  letter-spacing: 0.2rem;
  overflow: hidden;
}

p {
  margin: 20px 0 30px;
  font-weight: 500;
  letter-spacing: 0.12rem;
  line-height: 2rem;
}

strong {
  color: inherit;
  font-weight: 700;
  font-size: 1.1rem;
}

img {
  vertical-align: bottom;
}

/*--------------- loading---------------*/
#splash-home,
#splash-page {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 400px;
}

/* fadeUpをするアイコンの動き */
.fadeUplogo {
  -webkit-animation-name: fadeUpLogoAnime;
          animation-name: fadeUpLogoAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpLogoAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpLogoAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*--------------- header conditional---------------*/
#service header #header-menu-area,
#accomplishments header #header-menu-area,
#company header #header-menu-area,
#link header #header-menu-area,
#news header #header-menu-area {
  color: rgb(68, 68, 68);
}
#service header #header-menu-area a,
#accomplishments header #header-menu-area a,
#company header #header-menu-area a,
#link header #header-menu-area a,
#news header #header-menu-area a {
  color: rgb(68, 68, 68);
}
#service header .openbtn span,
#accomplishments header .openbtn span,
#company header .openbtn span,
#link header .openbtn span,
#news header .openbtn span {
  background-color: rgb(68, 68, 68);
}
#service header .openbtn.active span,
#accomplishments header .openbtn.active span,
#company header .openbtn.active span,
#link header .openbtn.active span,
#news header .openbtn.active span {
  background-color: #fff;
}

/*--------------- header common ---------------*/
#main-visual {
  width: 100%;
  height: 100vh;
}

header {
  padding: 20px 0;
  position: relative;
}
header #header-menu-area {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  color: #fff;
  padding-top: 20px
}
header #header-menu-area a {
  color: #fff;
}
header #header-menu-area .logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
header #header-menu-area .logo-area h1 {
  font-size: 3rem;
  display: inline-block;
}
header #header-menu-area .logo-area h2 {
  font-size: 1.2rem;
  display: inline-block;
  border-top: 5px solid;
  padding-top: 8px;
  margin-top: 2px;
}
header #header-menu-area .menu-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header #header-menu-area .menu-area li {
  padding: 0 14px;
}
header #header-menu-area .menu-area li:first-child {
  padding-left: 0;
}
header #header-menu-area .menu-area li:last-child {
  padding-right: 0;
}
header h3 {
  color: #fff;
  position: absolute;
  right: 7%;
  bottom: 15%;
  font-size: 7rem;
}
header #header-menu-area.scroll-v {
  height: 200px;
  color: rgb(68, 68, 68);
  text-shadow: 0 0 7px rgb(255, 255, 255);
  background-image: linear-gradient(#ffffffe6, #ffffffe6 0%, #ffffffcc 72%, transparent);
}



header #header-menu-area.scroll-v a {
  color: rgb(68, 68, 68);
  text-shadow: 0 0 7px rgb(255, 255, 255);
}
header .scrolldown {
  position: absolute;
  bottom: 30px;
  right: 50%;
  -webkit-animation: mousemove 2s ease-in-out infinite;
          animation: mousemove 2s ease-in-out infinite;
}
@-webkit-keyframes mousemove {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 15px;
  }
  100% {
    bottom: 30px;
  }
}
@keyframes mousemove {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 15px;
  }
  100% {
    bottom: 30px;
  }
}
header .scrolldown span {
  position: absolute;
  left: -15px;
  bottom: 45px;
  color: #AFBABF;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}
header .scrolldown span::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 15px;
  width: 1px;
  height: 20px;
  background: #AFBABF;
  -webkit-animation: mousepathmove 2s linear infinite;
          animation: mousepathmove 2s linear infinite;
  opacity: 0;
}
@-webkit-keyframes mousepathmove {
  0% {
    height: 0;
    top: 10px;
    opacity: 0;
  }
  50% {
    height: 15px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 30px;
    opacity: 0;
  }
}
@keyframes mousepathmove {
  0% {
    height: 0;
    top: 10px;
    opacity: 0;
  }
  50% {
    height: 15px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 30px;
    opacity: 0;
  }
}
header .scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 20px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #AFBABF;
}
header .scrolldown:after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #AFBABF;
}

#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
  display: block;
}

#g-nav li {
  list-style: none;
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 15px;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 5px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#g-nav li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}

#g-nav li a:hover:after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: 57px;
  right: 10%;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 1px;
  border-radius: 2px;
  background-color: #fff;
  width: 100%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
  left: 10px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 0;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 100%;
  background-color: #fff;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 0;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 100%;
  background-color: #fff;
}

#g-nav li a {
  -webkit-animation-name: fadeUpMenu;
          animation-name: fadeUpMenu;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpMenu {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeUpMenu {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.openbtn.scroll-v span {
  background-color: rgb(68, 68, 68);
  -webkit-box-shadow: 0 0 5px rgb(255, 255, 255);
          box-shadow: 0 0 5px rgb(255, 255, 255);
}

.vegas-content{
  padding: 0 0!important;
}



/*--------------- common ---------------*/
.btn-area-right {
  text-align: right;
  margin: 60px 0 0;
}

.btn-area-center {
  text-align: center;
  margin: 60px 0 0;
}

.btn-basic {
  border: 2px solid rgb(68, 68, 68);
  padding: 14px 30px;
  border-radius: 10px;
}
.btn-basic i {
  margin-left: 20px;
}

.btn-basic:hover {
  border: 2px solid rgb(68, 68, 68);
  background-color: rgb(68, 68, 68);
  color: #fff;
}

.btn-basic-w {
  border: 2px solid #fff;
  background-color: #fff;
  padding: 14px 30px;
  border-radius: 10px;
}
.btn-basic-w i {
  margin-left: 20px;
}

.btn-basic-w:hover {
  border: 2px solid rgb(68, 68, 68);
  background-color: rgb(68, 68, 68);
  color: #fff;
}

.column img {
  border-radius: 5px;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*--------------- main ---------------*/
.service,
.vision,
.news,
.news-archives,
.news-detail,
.accomplishments,
.accomplishments-detail,
.company,
.link-archives,
.access,
.contact {
  margin: 80px 0 160px;
}
.service h2,
.vision h2,
.news h2,
.news-archives h2,
.news-detail h2,
.accomplishments h2,
.accomplishments-detail h2,
.company h2,
.link-archives h2,
.access h2,
.contact h2 {
  display: inline-block;
  font-size: 3rem;
  margin-bottom: 26px;
}
.service h2 span,
.vision h2 span,
.news h2 span,
.news-archives h2 span,
.news-detail h2 span,
.accomplishments h2 span,
.accomplishments-detail h2 span,
.company h2 span,
.link-archives h2 span,
.access h2 span,
.contact h2 span {
  display: block;
  font-size: 1rem;
  text-align: right;
  border-top: 7px solid #AFBABF;
  margin-top: 5px;
  padding-top: 10px;
  font-weight: bold;
}

.service p,
.vision p {
  font-size: 1.1rem;
  margin-left: 12%;
  line-height: 2rem;
}

.news {
  background-color: #AFBABF;
  padding: 60px 0;
}
.news .column.ttl {
  padding: 0.75rem 0;
}
.news h2 span {
  border-top: 7px solid #fff;
}
.news li {
  padding: 20px 0;
  line-height: 1.6em;
  border-bottom: 1px dashed rgb(68, 68, 68);
  font-size: 1.2em;
}
.news li:last-child {
  border: none;
}
.news li span.date {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  font-weight: bolder;
  white-space: nowrap;
}
.news li span.text {
  display: inline-block;
  width: 80%;
  word-wrap: break-word;
  font-weight: bolder;
}
.news li a {
  display: block;
}

.accomplishments .columns {
  margin-top: 40px;
}
.accomplishments .mask {
  display: block;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.accomplishments .mask img {
  overflow: hidden;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
}
.accomplishments a:hover .mask img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border-radius: 5px;
}
.accomplishments ul li {
  font-weight: bold;
  padding: 7px 0 2px 3px;
}
.accomplishments ul::before {
  content: "";
  width: 40%;
  border: 5px solid #AFBABF;
  display: inline-block;
  margin-bottom: 10px;
}
.accomplishments h3 {
  font-weight: bold;
  padding: 7px 0 2px 3px;
}
.accomplishments h3::before {
  content: "";
  width: 40%;
  border: 5px solid #AFBABF;
  display: block;
  margin-bottom: 20px;
}
.accomplishments .accomplishments-tag a {
  font-size: 0.8rem;
  letter-spacing: 0;
  border: 1px solid #AFBABF;
  padding: 0 10px;
  display: inline-block;
  border-radius: 8px;
}
.accomplishments .accomplishments-tag a:hover {
  color: #fff;
  background-color: #AFBABF;
}

.access .address {
  text-align: right;
  padding: 40px 0 0;
}
.access .address h3 {
  font-weight: bold;
  font-size: 1.2rem;
}

.contact .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 90px 30px 0;
}
.contact .form input[type=text],
.contact .form input[type=email],
.contact .form input[type=tel],
.contact .form textarea {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
  margin-right: 5px;
  font-size: 1em;
}
.contact .form input[type=submit] {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0.8em 0;
  background: rgb(68, 68, 68);
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(68, 68, 68);
  width: 35%;
  margin: 50px auto 0 auto;
}

footer {
  background-color: #AFBABF;
  margin-top: 200px;
  padding: 30px 0;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer p {
  margin: 0;
  padding: 0;
}

/*--------------- page ---------------*/
#service main,
#accomplishments main,
#company main,
#news main,
#link main {
  margin-top: 200px;
}

#service main .service-area {
  margin: 20px 0 80px;
}
#service main .service-area .service-area-image img {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
#service main .service-area .service-area-textTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#service main .service-area .service-area-textTitle h3 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.8rem;
  padding-bottom: 10px;
  margin: 0 0 0 20px;
}
#service main .service-area .service-area-textTitle h3::after {
  content: "";
  width: 100px;
  border: 5px solid #AFBABF;
  display: block;
  margin-top: 30px;
}
#service main .service-area .service-area-textDescription p {
  font-weight: bold;
}

#accomplishments .accomplishments .column {
  padding: 30px;
  margin-bottom: 60px;
}
#accomplishments .accomplishments .column h3 {
  font-weight: bold;
}
#accomplishments .accomplishments .column .year {
  border-bottom: 1px solid rgb(68, 68, 68);
  padding-bottom: 10px;
  margin: 16px 0;
  letter-spacing: 0.1rem;
}
#accomplishments .accomplishments .column .update {
  margin: 0;
  text-align: right;
}
#accomplishments .accomplishments .column .accomplishments-tag {
  margin: 10px 0;
}
#accomplishments .accomplishments .column .accomplishments-tag a {
  font-size: 0.8rem;
  letter-spacing: 0;
  border: 1px solid #AFBABF;
  padding: 0 10px;
  display: inline-block;
  border-radius: 8px;
}
#accomplishments .accomplishments .column .accomplishments-tag a:hover {
  color: #fff;
  background-color: #AFBABF;
}
#accomplishments .accomplishments-detail img {
  margin-bottom: 80px;
}
#accomplishments .accomplishments-detail h3 {
  font-weight: bold;
  font-size: 1.4rem;
}
#accomplishments .accomplishments-detail .year {
  border-bottom: 1px solid rgb(68, 68, 68);
  padding-bottom: 10px;
  margin: 16px 0;
  letter-spacing: 0.1rem;
}
#accomplishments .accomplishments-detail .update {
  margin: 0;
  text-align: right;
}

#company .company-mv {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  margin-bottom: 80px;
}
#company .company .compan-block {
  margin-bottom: 80px;
}
#company .company .ttl {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: solid 8px #AFBABF;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
#company .company dl dt {
  position: absolute;
  width: 12em;
  font-weight: bold;
  padding: 20px 0 20px 0;
}
#company .company dl dd {
  padding: 20px 0 20px 12em;
  border-bottom: solid 2px #AFBABF;
}
#company .company dl dd:last-child {
  border-bottom: none;
}
#company .company h4 {
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 20px;
}
#company .company p {
  padding-left: 20px;
}

#news .news .column {
  padding: 30px;
  margin-bottom: 60px;
}
#news .news .column h3 {
  font-weight: bold;
}
#news .news .column .year {
  border-bottom: 1px solid rgb(68, 68, 68);
  padding-bottom: 10px;
  margin: 16px 0;
  letter-spacing: 0.1rem;
}
#news .news .column .update {
  margin: 0;
  text-align: right;
}
#news .news-archives li {
  padding: 20px 0;
  line-height: 1.6em;
  border-bottom: 1px dotted #ccc;
}
#news .news-archives li a {
  display: block;
}
#news .news-archives .date {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  font-weight: bolder;
}
#news .news-archives .text {
  display: inline-block;
  width: 80%;
  word-wrap: break-word;
}
#news .news-detail img {
  margin-bottom: 80px;
}
#news .news-detail h3 {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(68, 68, 68);
}
#news .news-detail .update {
  margin: 0;
  text-align: right;
}

#link .link-archives li {
  padding: 20px 0;
  line-height: 1.6em;
  border-bottom: 1px dotted #ccc;
}
#link .link-archives li a {
  display: block;
}
#link .link-archives .text {
  display: inline-block;
  word-wrap: break-word;
}

/*リンクの形状*/
#page-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #AFBABF;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 50px;
  height: 100px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #AFBABF;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
}
.fa-solid,
.fas {
  font-size: 1rem;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 3px solid #46b450;
    padding: 2rem;
    text-align: center;
}

/*--------------- media query ---------------*/
@media (min-width: 320px) and (max-width: 970px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
  .container {
    padding: 0 0.75rem;
  }
  header #header-menu-area .logo-area h1 {
    font-size: 1.4rem;
  }
  header #header-menu-area .logo-area h2 {
    font-size: 0.8rem;
    margin-top: 5px;
  }
  header h3 {
    left: 7%;
    right: inherit;
    bottom: 30%;
    font-size: 6rem;
  }
  .openbtn {
    top: 35px;
    right: 2%;
  }
  .mission,
  .vision,
  .news,
  .accomplishments,
  .access,
  .contact {
    margin: 40px 0 80px;
  }
  .news .column.ttl {
    padding: 0.75rem;
  }
  .news li span.date {
    display: block;
    width: 100%;
  }
  .news ul {
    padding: 0 0.75rem;
  }
  .news ul li span.text {
    display: block;
    width: 100%;
  }
  .accomplishments ul {
    margin-bottom: 60px;
  }
  .accomplishments ul li {
    padding: 5px;
  }
  .btn-area-right {
    margin: 20px 0;
  }
  
  .service, .vision, .news, .news-archives, .news-detail, .accomplishments, .accomplishments-detail, .company, .link-archives, .access, .contact {
    margin: 80px 0;
}
  
  .service h2, .vision h2, .news h2, .news-archives h2, .news-detail h2, .accomplishments h2, .accomplishments-detail h2, .company h2, .link-archives h2, .access h2, .contact h2 {
    margin-bottom: 10px;
}
  
  .service p, .vision p {
    font-size: 1rem;
    margin-left: 0;
}

.news {
    padding: 30px 0;
}

.accomplishments .columns {
    margin: 20px 0;
}

#accomplishments .accomplishments .column {
    padding: 30px;
    margin-bottom: 30px;
}

#accomplishments .accomplishments-detail img {
    margin-bottom: 30px;
}

.accomplishments-tag{
	margin: 10px;
}

#service main, #accomplishments main, #company main, #news main, #link main {
    margin-top: 0;
}

#company .company-mv {
    margin-bottom: 30px;
}
 
 #company .company dl dt {
    width: 7em;
}
 
 #company .company dl dd {
    padding: 20px 0 20px 7em;
}

#service main .service-area .service-area-textTitle h3 {
    line-height: 2rem;
    padding-bottom: 0;
    margin: 0;
}
  
  #service main .service-area {
    margin: 20px 0 40px;
}

#service main .service-area .service-area-textDescription p {
    margin: 0;
}
  
}