@charset "UTF-8";
/* CSS Document */
.left-box {
  display: none;
}
@media screen and (min-width:768px) {
  .left-box {
    display: block;
    width: calc(50% - 80px);
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    border-right: 1px solid #333;
  } 
  .left-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    opacity: 0.9;
  }
  .left-box h2 {
    position: absolute;
    font-size: 3rem;
    font-weight: 900;
    color: #FFF;
    text-shadow: 1px 1px #808080;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .center-box {
    width: calc(50% - 80px);
    position: relative;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 40px;
  } 
}
/* ---------- main ---------- */
.main{
  width: 89%;
  margin: 100px auto;
}
.main-title {
  width: 100%;
  margin-bottom: 60px;
}
.main-title h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.news-list {
  width: 89%;
  margin: 0 auto 60px;
  text-align: left;
}
.news-list h2 {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 10px;
  text-shadow: 0 0 black;
}
.news-list h3 {
  font-size: 1.4rem;
  font-weight: bold;
  text-shadow: 0 0 black;
}
.news-list-text {
  width: 89%;
  margin: 0 auto 60px;
  text-align: left;
}
.news-list-text p {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.news-list-text img {
  width: 100%;
  height: auto;
}
.news-list-text h3 {
  font-size: 1.4rem;
  font-weight: bold;
  text-shadow: 0 0 black;
}
.news-list-text h4 {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #808080;
  color: #FFF;
  display: inline-block;
  line-height: 2.4rem;
  margin-bottom: 10px;
}
.news-list-text h5 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  text-decoration: underline;
}
.news-list-text h6 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.4rem;
  text-shadow: 0 0 black;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-svg {
  font-weight: 700;
  line-height: 54px;
  width: 204px;
  height: 54px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}
a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  stroke: #000;
  stroke-width: 1;
  stroke-dasharray: 210px, 20px;
  stroke-dashoffset: 70px;
}
a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}
a.btn-svg span {
  color: #000;
}


/* ---------- IMAGE ---------- */
.image {
  width: 73%;
  margin: 60px auto;
}
/* app */
.app-img {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.app-img img {
  width: 100%;
  height: 95px;
  object-fit: cover;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.app-img h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 300;
  color: #fff;
  text-shadow: 1px 1px 5px #808080;
}
/* instagram */
.instagram-img {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.instagram-img img {
  width: 100%;
  height: 95px;
  object-fit: cover;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.instagram-img h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 300;
  color: #fff;
  text-shadow: 1px 1px 5px #808080;
}
/* online */
.online-img {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.online-img img {
  width: 100%;
  height: 95px;
  object-fit: cover;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.online-img h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 300;
  color: #fff;
  text-shadow: 1px 1px 5px #808080;
}
@media screen and (min-width:768px){
  .image {
    width: 100%;
  }
}

/* ---------- footer ---------- */
.footer {
  height: auto;
  padding-top: 20px;
  font-size: 1.4rem;
  position: relative;
}
.footer-logo {
  text-align: left;
  width: 89%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-logo-img {
  width: 100px;
}
.footer-logo-img img{
  width: 100%;
  object-fit: cover;
}
.footer-logo-instagram img {
  width: 40px;
  padding-right: 40px;
}
.footer p {
  font-size: 1rem;
  padding-bottom: 20px;
}
/***追従するトップへ戻るボタン***/
#page-top {
  position: fixed;
  right: 5vw;
  bottom: 5vw;
  height: 50px;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 90%;
  color: #333333;
  padding: 0 0 0 30px;
  border-top: solid 1px;
}
#page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  transform: rotate(35deg);
  transform-origin: left top;
}
/***トップへ戻るボタンここまで***/