<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
  letter-spacing: 0.06em;
}

body {
  min-width: 1080px;
  font-family: Arial, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 18px;
  line-height: 2;
  position: relative;
}

a {
  display: inline-block;
  text-decoration: none;
  color: black;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  opacity: 0.7;
}

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

label {
  cursor: pointer;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bottom-up {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loop {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes flip {
  0% {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
@keyframes top-down {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes right-in {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes left-in {
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
    font-size: 12px;
    line-height: 1.65;
  }
}
.inner {
  max-width: 940px;
  margin: 0 auto;
}

.section-title {
  margin-bottom: 50px;
  font-size: 60px;
  font-family: "Bebas Neue", cursive;
  line-height: 70px;
  letter-spacing: 0.04em;
  position: relative;
  color: #161C3A;
  z-index: 2;
}
.section-title::after {
  display: block;
  margin-top: 6px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-size: 22px;
  font-family: Arial, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: normal;
  color: black;
}

.section-title.loop {
  color: #006eb4;
}

.back-title {
  position: absolute;
  top: -28px;
  line-height: 1;
  font-size: 300px;
  font-family: "Bebas Neue", cursive;
}

.section-number {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Bebas Neue", cursive;
}
.section-number span:first-of-type {
  display: table;
  line-height: 1;
  font-size: 24px;
  color: #161C3A;
}
.section-number span:first-of-type::after {
  content: "";
  display: table;
  width: 1px;
  height: 50px;
  margin: 4px auto 10px auto;
  background-color: #161C3A;
}
.section-number span:last-of-type {
  display: table;
  line-height: 1;
  writing-mode: vertical-lr;
  font-size: 20px;
}

.section-number.right {
  right: 3.6%;
}

.section-number.left {
  left: 3.6%;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 39px;
    margin-bottom: 24px;
    line-height: 1;
  }
  .section-title::after {
    margin-top: 2px;
    font-size: 12px;
  }
  .back-title {
    top: -9px;
    font-size: 90px;
  }
  .section-number span:first-of-type {
    font-size: 12px;
  }
  .section-number span:first-of-type::after {
    height: 25px;
    margin: 2px auto 5px auto;
  }
  .section-number span:last-of-type {
    font-size: 10px;
  }
  .section-number.right {
    right: 4%;
  }
  .section-number.left {
    left: 4%;
  }
}
header {
  height: 150px;
  padding-top: 48px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
header .inner {
  max-width: 1010px;
  height: 102px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  padding: 10px;
}
header .logo img {
  width: 140px;
}
header nav ul {
  display: flex;
  justify-content: space-between;
}
header nav ul a {
  padding: 16px;
  font-family: "Bebas Neue", cursive;
}
header .btns a i {
  font-size: 20px;
}

.sec-mv {
  height: calc(100vh + 20vw);
  position: relative;
  overflow: hidden;
}
.sec-mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #d5ebf5;
}
.sec-mv .loop_wrap {
  width: 100%;
  position: absolute;
  top: 31.8vh;
  display: flex;
  overflow: hidden;
  z-index: 2;
}
.sec-mv .loop_wrap img {
  width: 100%;
  animation: loop3 10s linear infinite;
}
.sec-mv .img1 {
  width: 44%;
  position: absolute;
  left: 50%;
  bottom: 130px;
  transform: translateX(-50%);
  z-index: 3;
  opacity: 0;
}
.sec-mv .img1.is-show {
  animation: fade-in 1.4s forwards;
}
.sec-mv .img3 {
  width: 18%;
  position: absolute;
  left: 70%;
  top: 60vh;
  z-index: 2;
  opacity: 0;
}
.sec-mv .img3.is-show {
  animation: fade-in 1.4s forwards 0.8s;
}

.sec-img1 {
  height: 600px;
  position: relative;
  background-image: url(../images/sec-img1-bg.jpg);
  background-size: cover;
  background-position: bottom center;
}
.sec-img1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 2;
}

.sec-img1.is-show::after {
  animation: flip 1s forwards ease-in-out;
}

.sec-about {
  width: 100%;
  margin-top: -177px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.sec-about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #edeef0;
  z-index: -1;
}
.sec-about .lead {
  margin-right: 160px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.sec-about .lead span {
  width: 82px;
  margin: 0 10px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  writing-mode: vertical-lr;
  font-size: 38px;
  line-height: 1;
  white-space: nowrap;
  color: white;
  background-color: #006eb4;
  opacity: 0;
}
.sec-about .lead span:nth-of-type(1).is-show {
  animation: top-down 0.6s forwards ease-in-out;
}
.sec-about .lead span:nth-of-type(2).is-show {
  animation: top-down 0.6s 0.4s forwards ease-in-out;
}
.sec-about .texts {
  width: 54vw;
  padding: 70px 120px 88px 80px;
  background-color: white;
  opacity: 0;
}
.sec-about .texts p:not(:last-of-type) {
  margin-bottom: 20px;
}
.sec-about .texts.is-show {
  animation: right-in 0.6s forwards ease-in-out;
}

.about-photo-gallery {
  display: flex;
  padding-top: 190px;
  opacity: 0;
  position: relative;
  transition: 0.6s;
  background: #edeef0;
}
@media (max-width: 767px) {
  .about-photo-gallery {
    padding-top: 40px;
  }
}
.about-photo-gallery::before {
  background: #edeef0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: 1s;
}
.about-photo-gallery img {
  width: 25%;
  height: auto;
}
.about-photo-gallery.is-show {
  opacity: 1;
}
.about-photo-gallery.is-show::before {
  right: 100%;
}

.sec-news {
  padding: 95px 25px 100px;
  background-color: #edeef0;
}
.sec-news .inner {
  display: flex;
  position: relative;
}
.sec-news .section-title {
  margin-right: 160px;
}
.sec-news #newsWrap {
  flex-grow: 2;
}
.sec-news #newsList li {
  padding: 10px 0px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #999999;
}
.sec-news #newsList li:first-of-type {
  border-top: 1px solid #999999;
}
.sec-news .up_ymd {
  margin-right: 30px;
  flex-shrink: 0;
  font-weight: bold;
}
.sec-news .catName {
  margin-right: 21px;
  padding: 0 10px;
  flex-shrink: 0;
  font-size: 15px;
  line-height: 36px;
  color: #006eb4;
  border: 1px solid #006eb4;
}
.sec-news .btn-more {
  position: absolute;
  left: 0;
  bottom: 0;
}

.sec-facility {
  padding: 95px 30px 128px;
  background-image: url(../images/facility-bg.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
}
.sec-facility::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 110, 180, 0.8);
}
.sec-facility .inner {
  position: relative;
  opacity: 0;
  z-index: 2;
}
.sec-facility .inner.is-show {
  animation: fade-in 1.2s forwards ease-in-out;
}
.sec-facility .section-title {
  text-align: center;
  color: white;
}
.sec-facility .box p {
  font-size: 32px;
  color: white;
}
.sec-facility .box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-facility .box li {
  width: 22%;
  margin-bottom: 30px;
}
.sec-facility .box li img {
  width: 100%;
}
.sec-facility .box:last-of-type {
  margin-top: -18px;
}

.sec-img2 {
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
}
.sec-img2 ul {
  width: 112%;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  z-index: 2;
}
.sec-img2 ul:first-child {
  animation: loop 19s linear infinite;
}
.sec-img2 ul:last-child {
  animation: loop2 19s linear infinite;
}
.sec-img2 ul li {
  position: relative;
}
.sec-img2 ul li::before {
  content: "";
  position: absolute;
  display: block;
  padding-top: 75%;
}
.sec-img2 ul img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.sec-use {
  padding: 180px 0 0;
  background-color: #edeef0;
  position: relative;
  overflow: hidden;
}
.sec-use .imgs {
  width: 700px;
  display: flex;
  position: absolute;
  top: 180px;
  right: 0;
  z-index: 2;
  opacity: 0;
}
.sec-use .imgs img {
  width: 33.3333333333%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-use .imgs.is-show {
  animation: right-in 0.6s forwards ease-in-out;
}
.sec-use .section-title {
  width: 940px;
  margin: 0 auto 40px auto;
}
.sec-use .texts {
  width: 90vw;
  padding: 54px 130px 100px calc(50vw - 480px);
  background-color: white;
  opacity: 0;
}
.sec-use .texts h3 {
  margin-bottom: 58px;
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
.sec-use .texts h3::before {
  content: "ループスペース";
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
}
.sec-use .texts .box {
  display: flex;
  justify-content: space-between;
}
.sec-use .texts .box-content1 {
  width: 47%;
}
.sec-use .texts dl {
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid black;
}
.sec-use .texts dl:first-of-type {
  border-top: 1px solid black;
}
.sec-use .texts dt {
  width: 150px;
  margin-right: 20px;
  flex-shrink: 0;
  text-align: center;
  color: white;
  background-color: #006eb4;
}
.sec-use .texts dd li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  border-radius: 50%;
  padding-top: 2px;
  background-color: #006eb4;
}
.sec-use .texts dd p {
  margin-left: 10px;
}
.sec-use .texts dd .color {
  color: #006eb4;
}
.sec-use .texts .box-content2 {
  width: 47%;
}
.sec-use .texts h4 {
  margin-bottom: 16px;
  padding: 4px 0;
  text-align: center;
  font-weight: bold;
  color: #006eb4;
  border: 1px solid #006eb4;
}
.sec-use .texts ol {
  position: relative;
}
.sec-use .texts ol::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 20px;
  background-color: black;
}
.sec-use .texts ol li {
  display: flex;
  align-items: center;
  padding: 4px;
  margin-bottom: 22px;
  position: relative;
  background-color: #edeef0;
  z-index: 2;
}
.sec-use .texts ol li::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 24px;
  background-color: #006eb4;
  color: white;
  vertical-align: middle;
}
.sec-use .texts ol li:nth-of-type(1)::before {
  content: "1";
}
.sec-use .texts ol li:nth-of-type(2)::before {
  content: "2";
}
.sec-use .texts ol li:nth-of-type(3)::before {
  content: "3";
}
.sec-use .texts ol li:nth-of-type(4)::before {
  content: "4";
}
.sec-use .texts ol li:nth-of-type(5)::before {
  content: "5";
}
.sec-use .texts.is-show {
  animation: left-in 0.6s forwards ease-in-out;
}

