@charset "UTF-8";
/* CSS Document */
.bg {
  background-image: url("https://new-place.co.jp/system_panel/uploads/images/bg_img.png");
  background-repeat: repeat;
  background-size: 100%;
  background-position: center;
}

/*  ######################################################################################*/
/* ここからヘッダー */
/*  ######################################################################################*/
.l-header {
  height: 135px;
}

@media (max-width: 1080px) {
  .l-header {
    height: 80px;
  }
}

.l-header .header {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  padding: 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 50;
}

@media (max-width: 1080px) {
  .l-header .header {
    height: 80px;
  }
}

.l-header .header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header .header .header-nav .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*  ######################################################################################*/
/* SPサイズ時にナビとSNSアイコン非表示 */
/*  ######################################################################################*/
@media (max-width: 1080px) {
  .l-header .header .header-nav .items {
    display: none;
  }
  .contactSnsBox {
    display: none;
  }
}

.l-header .header .header-nav .items .active {
  display: block;
}

.contactSnsBox .active {
  display: block;
}

/*  ######################################################################################*/
/* ヘッダーロゴ */
/*  ######################################################################################*/
.l-logo {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin-top: 17px;
}

@media (max-width: 1080px) {
  .l-logo {
    margin-top: 0;
  }
}

.l-logo img {
  width: 60px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}

/*  ######################################################################################*/
/* 会社名 */
/*  ######################################################################################*/
.name {
  width: 300px;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #232323;
  vertical-align: middle;
}

@media (max-width: 470px) {
  .name {
    width: 200px;
  }
}

@media (max-width: 470px) {
  .name {
    font-size: 18px;
  }
  .l-logo img {
    width: 40px;
  }
}

.l-header .header .header-nav .items .item {
  position: relative;
}

.l-header .header .header-nav .items .item .header-link:hover p {
  color: #73b2f6;
}

/*  ######################################################################################*/
/* ｐｃホバーアクション */
/*  ######################################################################################*/
.header-link {
  display: block;
  padding: 30px 15px;
}
@media (max-width: 1300px) {
  .header-link {
    padding: 30px 12px;
  }
}
@media (max-width: 1200px) {
  .header-link {
    padding: 30px 10px;
  }
}
@media (max-width: 1130px) {
  .header-link {
    padding: 30px 9px;
  }
}

.header-top-link {
  display: block;
  padding: 30px 15px 30px 0;
}
@media (max-width: 1300px) {
  .header-top-link {
    padding: 30px 12px 30px 0;
  }
}
@media (max-width: 1200px) {
  .header-top-link {
    padding: 30px 10px 30px 0;
  }
}
@media (max-width: 1130px) {
  .header-link {
    padding: 30px 9px 30px 0;
  }
}

