*, *:before, *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 1.8;
}
a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
a:hover{
  transition-duration: 0.5s;
  opacity: 0.5;
}
ul, ol, dl {
  list-style: none;
}
html {
  font-size: 62.5%;
}
input[type=date],
input[type=submit]{
  -webkit-appearance: none;
  appearance: none;
}
input,
textarea{
  padding: 15px 20px;
  width: 100%;
  border: #ddd 1px solid;
  border-radius: 5px;
}
input[type=radio],
input[type=checkbox]{
  width: auto;
  padding: 0;
}
span.wpcf7-list-item{
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  border:0;
}
body {
  color: #3D3D3D;
  background: #fff;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: 'NotoSansJP R', sans-serif;
  font-style: normal;
}
h1{
  font-size: 40px;
  font-size:4rem;
  margin-bottom: 20px;
  font-weight: bold;
}
h3{
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}
p{
  margin: 2% 0;
}
span{
  font-size: inherit;
  font-weight: inherit;
}
button{
  background: none;
}

.pc-only{
  display: block;
}
.sp-only{
  display: none !important;
}
@media screen and (max-width: 768px){
  input,
  textarea{
    padding: 10px;
  }
  .pc-only{
    display: none !important;
  }
  .sp-only{
    display: block !important;
  }  
}

.common {
  max-width: 1000px;
  margin:0px auto;
  padding: 0;
  width: 100%;
  word-break: break-all;
}
.common-top{
  margin-top: -50px;
  padding-top: 50px;
}
main{
  transition: all 1s;
  overflow: hidden;
}

/* カラー */
.fc-w{
  color:#fff;
}
.fc-b{
  color:#b4835d;
}
.fb{
  font-weight: bold!important;
}
.tac{
  text-align: center!important;
}
.marker{
  background:linear-gradient(transparent 60%, #ff6 60%);
}
@media screen and (max-width: 768px){
}

iframe{
  width: 100%;
}


/*共通アニメーション
=======================================================*/

/* スクロールありで下から上 */
.fadein1 {
  opacity : 0;
  transform: translateY(50px);
  transition: all 1.5s;
}
/* スクロールありで右から左 */
.fadein2 {
  opacity : 0;
  transform: translateX(-50px);
  transition: all 2s;
}
/* スクロールありで左から右 */
.fadein3 {
  opacity : 0;
  transform: translateX(50px);
  transition: all 2s;
}
/* スクロールありで上から下 */
.fadein4 {
  opacity : 0;
  transform: translateY(-50px);
  transition: all 1.5s;
}


/* スクロールなし下から上でフェードイン */
.no-fadein1 {
  animation-duration: 2s;
  animation-name: fadein1;
}
/* スクロールなしで上から下フェードイン */
.no-fadein2 {
  animation-duration: 2s;
  animation-name: no-fadein2;
}

@keyframes fadein1 {
  0% {
    opacity: 0;/* 透明 */
    transform: translateY(50px);
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);
  }
}
@keyframes no-fadein2 {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px){
  .common{
    width:90%;
  }
  h1{
    font-size: 28px;
    font-size:2.8rem;
  }
  h2{
    font-size:20px;
    font-size:2rem;
  }
}