.sec-calendar {
  padding: 89px 0 105px;
  background-color: #edeef0;
}
.sec-calendar .section-title {
  text-align: center;
}
.sec-calendar .box {
  opacity: 0;
}
.sec-calendar .box.is-show {
  animation: fade-in 1.2s forwards ease-in-out;
}

.sec-instagram {
  padding: 80px 0 180px;
}
.sec-instagram .inner {
  display: flex;
}
.sec-instagram .section-title {
  margin-right: 80px;
}
.sec-instagram .box {
  opacity: 0;
  width: 80%;
}
@media (max-width: 767px) {
  .sec-instagram .box {
    width: 100%;
  }
}
.sec-instagram .box.is-show {
  animation: fade-in 1.2s forwards ease-in-out;
}
.sec-instagram .feed-wrapper {
  width: 100%;
}
.sec-instagram .feed-wrapper .pc {
  display: block;
}
@media (max-width: 767px) {
  .sec-instagram .feed-wrapper .pc {
    display: none;
  }
}
.sec-instagram .feed-wrapper .sp {
  display: none;
}
@media (max-width: 767px) {
  .sec-instagram .feed-wrapper .sp {
    display: block;
  }
}
.sec-instagram .insta-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-instagram .insta-list li {
  width: 31%;
  margin-bottom: 20px;
}

.sec-company {
  overflow: hidden;
}
.sec-company iframe:nth-of-type(1) {
  display: none;
}
.sec-company .map {
  height: 530px;
  position: relative;
}
.sec-company .map::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 2;
}
.sec-company .map.is-show::after {
  animation: flip 1s forwards ease-in-out;
}
.sec-company iframe {
  width: 100%;
  display: block;
}
.sec-company .texts {
  width: 600px;
  padding: 90px 138px 100px 100px;
  margin-top: -330px;
  margin-left: auto;
  position: relative;
  color: white;
  opacity: 0;
  background-color: #006eb4;
  z-index: 2;
}
.sec-company .texts.is-show {
  animation: right-in 0.6s forwards ease-in-out;
}
.sec-company h2 {
  color: white;
}
.sec-company .shop-name {
  padding-bottom: 12px;
  font-size: 22px;
  border-bottom: 1px solid white;
}
.sec-company dl {
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid white;
}
.sec-company dt {
  width: 100px;
  flex-shrink: 0;
}

