html :where(img) {
  height: 100% !important;
  max-width: 100%;
}

/* header */
#header .logo {
  object-fit: contain;
  width: 190px;
  height: 43px;
  background-image: url(../images/common/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#header > h2 {
  padding: 10px 15px 10px 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #header .logo {
    width: 280px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  #header > h2 {
    padding: 20px;
  }
  p {
    font-size: 18px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  justify-content: space-between;
  width: 100%;
  height: auto;
  align-items: center;
  margin-top: 10px;
  /* text-align: center; */
  /* background-color:rgba(0, 0, 0); */
}
#pc-nav ul {
  display: flex;
  justify-content: center;
}
#pc-nav ul li a {
  display: block;
  padding: 20px 20px;
  transition: all 0.3s;
}
#pc-nav ul li a {
  color: white;
}
#pc-nav ul li a .ja {
  color: Black;
}
#pc-nav ul li a .en {
  color: white;
  font-size: 12px;
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  #pc-nav ul li a {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  #pc-nav {
    display: none;
  }
}

/* top_main */
.top-title {
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 2.4em;
  position: absolute;
  top: 36%;
  left: 5%;
  z-index: 3;
  text-shadow: 3px 3px 2px rgb(0 0 0);
}
.top-title h2 {
  font-size: 1.4rem;

}
.top-title  .top {
  color: #a1dcf9;
    display: inline-block;
    transform: skewX(-15deg);
    font-weight: bold;
    font-size: 1.2rem;
}
.top-title  .bottom {
  font-size: 1.3rem;

  color: #fff;
    display: inline-block;
    background-color: #060058;
    padding: 5px;
    transform: skewX(-15deg);
    font-weight: bold;
}
@media (min-width:960px) {
  .top-title  .bottom {
    font-size: 3rem;
  
  }
  .top-title  .top {
      font-size: 2rem;
      display: block;
  }
}
.top-title  .bottom .red {
  color: red;
}
#slider {
  width: 100%;
}
.top_news_wrap {
  margin: 0 0 10px 20px;
}
.top_news-date {
  display: block;
  margin-top: 5px;
}
.top_news-tit {
  display: block;
  margin-top: 5px;
}
.top_main .tel {
  position: relative;
  padding-left: 25px;
}
.top_main .tel::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .top-title {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    text-align: center;
    padding: 0 1vw;
  }
}
@media (max-width: 767px) {
  .swiper-slide .view-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .swiper-slide .view-sp {
    display: none;
  }
  .top-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
  }
  #slider {
    width: 100%;
  }
  .top_main .Typing,
  h2 {
    white-space: nowrap;
  }
  .top_main .Typing {
    font-size: 24px;
    text-align: center;
  }
}
@media (min-width: 960px) {
}

.top_main {
  position: relative;
  width: 100%;
}
.top_main_bottom {
  bottom: 0;
  justify-content: space-between;
}
.top_main_bottom > div:first-child .hours {
  line-height: 0.9em;
}

.top_main_bottom > div:first-child .hours span {
  font-size: 0.75em;
}
.top_main_bottom > div:last-child {
  width: 55%;
}

@media (max-width: 767px) {
  #slider .swiper-slide {
    height: 70vh;
  }
  .top_main > #slider {
    width: 100%;
  }
  .top_main_bottom > div:last-child {
    width: 100%;
    font-size: 0.8rem;
  }
  #pc-tel-nav {
    display: none !important;
  }
}

/* top_company */
.top_company_img {
  background-image: url("../images/home/company-2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 480px;
  background-size: cover;
  position: relative;
}
.Typing,
.description {
  position: relative;
  z-index: 10;
}

.top_company_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#top_company > div > div {
  max-width: 800px;
}
@media (max-width: 767px) {
  #top_company {
    background-size: cover;
  }
  #top_company .view-pc {
    display: none;
  }
  .top_company_img::before {
    /* 透過した黒を上から重ねるイメージ */
    background-color: rgba(0, 0, 0, 0.5);
    /* 自由に位置指定 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    /* z-index: -3; */
  }
}
@media (min-width: 768px) {
  #top_company .view-sp {
    display: none;
  }
  #top_company .view-pc {
    width: 40%;
    padding-left: 3rem;
  }
  .top_company_img {
    margin-right: -3rem;
    width: 60%;
  }
}
@media (min-width: 960px) {
  .top_news_wrap {
    display: flex;
    margin: 10px 0 10px 20px;
  }
  .top_news-tit {
    margin-left: 25px;
  }
  .top_main_bottom > .top_news-content.m-color {
    width: 60%;
    padding-bottom: 30px;
  }
}