@media screen and (max-width: 768px){
  *, *:before, *:after {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
  h1{
    font-size:35px;
    font-size:3.5rem;
  }
  h2{
    font-size:28px;
    font-size:2.8rem;
  }
  /* 共通 */
  .table dt{
    padding: 5%; 
    width: 45%;   
  }
  .table dd{
    padding: 5%;
  }
  .common{
    margin: 0 auto;
    width: 90%;
  }
}

/* ヘッダー */
header{
  width:100%;
  position: fixed;
  top:0;
  left:0;
  z-index:99999;
  background:rgba(255,255,255,1);
  color:#666666;
  transition: all 0.3s ease;
}
header.is-anime{
  background: #fff;
  transition: all 0.3s ease;
}
header a{
  color:#666666;
  font-size: 20px;
  font-size: 2rem;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}
.header-logo img{
  display: block;
  width: 130px;
}
.header-nav ul{
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.header-nav ul li{
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
/*
.header-nav ul li:hover{
  background:rgba(164,212,188,0.3);
}*/
.header-nav ul li:last-child:after{
  content: unset;
}
.header-nav ul li img{
  width: 25px;
  height: 25px;
}
.header-nav ul li:last-of-type{
  margin-right: 0;
}
.header-nav ul li a{
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'NotoSansJP R', sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding: 0 5px;
}
.header-nav ul li a::after{
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  background: rgb(106,199,165) !important;
}
.header-nav ul li:hover a::after{
  transform: scale(1, 1);
}
.header-nav ul li span{
  display: block;
  font-size:10px;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

.dropdown-btn{
  position: relative;
}
.dropdown-btn:hover{
  background-color: rgba(255,255,255,0.8);
}
.dropdown-btn:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}
ul.dropdown-wrap {
  display: none;/*デフォルトでは非表示の状態にしておく*/
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
}
.dropdown-btn:hover .dropdown-wrap {
  display: block;/*Gナビメニューにホバーしたら表示*/
}
ul.dropdown-wrap li.dropdown-list {
  background:#fff;
  height: 60px;
  transition: all .3s;
  position: relative;
  margin-right: 0;
  height: auto;
  width: auto;
  padding-right: 0;
  margin-right: 0;
}
header.is-anime ul.dropdown-wrap li.dropdown-list{
  background: #fff;
}
header.is-anime ul.dropdown-wrap li.dropdown-list:hover{
  background:rgba(164,212,188,0.3);
}
li.dropdown-list:not(:first-child)::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b1c9b1;
  position: absolute;
  top: 0;
  left: 0;
}
ul.dropdown-wrap li.dropdown-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  text-decoration: none;
  position: relative;
  padding: 10px;
  height: auto;
  line-height: normal;
  width: 100%;
}
ul.dropdown-wrap li.dropdown-list a:hover{
  background:rgba(164,212,188,1);
  color:#666;
}
.dropdown-wrap li.dropdown-list::after{
  content: unset;
}

a.header-web{
  background: rgb(106,199,165);
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  margin: 10px 0 10px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 10%;
}
a.header-web span{
  display: block;
  font-size: 10px;
}
@media screen and (max-width: 1045px){
  a.header-web{
    width: 130px;
  }
}
@media screen and (max-width: 768px){
  header{
    background: #b1c9b1;
  }
  header.is-anime{
    background:rgba(177,201,177,0.3);
  }
  .header-logo img{
    width: 88px;
  }
  a.header-web{
    height: 45px;
    line-height: 1;
    background: #fff;
    color: #b1c9b1;
    width: 130px;
    margin: 0 10px;
  }
  ul.dropdown-wrap{
    display: block;
    position: unset;
  }
  .header-nav ul ul.dropdown-wrap{
    width: 100%;
  }
  .dropdown-btn:hover{
    background: none;
  }
  ul.dropdown-wrap li.dropdown-list{
    background: #b1c9b1;
  }
  ul.dropdown-wrap li.dropdown-list a{
    width: 100%;
    justify-content: flex-start;
    color: #fff;
    padding: 5px 10px;
  }
  ul.dropdown-wrap li.dropdown-list a:hover{
    background:none;
    color: #fff;
  }
  ul.dropdown-wrap li.dropdown-list a::before{
    content: "-";
    margin-right: 10px;
  }
  a.header-web{
    width: 120px;
  }
  header.is-anime ul.dropdown-wrap li.dropdown-list{
    background: transparent;
  }
  .header-nav ul li:hover a::after{
    transform: scale(0, 0);
  }
}

/* ハンバーガーメニュー */

@media screen and (max-width: 1045px){
  .header{
    height:90px;
  }
  .header-logo{
    width: calc(100% - 300px);
  }
  .header-nav{
    position: fixed;
    top:60px;
    left:0;
    width:100%;
    background: #b1c9b1;
    display: none;
  }
  .header-nav.is-open{
    display: block;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100vh;
  }
  .header-nav ul{
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .header-nav ul li{
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .header-nav ul li a{
    color:#fff;
    font-size: 14px;
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
    height: 40px;
    line-height: 40px;
    text-align: left;
  }
  .header-nav ul li a.header-nav-btn{
    background-color: #f2c3d5;
  }
  .header-nav ul li a.nav-btn-color{
    background-color: #f2c3d5;
    margin-left: 0;
  }
  .header-sp button,
  .header-sp button span{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }
  .header-sp button{
    width:45px;
    height:45px;
    border:1px solid #fff;
    position:relative;
    background: #b1c9b1;
  }
  .header-sp button span{
    position: absolute;
    right: 10px;
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
  }
  .header-sp button span:nth-of-type(1){
    top: 50%;
  }
  .header-sp button span:nth-of-type(2){
    top: 65%;
  }
  .header-sp button span:nth-of-type(3){
    top:80%;
  }
  .header-sp button.is-open span:nth-of-type(1){
    top: 46%;
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .header-sp button.is-open span:nth-of-type(2){
    opacity: 0;
  }
  .header-sp button.is-open span:nth-of-type(3){
    top: 90%;
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .header-nav ul li a::after{
    content: unset;
  }
  .header-sp-font{
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px){
  .header{
    height:60px;
  }
  .header-logo{
    width: 100px;
  }
}

/* 下層Mv */
.common-sub{
  display: flex;
  justify-content: space-between;
}
.common-sub .wrap{
  width: 75%;
}
.mv-sub {
  width: 100%;
  position: relative;
  height: 200px;
}
.sub-ttl{
  width: 1000px;
  position: absolute;
  bottom: 3vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.sub-ttl-inner{
  display: flex;
  align-items: center;
  font-size: 30px;
  text-shadow: 1px 1px 4px rgb(106,199,165);
  color: #fff;
  font-family: 'Alegreya';
  width: fit-content;
}
.sub-ttl span{
  font-size: 15px;
  margin-left: 10px;
}
.mv-sub img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: 100% 30%;
}
@media screen and (max-width: 1080px){
  .common-sub .wrap{
    width: 100%;
  }
}
@media screen and (max-width: 1000px){
  .sub-ttl{
    width: 90%;
  }
  .sub-ttl-inner{
    font-size: 20px;
  }
  .sub-ttl span{
    font-size: 15px;
  }
}
@media screen and (max-width: 768px){
  .mv-sub,
  .mv-sub img{
    height: 100px;
  }
}

/* スライダー slick */
.slide-items{
  position: relative;
}
.slick-slide img{
  margin: 0 auto;
}
button.slick-prev,
button.slick-next{
  position: absolute;
  top: 40%;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: block;
  border: none;
  background: rgba(255,148,158,0.8);
  color: #fff;
  z-index: 2;
}
button.slick-prev{
  left: 0;
}
button.slick-next{
  right: 0;
}

/* 上に戻るボタン */
.pagetop {
  position: fixed;
  bottom: 7vh;
  text-align: center;
  right: 2vw;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 10;
}
.pagetop span{
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.pagetop:before {
  content: "";
  position: absolute;
  top: 11px;
  right: 19px;
  width: 2px;
  height: 20px;
  background: #56534c;
  transform: skewX(30deg);
}
.pagetop:after{
  content: "";
  position: absolute;
  bottom: 30px;
  right: 25px;
  width: 2px;
  height: 60px;
  background: #56534c;
}

@media screen and (max-width: 768px){
  .pagetop{
    width: 80px;
  }
  .pagetop:after{
    height: 50px;
    bottom: 40px;
  }
}

/* パンくず */
.bread{
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}
.bread li{
  word-break: break-all;
  padding: 0!important;
  margin-bottom: 0!important;
  display: flex;
  align-items: center;
}
.bread li::after{
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/side_arrow.svg) no-repeat;
  display: block;
  margin: 0 5px;
}
.bread li:last-child:after{
  content: none;
}
@media screen and (max-width: 768px){
  .bread{
    width: 90%;
  }
}

/* ボタン */
a.btn-normal{
  font-family: 'Alegreya';
  width: 250px;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}

a.btn-normal {
  background-color: transparent;
  color: rgb(106, 199, 165) !important;
  border: 1px solid rgb(106, 199, 165);
  transition: .6s all;
  position: relative;
  overflow:hidden;
}
a.btn-normal::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s all;
  transform-origin: 50% 50%;
  z-index:-1;
}
a.btn-normal::after {
  content: '';
  display: block;
  width: 200%;
  height: 500%;
  background-color: #b1c9b1;
  position: absolute;
  left: -200%;
  top: 70%;
  transition: 1s all;
  transform: rotate(-8deg);
  transform-origin: 0 50%;
  opacity: .8;
  z-index: -1;
}
a.btn-normal:hover {
  background: transparent;
  color: #fff !important;
  opacity: 1;
}
a.btn-normal:hover::after {
  opacity: 1;
  left: -10%;
  top: -120%;
}

a.btn-normal.btn-white{
  background-color: #fff;
  color: #b1c9b1;
  border: 1px solid #b1c9b1;  
}
a.btn-normal.btn-white::after{
  z-index: 0;
}
a.btn-normal.btn-white span{
  z-index: 1;
  position: relative;
  display: inline-block;
  transition: .6s all;
}
a.btn-normal.btn-white span:hover{
  color: #fff;
  opacity: 1;
}



@media screen and (max-width: 768px){
  .btn{
    width: 100%;
  }
}

/* SNS 固定 */
.sns-wrap{
  height: auto;
  position: absolute;
  left: 1%;
}
.sns-box{
  display: grid;
  margin: 0 auto;
  background: #fff;
  padding: 10px 10px;
  display: grid;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 5px #ccc;
  transition-duration: 1.6s;
}
.sns-box a{
  text-align: center;
  padding: 10px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}
.sns-box a:last-child{
  margin-bottom: 0;
}
.sns-box img{
  object-fit: contain;
}
.sns-box.fixed {
  position: fixed;
  top: 100px;
  left: auto;
  z-index: +1;
  animation-duration: 5s;
}
@media screen and (max-width: 768px){
  .sns-wrap{
    left: 0;
    top: 4%;
  }
  .sns-box{
    padding: 5px 5px;
  }
  .sns-box a{
    margin-bottom: 0;
    padding: 5px 10px;
  }
  .sns-box.fixed{
    top:auto;
    bottom:100px;
  }
  .sns-wrap-others .sns-box{
    top: auto;
    bottom: 100px;
    position: fixed;
  }
}

/* フッター */
footer {
  text-align: center;
}
footer a{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
}
footer a span{
  font-size: 10px;
  font-size: 1rem;
  display: block;
}
.footer-add{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}
.footer-add-name{
  font-family: YuMincho, 'Yu Mincho';
  font-size: 25px;
}
.footer-add img{
  width: 180px;
  object-fit: contain;
}
.footer-add-place{
  font-size: 11px;
}
.footer-add-tel {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
.footer-add-tel span {
  font-weight: normal;
  display: block;
  border: 1px solid #fff;
  font-size: 10px;
  padding: 5px 10px;
}
.footer-add-tel a{
  font-size: 25px;
}
.reserve-wrap{
  display: flex;
  justify-content: center;
  margin-top: 30px;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
/*  background: rgba(255,242,159,0.7);*/
padding: 10px;
z-index: 10;
}
.reserve-link{
  background: rgb(106,199,165);
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
  margin-right: 20px;
  font-size: 16px;
}
.reserve-link:last-child{
  margin-right: 0;
}
.reserve-link span{
  padding-bottom: 5px;
}

#copyright {
  padding: 5px 0;
  color: #fff;
}
p#copyright{
  margin:0;
  margin-bottom: 100px;
}
#copyright small{
  font-size: 10px;
  font-size: 1rem;
  color: #CC5574;
}

@media screen and (max-width: 768px){
  footer a{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .reserve-wrap{
    flex-wrap: wrap;
  }
  .reserve-link{
    margin-right: 10px;
    padding: 5px 10px;
  }
  .footer-add{
    justify-content: center;
    margin-top: 20px;
  }
  .footer-add img{
    margin: 20px auto;
  }
  .footer-add-tel span{
    margin: 10px auto;
  }
  .footer-add-name{
    font-size: 20px;
  }
}

/* header footer css */
.wpcf7-form.init .group {
  border: 1px solid #dddddd;
}
.wpcf7-form.init .group p {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #dddddd;
}
.wpcf7-form.init .group p:last-child {
  border-bottom: unset;
}
.wpcf7-form.init .list-btn {
  width: 100%;
  margin-top: 5rem;
}
.wpcf7-form.init .list-btn p {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wpcf7-form.init .list-btn .wpcf7-form-control.wpcf7-submit.has-spinner {
  position: absolute;
  color: #fff;
  background-color: #7bdcb5;
  max-width: 21rem;
  padding: 1.2rem 1rem;
  transition: all 0.5s;
}
.wpcf7-form.init .list-btn .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  opacity: 0.5;
}

.lb-f {
  display: flex;
}
.lb-f > span:nth-child(1) {
  width: 30%;
  background-color: #eeeeee;
  padding: 1.8rem 1rem;
  display: flex;
  align-items: center;
}
.lb-f > span:not(:nth-child(1)) {
  width: 70%;
  background-color: #fff;
  padding: 1rem;
  display: flex;
  align-items: center;
}

.list-btn-main.in .list {
  bottom: 0;
  opacity: 1;
}
.list-btn-main .list {
  transition: all 0.5s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  width: 100%;
  position: fixed;
  padding: 1rem;
  bottom: -10rem;
  left: 0;
  z-index: 9;
}
.list-btn-main .list .btn-res {
  padding: 2.2rem 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #938e8c;
  color: #fff;
  line-height: 1.3;
}
.list-btn-main .list .btn-res p {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.list-btn-main .list .btn-res span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}

html {
  --gap-x: max(4rem, 5vw);
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #222222;
  transition: 0.5s all;
  cursor: pointer;
}
a:hover {
  opacity: 0.5;
}

@media (min-width: 770px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 769px) {
  .pc {
    display: none !important;
  }
}
.container {
  width: 100%;
  max-width: 1276px;
  margin: 0 auto;
}
.container.v2 {
  max-width: 1032px;
}

 .list-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #908989;
  border-radius: 2.4rem;
  position: relative;
}
.btn::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 2.5rem;
  width: 29px;
  height: 6px;
  background: url("../img/new-imgs/") no-repeat center center/100% 100%;
  transition: 0.5s all;
}
.btn:hover {
  opacity: 0.7;
}
.btn:hover::after {
  right: 1.5rem;
}
.btn span {
  letter-spacing: 0.03em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

body {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.8rem;
  background-color: #fff;
  color: #222222;
}

.footer {
  margin-top: 13rem;
  background-color: #efefef;
  height: auto !important;
  padding-bottom: var(--height-btn-res, 8rem);
}
.footer .group-main {
  display: flex;
  flex-direction: column;
  padding: 3.4rem;
}
.footer .group-main .list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
}
.footer .group-main .list.v2 {
  margin-top: 16rem;
  gap: 3.2rem;
}
.footer .group-main .list .link {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #222222;
}
.footer .group-main .list .btn-res {
  padding: 2.2rem 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #938e8c;
  color: #fff;
}
.footer .group-main .list .btn-res p {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer .group-main .list .btn-res span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.header {
  background-color: #fff !important;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  height: auto !important;
}
.header .group-main {
  padding: 1.6rem 3% !important;
  transition: all 0.3s;
}
.header.is-anime {
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
@media (max-width: 768px) {
  .header.is-anime .group-main {
    padding: 3% !important;
  }
}
.header .group-main {
  display: flex;
  flex-direction: column;
  padding: 1.6rem 3rem;
  width: 100%;
  position: relative;
}
.header .group-main .above {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  position: relative;
}
.header .group-main .above .logo {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0 0.5rem;
  flex-shrink: 0;
}
.header .group-main .above .logo p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5rem;
  display: flex;
}
.header .group-main .above .logo p img {
  width: clamp(6rem, calc(130 / 768 * 100 * 1vw), 13rem);
  aspect-ratio: 13/6;
}
.header .group-main .above .logo span {
  font-family: Antro_Vectra, sans-serif;
  font-size: 3rem;
  line-height: 0.6;
}
.header .group-main .above .link {
  display: flex;
  align-items: start;
  justify-content: flex-end;
  gap: 3rem;
  width: 100%;
}
.header .group-main .above .link .group {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.header .group-main .above .link .group:nth-child(2) {
  gap: 1.4rem;
  width: 100%;
  max-width: 37rem;
}
.header .group-main .above .link .group:nth-child(2) .btn-header {
  width: 100%;
  max-width: 18rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background-color: #908989;
  border-radius: 9px;
  padding: 9px 0;
  text-align: center;
}
.header .group-main .below {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
.header .group-main .below a {
  letter-spacing: 0;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", sans-serif;
  position: sticky;
  z-index: 1;
  background-color: #fff;
}
.header .group-main .below .group {
  position: relative;
}
.header .group-main .below .group:hover .list-item {
  display: flex;
}
.header .group-main .below .group .list-item {
  position: absolute;
  padding-top: 1.6rem;
  background-color: #fff;
  top: 1.6rem;
  transition: all 0.5s;
  z-index: 0;
  display: none;
  flex-direction: column;
}
.header .group-main .below .group .list-item a {
  width: 20rem;
  padding: 0.8rem 1rem;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.header .group-main .menu-sp {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: none;
}
.header .group-main .menu-sp p {
  font-size: 1.2rem;
  line-height: 1.1;
}
.header .group-main .menu-sp.active .group span:nth-child(1) {
  top: 14px;
  rotate: 45deg;
}
.header .group-main .menu-sp.active .group span:nth-child(2) {
  opacity: 0;
}
.header .group-main .menu-sp.active .group span:nth-child(3) {
  bottom: 13px;
  rotate: -45deg;
}
.header .group-main .menu-sp .group {
  width: 30px;
  height: 30px;
  position: relative;
}
.header .group-main .menu-sp .group span {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #908989;
  transition: all 0.5s;
}
.header .group-main .menu-sp .group span:nth-child(1) {
  top: 4px;
}
.header .group-main .menu-sp .group span:nth-child(2) {
  top: calc(50% - 1px);
}
.header .group-main .menu-sp .group span:nth-child(3) {
  bottom: 2px;
}
.header .group-main .nav-sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  width: 360px;
  height: 100vh;
  top: var(--height-header, 10rem);
  right: 0;
  transform: translateX(100%);
  padding: 2rem 1rem;
  background-color: #908989;
  gap: 1rem;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
  z-index: 99;
}
.header .group-main .nav-sp.active {
  transform: translateX(0%);
  opacity: 1;
  pointer-events: all;
}
.header .group-main .nav-sp .above-sp {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 2px solid #fff;
}
.header .group-main .nav-sp .above-sp a {
  width: 100%;
  border-top: 2px solid #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.4rem 0;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}
.header .group-main .nav-sp .below-sp {
  width: 100%;
}
.header .group-main .nav-sp .below-sp .group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .group-main .nav-sp .below-sp .group:nth-child(1) {
  justify-content: space-around;
}
.header .group-main .nav-sp .below-sp .group:nth-child(1) a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 1rem;
  border-radius: 12px;
}
.header .group-main .nav-sp .below-sp .group:nth-child(2) {
  margin-top: 2rem;
  gap: 1rem;
}
.header .group-main .nav-sp .below-sp .group:nth-child(2) .btn-header {
  width: 100%;
  max-width: 18rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #908989;
  background-color: #fff;
  border-radius: 9px;
  padding: 9px 0;
  text-align: center;
}

@media screen and (max-width: 1201px) {
  body {
    font-size: 1.6rem;
  }
  .btn span {
    font-size: 1.8rem;
  }
  .header .group-main .below {
    gap: 1.5rem;
  }
  .header .group-main .above .link .group:nth-child(2) a {
    font-size: 1.8rem;
  }
  .header .group-main .below a {
    font-size: 1.6rem;
  }
  main .slider .group-main .group {
    margin-top: 4.5rem;
  }
  main .slider .group-main .group .text {
    margin-right: 1rem;
    gap: 0.6rem;
  }
  main .slider .group-main .group .text p {
    font-size: 1.8rem;
    max-width: 1.8rem;
  }
  main .add,
  main .news {
    margin-top: 8rem;
  }
  main .add .mid .text {
    gap: 1.4rem;
  }
  main .add .mid .text p {
    font-size: 1.6rem;
    max-width: 1.8rem;
  }
  main .add .right .title p {
    font-size: 3rem;
    max-width: 3rem;
  }
  main .news .group-main {
    padding: 4.5rem 2rem 5rem 0;
  }
  main .news .group-main .right .new .title {
    padding: 7.4rem 4rem;
  }
  main .news .group-main .right .new .title p {
    font-size: 1.8rem;
  }
  main .news .group-main .right .new .list-new {
    padding-left: 2rem;
  }
  main .connection {
    padding: 10rem 0;
  }
  main .connection .group-main .title p {
    font-size: 5.3rem;
  }
  main .connection .group-main .groups {
    margin-top: 10rem;
  }
  main .connection .group-main .groups .group .text {
    padding: 0 2.4rem;
  }
  main .connection .group-main .text p {
    font-size: 2.4rem;
    max-width: 2.4rem;
  }
  main .connection .group-main .groups .group .item.v2 {
    transform: translateY(-8rem);
  }
  main .connection .group-main .groups .group.v3 {
    margin-top: 14rem;
  }
  main .service .group-main {
    padding: 6.5rem 3.4rem;
  }
  main .service .group-main .title {
    gap: 0;
  }
  main .service .group-main .group .item .text p {
    font-size: 2rem;
  }
  main .service .group-main .group.v2 .item.v2 .text p {
    font-size: 1.6rem;
  }
  main .commitment.mgt {
    margin-top: 28rem;
  }
  main .commitment .group-main .group .group-text .title-main p {
    font-size: 3.8rem;
  }
  main .commitment .group-main .group .group-text .title,
  main .commitment .group-main .group .group-text .text {
    margin-top: 3rem;
  }
  main .concept {
    margin-top: 12rem;
  }
  main .concept .group-main .title p,
  main .lists .group-main .title p,
  main .service .group-main .title p {
    font-size: 4.5rem;
  }
  main .concept .group-main .title span,
  main .lists .group-main .title span,
  main .service .group-main .title span {
    margin-top: 3rem;
    font-size: 2.4rem;
  }
  main .concept .group-main .text {
    margin-top: 2rem;
    margin-bottom: 4.5rem;
  }
  main .concept .group-main .text p {
    font-size: 1.8rem;
  }
  main .lists {
    margin-top: 12rem;
  }
  main .lists.v2 {
    margin-top: 6rem;
  }
  main .lists .group-main .list-item {
    margin-top: 4.5rem;
  }
  main .lists .group-main .list-btn {
    margin-top: 6rem;
  }
  main .onl {
    margin-top: 10rem;
  }
  main .onl .group-main {
    padding: 8rem 0 7.5rem;
  }
  main .onl .list {
    margin-top: 6rem;
    gap: 2rem;
  }
  main .onl .list-btn {
    margin-top: 4rem;
  }
  main .addv2 {
    margin-top: 8rem;
  }
  main .addv2 .list {
    gap: 1rem;
  }
  .footer {
    margin-top: 8rem;
  }
  .footer .group-main .list {
    gap: 2rem;
  }
  .footer .group-main .list .link {
    font-size: 1.8rem;
  }
  .list-btn-main .list .btn-res {
    padding: 1.8rem 2.5rem;
  }
  .list-btn-main .list .btn-res p {
    font-size: 1.2rem;
  }
  .list-btn-main .list .btn-res span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1080px) {
  .container {
    width: 94%;
  }
  .header .container {
    width: 100%;
  }
  .header .group-main {
    padding: 1.6rem 2rem;
  }
  .header .group-main .above {
    justify-content: center;
    margin-bottom: 0;
  }
  .header .group-main .above .link,
  .header .group-main .below {
    display: none;
  }
  .header .group-main .menu-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header .group-main .above .logo {
    gap: 0.6rem;
    justify-content: center;
  }
  .header .group-main .above .logo img {
    width: 80%;
  }
  .header .group-main .above .logo p {
    font-size: 3rem;
  }
  .header .group-main .above .logo span {
    font-size: 2.8rem;
  }
  main {
    /* margin-top: 7rem; */
  }
  main .add,
  main .news {
    margin-top: 6rem;
  }
  main .news .group-main {
    padding: 3rem 2rem 3rem 0;
    justify-content: center;
  }
  main .news .group-main .left {
    padding: 0 2rem;
    max-width: 100%;
  }
  main .news .group-main .right .new .title {
    padding: 4.4rem 2rem;
  }
  main .news .group-main .right .new .list-new .item {
    margin-bottom: 1rem;
  }
  main .connection {
    padding: 6rem 0;
  }
  main .connection .group-main .title p {
    font-size: 4rem;
  }
  main .connection .group-main .text p {
    font-size: 1.8rem;
    max-width: 1.8rem;
  }
  main .connection .group-main .groups .group.v2 .text {
    transform: translateX(2rem);
  }
  main .connection .group-main .groups .group.v2 span:nth-child(2) {
    right: 1rem;
  }
  main .connection .group-main .groups .group.v2 span:nth-child(4) {
    right: 5rem;
  }
  main .connection .group-main .groups .group.v2 span:nth-child(5) {
    left: 3rem;
  }
  main .connection .group-main .groups .group.v3 {
    margin-top: 4rem;
    justify-content: center;
  }
  main .connection .group-main .groups .group.v3 .text {
    margin-left: 2rem;
    padding: 0 2rem;
  }
  main .concept .group-main .title p,
  main .lists .group-main .title p,
  main .service .group-main .title p {
    font-size: 3.2rem;
  }
  main .concept .group-main .title span,
  main .lists .group-main .title span,
  main .service .group-main .title span {
    font-size: 2rem;
    margin-top: 2rem;
  }
  main .service .group-main {
    padding: 4rem 2rem;
  }
  main .service .group-main .group {
    margin-top: 4rem;
  }
  main .service .group-main .group.v2 .item img {
    max-width: 75%;
  }
  main .commitment .group-main .group {
    gap: 3rem;
    justify-content: center;
  }
  main .commitment .group-main .group .image {
    position: unset;
    transform: unset;
    max-width: 40%;
  }
  main .commitment .group-main .group .group-text {
    max-width: 40%;
  }
  main .commitment .group-main .group .group-text .title p {
    font-size: 2.4rem;
  }
  main .commitment .group-main .group .group-text .text p {
    font-size: 1.6rem;
  }
  main .commitment .group-main .group .group-text .title,
  main .commitment .group-main .group .group-text .text {
    margin-top: 2rem;
  }
  main .commitment {
    padding: 4rem 0;
  }
  main .commitment.mgt {
    margin-top: 6rem;
  }
  main .commitment.v2 {
    height: unset;
    padding: 4rem 0;
    transform: unset;
  }
  main .commitment.v3 {
    padding: 4rem 0;
  }
  main .commitment .group-main .group.v2 .group-sp {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
  }
  main .commitment .group-main .group.v2 .group-text {
    position: unset;
  }
  main .commitment .group-main .group.v2 .image {
    max-width: 40%;
  }
  main .commitment.v3 .group-main .group .image {
    transform: unset;
    max-width: 40%;
  }
}
@media screen and (max-width: 769px) {
  .lb-f {
    flex-direction: column;
  }
  .lb-f br {
    display: none;
  }
  .lb-f > span:nth-child(1), .lb-f > span:not(:nth-child(1)) {
    width: 100%;
  }
  body {
    font-size: 1.4rem;
  }
  main .slider .group-main .group {
    align-items: flex-start;
  }
  main .slider .group-main .group .text p {
    font-size: 1.6rem;
    max-width: 1.6rem;
  }
  main .add .mid .text {
    gap: 1rem;
  }
  main .add,
  main .news {
    margin-top: 4rem;
  }
  main .add .mid .text p {
    font-size: 1.4rem;
    max-width: 1.4rem;
  }
  main .add .right .title {
    gap: 1rem;
  }
  main .add .right .title p {
    font-size: 2.4rem;
    max-width: 2.4rem;
  }
  main .news .group-main .right .list-btn .btn,
  main .lists .group-main .list-btn .btn,
  main .onl .list-btn .btn {
    max-width: 24rem;
    padding: 1rem 0;
  }
  .btn span {
    font-size: 1.6rem;
  }
  main .connection .group-main .groups .group.v3 .item {
    max-width: 62%;
  }
  main .connection .group-main .groups .group.v2 .text {
    padding: 10rem 0 12rem;
  }
  main .connection .group-main .groups .group .text {
    padding: 0 1.6rem;
  }
  main .connection .group-main .groups {
    margin-top: 6rem;
  }
  main .connection .group-main .groups .group .item.v2 {
    transform: translateY(-4rem);
  }
  main .connection .group-main .title {
    margin-left: 4.5rem;
  }
  main .connection {
    padding: 4rem 0;
  }
  main .connection .group-main .groups .group.v2 span:nth-child(3) {
    top: 8rem;
  }
  main .connection .group-main .groups .group.v2 span:nth-child(4) {
    bottom: 8rem;
  }
  main .concept .group-main .title p,
  main .lists .group-main .title p,
  main .service .group-main .title p {
    font-size: 2.8rem;
  }
  main .concept .group-main .title span,
  main .lists .group-main .title span,
  main .service .group-main .title span {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
  main .service .group-main .group .item .text {
    margin-top: 2rem;
  }
  main .service .group-main .group .item .text p {
    font-size: 1.8rem;
  }
  main .service .group-main .group.v2 .item.v2 .text p {
    font-size: 1.4rem;
  }
  main .service .group-main .group.v2 .item.v2 .text {
    margin-top: 2rem;
  }
  main .service .group-main .group.v2 {
    margin-top: 4rem;
  }
  main .service .group-main .group.v2 .item {
    padding-top: 26.5rem;
    max-width: 40%;
  }
  main .commitment .group-main .group .group-text {
    max-width: 100%;
  }
  main .commitment .group-main .group .group-text img {
    max-width: 50%;
    margin-top: 2rem;
  }
  main .commitment.v3 .group-main .group .group-text .text p {
    max-width: 100%;
    margin-left: 0;
  }
  main .commitment.v2 .group-main .group .group-text .text p {
    max-width: 100%;
  }
  main .commitment .group-main .group .group-text .title-main p {
    font-size: 3.2rem;
  }
  main .commitment .group-main .group .group-text .title-main span {
    font-size: 5rem;
  }
  main .commitment .group-main .group .group-text .title p {
    font-size: 2rem;
  }
  main .commitment .group-main .group .group-text .text p {
    font-size: 1.4rem;
  }
  main .concept {
    margin-top: 6rem;
  }
  main .concept .group-main .text p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  main .lists .group-main .list-item .item {
    width: 19.5rem;
    max-height: 13rem;
  }
  main .lists .group-main .list-item .item span {
    max-width: 17rem;
    font-size: 1.2rem;
    padding: 0.6rem 0;
  }
  main .lists .group-main .list-item {
    row-gap: 4rem;
    margin-top: 3rem;
  }
  main .onl,
  main .addv2 {
    margin-top: 4rem;
  }
  main .onl .group-main {
    padding: 4rem 0 3rem;
  }
  main .onl .title p {
    font-size: 2.8rem;
  }
  main .addv2 .group-main .title p {
    font-size: 2.8rem;
  }
  main .addv2 .group-main .title img {
    margin-top: 2rem;
    max-width: 36%;
  }
  .footer .group-main {
    padding: 3.4rem 0;
  }
  .footer .group-main .list {
    gap: unset;
    column-gap: 1rem;
    row-gap: 2rem;
  }
  .footer .group-main .list .link {
    width: 45%;
    text-align: center;
  }
  .list-btn-main .list {
    gap: 0.8rem;
  }
  .list-btn-main .list .btn-res {
    padding: 0.4rem 1rem;
  }
  .list-btn-main .list .btn-res p {
    font-size: 1rem;
  }
  .list-btn-main .list .btn-res span {
    font-size: 1.4rem;
  }
  main .news .group-main .right .new .list-new .item a {
    flex-direction: column;
  }
  main .addv2 .list {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 541px) {
  main .slider .group-main .group .text p {
    font-size: 1.4rem;
    max-width: 1.4rem;
  }
  main .add .group-main {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  main .add .right {
    flex-direction: row-reverse;
    align-items: flex-start;
    max-width: 100%;
    gap: 1rem;
  }
  main .add .right .title {
    margin-bottom: 0;
  }
  main .add .left {
    max-width: 50%;
  }
  main .add .mid .text {
    gap: 1.8rem;
  }
  main .add .mid .text p {
    max-width: 1.8rem;
    font-size: 1.8rem;
  }
  main .news .group-main .right {
    width: 100%;
  }
  main .news .group-main .right .new {
    flex-direction: column;
    width: 100%;
  }
  main .news .group-main .right .new .title {
    padding: 1rem 0;
    border-right: unset;
    border-bottom: 2px solid #908989;
    width: 100%;
    margin-bottom: 2rem;
  }
  main .news .group-main .right .list-btn {
    margin-top: 2rem;
  }
  main .news .group-main .right .new .list-new {
    padding-left: 1rem;
    width: 100%;
  }
  main .news .group-main .right .new .list-new .item a {
    font-size: 1.2rem;
  }
  main .news .group-main {
    flex-direction: column;
    padding: 3rem 2rem;
  }
  main .connection .group-main .text p {
    font-size: 1.4rem;
    max-width: 1.4rem;
  }
  main .connection .group-main .groups .group .item {
    max-width: 50%;
  }
  main .connection .group-main .groups .group .item.v2 {
    max-width: 40%;
  }
  main .connection .group-main .groups .group.v2 span:nth-child(4) {
    right: 0;
  }
  main .connection .group-main .groups .group.v2 span:nth-child(5) {
    left: 0;
  }
  main .connection .group-main .groups .group.v2 .text {
    padding: 8rem 0 6rem;
  }
  main .concept .group-main .title p,
  main .lists .group-main .title p,
  main .service .group-main .title p {
    font-size: 2.2rem;
  }
  main .concept .group-main .title span,
  main .lists .group-main .title span,
  main .service .group-main .title span {
    font-size: 1.4rem;
  }
  main .service .group-main .group .item .text p {
    font-size: 1.4rem;
  }
  main .service .group-main .group.v2 .item.v2 .text p {
    font-size: 1.2rem;
  }
  main .service .group-main .group.v2 .item {
    padding-top: 18.5rem;
  }
  main .concept .group-main .text p {
    font-size: 1.4rem;
  }
  main .lists .group-main .list-item {
    justify-content: center;
    padding: 0;
    row-gap: 3rem;
  }
  .footer .group-main .list.v2 {
    gap: 2rem;
  }
  .header .group-main .nav-sp {
    width: 100%;
  }
  .footer {
    margin-top: 4rem;
  }
  main .lists .group-main .list-item .item {
    max-width: 100%;
    width: 14.5rem;
  }
  main .lists .group-main .list-item .item span {
    font-size: 1rem;
    bottom: -1.5rem;
  }
  main .connection .group-main .groups .group.v3 .item {
    max-width: 100%;
  }
  main .onl .title p {
    font-size: 2.2rem;
  }
  main .addv2 .group-main .title p {
    font-size: 2.2rem;
  }
  main .lists .group-main .list-item .item .image img {
    width: 14.5rem;
    height: 13rem;
    object-fit: cover;
  }
  main .addv2 .list {
    justify-content: center;
  }
  main .addv2 .list #sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item {
    width: 50%;
  }
  .list-btn-main .list {
    gap: 0.4rem;
  }
  .list-btn-main .list .btn-res p {
    margin-bottom: 0.4rem;
  }
  .pagetop {
    width: 32px;
    bottom: 8vh;
    right: 1vw;
  }
  .pagetop span {
    font-size: 1.2rem;
  }
  .pagetop:before {
    right: 19px;
    top: -24px;
  }
  .pagetop:after {
    height: 95px;
    bottom: 30px;

  }

}
@media screen and (max-width: 401px) {
  main .add .right .title p {
    font-size: 1.8rem;
    max-width: 1.8rem;
  }
  main .add .mid .text p {
    font-size: 1.4rem;
    max-width: 1.4rem;
  }
  main .add .mid .text {
    gap: 1.4rem;
  }
  main .connection .group-main .title p {
    font-size: 3.2rem;
  }
  main .connection .group-main .groups {
    margin-top: 4rem;
  }
  main .connection .group-main .groups .group.v2 .text {
    padding: 4rem 0 2rem;
  }
  main .connection .group-main .groups .group.v3 .text {
    margin-left: 0;
  }
  main .connection .group-main .groups .group .item.v2,
  main .connection .group-main .groups .group.v3 .item {
    align-items: center;
  }
  main .connection .group-main .groups .group.v3 .item {
    max-width: 100%;
  }
  main .service .group-main .group.v2 .item.v2 .text p {
    font-size: 1rem;
  }
}

.total-count {
  text-align: center;
  margin-top: 4.8rem;
  margin-bottom: -3.2rem;
}
.total-count p {
  font-size: 1.4rem;
}