.sec-contact {
  padding: 90px 0;
}
.sec-contact .inner {
  display: flex;
  opacity: 0;
}
.sec-contact .inner.is-show {
  animation: fade-in 1s forwards ease-in-out;
}
.sec-contact .lead {
  width: 400px;
  margin-right: 60px;
}
.sec-contact form {
  flex-grow: 2;
}
.sec-contact .require {
  color: red;
  font-size: 85%;
  margin-left: 10px;
}
.sec-contact dl {
  margin-bottom: 38px;
}
.sec-contact select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  width: 100%;
  padding: 20px 30px;
  font-size: 18px;
  background-color: #eeeeee;
  border: none;
}
.sec-contact input[type=text],
.sec-contact input[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  width: 100%;
  padding: 20px 30px;
  font-size: 18px;
  background-color: #eeeeee;
  border: none;
}
.sec-contact textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  resize: none;
  width: 100%;
  height: 252px;
  padding: 20px 30px;
  font-size: 18px;
  font-family: Arial, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  background-color: #eeeeee;
  border: none;
}
.sec-contact .charged-item dd {
  display: flex;
  flex-wrap: wrap;
}
.sec-contact .charged-item label {
  display: flex;
  align-items: center;
  width: 43%;
  margin: 4px 0;
}
.sec-contact .charged-item input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
.sec-contact .charged-item .out-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #eeeeee;
}
.sec-contact .charged-item .inner-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.sec-contact .charged-item input[type=checkbox]:checked + .out-circle .inner-circle {
  background-color: #006eb4;
}
.sec-contact .policy-description {
  width: 100%;
  height: 252px;
  padding: 20px 30px;
  background-color: #eeeeee;
  overflow-y: scroll;
}
.sec-contact .policy {
  display: flex;
  align-items: center;
}
.sec-contact .policy input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.sec-contact .policy .out-square {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #eeeeee;
}
.sec-contact .policy .out-square img {
  width: 18px;
  visibility: hidden;
}
.sec-contact .policy input[type=checkbox]:checked + .out-square img {
  visibility: visible;
}
.sec-contact .validation-message {
  height: 55px;
  color: red;
}
.sec-contact input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  font-family: Arial, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: white;
  background-color: #006eb4;
  cursor: pointer;
  border-radius: 0;
}
.sec-contact input[type=submit]:hover {
  opacity: 0.7;
}

footer {
  padding: 60px 0 77px;
  background-color: #edeef0;
}
footer .inner {
  display: flex;
  justify-content: space-between;
}
footer .logo {
  margin-bottom: 38px;
}
footer .logo img {
  width: 166px;
}
footer .text {
  line-height: 30px;
}
footer .box-right {
  width: 420px;
  position: relative;
}
footer nav {
  margin-bottom: 110px;
}
footer nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer nav ul li {
  margin-left: 20px;
}
footer nav ul li:first-of-type {
  margin-left: 60px;
}
footer nav ul li a {
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
footer .copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
}