/* top_service */
.mb-md,
.c-topview,
.top-view,
.p-feature,
.p-feature__title,
.p-feature__item,
.p-service .c-container,
.p-service .c-points__desc,
.p-service .c-points__desc,
.p-service .c-business-item__desc,
.p-service .c-business-item__desc,
.p-service__img,
.p-service .p-company,
.p-service .p-works,
.p-voices,
.p-recruit,
.p-news,
.baner-link,
.c-message,
.c-company .c-policy,
.c-company .c-message,
.c-company .c-about,
.c-company .c-about__desc,
.c-company .c-history,
.c-points__item,
.c-business-item,
.c-contact .c-description {
  margin-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .mb-md,
  .c-topview,
  .top-view,
  .p-feature,
  .p-feature__title,
  .p-feature__item,
  .p-service .c-container,
  .p-service .c-points__desc,
  .p-service .c-points__desc,
  .p-service .c-business-item__desc,
  .p-service .c-business-item__desc,
  .p-service__img,
  .p-service .p-company,
  .p-service .p-works,
  .p-voices,
  .p-recruit,
  .p-news,
  .baner-link,
  .c-message,
  .c-company .c-policy,
  .c-company .c-message,
  .c-company .c-about,
  .c-company .c-about__desc,
  .c-company .c-history,
  .c-points__item,
  .c-business-item,
  .c-contact .c-description {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 960px) {
  .mb-md,
  .c-topview,
  .top-view,
  .p-feature,
  .p-feature__title,
  .p-feature__item,
  .p-service .c-container,
  .p-service .c-points__desc,
  .p-service .c-points__desc,
  .p-service .c-business-item__desc,
  .p-service .c-business-item__desc,
  .p-service__img,
  .p-service .p-company,
  .p-service .p-works,
  .p-voices,
  .p-recruit,
  .p-news,
  .baner-link,
  .c-message,
  .c-company .c-policy,
  .c-company .c-message,
  .c-company .c-about,
  .c-company .c-about__desc,
  .c-company .c-history,
  .c-points__item,
  .c-business-item,
  .c-contact .c-description {
    margin-bottom: 100px;
  }
}

/* .mb-lr,
.c-features,
.c-points,
.c-subsidy,
.c-flow,
.c-flow-content {
  margin-bottom: 80px;
} */

@media screen and (min-width: 600px) {
  .mb-lr,
  .c-features,
  .c-points,
  .c-subsidy,
  .c-flow,
  .c-flow-content {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 960px) {
  .mb-lr,
  .c-features,
  .c-points,
  .c-subsidy,
  .c-flow,
  .c-flow-content {
    margin-bottom: 120px;
  }
}

.c-container,
.c-points__desc,
.c-business-item__desc {
  padding: 0 6vw;
}

@media screen and (min-width: 600px) {
  .c-container,
  .c-points__desc,
  .c-business-item__desc {
    padding: 0 3vw;
  }
}

@media screen and (min-width: 960px) {
  .c-container,
  .c-points__desc,
  .c-business-item__desc {
    padding: 0 5vw;
  }
}

@media screen and (min-width: 1200px) {
  .c-container,
  .c-points__desc,
  .c-business-item__desc {
    padding: 0 8vw;
  }
}

#top_business {
  color: white;
}
#gallery .bg::before {
  opacity: 0.3;
}
#gallery p {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  letter-spacing: 0.5em;
}
#gallery li a {
  height: 225px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
#gallery li a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#gallery .item04 img,
#gallery .item03 img {
  object-fit: cover;
}
#gallery li p {
  font-weight: bold;
  color: #fff;
  z-index: 100;
  white-space: nowrap;
}

@media (min-width: 768px) {
  #top_business > div {
    text-align: end;
  }
  #gallery li a {
    height: 265px;
  }
}
@media (max-width: 767px) {
  #top_business > div:last-child {
    text-align: center;
  }
}
@media (min-width: 960px) {
  #gallery li {
    width: 33.3%;
  }
}

/* top_price */
.top_price_img {
  background-image: url("../images/home/img-6@pc.jpg");
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 400px;
  background-size: cover;
  position: relative;
}
.Typing,
.description {
  position: relative;
  z-index: 10;
}

.top_price_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#top_price > div > div {
  max-width: 800px;
}
@media (max-width: 767px) {
  #top_price {
    background-size: cover;
  }
  #top_price .view-pc {
    display: none;
  }
  .top_price_img::before {
    /* 透過した黒を上から重ねるイメージ */
    background-color: rgba(0, 0, 0, 0.4);
    /* 自由に位置指定 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    /* z-index: -3; */
  }
}
@media (min-width: 768px) {
  #top_price .view-sp {
    display: none;
  }
  #top_price .view-pc {
    width: 40%;
    padding-left: 3rem;
  }
  .top_price_img {
    margin-right: -3rem;
    width: 60%;
  }
}
@media (min-width: 960px) {
  .top_news_wrap {
    display: flex;
    margin: 10px 0 10px 20px;
  }
  .top_news-tit {
    margin-left: 25px;
  }
  .top_main_bottom > .top_news-content.m-color {
    width: 60%;
    padding-bottom: 30px;
  }
}

/* top_news */
#top_news > div > div:first-child > div {
  height: 100%;
}
#top_news li {
  border-bottom: 1px solid rgb(66, 66, 66);
}
.news-date {
  display: inline-block;
}
.news-tit {
  display: block;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .news-tit {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #top_news .col-lg-5 > div > div {
    display: none;
  }
  #top_news li > * {
    font-size: 0.8em;
  }
}

/* top_recruit */
#top_recruit {
  position: relative;
}
#top_recruit::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 100%;
  margin-left: auto;
  background: #00447c;
  z-index: -1;
}

#top_recruit img {
  width: 55%;
  padding: 30px 10px 30px 0;
}

@media (max-width: 767px) {
  #top_recruit::before {
    width: 100%;
  }
  #top_recruit img {
    width: 100%;
    padding: 1rem;
  }
}

/* contact */
.p-contact__slider {
  border-bottom: 2px solid #fff;
}

.p-contact__slider #js-infiniteslide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-contact__slider #js-infiniteslide img {
  width: 60%;
  height: 150px;
}

.p-contact__title {
  color: #fff;
}

.p-contact__desc {
  color: #fff;
}

