/* breakpoint
-------------------------------------------*/
@font-face {
  font-family: "Tsukushi";
  src: url(/assets/font/TsukushiAMaruGothic.ttc) format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*------------------------------------------------------------
Gs
------------------------------------------------------------*/
.c-banner-bottom {
  position: relative;
}
.c-banner-bottom__img {
  height: auto;
  top: 0;
  left: 0;
}
.c-banner-bottom__content {
  width: 39.5%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3019607843);
  padding: 40px 20px 40px 20px;
}
@media screen and (max-width: 767px) {
  .c-banner-bottom__content {
    width: 100%;
    position: unset;
    padding: 21px 20px 40px 20px;
    border: 1px solid #231815;
  }
}
.c-banner-bottom__title {
  color: #231815;
  font-size: 2.8rem;
  line-height: 34px;
  margin-bottom: 6px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-banner-bottom__title {
    font-size: 2.3rem;
    margin-bottom: 3px;
  }
}
.c-banner-bottom__info {
  color: #231815;
  font-size: 1.4rem;
  background: #F3EBEF;
  line-height: 20px;
  border: 1px solid #ccc;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-banner-bottom__info {
    font-size: 1.2rem;
    width: 87%;
  }
}
.c-banner-bottom .c-info {
  margin-top: 37px;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .c-banner-bottom .c-info {
    margin-top: 29px;
    margin-bottom: 18px;
  }
}
.c-banner-bottom .c-icon {
  position: relative;
}
.c-banner-bottom .c-icon::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/assets/image/product/v221/ic-phone.svg") center center no-repeat;
  position: absolute;
  right: -21px;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .c-banner-bottom .c-icon::after {
    top: 1;
  }
}

/*
------------------------------------------------------------*/
.c-navi2 a {
  text-align: center;
}

/*
------------------------------------------------------------*/
.c-title {
  font-size: 3.5rem;
  color: #464646;
  position: relative;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 43px;
  font-weight: normal;
  letter-spacing: 0.35rem;
  line-height: 56px;
}
@media screen and (max-width: 767px) {
  .c-title {
    margin-bottom: 11px;
    font-size: 2rem;
    line-height: 27px;
    letter-spacing: 0;
    padding-bottom: 8px;
  }
}

/*
------------------------------------------------------------*/
.c-title4 h2 {
  font-size: 1.5rem;
  letter-spacing: -0.06rem;
}
@media screen and (max-width: 767px) {
  .c-title4 h2 {
    letter-spacing: 0;
  }
}

/*
------------------------------------------------------------*/
.c-box1 {
  background-color: #f2f2f2;
  padding: 33px 60px 25px 46px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-box1 {
    padding: 25px 20px 25px 20px;
  }
}
@media screen and (max-width: 360px) {
  .c-box1 {
    padding: 20px 10px;
  }
}
.c-box1__link {
  text-decoration: none;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-box1__link {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.c-box1__ttl {
  font-size: 2.7rem;
  letter-spacing: 0.3rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-box1__ttl {
    font-size: 2rem;
  }
}
.c-box1__ttl2 {
  font-size: 2.4rem;
  color: #333;
  line-height: 1.3;
  margin-bottom: 11px;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .c-box1__ttl2 {
    font-size: 2rem;
    margin-bottom: 6px;
    padding-left: 0;
  }
}
.c-box1__des {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-box1__des {
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0;
    padding-left: 6px;
  }
}
.c-box1__img {
  width: 372px;
  margin-right: 70px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-box1__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.c-box1__content {
  flex-basis: 0;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-box1__content {
    flex-basis: 0;
    width: 100%;
  }
}
.c-box1__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .c-box1__list {
    justify-content: center;
  }
}
.c-box1__item {
  font-size: 2.05rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 5px 13px 5px 13px;
  box-sizing: border-box;
  background-color: #cc0000;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-box1__item {
    font-size: 1.56rem;
    padding: 4px 6px 5px 6px;
    border-radius: 4px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 360px) {
  .c-box1__item {
    font-size: 1.3rem;
  }
}
.c-box1__item:not(:first-child) {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .c-box1__item:not(:first-child) {
    margin-left: 3px;
  }
}
.c-box1__item:nth-child(3), .c-box1__item:nth-child(4) {
  padding: 5px 9px;
}
@media screen and (max-width: 767px) {
  .c-box1__item:nth-child(3), .c-box1__item:nth-child(4) {
    padding: 4px 6px 5px;
  }
}

/*
------------------------------------------------------------*/
.p-gs .c-imgtext01__img {
  right: 0;
  width: 55.1%;
  top: 88px;
}
@media screen and (max-width: 767px) {
  .p-gs .c-imgtext01__img {
    width: 100%;
    top: initial;
  }
}
.p-gs .c-imgtext01__big {
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 767px) {
  .p-gs .c-imgtext01__big {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-gs .c-imgtext01__btn {
    height: 52px;
  }
}
.p-gs .c-btnv01.mt50 {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-gs .c-btnv01.mt50 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-gs .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-gs__sc02, .p-gs__sc03 {
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .p-gs__sc02, .p-gs__sc03 {
    margin-bottom: 30px;
  }
}