@media screen and (max-width: 1200px) {
  .sec-about .texts {
    padding-right: 80px;
  }
  .sec-company .texts {
    width: 460px;
    padding: 60px 60px 70px 50px;
  }
}
@media screen and (max-width: 1080px) {
  .sec-mv {
    height: 780px;
  }
  .sec-mv::after {
    height: 620px;
  }
  .sec-mv .loop_wrap {
    top: 180px;
  }
  .sec-mv .img1 {
    bottom: 70px;
  }
  .sec-mv .img3 {
    top: 360px;
  }
  .sec-about .texts {
    width: 562px;
  }
  .sec-use .texts {
    width: 936px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: auto;
    padding-top: 0;
  }
  header .inner {
    height: auto;
  }
  header .logo {
    margin: 10px;
  }
  header .logo img {
    min-width: 114px;
    width: 20vw;
  }
  header nav {
    display: none;
  }
  .sec-mv {
    height: 100vh;
    min-height: 120vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec-mv::after {
    height: 100%;
  }
  .sec-mv .loop_wrap {
    display: none;
  }
  .sec-mv .img1 {
    width: 80%;
    max-width: 400px;
    margin-bottom: 5vw;
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
  }
  .sec-mv .img3 {
    width: 80%;
    max-width: 400px;
    position: relative;
    top: auto;
    left: 50%;
    bottom: auto;
    transform: translateX(-50%);
  }
  .sec-img1 {
    height: 65.3vw;
  }
  .sec-about {
    padding-top: 50px;
    margin-top: -97px;
  }
  .sec-about .lead {
    margin-top: -40px;
    margin-right: 0;
  }
  .sec-about .lead span {
    width: 35px;
    margin: 0 2px;
    padding: 4px 0;
    font-size: 21px;
  }
  .sec-about .texts {
    width: 76.2vw;
    margin-left: -25px;
    padding: 36px 25px 45px 36px;
  }
  .sec-about .texts p:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .sec-about .texts br.pc {
    display: none;
  }
  .sec-about .section-title {
    text-align: right;
    margin-right: 6px;
  }
  .Android .sec-about .lead span {
    padding-right: 5px;
  }
  .sec-news {
    padding: 30px 25px 30px;
  }
  .sec-news .inner {
    flex-direction: column;
  }
  .sec-news .section-title {
    margin-bottom: 25px;
  }
  .sec-news #newsList li {
    padding: 6px 0px;
    line-height: 1.5;
    flex-wrap: wrap;
  }
  .sec-news #newsList li:first-of-type {
    border-top: 1px solid #999999;
  }
  .sec-news .up_ymd {
    margin-right: 9px;
  }
  .sec-news .catName {
    padding: 0 4px;
    font-size: 10px;
    line-height: 18px;
  }
  .sec-news .title {
    margin-top: 3px;
    width: 100%;
  }
  .sec-news .btn-more {
    top: 38px;
    left: auto;
    right: 0;
  }
  .sec-facility {
    padding: 30px 25px 10px;
  }
  .sec-facility .section-title {
    margin-bottom: 20px;
  }
  .sec-facility .box {
    max-width: 450px;
    margin: 0 auto;
  }
  .sec-facility .box:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .sec-facility .box p {
    margin-bottom: 8px;
    text-align: center;
    font-size: 21px;
  }
  .sec-facility .box li {
    width: 47%;
    margin-bottom: 20px;
  }
  .sec-img2 ul {
    flex-wrap: wrap;
  }
  .sec-img2 ul li {
    width: 50%;
  }
  .sec-img2 ul:first-child {
    animation-duration: 9s;
  }
  .sec-img2 ul:last-child {
    animation-duration: 9s;
  }
  .sec-use {
    padding-top: 30px;
  }
  .sec-use .imgs {
    width: calc(100% - 25px);
    top: 90px;
  }
  .sec-use .section-title {
    width: auto;
    margin-left: 25px;
    margin-bottom: 20vw;
  }
  .sec-use .texts {
    width: calc(100% - 25px);
    padding: 20vw 30px 40px 25px;
  }
  .sec-use .texts h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .sec-use .texts h3::before {
    margin-bottom: 6px;
    font-size: 11px;
  }
  .sec-use .texts .box {
    flex-direction: column;
  }
  .sec-use .texts .box-content1 {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec-use .texts dl {
    line-height: 1.8;
    padding: 14px 0 15px;
  }
  .sec-use .texts dt {
    width: 78px;
  }
  .sec-use .texts dd li::before {
    width: 9px;
    height: 9px;
    margin-right: 3px;
  }
  .sec-use .texts dd ul {
    margin-top: -4px;
  }
  .sec-use .texts .box-content2 {
    width: 100%;
  }
  .sec-use .texts ol::after {
    left: 13px;
  }
  .sec-use .texts ol li {
    margin-bottom: 14px;
  }
  .sec-use .texts ol li::before {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .sec-calendar {
    padding: 40px 20px 50px;
  }
  .sec-calendar iframe {
    height: 100vw;
  }
  .sec-instagram {
    padding: 35px 20px 50px;
  }
  .sec-instagram .inner {
    display: block;
  }
  .sec-instagram .insta-list li {
    margin-bottom: 10px;
  }
  .sec-company .map {
    height: 360px;
  }
  .sec-company iframe {
    height: 360px;
    width: 100%;
    transform: translateX(0);
  }
  .sec-company iframe:nth-of-type(1) {
    display: block;
  }
  .sec-company iframe:nth-of-type(2) {
    display: none;
  }
  .sec-company .texts {
    width: 73.3vw;
    margin-top: -135px;
    padding: 35px 25px 50px;
  }
  .sec-company .section-title {
    margin-bottom: 10px;
  }
  .sec-company .shop-name {
    padding: 8px 0;
    font-size: 16px;
  }
  .sec-company dl {
    padding: 10px 0;
  }
  .sec-company dt {
    width: 64px;
  }
  .sec-contact {
    padding: 35px 25px;
  }
  .sec-contact .inner {
    flex-direction: column;
  }
  .sec-contact .lead {
    width: auto;
    margin-bottom: 20px;
  }
  .sec-contact .lead p {
    line-height: 1.6;
  }
  .sec-contact dl {
    margin-bottom: 18px;
  }
  .sec-contact select {
    padding: 16px 18px;
    font-size: 12px;
  }
  .sec-contact input[type=text],
  .sec-contact input[type=email] {
    padding: 16px 18px;
    font-size: 12px;
  }
  .sec-contact textarea {
    height: 150px;
    padding: 16px 18px;
    font-size: 12px;
  }
  .sec-contact .validation-message {
    height: 40px;
  }
  .sec-contact input[type=submit] {
    padding: 14px 0;
    font-size: 12px;
  }
  footer {
    padding: 22px 0 0;
  }
  footer .inner {
    flex-direction: column;
  }
  footer .logo {
    margin-bottom: 22px;
  }
  footer .logo img {
    width: 105px;
  }
  footer .box-left {
    padding-bottom: 36px;
    text-align: center;
  }
  footer .text {
    line-height: 1.65;
  }
  footer .box-right {
    width: 100%;
  }
  footer nav {
    display: none;
  }
  footer .copyright {
    width: 1005;
    padding: 10px 0;
    position: static;
    text-align: center;
    background-color: white;
  }
}
.sec-top-mv {
  position: relative;
}
.sec-top-mv::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sec-top-mv video {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}

.sec-top-header {
  padding-bottom: 80px;
}
.sec-top-header .inner {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-top-header .logo img {
  width: 166px;
}
.sec-top-header nav {
  margin-top: 7px;
}
.sec-top-header nav ul {
  display: flex;
  justify-content: space-between;
}
.sec-top-header nav ul a {
  padding: 16px;
  font-family: "Bebas Neue", cursive;
}

.sec-top-business {
  padding-top: 75px;
  margin-bottom: 200px;
  position: relative;
  overflow: hidden;
}
.sec-top-business::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 91%;
  height: calc(100% - 160px);
  background-color: #edeef0;
  z-index: -1;
}
.sec-top-business .back-title {
  color: white;
}
.sec-top-business .section-title {
  margin-bottom: 80px;
  margin-left: calc(50% - 480px);
}
.sec-top-business .section-title::after {
  content: "事業内容";
}
.sec-top-privacypolicy .section-title::after{
  content: "プライバシーポリシー";
}
.sec-top-business .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: calc(50% - 480px);
  line-height: 1.5;
}
.sec-top-business .list li {
  width: 48%;
  position: relative;
  opacity: 0;
}
.sec-top-business .list li.is-show {
  animation: bottom-up 0.6s forwards ease-in-out;
}
.sec-top-business .list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-top-business .list .texts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55%;
  height: 55%;
  padding: 14px 20px 20px 20px;
  color: white;
  background-color: #161C3A;
}
.sec-top-business .list h3 {
  margin-bottom: 8px;
  font-size: 24px;
}
.sec-top-business .list p {
  font-size: 16px;
}
.sec-top-business .list .btn-more {
  max-width: 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 20px;
  font-size: 12px;
  color: #161C3A;
  background-color: white;
}
.sec-top-business .list .btn-more::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #161C3A;
}

.sec-top-message {
  padding-top: 55px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}
.sec-top-message::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #edeef0;
  z-index: -1;
}
.sec-top-message .back-title {
  right: -22px;
  color: #edeef0;
  z-index: 2;
}
.sec-top-message .section-title {
  display: table;
  margin-left: auto;
  margin-right: 13vw;
  text-align: right;
  z-index: 3;
}
.sec-top-message .section-title::after {
  content: "代表あいさつ";
  display: block;
}