.p-contact__desc span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.p-contact__desc span::before {
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 18px;
  width: 18px;
  background-image: url(../images/common/ico-mail-2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-contact__desc i {
  position: relative;
  margin: 0 20px 0 3px;
}

.p-contact__desc i::before {
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 18px;
  width: 18px;
  background-image: url(../images/common/ico-mail-2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-contact__wrap {
  padding: 30px;
  background-image: url(../images/home/bakimg-1.jpg);
  background-size: cover;
  text-align: center;
}

@media (min-width: 960px) {
  .p-contact__wrap {
    background-image: url(../images/home/bakimg-1.jpg);
  }
}

.p-contact__tel,
.p-contact__form {
  padding: 20px 10px;
  background-color: #fff;
  border: 1px solid #6c9bd2;
  font-size: 20px;
  display: inline-block;
}

.p-contact__tel a,
.p-contact__form a {
  position: relative;
  color: #181818;
  padding-left: 25px;
}

.p-contact__tel a::before,
.p-contact__form a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url(../images/common/icon-tel.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 374px) {
  .p-contact__tel,
  .p-contact__form {
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 960px) {
  .p-contact__tel,
  .p-contact__form {
    width: 362px;
  }
}

.p-contact__form a::before {
  background-image: url(../images/common/ico-mail-bl.png);
}

@media (min-width: 600px) {
  .baner-link-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .baner-link-wrap li {
    width: 33.3%;
  }
}

/* footer */
#footer {
  background: #343434;
  color: white;
}

.p-footer__logo {
  text-align: center;
}
#footer .logo {
  width: 20%;
  height: auto;
}
#footer .sns-container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
#footer .address p,
#footer .address a {
  color: white;
}
.sns-ico {
  padding: 12px;
  background-color: rgb(245, 246, 248);
  display: inline-block;
  margin-right: 25px;
  border-radius: 100%;
  border: 1px solid rgb(230, 233, 238);
  box-shadow: 10px 10px 35px rgb(199, 199, 199);
}
.sns-link {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
#sns01 a {
  background-image: url(../images/common/insta-black.png);
}
#sns02 a {
  background-image: url(../images/common/line.png);
}
#sns03 {
  margin-right: 0;
}
#sns03 a {
  background-image: url(../images/common/facebook-icon.svg);
}
@media (max-width: 991px) {
  #footer .logo {
    width: 35%;
  }
}
@media (max-width: 767px) {
  #footer > * {
    font-size: 0.8em;
  }
  #footer .logo {
    width: 50%;
    display: block;
    margin: 40px auto;
  }
  #footer .small {
    margin-bottom: 20px;
    font-size: 0.9rem;
  }
}
#footer ul i {
  color: #8c8c8c;
}
#footer li a {
  color: white;
}
@media (min-width: 768px) {
  #footer .flex {
    display: flex;
    justify-content: space-between;
  }
  #footer .small {
    margin-right: 20px;
  }
}
@media (min-width: 960px) {
  #footer .d-lg-flex {
    align-items: center;
  }
  #footer .logo {
    width: 30%;
    height: 100%;
  }
  #footer .address {
    display: flex;
    justify-content: space-between;
  }
}

/* company */
/* business */
.tit {
  text-align: center;
  font-size: 20px;
}

.tit .en {
  font-size: 12px;
  color: #347eaf;
}
.c-points__desc .item-tit {
  font-size: 18px;
}
.c-points__desc .num {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 28px;
  color: #347eaf;
  border-bottom: 2px solid #347eaf;
}
.c-points__desc .num-wrap {
  text-align: center;
}

.c-business {
  background-color: #000000;
  padding: 30px 0;
}
.line h2,.line p,.line__link {
  margin-bottom: 20px;
}
@media (min-width:960px) {
  .line .c-container {
    padding: 0 18vw;
  }
}
/* プロモーション動画 */
@media (min-width:960px) {
  .pv .c-container {
padding: 0 25vw;
  }
}

.c-business__txt {
  text-align: center;
}
.c-business__desc {
  background-color: #393939;
  padding: 6%;
}
.c-business__desc h5 {
  border-bottom: 1px solid #fdfdfd;
  padding-bottom: 5px;
  font-size: 18px;
  margin: 20px 0 30px 0;
}
.c-business__desc li {
  margin-bottom: 10px;
  font-size: 15px;
}
.c-business__desc li::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  background-image: url(../images/common/icon-check-wh.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-business #business02 .c-business__tit {
  background-image: url(../images/home/img-2.jpg);
}
.c-business #business03 .c-business__tit {
  background-image: url(../images/home/img-1.jpg);
  background-position: bottom;
}
.c-business #business04 .c-business__tit {
  background-image: url(../images/home/img-5.jpg);

}
.c-business #business05 .c-business__tit {
  background-image: url(../images/home/eacon2.jpeg);
}
/* 商品紹介スライダー */
.item-slider {
  margin-bottom: 60px;
}
.item-wrap .pdf-link {
  text-align: center;
  margin-bottom: 30px;
  padding: 10px 10px;
  border:  1px solid #fff;
  font-weight: bold;
  position: relative;
}
.panel-contact h2 {
text-align: center;
margin-bottom: 10px;
}
@media (min-width:960px) {
  .panel-contact  {
    text-align: center;
  }
}