.header-link p,
.header-top-link p {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
  letter-spacing: 0.04em;
  position: relative;
  color: #232323;
}
@media (max-width: 1280px) {
  .header-link p,
.header-top-link p {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .header-link p,
.header-top-link p {
    font-size: 12px;
  }
}

.header-link p::before,
.header-top-link p::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #73b2f6;
  position: absolute;
  left: 0;
  bottom: -8px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.header-link,
.header-top-link {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.header-link:hover p::before,
.header-top-link:hover p::before {
  color: #73b2f6;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* ｐｃホバーアクション*/
/* SNS*/
/*  ######################################################################################*/
/* SNS */
/*  ######################################################################################*/
.sns-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 17px;
}

@media (max-width: 764px) {
  .sns-items {
    width: 90%;
  }
}

.sns-items .item {
  width: 30px;
}

.sns-items .item .sns-link img {
  width: 100%;
  display: inline-block;
}

.instaLogo {
  margin: 0 18px;
}

/* contactボタン部分*/
/*  ######################################################################################*/
/* contactボタン部分 */
/*  ######################################################################################*/
.contact-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
}

.contact-items .item.tel {
  margin-right: 10px;
  background: #e6f4f1;
  border-radius: 50px;
  width: 200px;
  height: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-items .item.tel:hover {
  background: #80d4c2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-items .item .contact-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 9px 7px 9px 35px;
}

.contact-items .item .contact-link .teltop {
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
}

.teltop::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(https://new-place.co.jp/system_panel/uploads/images/img_phone.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 17px;
}

.contact-items .contact .contact-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 5px 5px 38px;
}

.contact-items .contact .contact-link .en {
  font-size: 14px;
  line-height: normal;
}

.contact-items .contact .contact-link .en::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(https://new-place.co.jp/system_panel/uploads/images/img_mail.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
}

.contact-items .contact {
  background: #73b2f6;
  border-radius: 50px;
  width: 200px;
  height: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-items .contact p {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #fff;
}

.contact-items .contact:hover {
  background: #4281c5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-items .item .btn-icon_tel,
.contact-items .item .ta {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: normal;
  color: #232323;
}

.arrow {
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sample5-1::before {
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #73b2f6;
  border-right: 2px solid #73b2f6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* ハンバーガーボタン*/
/*  ######################################################################################*/
/* ハンバーガーボタン */
/*  ######################################################################################*/
.l-header .header .menu {
  z-index: 9999 !important;
  display: none;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
}

@media (max-width: 1080px) {
  .l-header .header .menu {
    display: block;
  }
}

.l-header .header .menu-global.menu-top {
  top: 0;
}

.l-header .header .menu-global {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 2px solid #2d2d2d;
  width: 100%;
  -webkit-transition: 0.55s;
  transition: 0.55s;
}

.l-header .header .menu-global.menu-middle {
  top: 13px;
}

.l-header .header .menu-global {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 2px solid #2d2d2d;
  width: 100%;
  -webkit-transition: 0.55s;
  transition: 0.55s;
}

.l-header .header .menu-global.menu-bottom {
  top: 26px;
}

.l-header .header .menu-global {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 2px solid #2d2d2d;
  width: 100%;
  -webkit-transition: 0.55s;
  transition: 0.55s;
}

.l-header .header .hamburger-nav {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 71px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 100px;
}

.l-header .header .hamburger-nav-items {
  padding: 0 10.43478%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.l-header .header .hamburger-nav-items .hamburger-nav-item .Lv1a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 0;
}

.l-header .header .hamburger-nav-items .hamburger-nav-item.tel {
  background: #e6f4f1;
  margin: 40px 0 20px;
  border-radius: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.l-header .header .hamburger-nav-items .hamburger-nav-item .Lv1a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 0;
}

.l-header .header .hamburger-nav-items .hamburger-nav-item.contact {
  background: rgba(135, 199, 239, 0.7);
  border-radius: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.l-header .header .hamburger-nav-items .hamburger-nav-item .Lv1a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 0;
  border-radius: 40px;
}

/* SPホバーアクション*/
/*  ######################################################################################*/
/* SPホバーアクション */
/*  ######################################################################################*/
.hamburger-nav-item .Lv1a {
  display: block;
  padding: 30px 15px;
}

.hamburger-nav-item .Lv1a .page {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
  letter-spacing: 0.04em;
  position: relative;
  color: #232323;
}

.hamburger-nav-item .Lv1a .page::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #73b2f6;
  position: absolute;
  left: 0;
  bottom: -8px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.hamburger-nav-item .Lv1a:hover .page::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.hamburger-nav-item .Lv1a {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.hamburger-nav-item .Lv1a:hover .page {
  color: #73b2f6;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.l-header .header .hamburger-nav-items .hamburger-nav-item.contact p {
  font-size: 16px;
  color: #fff;
}

.btn-icon_mail {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*  ######################################################################################*/
/* ハンバーガーボタンクリック後のCSS */
/*  ######################################################################################*/
.l-header .header .menu-global.menu-top.menu-top-click {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 10px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: 0.55s;
  transition: 0.55s;
}

.l-header .header .menu-global.menu-middle.menu-middle-click {
  opacity: 0;
}

.l-header .header .menu-global.menu-bottom.menu-bottom-click {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 10px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transition: 0.55s;
  transition: 0.55s;
}

.l-header .header .hamburger-nav.active {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 1080px) {
  .l-header .header .hamburger-nav.active {
    display: none;
  }
}

.hamburger-nav-item .Lv1a {
  color: #232323;
}

.hamburger-nav-item .green {
  background-color: #e6f4f1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hamburger-nav-item .green .greenText {
  color: #232323;
}

.hamburger-nav-item .green:hover {
  background-color: #80d4c2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blue {
  background-color: #73b2f6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blue:hover {
  background-color: #4281c5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* ######################################################################################*/
/* -------------------------------ヘッダーおわり-------------------------------------------*/
/* ######################################################################################*/
/*  ######################################################################################*/
/* メイン */
/*  ######################################################################################*/
.topImage {
  height: 630px;
   background-color:rgba(0,0,0,0.1);
   background-blend-mode:lighten;
}

@media (max-width: 535px) {
  .topImage {
    height: 430px;
  }
}

.main_imgBox {
  height: 630px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 535px) {
  .main_imgBox {
    height: 430px;
  }
}

.main_img {
  opacity: 0;
  width: 100%;
  height: 630px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 136px;
  -webkit-animation: anime 24s 0s infinite;
  animation: anime 24s 0s infinite;
 
  background-color:rgba(0,0,0,0.1);
  background-blend-mode:lighten;
}



.c6624 {
}

 .c6624::before {
     content: "";
     position: absolute;
     background-color: rgba(0,0,0);
     opacity: 0.2;
     width: 100%;
     height: 100%;
}
.c6703{
}
 .c6643::before {
     content: "";
     position: absolute;
     background-color: rgba(0,0,0);
     opacity: 0.2;
     width: 100%;
     height: 100%;
}



 .c6662::before {
     content: "";
     position: absolute;
     background-color: rgba(0,0,0);
     opacity:0.2;
     width: 100%;
     height: 100%;
}

@media (max-width: 1080px) {
  .main_img {
    top: 80px;
  }
}

@media (max-width: 535px) {
  .main_img {
    height: 430px;
  }
}

@media (max-width: 535px) {
  .c6605{
    background-position: 5% ;
  }
}
@media (max-width: 375px) {
  .c6605{
    background-position: 10%;
  }
}
@media (max-width: 320px) {
  .c6605{
    background-position: 15%;
  }
}
@media (max-width: 535px) {
 .c6624{
    background-position: center;
  }
}
@media (max-width: 535px) {
 .c6643{
    background-position: 25% ;
  }
}
  @media (max-width: 535px) {
.c6662 {
   background-position: 100%;
　　　}
}
@media (max-width: 320px) {
.c6662{
    background-position: 93%;
  }
}

@media (max-width: 535px) {
  .main_img {
    height: 430px;
  }
}


.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  23% {
    opacity: 1;
  }
  37% {
    opacity: 0;
  }
  42% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  23% {
    opacity: 1;
  }
  37% {
    opacity: 0;
  }
  42% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.fadeDiscription .fadeText {
  position: relative;
  top: 70%;
  font-weight: 700;
}

/*  ######################################################################################*/
/* newsセクション */
/*  ######################################################################################*/
/*タイトル用パーツ*/
.subTitleBox {
  text-align: center;
}

.subTitleBox h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #232323;
}

@media (max-width: 764px) {
  .subTitleBox h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.subTitleBox .subText {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #232323;
}

/*タイトル用パーツ*ここまで/

// ボタンデザイン
/*  ######################################################################################*/
/* ボタンデザイン */
/*  ######################################################################################*/
.linkBtn {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
  height: 50px;
  max-width: 240px;
  border-radius: 40px;
  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;
  text-align: center;
  margin: 0 auto;
  background: #ffffff;
  border: 2px solid #73b2f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(115, 178, 246, 0.45);
          box-shadow: 0px 4px 4px rgba(115, 178, 246, 0.45);
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.linkBtn .btnText {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #73b2f6;
  padding: 20px 50px;
}

.linkBtn .News {
  padding: 5px 25px;
}

.linkBtn .society {
  padding: 20px 60px;
}

.linkBtn .recruit {
  padding: 20px 40px;
}

.linkBtn .blog {
  padding: 20px 30px;
}

.linkBtn:hover {
  background-color: #73b2f6;
  -webkit-box-shadow: 0px 4px 4px rgba(115, 178, 246, 0.45);
          box-shadow: 0px 4px 4px rgba(115, 178, 246, 0.45);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.linkBtn:hover .btnText {
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.linkBtn:hover .sample5-1::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.fadeDiscription {
  position: absolute;
  height: 630px;
  margin-left: 5%;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 65px;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
}

@media (max-width: 535px) {
  .fadeDiscription {
    font-size: 28px;
    line-height: 45px;
  }
}

@media (max-width: 535px) {
  .fadeDiscription {
    height: 430px;
  }
}

.newsContainer {
  width: 90%;
  margin: 120px auto;
  max-width: 800px;
}

@media (max-width: 764px) {
  .newsContainer {
    margin: 80px auto;
  }
}

/*  ######################################################################################*/
/* ABOUT */
/*  ######################################################################################*/
.aboutContainer {
  width: 100%;
}

.aboutContainer .aboutTex {
  margin-top: 4%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #232323;
}

@media (max-width: 764px) {
  .aboutContainer .aboutTex {
    font-size: 14px;
  }
}

@media (max-width: 376px) {
  .aboutContainer .aboutTex {
    text-align: left;
  }
}

@media (max-width: 376px) {
  .aboutContainer .spNone {
    display: none;
  }
}

.aboutContainer .textColor {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #73b2f6;
}

@media (max-width: 764px) {
  .aboutContainer .textColor {
    font-size: 18px;
    line-height: 25px;
  }
}

.aboutContainer .aboutTextBox {
  max-width: 663px;
  margin: 80px auto 6%;
}

@media (max-width: 764px) {
  .aboutContainer .aboutTextBox {
    width: 90%;
    margin: 40px auto 6%;
  }
}

.aboutImgContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 6% 0;
}

.aboutImgContainer .aboutImgBox {
  padding: 0 5px;
}

.aboutImgContainer .aboutImgBox img {
  width: 100%;
  border-radius: 4px;
}

/*  ######################################################################################*/
/* SERVICE */
/*  ######################################################################################*/
.serviceContainer {
  width: 100%;
  margin: 10% auto 0;
  max-width: 1280px;
}

@media (max-width: 764px) {
  .serviceContainer {
    margin: 80px auto 0;
  }
}

.serviceContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 3%;
}

@media (max-width: 1120px) {
  .serviceContent {
    display: block;
  }
}

.serviceContent:nth-child(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* 奇数番目は左から右へ並べる */
.serviceContent:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* 偶数番目は右から左へ並べる */
.serviceImgContainer {
  width: 45%;
  position: relative;
}

@media (max-width: 1120px) {
  .serviceImgContainer {
    width: 100%;
  }
}

/* .serviceImgContainer::before {
  position: absolute;
  content: "";
  bottom: 30px;
  width: 100%;
  height: 3px;
  background-color: #73b2f6;
  z-index: 10;
} */

.serviceImgContainer img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.serviceTextContainer {
  width: 55%;
  position: relative;
}

@media (max-width: 1120px) {
  .serviceTextContainer {
    width: 100%;
  }
}

/* .serviceTextContainer::before {
  position: absolute;
  content: "";
  top: 30px;
  width: 100%;
  height: 3px;
  background-color: #73b2f6;
  z-index: 10;
} */

.serviceTextContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.serviceTextContainer .serviceslogo {
  display: inline;
  width: 45px;
  height: auto;
  line-height: 100px;
}

@media (max-width: 764px) {
  .serviceTextContainer .serviceslogo {
    width: 35px;
  }
}

.serviceTextContainer .serviceslogo img {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 13px;
}

@media (max-width: 764px) {
  .serviceTextContainer .serviceslogo img {
    width: 35px;
    margin-right: 8px;
  }
}

.serviceTextContainer .serviceslogo .servicesTitle {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #232323;
}

@media (max-width: 764px) {
  .serviceTextContainer .serviceslogo .servicesTitle {
    font-size: 18px;
  }
}

.serviceAllBox {
  margin: 0 auto;
  max-width: 500px;
}

@media (max-width: 1080px) {
  .serviceAllBox {
    max-width: 1000px;
  }
}

.serviceAllBox .linkBtn {
  margin: 0;
}

/* 背景色まとめ */
.serviceBlue {
  background-color: rgba(115, 178, 246, 0.2);
}

.greenyellow {
  background-color: rgba(118, 246, 115, 0.2);
}

.yellow {
  background-color: rgba(243, 246, 115, 0.4);
}

.bluegrren {
  background-color: rgba(115, 246, 191, 0.2);
}

/* 背景色まとめ終わり＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.serviceTextBox {
  max-width: 500px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.08em;
  color: #232323;
}

@media (max-width: 1120px) {
  .serviceTextBox {
    font-size: 14px;
    max-width: 1000px;
  }
}

.serviceTextBox .servicesText {
  margin-bottom: 30px;
}

.serviceTextContainerUl {
  padding: 20px 10% 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1120px) {
  .serviceTextContainerUl {
    padding: 30px 10% 60px;
  }
}

.yellow .serviceTextContainerUl,
.greenyellow .serviceTextContainerUl {
  padding: 16% 10%;
}

@media (max-width: 1120px) {
  .yellow .serviceTextContainerUl,
  .greenyellow .serviceTextContainerUl {
    padding: 60px 10% 6%;
  }
}

@media (max-width: 479px) {
  .yellow .serviceTextContainerUl,
  .greenyellow .serviceTextContainerUl {
    padding: 17% 10% 16%;
  }
}

.yellow .serviceTextContainerUl .serviceslogo,
.greenyellow .serviceTextContainerUl .serviceslogo {
  width: 63px;
}

@media (max-width: 764px) {
  .yellow .serviceTextContainerUl .serviceslogo,
  .greenyellow .serviceTextContainerUl .serviceslogo {
    width: 53px;
    line-height: 20px;
    height: 20px;
  }
}

.yellow .serviceTextContainerUl img,
.greenyellow .serviceTextContainerUl img {
  width: 63px;
}

@media (max-width: 764px) {
  .yellow .serviceTextContainerUl img,
  .greenyellow .serviceTextContainerUl img {
    width: 53px;
  }
}

.yellow .servicesText,
.greenyellow .servicesText {
  margin: 10px 0 50px;
}

@media (max-width: 764px) {
  .yellow .servicesText,
  .greenyellow .servicesText {
    margin: 30px 0 50px;
  }
}

.greenyellow .serviceTextContainerUl {
  padding: 5% 10%;
}

@media (max-width: 764px) {
  .greenyellow .serviceTextContainerUl {
    padding: 60px 10%;
  }
}

.bluegrren .serviceTextContainerUl {
  padding: 16% 10%;
}

@media (max-width: 1120px) {
  .bluegrren .serviceTextContainerUl {
    padding: 50px 10% 60px;
  }
}

.bluegrren .serviceTextContainerUl .serviceslogo {
  width: 182px;
  line-height: 2;
}

@media (max-width: 764px) {
  .bluegrren .serviceTextContainerUl .serviceslogo {
    width: 152px;
  }
}

.bluegrren .serviceTextContainerUl img {
  width: 182px;
}

@media (max-width: 1120px) {
  .bluegrren .serviceTextContainerUl img {
    margin-top: 20px;
  }
}

@media (max-width: 764px) {
  .bluegrren .serviceTextContainerUl img {
    width: 152px;
  }
}

.bluegrren .serviceTextContainerUl .servicesTitle {
  display: block;
  line-height: 2;
}

.bluegrren .serviceTextContainerUl .servicesText {
  margin: 50px 0;
}

@media (max-width: 1120px) {
  .bluegrren .serviceTextContainerUl .servicesText {
    margin: 40px 0;
  }
}

/*  ######################################################################################*/
/* 選ばれる理由 */
/*  ######################################################################################*/
.futureContainer {
  width: 100%;
  margin: 10% auto 0;
  max-width: 1280px;
}

@media (max-width: 764px) {
  .futureContainer {
    margin: 80px auto 0;
  }
}

.selectTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3% 10px;
}

@media (max-width: 764px) {
  .selectTitle {
    display: block;
    margin: 5% 30px 0;
  }
}

.selectTitle .selectTitleBlack {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #232323;
}

@media (max-width: 764px) {
  .selectTitle .selectTitleBlack {
    font-size: 18px;
    line-height: 29px;
  }
}

.selectTitle .selectTitleBlue {
  font-style: normal;
  font-weight: normal;
  font-size: 33px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #73b2f6;
}

@media (max-width: 764px) {
  .selectTitle .selectTitleBlue {
    font-size: 24px;
    line-height: 35px;
  }
}

.futureFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  max-width: 1062px;
}

.futureImageBox {
  width: 100%;
}

.futureImageBox img {
  width: 100%;
}

.futureMeinContainer {
  width: 26%;
}

@media (max-width: 1150px) {
  .futureMeinContainer {
    width: 45%;
    margin-top: 5%;
  }
}

@media (max-width: 764px) {
  .futureMeinContainer {
    width: 100%;
    margin-top: 13%;
  }
}

.futureMeinContainer .futurTitle {
  position: relative;
  margin-bottom: 18px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #73b2f6;
}

@media (max-width: 1150px) {
  .futureMeinContainer .futurTitle {
    text-align: left;
  }
}

@media (max-width: 764px) {
  .futureMeinContainer .futurTitle {
    margin-bottom: 16px;
  }
}

.futureMeinContainer .futurText {
  margin-top: 34px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.08em;
  color: #232323;
}

@media (max-width: 535px) {
  .futureMeinContainer .futurText {
    font-size: 14px;
    margin-top: 20px;
  }
}

.futureMeinContainer .futureNumber {
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 70px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #e5e5e5;
  text-align: left;
}

@media (max-width: 764px) {
  .futureMeinContainer .futureNumber {
    font-size: 30px;
    line-height: 30px;
  }
}

/*  ######################################################################################*/
/* お客様の声 */
/*  ######################################################################################*/
.voiceContainer {
  width: 90%;
  margin: 10% auto 0;
}

@media (max-width: 764px) {
  .voiceContainer {
    margin: 80px auto 0;
  }
}

.voiceContainer .hoverBox {
  max-width: 1000px;
  margin: 0 auto;
  max-height: 320px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 764px) {
  .voiceContainer .hoverBox {
    max-width: 500px;
    max-height: 500px;
  }
}

.voiceContainer .voiceLink img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.voiceContainer .voiceLink img:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.voiceContainer .spOnly {
  display: none;
}

@media (max-width: 764px) {
  .voiceContainer .spOnly {
    display: block;
  }
}

@media (max-width: 764px) {
  .voiceContainer .pcOnly {
    display: none;
  }
}

.recruitContainer {
  width: 90%;
  max-width: 1100px;
  margin: 10% auto 0;
}

@media (max-width: 764px) {
  .recruitContainer {
    margin: 80px auto 0;
  }
}

.recruitBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin-top: 6%;
}

@media (max-width: 1080px) {
  .recruitBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 6% auto;
  }
}

@media (max-width: 764px) {
  .recruitBox {
    width: 100%;
  }
}

.recruitBox .recruitImgBox {
  width: 45%;
}

@media (max-width: 1080px) {
  .recruitBox .recruitImgBox {
    width: 100%;
    max-width: 0 auto;
  }
}

.recruitBox .recruitImgBox img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruitBox .recruitTextBox {
  width: 45%;
}

@media (max-width: 1080px) {
  .recruitBox .recruitTextBox {
    width: 100%;
    margin: 0 auto;
  }
}

.recruitBox .recruitText {
  margin-bottom: 6%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.08em;
  color: #232323;
}

@media (max-width: 1080px) {
  .recruitBox .recruitText {
    margin: 6% 0;
  }
}

@media (max-width: 764px) {
  .recruitBox .recruitText {
    font-size: 14px;
  }
}

/*  ######################################################################################*/
/* ブログ外側 */
/*  ######################################################################################*/
.blogContainer {
  width: 90%;
  max-width: 1100px;
  margin: 10% auto 0;
}

@media (max-width: 764px) {
  .blogContainer {
    margin: 80px auto 60px;
  }
}

/*  ######################################################################################*/
/* SNS誘導 */
/*  ######################################################################################*/
.snsContainer {
  margin-top: 10%;
  background-color: #e6f4f1;
}

.snsContainer .insta {
  margin: 0 34px;
}

.snsMeinBox {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 3% 0;
}

@media (max-width: 764px) {
  .snsMeinBox {
    padding: 5% 0;
  }
}

@media (max-width: 535px) {
  .snsMeinBox {
    padding: 10% 0;
  }
}

.snsTitle {
  margin-bottom: 2.6%;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #232323;
}

@media (max-width: 764px) {
  .snsTitle {
    font-size: 18px;
  }
}

.snsPhotoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.snsPhotoBox .PhotoBox {
  width: 19%;
}

@media (max-width: 1080px) {
  .snsPhotoBox .PhotoBox {
    width: 24%;
  }
}

@media (max-width: 764px) {
  .snsPhotoBox .PhotoBox {
    width: 32%;
  }
}

@media (max-width: 470px) {
  .snsPhotoBox .PhotoBox {
    width: 48%;
  }
}

.snsPhotoBox .PhotoBox img {
  width: 100%;
}

@media (max-width: 1080px) {
  .snsPhotoBox .PhotoBox:nth-child(5) {
    display: none;
  }
}

@media (max-width: 764px) {
  .snsPhotoBox .PhotoBox:nth-child(4) {
    display: none;
  }
}

@media (max-width: 470px) {
  .snsPhotoBox .PhotoBox:nth-child(3) {
    display: none;
  }
}

.linkBtnContainer {
  text-align: center;
}

.snsFollow {
  margin-top: 25px;
}

.snsSubText {
  margin-top: 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #232323;
}

/* ------------------------------コンタクト-----------------------------------------*/
/*  ######################################################################################*/
/* コンタクト */
/*  ######################################################################################*/
.contactContainer {
  background-image: url(https://new-place.co.jp/system_panel/uploads/images/20211013155216271453.png);
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 15px;
}

.contactContainer .contact-items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 479px) {
  .contactContainer .contact-items {
    display: block;
  }
}

.contactContainer .contact-items .contact {
  width: 212px;
  height: 60px;
  margin: 15px auto 0;
}

.contactContainer .contact-items .contact .contact-link {
  padding: 10px 5px 10px 55px;
}

.contactContainer .contact-items .contact .contact-link .en::before {
  left: 30px;
}

.contactContainer .contact-items .item.tel {
  width: 212px;
  height: 60px;
  margin: 0 auto;
}

.contactContainer .contact-items .item.tel .contact-link {
  padding: 13px 7px 10px 45px;
}

.contactContainer .contact-items .item.tel .contact-link .teltop::before {
  left: 30px;
}

.contactBox {
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
  padding: 3.3% 0;
}

@media (max-width: 764px) {
  .contactBox {
    padding: 6% 0;
  }
}

@media (max-width: 479px) {
  .contactBox {
    padding: 10% 0;
  }
}

.contactBox .subTitleBox h2 {
  color: #fff;
}

.contactBox .subTitleBox .subText {
  color: #fff;
}

.contactText {
  margin: 5.2% 0 10%;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
}

@media (max-width: 764px) {
  .contactText {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .contactText {
    font-size: 12px;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
.slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 10px;
  /*スライド左右の余白調整*/
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 292px;
  overflow: hidden;
}

.aboutImgBox {
  width: 292px;
  height: 214px;
}

.slideshow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
          animation: loop-slide 20s infinite linear 1s both;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/* -----------------------フッター始まり--------------------------------------------------*/
/*  ######################################################################################*/
.footer-nav {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid #a1acbd;
}

.footer-nav .pageTopBox {
  position: absolute;
  right: 0;
  top: 25px;
}

@media (max-width: 1080px) {
  .footer-nav .pageTopBox {
    top: auto;
    bottom: 10px;
  }
}

.pageTopBox:hover .page-top::after {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .footer-nav-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: center;
    max-width: 800px;
    padding: 30px 0;
  }
}

@media (max-width: 535px) {
  .footer-nav-items {
    padding-bottom: 10%;
  }
}

@media (max-width: 535px) {
  .footer-nav-items {
    padding-bottom: 10%;
  }
}

.footer-nav-items .Lv1a .page {
  color: #232323;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.footercContainer {
  position: relative;
}

.page-top::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://new-place.co.jp/system_panel/uploads/images/img_pagetop.png);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* フッターナビホバーアクション*/
.footer-nav-items .Lv1a {
  display: block;
  padding: 38px 4px;
}

@media (max-width: 1080px) {
  .footer-nav-items .Lv1a {
    display: inline-block;
    padding: 30px 35px;
  }
}
@media (max-width: 680px) {
  .footer-nav-items .Lv1a {
    display: inline-block;
    padding: 30px 15px;
  }
}
@media (max-width: 414px) {
  .footer-nav-items .Lv1a {
    display: inline-block;
    padding: 30px 10px;
  }
}

.footer-nav-items .Lv1a .page {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
  letter-spacing: 0.04em;
  position: relative;
  color: #232323;
}

.footer-nav-items .Lv1a .page::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #73b2f6;
  position: absolute;
  left: 0;
  bottom: -8px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.footer-nav-items .Lv1a:hover .page::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.footer-nav-items .Lv1a {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.footer-nav-items .Lv1a:hover .page {
  color: #73b2f6;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

/* フッターナビホバーアクションここまで*/
.footerContactBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 90%;
  max-width: 1100px;
  margin: 58px auto 60px;
}

@media (max-width: 764px) {
  .footerContactBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 40px auto 60px;
  }
}

.snsBox .footer-nav-item {
  display: inline-block;
}

.snsBox .footer-nav-item .Lv1a1 {
  display: block;
  padding: 0px 22px 30px 0px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media (max-width: 764px) {
  .snsBox .footer-nav-item .Lv1a1 {
    padding: 15px 22px 15px 0px;
  }
}

.snsBox .footer-nav-item .Lv1a2 {
  display: block;
  padding: 0px 0px 30px 22px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media (max-width: 764px) {
  .snsBox .footer-nav-item .Lv1a2 {
    padding: 15px 22px 15px 0;
  }
}

.snsBox .footer-nav-item .page {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #232323;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.snsBox .footer-nav-item .page::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #73b2f6;
  position: absolute;
  left: 0;
  bottom: -8px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.snsBox .footer-nav-item .Lv1a1:hover .page::before,
.snsBox .footer-nav-item .Lv1a2:hover .page::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.footerContactBox .company {
  width: 40%;
  min-width: 400px;
}

@media (max-width: 764px) {
  .footerContactBox .company {
    width: 100%;
  }
}

@media (max-width: 470px) {
  .footerContactBox .company {
    min-width: 280px;
  }
  .footerContactBox .company .address {
    font-size: 14px;
  }
}

@media (max-width: 764px) {
  .footerContactBox .snsBox {
    margin-top: 20px;
    width: 100%;
  }
}

.footerContactBox .sns-items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 10px;
  width: 287px;
}

@media (max-width: 764px) {
  .footerContactBox .sns-items {
    width: 260px;
  }
}

.footerContactBox .sns-items .item {
  width: 40px;
  height: 40px;
  display: inline-block;
}

@media (max-width: 764px) {
  .footerContactBox .sns-items .item {
    width: 30px;
  }
}

.footerContactBox .sns-items .followText {
  width: 100px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #232323;
}

.footerContactBox .l-logo {
  margin-bottom: 25px;
  margin-top: 0;
}

@media (max-width: 764px) {
  .footerContactBox .l-logo {
    margin-bottom: 15px;
  }
}

.footerContactBox .name {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.08em;
  color: #232323;
}

@media (max-width: 764px) {
  .footerContactBox .name {
    font-size: 18px;
  }
}

.footerContactBox .footerTelText {
  color: #232323;
  padding: 15px 0;
  display: inline-block;
}

@media (max-width: 764px) {
  .footerContactBox .footerTelText {
    font-size: 14px;
  }
}

.small {
  text-align: center;
  margin-bottom: 22px;
}

.small .smallText {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.08em;
  color: #a1acbd;
}

#iz5e8y {
  height: 320px;
}
/*# sourceMappingURL=top.css.map */


/*---------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------追加(10/11,月曜日)----------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
.fadeDiscription2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  padding-top: 223px;
  opacity: 0;
  position: absolute;
  /*top: 22%;*/
  top: 42%;
  -webkit-animation: fade 24s 0s infinite;
  animation: fade 24s 0s infinite;
}
@media (max-width: 1080px) {
  .fadeDiscription2 {
    /*top: 15%;*/
    top: 36%;
  }
}
@media (max-width: 650px) {
  .fadeDiscription2 {
    /*top: 12%;*/
    top: 35%;
  }
}
@media (max-width: 535px) {
  .fadeDiscription2 {
    top: 1%;
    top: 21%
  }
}
.fadeDiscription2 .fadeText {
  font-family: Noto Serif JP;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 69px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.4);
  margin-bottom: 33px;
}
@media (max-width: 1000px) {
  .fadeDiscription2 .fadeText {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .fadeDiscription2 .fadeText {
    font-size: 40px;
    margin-bottom: 23px;
  }
}
@media (max-width: 535px) {
  .fadeDiscription2 .fadeText {
    font-size: 36px;
    margin-bottom: 13px;
    line-height: 59px;
  }
}
@media (max-width: 414px) {
  .fadeDiscription2 .fadeText {
    font-size: 28px;
    line-height: 54px;
  }
}
.fadeDiscription2 .fadeText .sp-h1 {
  display: none;
}
@media (max-width: 650px) {
  .fadeDiscription2 .fadeText .sp-h1 {
    display: block;
  }
}
.fadeDiscription2 .fade-h1-text {
  font-family: Noto Serif JP;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px;
  letter-spacing: 0.08em;
  text-align: center;
  text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.4);
  color: #fff;
}
@media (max-width: 1000px) {
  .fadeDiscription2 .fade-h1-text {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .fadeDiscription2 .fade-h1-text {
    font-size: 18px;
  }
}
@media (max-width: 535px) {
  .fadeDiscription2 .fade-h1-text {
    font-size: 16px;
  }
}

.fadeDiscription2 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.fadeDiscription2.two {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.fadeDiscription2.three {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.fadeDiscription2.four {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  22% {
    opacity: 1;
  }
  37% {
    opacity: 0;
  }
  42% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  22% {
    opacity: 1;
  }
  37% {
    opacity: 0;
  }
  42% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*# sourceMappingURL=new-place.css.map */


.main_img02 {
  -webkit-animation: anime 18s 0s infinite;
  animation: anime 18s 0s infinite;
 
  background-color:rgba(0,0,0,0.1);
  background-blend-mode:lighten;
}