.sec-top-message_2 .section-title::after {
  content: "ヒストリー";
  display: block;
}

.sec-top-message_2.sec-top-message .back-title {
right: auto;
}
.sec-top-message .box {
  position: relative;
  background-color: #edeef0;
}
.sec-top-message .president-image {
  width: 524px;
  position: absolute;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.sec-top-message .president-image.is-show {
  animation: left-in 0.6s forwards ease-in-out;
}
.sec-top-message .texts {
  margin-left: calc(50vw - 470px);
}
.sec-top-message .texts .box1 {
  padding-top: 62px;
  padding-bottom: 40px;
  padding-left: calc(1046px - 50vw);
  padding-right: 13vw;
  background-color: white;
}
.sec-top-message .texts h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.55;
  color: #161C3A;
  opacity: 0;
}
.sec-top-message .texts h3.is-show {
  animation: bottom-up 0.6s forwards ease-in-out;
}
.sec-top-message .texts .box2 {
  padding-top: 43px;
  padding-bottom: 78px;
  padding-left: calc(1046px - 50vw);
  padding-right: 13vw;
  color: white;
  background-color: #161C3A;
}
.sec-top-message .texts .box2 p {
  opacity: 0;
}
.sec-top-message .texts .box2 p.is-show {
  animation: bottom-up 0.6s forwards ease-in-out;
}

.sec-top-about {
  padding-top: 55px;
  padding-bottom: 200px;
  position: relative;
  background-color: #edeef0;
  overflow: hidden;
}
.sec-top-about .back-title {
  color: white;
}
.sec-top-about .section-title {
  margin-left: 13vw;
}
.sec-top-about .section-title::after {
  content: "私たちのこと";
}
.sec-top-about .box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
}
.sec-top-about .box &gt; img {
  width: 50%;
  position: relative;
  z-index: 2;
}
.sec-top-about .box1,
.sec-top-about .box3 {
  flex-direction: row-reverse;
}
.sec-top-about .box1 .texts,
.sec-top-about .box3 .texts {
  padding-left: 13vw;
  padding-right: 27vw;
  margin-right: -23%;
}
.sec-top-about .box1 &gt; img,
.sec-top-about .box3 &gt; img {
  opacity: 0;
}
.sec-top-about .box1 &gt; img.is-show,
.sec-top-about .box3 &gt; img.is-show {
  animation: right-in 0.6s forwards ease-in-out;
}
.sec-top-about .box2 .texts,
.sec-top-about .box4 .texts {
  padding-left: 27vw;
  padding-right: 13vw;
  margin-left: -23%;
}
.sec-top-about .box2 &gt; img,
.sec-top-about .box4 &gt; img {
  opacity: 0;
}
.sec-top-about .box2 &gt; img.is-show,
.sec-top-about .box4 &gt; img.is-show {
  animation: left-in 0.6s forwards ease-in-out;
}
.sec-top-about .texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 73%;
  height: auto;
  padding: 6em 0;
  margin-top: 70px;
  background-color: white;
}
.sec-top-about .texts h3 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #161C3A;
  background-color: white;
  opacity: 0;
}
.sec-top-about .texts h3.is-show {
  animation: bottom-up 0.6s forwards ease-in-out;
}
.sec-top-about .texts p {
  opacity: 0;
}
.sec-top-about .texts p.is-show {
  animation: bottom-up 0.6s forwards ease-in-out;
}
.sec-top-about .texts ul {
  opacity: 0;
}
.sec-top-about .texts ul.is-show {
  animation: bottom-up 0.6s forwards ease-in-out;
}
.sec-top-about .box2 .texts {
  padding-right: 20px;
}
.sec-top-about .box2 .texts ul br {
  display: none;
}
.sec-top-about .box2 .texts li {
  margin-bottom: 8px;
  max-width: 600px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid;
}
.sec-top-about .box2 .texts li::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 24px;
  flex-shrink: 0;
  background-color: #161C3A;
  color: white;
  vertical-align: middle;
  border-radius: 50%;
}
.sec-top-about .box2 .texts li:nth-of-type(1)::before {
  content: "1";
}
.sec-top-about .box2 .texts li:nth-of-type(2)::before {
  content: "2";
}
.sec-top-about .box2 .texts li:nth-of-type(3)::before {
  content: "3";
}
.sec-top-about .box4 ul {
  width: 410px;
  display: flex;
  justify-content: space-between;
}
.sec-top-about .box4 .text {
  margin-bottom: 14px;
}
.sec-top-about .box4 .loop1 {
  width: 102px;
}
.sec-top-about .box4 .loop2 {
  width: 118px;
}
.sec-top-about .box4 .loop3 {
  width: 101px;
}

.sec-top-company {
  position: relative;
  background-color: #edeef0;
  overflow: hidden;
}
.sec-top-company .imgs {
  position: absolute;
  top: 260px;
  right: 0;
  width: 37%;
  max-width: 550px;
  opacity: 0;
}
.sec-top-company .imgs.is-show {
  animation: right-in 0.6s forwards ease-in-out;
}
.sec-top-company .imgs-middle {
  display: flex;
}
.sec-top-company .imgs-middle img {
  width: 50%;
}
.sec-top-company .back-title {
  top: -29px;
}
.sec-top-company .texts {
  width: 91%;
  min-width: 970px;
  padding-top: 75px;
  padding-bottom: 120px;
  padding-left: 13vw;
  background-color: white;
}
.sec-top-company .texts dl {
  display: flex;
  margin-bottom: 30px;
  line-height: 1.6;
}
.sec-top-company .texts dt {
  width: 118px;
  flex-shrink: 0;
  font-weight: bold;
  color: #161C3A;
  border-right: 1px solid black;
}
.sec-top-company .texts dd {
  padding-left: 30px;
}
.sec-top-company .texts dd li {
  display: block;
}
.sec-top-company .texts dd li span {
  margin-right: 10px;
}
.sec-top-company .back-title {
  left: 0;
  color: #edeef0;
}
.sec-top-company .section-title {
  margin-bottom: 100px;
}
.sec-top-company .section-title::after {
  content: "会社概要";
}
.sec-top-company .box {
  opacity: 0;
}
.sec-top-company .box.is-show {
  animation: bottom-up 0.6s forwards ease-in-out;
}