.panel-contact p {
margin-bottom: 10px;
}
.panel-contact .tel {
padding-left: 25px;
position: relative;
}
.panel-contact small {
font-size: 12px;
}
.panel-contact .tela {
font-size: 20px;
}
.panel-contact .tel::before {

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: '';
    height: 20px;
    width: 20px;
    background-image: url(../images/common/tel-white.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.panel-contact .line {
position: relative;
padding-left: 25px;

}
.panel-contact .linebtn a {

background-color: green;
padding: 10px 10px ;
border-radius: 10px;
}
.panel-contact .line::before {

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: '';
    height: 20px;
    width: 20px;
    background-image: url(../images/common/icon-line-cta.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.hoshou::before {
    position: absolute;
    top: -15px;
  right: 10px;
    content: '';
    height: 70px;
    width: 70px;
    background-image: url(../images/item/hoshou.webp);
    background-size: contain;
    background-repeat: no-repeat;
}
@media (min-width:960px) {
  .hoshou::before {
    top: 50px;
  right: 80px;
    height: 150px;
    width: 150px;
    background-image: url(../images/item/hoshou.webp);
    background-size: contain;
    background-repeat: no-repeat;
}
}
.item-wrap .logoLink{
margin-bottom: 30px;
}
.item-wrap .itemImg {
  max-width: 600px;
    margin: 0 auto 30px auto;
}
.item-wrap .logoLink img {
  width: 150px;
}
.item-wrap .pdf-link::after {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
}
@media (min-width:960px) {
  .pdf-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .item-wrap .pdf-link {
    width: 45%;
  }
}
@media (min-width:960px) {
.youtube .c-container {
  display: flex;
  justify-content: space-around;
}
.youtube .mv {
  width: 48%;
}
}
.item-slider .swiper-slide img {
transform: none;
}

.item-wrap p {
  margin-bottom: 60px;
}
.item-wrap {
  position: relative;
  background: linear-gradient(-225deg, #250005 0%, #060058 56%, #002280 100%);
  padding: 20px 10px 10px 10px ;
  margin-bottom: 50px;
}
@media (min-width:960px) {
  .item-wrap {
    padding: 80px;
  }
  .item-slider .swiper-slide {
    width: 100% !important;
    
  }
  .item-slider .swiper {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.item-slider .mySwiper2 ,
.item-slider .mySwiper4,
.item-slider .mySwiper6 ,
.item-slider .sliderSwiper {
  position: relative;
}

.item-slider .mySwiper2 .swiper-wrapper,
.item-slider .mySwiper4 .swiper-wrapper,
.item-slider .mySwiper6 .swiper-wrapper,
.item-slider .sliderSwiper .swiper-wrapper  {
  position: relative;
  width: 100%;
}

.item-slider .mySwiper2 .swiper-slide,
.item-slider .mySwiper4 .swiper-slide,
.item-slider .mySwiper6 .swiper-slide,
.item-slider .sliderSwiper .swiper-slide
 {
  opacity: 0;
}

.item-slider .mySwiper2 .swiper-slide-active,
.item-slider .mySwiper4 .swiper-slide-active,
.item-slider .mySwiper6 .swiper-slide-active,
.item-slider .sliderSwiper .swiper-slide-active
 {
  opacity: 1;
}
.wrap-list .swiper-slide {
  margin-right: 10px;
}
.item-slider .mySwiper {

  box-sizing: border-box;
}
.item-slider .mySwiper .swiper-wrapper,
.item-slider .mySwiper3 .swiper-wrapper,
.item-slider .mySwiper5 .swiper-wrapper,
.item-slider .sliderSwiper2 .swiper-wrapper {
  flex-wrap: wrap;
}

.item-slider .mySwiper .swiper-slide,
.item-slider .mySwiper3 .swiper-slide,
.item-slider .mySwiper5 .swiper-slide,
.item-slider .sliderSwiper2 .swiper-slide {
  width: 30% !important;
  height: 100%;
  opacity: 0.4;
  line-height: 80px;
}

.item-slider .mySwiper .swiper-slide .c-works-sl__img,
.item-slider .mySwiper3 .swiper-slide .c-works-sl__img,
.item-slider .mySwiper5 .swiper-slide .c-works-sl__img,
.item-slider .sliderSwiper2 .swiper-slide .c-works-sl__img {
  height: 100px;
}

.item-slider .mySwiper .swiper-slide-thumb-active,
.item-slider .mySwiper3 .swiper-slide-thumb-active,
.item-slider .mySwiper5 .swiper-slide-thumb-active,
.item-slider .sliderSwiper2 .swiper-slide-thumb-active  {
  opacity: 1;
}
.sliderSwiper2 .swiper-wrapper  {
  transform: none !important;
}
.item-slider .swiper-button-prev,
.item-slider .swiper-button-next {
  position: absolute;
  background-color: blue;
  z-index: 3000;
}

.item-slider .swiper-button-prev::after,
.item-slider .swiper-button-next::after {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.item-slider .swiper-button-prev {
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.item-slider .swiper-button-next {
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* .item-slider .swiper-slide {
height: auto;
} */
/* END-商品紹介スライダー */
.c-business #business06 .c-business__tit {
  background-image: url(../images/home/img-3.jpg);
}
.c-business__tit {
  position: relative;
  background-image: url(../images/home/topview-2@pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
  padding: 72px 0;
  text-align: center;
}
.c-business__tit.bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #050514;
  opacity: 0.3;
  z-index: 100;
}
.c-business__tit .item-tit {
  position: relative;
  color: #fff;
  font-size: 24px;
  border-bottom: 1px solid #fff;
  z-index: 200;
  padding-bottom: 5px;
}
.c-business-item .c-title {
  margin-top: 0;
}
.c-business-item .c-title .en {
  font-size: 24px;
}
.c-business-item .c-title .en::before {
  height: 22px;
  width: 22px;
}
@media (min-width:768px ) {
  .c-points li {
    display: flex;
    justify-content: space-between;
  }
  .c-points li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-points__img {
    width: 50%;
  }
  .c-points__desc {
    width: 50%;
  }
  .c-business-item {
    padding: 0 14vw;
  }
  .c-business__tit {
    height: 260px;
  }
}
/* 料金案内 */

.mb-sm,
.c-title,
.tit,
.p-first__desc,
.p-staff__img,
.p-staff__desc,
.p-price__img,
.p-price__desc,
.p-price__detail,
.p-access__img,
.p-access__desc,
.p-access__map,
.p-instagram__desc,
.p-voices__desc,
.p-news__list,
.p-footer__logo,
.p-footer__address,
.c-first .c-points__img,
.c-price .c-points__img,
.c-first .c-points__desc .num-wrap,
.c-price .c-points__desc .num-wrap,
.c-first .c-flow .item-tit,
.c-price .c-flow .item-tit,
.c-first .c-flow .item-img,
.c-price .c-flow .item-img,
.c-price__img,
.c-price__desc,
.c-price__detail,
.c-staff-wrapper .c-staff__item .director,
.c-staff-wrapper .c-staff__img,
.c-staff-wrapper .c-staff__text,
.c-staff-wrapper .c-staff__ls,
.faq-wrapper .faq .c-txtarea01,
.faq-wrapper .faq__item,
.c-contact .c-topview__img,
.c-contact .contact-form .privacy,
.c-contact .contact-form .submit-btn {
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .mb-sm,
  .c-title,
  .tit,
  .p-first__desc,
  .p-staff__img,
  .p-staff__desc,
  .p-price__img,
  .p-price__desc,
  .p-price__detail,
  .p-access__img,
  .p-access__desc,
  .p-access__map,
  .p-instagram__desc,
  .p-voices__desc,
  .p-news__list,
  .p-footer__logo,
  .p-footer__address,
  .c-first .c-points__img,
  .c-price .c-points__img,
  .c-first .c-points__desc .num-wrap,
  .c-price .c-points__desc .num-wrap,
  .c-first .c-flow .item-tit,
  .c-price .c-flow .item-tit,
  .c-first .c-flow .item-img,
  .c-price .c-flow .item-img,
  .c-price__img,
  .c-price__desc,
  .c-price__detail,
  .c-staff-wrapper .c-staff__item .director,
  .c-staff-wrapper .c-staff__img,
  .c-staff-wrapper .c-staff__text,
  .c-staff-wrapper .c-staff__ls,
  .faq-wrapper .faq .c-txtarea01,
  .faq-wrapper .faq__item,
  .c-contact .c-topview__img,
  .c-contact .contact-form .privacy,
  .c-contact .contact-form .submit-btn {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 960px) {
  .mb-sm,
  .c-title,
  .tit,
  .p-first__desc,
  .p-staff__img,
  .p-staff__desc,
  .p-price__img,
  .p-price__desc,
  .p-price__detail,
  .p-access__img,
  .p-access__desc,
  .p-access__map,
  .p-instagram__desc,
  .p-voices__desc,
  .p-news__list,
  .p-footer__logo,
  .p-footer__address,
  .c-first .c-points__img,
  .c-price .c-points__img,
  .c-first .c-points__desc .num-wrap,
  .c-price .c-points__desc .num-wrap,
  .c-first .c-flow .item-tit,
  .c-price .c-flow .item-tit,
  .c-first .c-flow .item-img,
  .c-price .c-flow .item-img,
  .c-price__img,
  .c-price__desc,
  .c-price__detail,
  .c-staff-wrapper .c-staff__item .director,
  .c-staff-wrapper .c-staff__img,
  .c-staff-wrapper .c-staff__text,
  .c-staff-wrapper .c-staff__ls,
  .faq-wrapper .faq .c-txtarea01,
  .faq-wrapper .faq__item,
  .c-contact .c-topview__img,
  .c-contact .contact-form .privacy,
  .c-contact .contact-form .submit-btn {
    margin-bottom: 30px;
  }
}

.mb-md,
.c-topview,
.p-title,
.p-news,
.c-first .c-features,
.c-price .c-features,
.c-first .c-points__item,
.c-price .c-points__item,
.c-price__wrap,
.c-staff-wrapper .c-features,
.c-staff-wrapper .c-staff,
.c-staff-wrapper .c-staff__item,
.c-recruit__title,
.c-recruit__points li,
.c-recruit .recruit-message,
.c-recruit .recruit-detaiil,
.c-contact .c-description {
  margin-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .mb-md,
  .c-topview,
  .p-title,
  .p-news,
  .c-first .c-features,
  .c-price .c-features,
  .c-first .c-points__item,
  .c-price .c-points__item,
  .c-price__wrap,
  .c-staff-wrapper .c-features,
  .c-staff-wrapper .c-staff,
  .c-staff-wrapper .c-staff__item,
  .c-recruit__title,
  .c-recruit__points li,
  .c-recruit .recruit-message,
  .c-recruit .recruit-detaiil,
  .c-contact .c-description {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 960px) {
  .mb-md,
  .c-topview,
  .p-title,
  .p-news,
  .c-first .c-features,
  .c-price .c-features,
  .c-first .c-points__item,
  .c-price .c-points__item,
  .c-price__wrap,
  .c-staff-wrapper .c-features,
  .c-staff-wrapper .c-staff,
  .c-staff-wrapper .c-staff__item,
  .c-recruit__title,
  .c-recruit__points li,
  .c-recruit .recruit-message,
  .c-recruit .recruit-detaiil,
  .c-contact .c-description {
    margin-bottom: 60px;
  }
}

.mb-lr,
.p-first,
.p-access,
.p-instagram,
.c-first .c-points,
.c-price .c-points,
.c-first .c-flow,
.c-price .c-flow,
.c-price,
.c-recruit,
.faq-wrapper .faq {
  margin-bottom: 70px;
}

@media screen and (min-width: 600px) {
  .mb-lr,
  .p-first,
  .p-access,
  .p-instagram,
  .c-first .c-points,
  .c-price .c-points,
  .c-first .c-flow,
  .c-price .c-flow,
  .c-price,
  .c-recruit,
  .faq-wrapper .faq {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 960px) {
  .mb-lr,
  .p-first,
  .p-access,
  .p-instagram,
  .c-first .c-points,
  .c-price .c-points,
  .c-first .c-flow,
  .c-price .c-flow,
  .c-price,
  .c-recruit,
  .faq-wrapper .faq {
    margin-bottom: 80px;
  }
}

.pb-sm,
.p-concept__img,
.p-concept__desc,
.p-instagram__img {
  padding-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .pb-sm,
  .p-concept__img,
  .p-concept__desc,
  .p-instagram__img {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 960px) {
  .pb-sm,
  .p-concept__img,
  .p-concept__desc,
  .p-instagram__img {
    padding-bottom: 30px;
  }
}

.pb-md,
.p-access {
  padding-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .pb-md,
  .p-access {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 960px) {
  .pb-md,
  .p-access {
    padding-bottom: 60px;
  }
}

.pb-lr,
.p-aicatch,
.p-aicatch__img,
.p-staff,
.p-concept,
.p-price,
.p-voices {
  padding-bottom: 70px;
}

@media screen and (min-width: 600px) {
  .pb-lr,
  .p-aicatch,
  .p-aicatch__img,
  .p-staff,
  .p-concept,
  .p-price,
  .p-voices {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 960px) {
  .pb-lr,
  .p-aicatch,
  .p-aicatch__img,
  .p-staff,
  .p-concept,
  .p-price,
  .p-voices {
    padding-bottom: 80px;
  }
}

.c-container,
.c-first .c-points__desc,
.c-price .c-points__desc {
  padding: 0 6vw;
  margin-top: 30px;
}

@media screen and (min-width: 600px) {
  .c-container,
  .c-first .c-points__desc,
  .c-price .c-points__desc {
    padding: 0 6vw;
  }
}

@media screen and (min-width: 960px) {
  .c-container,
  .c-first .c-points__desc,
  .c-price .c-points__desc {
    padding: 0 6vw;
  }
}

@media screen and (min-width: 1200px) {
  .c-container,
  .c-first .c-points__desc,
  .c-price .c-points__desc {
    padding: 0 10vw;
  }
}

.swiper-container {
  overflow: visible !important;
  max-width: 100%;
  
}
.wrap-panel {
  position: relative;
}
.swiper-slide {
  overflow: hidden;
  max-width: 100%;
  width: 100% !important;
}

.swiper-slide > img {
  max-width: 100%;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 4s ease;
  transition: -webkit-transform 4s ease;
  transition: transform 4s ease;
  transition: transform 4s ease, -webkit-transform 4s ease;
  
}

.swiper-slide-active > img {
  -webkit-transform: none;
  transform: none;
}

@media (min-width: 960px) {
  .scrolldown {
    right: 20px;
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}

.c-first .c-features h3,
.c-price .c-features h3 {
  margin-bottom: 15px;
}

.c-first .c-points__img,
.c-price .c-points__img {
  height: 220px;
}

@media (min-width: 600px) {
  .c-first .c-points__img,
  .c-price .c-points__img {
    height: 300px;
  }
}

@media (min-width: 960px) {
  .c-first .c-points__img,
  .c-price .c-points__img {
    height: 350px;
  }
}

.c-first .c-points__desc .item-tit,
.c-price .c-points__desc .item-tit {
  font-size: 18px;
}

.c-first .c-points__desc .num,
.c-price .c-points__desc .num {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 28px;
  color: #dbd4bd;
  border-bottom: 2px solid #dbd4bd;
}

.c-first .c-points__desc .num-wrap,
.c-price .c-points__desc .num-wrap {
  text-align: center;
}

.c-first .c-flow,
.c-price .c-flow {
  padding-top: 50px;
}

.c-first .c-flow .item-tit,
.c-price .c-flow .item-tit {
  font-size: 24px;
}

.c-first .c-flow .item-tit .num,
.c-price .c-flow .item-tit .num {
  color: #dad7cd;
  font-size: 42px;
  display: inline-block;
  margin-right: 20px;
}

.c-first .c-flow-item,
.c-price .c-flow-item {
  position: relative;
  padding: 50px 0;
}

.c-first .c-flow-item::after,
.c-price .c-flow-item::after {
  content: "";
  position: absolute;
  z-index: 200;
  bottom: -20px;
  left: 50%;
  margin-left: -40px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #f0f0f0 transparent transparent transparent;
}

.c-first .c-flow #flow02::after,
.c-first .c-flow #flow04::after,
.c-first .c-flow #flow06::after,
.c-price .c-flow #flow02::after,
.c-price .c-flow #flow04::after,
.c-price .c-flow #flow06::after {
  border-color: #fff transparent transparent transparent;
}

.c-first .c-flow #flow08::after,
.c-price .c-flow #flow08::after {
  display: none;
}

.c-first .c-flow #flow01,
.c-first .c-flow #flow03,
.c-first .c-flow #flow05,
.c-first .c-flow #flow07,
.c-price .c-flow #flow01,
.c-price .c-flow #flow03,
.c-price .c-flow #flow05,
.c-price .c-flow #flow07 {
  background-color: #f0f0f0;
}

.c-first .more-btn,
.c-price .more-btn {
  text-align: center;
  display: block;
}

.c-first .more-btn__link,
.c-price .more-btn__link {
  width: auto;
}

@media (max-width: 599px) {
  .c-first .item-img.view-pc,
  .c-price .item-img.view-pc {
    display: none;
  }
}

@media (min-width: 600px) {
  .c-first .item-img.view-sp,
  .c-price .item-img.view-sp {
    display: none;
  }
}

.c-price__detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dotted #949494;
  padding-bottom: 20px;
}

.c-price__detail:first-of-type {
  border-top: 1px dotted #949494;
  padding: 30px 0;
}

.c-price__detail dt {
  width: 60%;
}

.c-price__detail dt p {
  margin-bottom: 10px;
}

.c-price__detail dt span {
  display: block;
  font-size: 12px;
}

.c-price__detail dd {
  width: 30%;
}

.c-price__detail .price-tit {
  font-size: 18px;
  font-weight: bold;
}

.c-price__detail .price-tit .yen {
  display: block;
  text-align: right;
}

.c-price__detail .price-tit .tax {
  display: block;
  font-size: 12px;
  text-align: right;
  margin-top: -5px;
}

.c-news-sl .c-container,
.c-news-sl .c-first .c-points__desc,
.c-first .c-news-sl .c-points__desc,
.c-news-sl .c-price .c-points__desc,
.c-price .c-news-sl .c-points__desc {
  padding: 0 5vw 0 5vw;
}

.c-news-sl__date {
  color: #968a64;
}

.c-news-sl__contents {
  padding: 10vw 0 0 0;
  line-height: 2.5;
}

.c-news-sl__link {
  margin: 0 0 10vw 0;
  text-align: right;
  font-size: 0.8rem;
}

.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #968a64;
}

.c-news-sl__link a span {
  color: #272727;
}

.c-contact {
  background-color: #f0f0f0;
}

.c-contact .c-topview .c-container p,
.c-contact .c-topview .c-first .c-points__desc p,
.c-first .c-contact .c-topview .c-points__desc p,
.c-contact .c-topview .c-price .c-points__desc p,
.c-price .c-contact .c-topview .c-points__desc p {
  text-align: center;
  font-weight: bold;
}

/* インスタグラム */
#top_instagram {
  color: white;
}
.insta-tit {
  text-align: center;
  margin-bottom: 20px;
}
#sbi_images {
  margin-bottom: 40px;
}
#sb_instagram .sb_instagram_header {
  display: none;
}
.sbi_photo {
  background-repeat: no-repeat;
  background-size: cover;
}




/* recruit */
#c-recruit {
  color: black;
}
.c-recruit__points .points-title .c-txt-lg {
    display: block;
    font-weight: bold;
    color: skyblue;
}
.c-recruit__points .points-title {
    margin-bottom: 20px;
  }
.recruit-contents h3 {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .recruit-contents p {
    font-size: 0.8rem;
  }
  .recruit-info dt  {
   
    padding: 20px 10px;
    font-size: .8rem;
  }
  .recruit-info dd  {

    padding: 20px 10px;
    font-size: .8rem;
    
  }
}
@media (min-width: 960px) {
  #top_instagram .container {
    text-align: center;
    padding: 0 8vw;
  }
}
@media (min-width:768px) {
  .recruit-info dt  {
    padding: 30px;
  }
  .recruit-info dd  {
    padding: 30px;
  }
  .recruit-info {
    margin: 0 14vw;
  }
}
.recruit-info dl  {
  display: flex;
  flex-wrap: wrap;
}
.recruit-info dt  {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ababab;
  font-weight: 400;
  display: flex;
  align-items: center;
  width: 30%;
  
}
.recruit-info dd  {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ababab;
  width: 70%;
}

/* news一覧 */
.news-contents {
  padding: 0 5vw;
  margin: 10vh 0 0 0;
  color: black;
}
@media (min-width: 768px) {
  .news-contents {
    padding: 0 10vw;
  }
}
.news-contents .news-item:first-child {
  border-top: 1px solid #ababab;
}
.news-contents .news-item {
  border-bottom: 1px solid #ababab;
}
.news-item span {
  font-size: 0.8rem;
}
.pagination {
  display: block;
}
.page-numbers {
  margin: 12vw 0;
}

.news-contents .page-numbers {
  margin: 12vw 0;
}

.news-contents .page-numbers:not(.next):not(.prev) {
  position: relative;
  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;
  color: #272727;
}

.news-contents .page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgb(183, 234, 243) !important;
}

.news-contents
  .page-numbers:not(.next):not(.prev)
  .page-numbers:not(.next):not(.prev) {
  width: 10vw;
  height: 10vw;
  border-radius: 100%;
  border: 1px solid #c4ccd1;
  background: #fff;
  margin: 0 1.3vw;
}

.news-contents .page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  padding-left: 20px;
  top: 0;
}

.news-contents .page-numbers:not(.next):not(.prev) .next::after {
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/home/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .news-contents .page-numbers:not(.next):not(.prev) .next {
    display: none;
  }
}

@media (min-width: 768px) {
  .news-contents
    .page-numbers:not(.next):not(.prev)
    .page-numbers:not(.next):not(.prev) {
    width: 40px;
    height: 40px;
  }
  .news-contents .page-numbers:not(.next):not(.prev) .next {
    top: 0;
  }
}

@media (min-width: 960px) {
  .news-contents
    .page-numbers:not(.next):not(.prev)
    .page-numbers:not(.next):not(.prev) {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
    color: #586166;
  }
  .news-contents .page-numbers:not(.next):not(.prev) .next {
    font-size: 1.4rem;
  }
  .news-contents .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
    height: 20px;
    width: 20px;
  }
}
/* news詳細 */
.c-news-sl {
  padding: 0 5vw;
}
.c-news-sl__tit {
  margin: 20px 0 0 0;
}
.c-news-sl__contents {
  line-height: 2;
}
.c-news-sl__date {
  padding: 10px 10px;
  display: inline-block;
  color: #fff;
}
.c-news-sl__title {
  font-size: 24px;
  padding: 12px 0;
}
@media (min-width: 600px) {
  .c-news-sl {
    padding: 0 10vw;
  }
  .c-news-sl__tit {
    margin: 60px 0 0 0;
  }
}
/* お問い合わせフォーム */
.c-contact {
  overflow: hidden;
}

.c-contact-text {
  margin-bottom: 30px;
}

.c-contact .contact-form {
  color: black;
  padding: 50px 0;

  text-align: center;
  background-color: #f4f5f7;
}

.c-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}

.c-contact .contact-form input,
.c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid #2b2b2b;
  margin: 5px 0 15px 0;
}

.c-contact .contact-form textarea {
  margin-bottom: 0;
}

.c-contact .contact-form input {
  height: 45px;
}

.c-contact .contact-form select {
  width: 130px;
  height: 45px;
  border: 1px solid #2b2b2b;
}

.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 280px;
  margin-bottom: 0 !important;
}