.sec-top-location {
  margin-bottom: 200px;
  display: flex;
  background-color: white;
  opacity: 0;
  overflow: hidden;
}
.sec-top-location.is-show {
  animation: left-in 0.6s forwards ease-in-out;
}
.sec-top-location .box-left {
  width: 34%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/top/location.png);
  background-size: cover;
  background-position: center;
}
.sec-top-location .section-title {
  margin-bottom: 0;
  text-align: center;
}
.sec-top-location .section-title::after {
  content: "事業拠点";
}
.sec-top-location .box-right {
  flex-grow: 2;
}
.sec-top-location .box-right dl {
  flex-grow: 2;
  display: flex;
  line-height: 1.6;
}
.sec-top-location .box-right dt {
  display: flex;
  align-items: center;
  width: 33%;
  min-width: 232px;
  padding-left: 3.5vw;
  flex-shrink: 0;
  font-weight: bold;
  color: #161C3A;
  border-right: 1px solid black;
}
.sec-top-location .box-right dd {
  padding-left: 30px;
  padding-right: 10px;
}
.sec-top-location .box-right li {
  display: flex;
  align-items: center;
}
.sec-top-location .box-right li:not(:last-of-type) {
  border-bottom: 2px solid #ccc;
}
.sec-top-location .box-right li a {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 120px;
  transition: 0.3s;
  background-color: #161C3A;
  color: white;
}
.sec-top-location .box-right li a img {
  width: 22px;
  transition: 0.3s;
}
.sec-top-location .box-right li a span {
  display: none;
  margin: 0 12px;
  line-height: 1.3;
}
.sec-top-location .box-right li a:hover {
  width: 200px;
  opacity: 1;
}
.sec-top-location .box-right li a:hover span {
  display: block;
  animation: fadeIn 0.8s forwards;
}

.sec-top-recruit {
  padding-top: 60px;
  padding-bottom: 106px;
  position: relative;
}
.sec-top-recruit::after {
  content: "";
  position: absolute;
  right: 0;
  top: -300px;
  width: 9vw;
  height: 50%;
  background-color: #edeef0;
  z-index: -1;
}
.sec-top-recruit .back-title {
  width: 100%;
  text-align: center;
  color: #edeef0;
}
.sec-top-recruit .section-title {
  margin-bottom: 110px;
  text-align: center;
}
.sec-top-recruit .section-title::after {
  content: "採用情報";
}
.sec-top-recruit .box {
  display: flex;
}
.sec-top-recruit .box-left {
  width: 50%;
}
.sec-top-recruit .box-left img {
  width: 100%;
  height: 33.3vw;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.sec-top-recruit .box-left img.is-show {
  animation: bottom-up 0.6s forwards ease-in-out;
}
.sec-top-recruit .box-right {
  width: 50%;
}
.sec-top-recruit .box-right img {
  width: 100%;
  opacity: 0;
  height: 33.3vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-top-recruit .box-right img.is-show {
  animation: bottom-up 0.6s forwards ease-in-out;
}
.sec-top-recruit .text {
  display: table;
  width: 80%;
  margin: -70px auto 60px auto;
  max-width: 568px;
  height: 264px;
  padding: 40px;
  line-height: 30px;
  position: relative;
  background-color: white;
  z-index: 2;
  opacity: 0;
}
.sec-top-recruit .text.is-show {
  animation: bottom-up 0.6s forwards ease-in-out;
}
.sec-top-recruit .btns {
  display: flex;
  justify-content: space-between;
  max-width: 1106px;
  margin: 0 auto;
  padding: 0 25px;
  opacity: 0;
}
.sec-top-recruit .btns.is-show {
  animation: bottom-up 0.6s forwards ease-in-out;
}
.sec-top-recruit .btns a {
  width: 31%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  border: 1px solid;
}
.sec-top-recruit .btns a span {
  margin-right: 24px;
}
.sec-top-recruit .btns a img {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.sec-top-recruit .btns a.no-link {
  cursor: not-allowed;
  background: #333;
}

.sec-top-recruit .btns a.no-link:hover {
  opacity: 1;
}

.sec-top-recruit .btns a.no-link::after {
  content: "募集しておりません";
  display: block;
  color: #fff;
  position: absolute;
}

.sec-top-contact a {
  width: 100%;
  height: 256px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #161C3A;
}
.sec-top-contact .section-title {
  margin-bottom: 0px;
  text-align: center;
  color: white;
}
.sec-top-contact .section-title::after {
  content: "お問い合わせはこちら";
  color: white;
}

.top-footer {
  background-color: white;
}
.top-footer .box-right {
  width: auto;
}

@media screen and (min-width: 1600px) {
  .sec-top-business .list .texts {
    width: 48%;
    height: 48%;
  }
  .sec-top-message .texts {
    margin-left: 330px;
  }
  .sec-top-message .texts .box1 {
    padding-left: 246px;
  }
  .sec-top-message .texts .box2 {
    min-height: 690px;
    padding-left: 246px;
  }
}
@media screen and (max-width: 1340px) {
  .sec-top-about .box1 .texts {
    padding-left: 6%;
  }
  .sec-top-about .box2 .texts {
    padding-right: 6%;
  }
  .sec-top-about .box3 .texts {
    padding-left: 6%;
  }
  .sec-top-about .box4 .texts {
    padding-right: 6%;
  }
}
@media screen and (max-width: 1280px) {
  .sec-top-business .list .texts {
    padding: 9px 14px 14px 14px;
  }
  .sec-top-business .list h3 {
    margin-bottom: 6px;
    font-size: 22px;
  }
  .sec-top-business .list p {
    font-size: 15px;
  }
  .sec-top-message .texts .box1 {
    padding-right: 43px;
  }
  .sec-top-message .texts .box2 {
    padding-right: 43px;
  }
  .sec-top-recruit .box-left .text {
    margin-right: auto;
  }
  .sec-top-recruit .box-right .text {
    margin-left: auto;
  }
}
@media screen and (max-width: 1080px) {
  .sec-top-business .section-title {
    margin-left: 50px;
  }
  .sec-top-business .list {
    margin-left: 50px;
  }
  .sec-top-message .texts {
    margin-left: 50px;
  }
  .sec-top-message .texts .box1,
  .sec-top-message .texts .box2 {
    padding-left: 526px;
  }
  .sec-top-about .section-title {
    margin-left: 135px;
  }
  /* .sec-top-about .texts {
    height: 353px;
  } */
  .sec-top-about .box1 .texts,
  .sec-top-about .box3 .texts {
    padding-left: 40px;
    padding-right: 281px;
  }
  .sec-top-about .box2 .texts,
  .sec-top-about .box4 .texts {
    padding-right: 40px;
    padding-left: 281px;
  }
  .sec-top-location .map-link:hover {
    width: 100px;
    opacity: 1;
  }
  .sec-top-location .map-link:hover span {
    display: block;
    animation: none;
  }
  .sec-top-location .map-link:active {
    width: 200px;
    opacity: 1;
  }
  .sec-top-location .map-link:active span {
    display: block;
    animation: fadeIn 0.8s forwards;
  }
}
@media screen and (max-width: 767px) {
  .sec-top-header {
    padding: 20px;
  }
  .sec-top-header .inner {
    height: auto;
  }
  .sec-top-header .logo img {
    width: 127px;
  }
  .sec-top-header nav {
    display: none;
  }
  .sec-top-business {
    padding-top: 28px;
    margin-bottom: 46px;
  }
  .sec-top-business::after {
    width: calc(100% - 50px);
    height: calc(100% - 80px);
    min-width: 300px;
  }
  .sec-top-business .section-title {
    margin-left: 25px;
    margin-bottom: 20px;
  }
  .sec-top-business .list {
    margin-left: 25px;
    flex-direction: column;
  }
  .sec-top-business .list li {
    width: 100%;
    max-width: 530px;
    margin-left: auto;
  }
  .sec-top-business .list li:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .sec-top-business .list .texts {
    position: static;
    width: 100%;
    padding: 13px 25px 20px;
  }
  .sec-top-business .list h3 {
    margin-bottom: 4px;
    font-size: 19px;
  }
  .sec-top-business .list p {
    margin-bottom: 14px;
    font-size: 12px;
  }
  .sec-top-business .list .btn-more {
    max-width: 330px;
  }
  .sec-top-message {
    padding-top: 28px;
    padding-bottom: 45px;
  }
  .sec-top-message .back-title {
    right: 0;
  }
  .sec-top-message .section-title {
    margin-right: 25px;
  }
  .sec-top-message .president-image {
    width: 60%;
  }
  .sec-top-message .texts {
    margin-left: 0;
  }
  .sec-top-message .texts .box1 {
    width: 40%;
    padding: 0;
    margin-left: auto;
    padding-bottom: 6.5vw;
  }
  .sec-top-message .texts h3 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    font-size: 4.3vw;
  }
  .sec-top-message .texts h3 span {
    writing-mode: vertical-rL;
    white-space: nowrap;
  }
  .sec-top-message .texts .box2 {
    margin-left: 25px;
    padding: 22vw 25px 30px;
  }
  .sec-top-message .texts p span {
    display: table;
    margin-left: auto;
  }
  .sec-top-about {
    padding-top: 28px;
    padding-bottom: 32px;
  }
  .sec-top-about .section-title {
    margin-left: 25px;
  }
  .sec-top-about .box {
    margin-bottom: 25px;
    flex-direction: column;
  }
  .sec-top-about .box &gt; img {
    width: calc(100% - 25px);
    max-width: 450px;
    display: block;
  }
  .sec-top-about .texts {
    margin-top: -7vw;
    padding: 10.5vw 25px 5vw !important;
    width: calc(100% - 25px);
    height: auto;
  }
  .sec-top-about .texts h3 {
    margin-bottom: 8px;
    font-size: 19px;
  }
  .sec-top-about .texts p {
    line-height: 1.65;
  }
  .sec-top-about .box1 &gt; img {
    margin-left: auto;
  }
  .sec-top-about .box2 .texts {
    margin-left: auto;
  }
  .sec-top-about .box2 .texts li {
    margin-bottom: 4px;
    padding: 8px;
    line-height: 1.65;
  }
  .sec-top-about .box2 .texts li::before {
    width: 20px;
    height: 20px;
    margin-right: 9px;
  }
  .sec-top-about .box3 &gt; img {
    margin-left: auto;
  }
  .sec-top-about .box4 .texts {
    margin-left: auto;
  }
  .sec-top-about .box4 ul {
    width: 100%;
    max-width: 300px;
  }
  .sec-top-about .box4 ul li {
    width: 27%;
  }
  .sec-top-about .box4 ul li:nth-of-type(2) {
    width: 31%;
  }
  .sec-top-about .box4 .loop1,
  .sec-top-about .box4 .loop2,
  .sec-top-about .box4 .loop3 {
    width: 100%;
  }
  .sec-top-company .imgs {
    width: 100%;
    max-width: none;
    top: 108px;
    display: flex;
  }
  .sec-top-company .imgs-top {
    width: 65%;
    position: relative;
  }
  .sec-top-company .imgs-top img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec-top-company .imgs-middle {
    width: 35%;
    flex-direction: column;
  }
  .sec-top-company .imgs-middle img {
    width: 100%;
  }
  .sec-top-company .imgs-bottom {
    display: none;
  }
  .sec-top-company .back-title {
    top: -9px;
  }
  .sec-top-company .section-title {
    margin-bottom: 68vw;
  }
  .sec-top-company .texts {
    width: calc(100% - 25px);
    min-width: auto;
    padding: 28px 20px 28px 25px;
  }
  .sec-top-company .texts dl {
    margin-bottom: 24px;
    line-height: 1.6;
  }
  .sec-top-company .texts dt {
    width: 74px;
  }
  .sec-top-company .texts dd {
    padding-left: 16px;
  }
  .sec-top-location {
    padding-bottom: 50px;
    margin-bottom: 0;
    flex-direction: column;
  }
  .sec-top-location .box-left {
    width: 100%;
    height: 37.1vw;
    background-image: url(../images/top/location-sp.jpg);
  }
  .sec-top-location .box-right dl {
    line-height: 1.65;
    flex-direction: column;
  }
  .sec-top-location .box-right dt {
    width: 100%;
    padding: 0 20px 0 25px;
    border: none;
  }
  .sec-top-location .box-right dd {
    padding: 0 5px 0 25px;
  }
  .sec-top-location .box-right dd p:not(:last-of-type) {
    margin-bottom: 0;
  }
  .sec-top-location .box-right li:not(:last-of-type) {
    border-width: 1px;
  }
  .sec-top-location .box-right .map-link {
    width: 70px;
    height: 100px;
  }
  .sec-top-location .box-right .map-link:hover {
    width: 132px;
  }
  .sec-top-location .box-right .map-link img {
    width: 18px;
  }
  .sec-top-recruit {
    padding-top: 28px;
    padding-bottom: 38px;
  }
  .sec-top-recruit::after {
    display: none;
  }
  .sec-top-recruit .section-title {
    margin-bottom: 24px;
  }
  .sec-top-recruit .box {
    margin-bottom: 0;
    flex-direction: column;
  }
  .sec-top-recruit .text {
    height: auto;
    padding: 32px;
    margin-top: -50px;
    line-height: 1.65;
  }
  .sec-top-recruit .box-left {
    width: 100%;
  }
  .sec-top-recruit .box-left &gt; img {
    height: 53.4vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec-top-recruit .box-right {
    width: 100%;
  }
  .sec-top-recruit .box-right &gt; img {
    height: 53.4vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec-top-recruit .text {
    margin-top: -30px;
    margin-bottom: 40px;
  }
  .sec-top-recruit .btns {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .sec-top-recruit .btns a {
    width: 80%;
    margin-bottom: 25px;
    padding: 13px 0;
  }
  .sec-top-recruit .btns a img {
    width: 20px;
  }
  .sec-top-contact {
    padding: 0 20px 54px 20px;
  }
  .sec-top-contact a {
    height: 129px;
  }
  .top-footer {
    background-color: #edeef0;
  }
}
.menu-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #006eb4;
  z-index: 3000;
  display: none;
}
.menu-btn:hover {
  opacity: 1;
}

.menu-btn.top {
  background-color: #161C3A;
}

.menu-bar {
  width: 60%;
  height: 1px;
  position: relative;
}
.menu-bar li {
  width: 100%;
  height: 0.1rem;
  background-color: white;
  position: absolute;
  transition: 0.3s;
}
.menu-bar li:nth-child(1) {
  transform: translateY(-10px);
}
.menu-bar li:nth-child(3) {
  transform: translateY(10px);
}

.menu-bar.is-open li:nth-child(1) {
  transform: rotate(45deg);
}
.menu-bar.is-open li:nth-child(2) {
  display: none;
}
.menu-bar.is-open li:nth-child(3) {
  transform: rotate(135deg);
}

.sp-menu {
  width: 100%;
  height: 100vh;
  padding-top: 30px;
  display: none;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.94);
  z-index: 2000;
  overflow-y: scroll;
}
.sp-menu nav {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sp-menu nav ul li {
  margin-bottom: 4px;
}
.sp-menu nav ul li a {
  width: 196px;
  padding: 10px 16px;
  font-size: 20px;
  font-weight: bold;
}
.sp-menu nav ul li a:hover {
  color: black;
}
.sp-menu .btns {
  width: 196px;
  margin-top: 10px;
  padding-left: 20px;
}
.sp-menu .btns a:not(:last-of-type) {
  margin-right: 10px;
}
.sp-menu .btns a i {
  font-size: 24px;
}

.sp-menu.is-open {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .menu-btn {
    display: flex;
  }
  .sp-menu {
    display: flex;
  }
}
.news-header {
  padding-bottom: 20px;
  position: static;
}

.news-detail-content {
  padding: 20px;
  min-height: calc(100vh - 500px);
}
.news-detail-content .pNav {
  display: table;
  margin: 0 auto 20px auto;
  font-size: 16px;
}
.news-detail-content #up_ymd {
  display: inline-block;
  margin-bottom: 3px;
  font-weight: bold;
}
.news-detail-content .catName {
  display: table;
  padding: 0 10px;
  font-size: 15px;
  color: #006eb4;
  border: 1px solid #006eb4;
}
.news-detail-content .news-title {
  font-size: 24px;
  font-weight: bold;
}
.news-detail-content #detail {
  margin-bottom: 40px;
}
.news-detail-content .backORcloseBtn {
  text-align: center;
}
.news-detail-content .backORcloseBtn a {
  padding: 2px 24px;
  line-height: 1.6;
  background-color: #eeeeee;
}

.news-list-content {
  padding: 20px 25px;
  min-height: calc(100vh - 500px);
}
.news-list-content .sec-news {
  padding: 30px 0;
  background-color: transparent;
}
.news-list-content .section-title {
  margin-bottom: 30px;
}
.news-list-content .pager {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news-list-content .pager a {
  margin: 0 3px;
  padding: 5px 8px;
  line-height: 1;
  background-color: #eeeeee;
}
.news-list-content .pager a.current {
  background-color: white;
  border: 1px solid #eeeeee;
  pointer-events: none;
}



/* スライド */

ul.slide {
  list-style: none;
  position: relative;
}
.slide li {
  position: absolute;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.slide img{
  display: block;
  max-width: 100%;
  width: 100%;
}
.slide li {
  animation: slide 14s infinite;/* (a+b)×c=x */
  opacity: 0;
}
@keyframes slide{
  0%{opacity: 0;}
  3.5%{opacity: 1;z-index: 1;}/* b÷x×100=y */
  25%{opacity: 1;}/* 100÷c=z */
  28.5%{opacity: 0;z-index: 0;}/* y+z */
}
.slide li:first-child{
  position:relative;
}

@media screen and (max-width: 1080px) {
  .news-detail-content {
    min-height: auto;
  }
  .news-list-content {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .news-header {
    padding-bottom: 0px;
  }
  .news-detail-content {
    min-height: calc(100vh - 300px);
  }
  .news-detail-content .pNav {
    margin-bottom: 14px;
    font-size: 12px;
  }
  .news-detail-content #up_ymd {
    margin-bottom: 2px;
  }
  .news-detail-content .catName {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .news-detail-content .news-title {
    font-size: 16px;
  }
  .news-detail-content #detail {
    margin-bottom: 30px;
  }
  .news-list-content {
    min-height: calc(100vh - 300px);
    padding-top: 0;
    padding-bottom: 0;
  }
  .news-list-content .section-title {
    margin-bottom: 20px;
  }
  .news-list-content .sec-news {
    padding: 20px 0 40px;
  }
  .slide li img{
    width: 100%;
  }

}
</pre></body></html>