.c-contact .contact-form dt {
  font-size: 14px;
}

.c-contact .contact-form .must {
  position: relative;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}

.c-contact .contact-form .must::after {
  content: "*";
  font-size: 14px;
  color: #1d649e;
}

.c-contact .contact-form .free {
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}

.c-contact .contact-form .ct-request select {
  width: 100%;
}

.c-contact .contact-form .ct-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 280px;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}

.c-contact .contact-form .ct-sex {
  display: inline-block;
  text-align: left;
}

.c-contact .contact-form .ct-sex input {
  margin: 0;
}

.c-contact .contact-form .ct-sex select {
  height: 45px;
}

.c-contact .contact-form .ct-age {
  display: inline-block;
  text-align: left;
}

.c-contact .contact-form .ct-date {
  text-align: left;
  font-size: 14px;
}

.c-contact .contact-form .ct-date input {
  margin-top: 0;
  width: 130px;
}

.c-contact .contact-form .ct-time {
  text-align: left;
}

.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}

.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.c-contact .contact-form .ms-1 {
  color: #2180da;
  border-bottom: 1px solid #2180da;
}

.c-contact .contact-form .submit-btn {
  text-align: center;
}

.c-contact .contact-form .submit-btn input:disabled {
  border-color: #a0a0a0;
}

.c-contact .contact-form .submit-btn input {
  border-color: #2b2b2b;
  width: 70%;
  max-width: 320px;
}

.c-contact .contact-form .ajax-loader {
  display: none;
}

.c-contact .contact-form .wpcf7-spinner {
  display: none;
}

@media (min-width: 600px) {
  .c-contact .contact-form .c-contact-text {
    font-size: 18px;
  }
  .c-contact .contact-form dt {
    font-size: 20px;
  }
  .c-contact .contact-form dl {
    width: 540px;
  }
  .c-contact .contact-form .ct-date input {
    width: 250px;
  }
  .c-contact .contact-form .ct-flex {
    width: 540px;
  }
  .c-contact .contact-form select {
    width: 250px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 30px;
    width: 30px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form dl {
    width: 800px;
  }
  .c-contact .contact-form .ct-date input {
    width: 380px;
  }
  .c-contact .contact-form .ct-flex {
    width: 800px;
  }
  .c-contact .contact-form select {
    width: 380px;
  }
  .c-contact .contact-form .ct-age dt,
  .c-contact .contact-form .ct-time dt {
    padding-left: 25px;
  }
}

.c-contact .grecaptcha-badge {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100% !important;
}

.c-contact .grecaptcha-badge iframe {
  -webkit-box-shadow: grey 0px 0px 5px;
  box-shadow: grey 0px 0px 5px;
}

#privacy-policy {
  margin-top: 50px;
}

.c-privacy .c-title {
  text-align: center;
  font-size: 26px;
  display: block;
  margin-bottom: 50px;
  font-weight: bold;
}

.c-privacy h3 {
  margin-bottom: 20px;
}

.c-privacy-item {
  margin-bottom: 30px;
}
/* サンクスページ */
.c-thanks {
  margin-top: 50px;
}

.c-thanks .c-title {
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
}

.c-thanks h3 {
  margin-bottom: 20px;
}

.c-thanks-item {
  margin-bottom: 30px;
}

.grecaptcha-badge {
  visibility: hidden !important;
}
