/*================================================== 
  General & Parts
==================================================*/
/*************** html ****************/
html {
  font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic medium", Meiryo, "sans-serif";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  line-height: 1.8;
  font-weight: 500;
  color: #000000;
  position: relative;
}
@media (max-width: 575.8px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 575.9px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 767.8px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 980px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1180px) {
  html {
    font-size: 16px;
  }
}

/*************** body ****************/
body {
  min-width: 280px;
  background: #F8F8F8;
}

/*************** width ****************/
.content-width {
  width: 95%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1180px) {
  .content-width {
    width: 1180px;
  }
}

.content-width-inner {
  width: 95%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

/*************** font ****************/
.font-ja {
  font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic medium", Meiryo, "sans-serif";
}

.font-en {
  font-family: Arial, Helvetica, "sans-serif";
}

.font-en02 {
  font-family: "Trebuchet MS", sans-serif;
}

/*************** icon ****************/
.icon-wrap {
  font-size: 0;
}

.icon-txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  padding: 0.25em 0.5em;
  font-size: 0.75rem;
  border-radius: 50vh;
}
.icon-txt.icon-cat {
  color: #DC0012;
  background: #FFF;
}
.icon-txt.icon-cat02 {
  color: #FFF;
  border-width: 0;
  background: #DC0012;
}
.icon-txt.icon-cat03 {
  color: #FFF;
  border-width: 0;
  background: linear-gradient(to right bottom, #FF3E4D, #CB0011);
}

/*************** button ****************/
.btn-type01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 3.75rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 50vh;
  overflow: hidden;
  position: relative;
}
.btn-type01::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.125rem;
  height: auto;
  aspect-ratio: 2/1;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.btn-type01:hover {
  opacity: 1;
}
.btn-type01:hover::after {
  right: 5%;
}

.btn-type02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 3.75rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 50vh;
  overflow: hidden;
  position: relative;
}
.btn-type02::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.125rem;
  height: auto;
  aspect-ratio: 2/1;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.btn-type02:hover {
  opacity: 1;
}
.btn-type02:hover::after {
  right: 5%;
}

.btn-type03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 3.75rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 50vh;
  overflow: hidden;
  position: relative;
}
.btn-type03::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.125rem;
  height: auto;
  aspect-ratio: 2/1;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.btn-type03:hover {
  opacity: 1;
}
.btn-type03:hover::after {
  right: 5%;
}

.btn-type04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 3.75rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 50vh;
  overflow: hidden;
  position: relative;
}
.btn-type04::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.125rem;
  height: auto;
  aspect-ratio: 2/1;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.btn-type04:hover {
  opacity: 1;
}
.btn-type04:hover::after {
  right: 5%;
}

.btn-type05 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 3.75rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 50vh;
  overflow: hidden;
  position: relative;
}
.btn-type05::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.125rem;
  height: auto;
  aspect-ratio: 2/1;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.btn-type05:hover {
  opacity: 1;
}
.btn-type05:hover::after {
  right: 5%;
}

@media (max-width: 767.8px) {
  .btn-type01::after {
    right: 5%;
  }
  .btn-type02::after {
    right: 5%;
  }
  .btn-type03::after {
    right: 5%;
  }
  .btn-type04::after {
    right: 5%;
  }
  .btn-type05::after {
    right: 5%;
  }
}
.btn-type01 {
  background: linear-gradient(to right bottom, #FF3E4D, #CB0011);
  border-color: #FFF;
  color: #FFF;
}
.btn-type01::after {
  background: url(../img/common/icon_arrow-wh.png) no-repeat top left/contain;
}

.btn-type02 {
  background: linear-gradient(to right bottom, #0055A5, #001931);
  border-color: #FFF;
  color: #FFF;
}
.btn-type02::after {
  background: url(../img/common/icon_arrow-wh.png) no-repeat top left/contain;
}

.btn-type03 {
  background: linear-gradient(to right bottom, #448ED5, #004D97);
  border-color: #FFF;
  color: #FFF;
}
.btn-type03::after {
  background: url(../img/common/icon_arrow-wh.png) no-repeat top left/contain;
}

.btn-type04 {
  background: transparent;
  border-color: #FFF;
  color: #FFF;
}
.btn-type04::after {
  background: url(../img/common/icon_arrow-wh.png) no-repeat top left/contain;
}

.btn-type05 {
  background: #FFF;
  border-color: #DC0012;
  color: #DC0012;
}
.btn-type05::after {
  background: url(../img/common/icon_arrow-rd.png) no-repeat top left/contain;
}

.btn-align-left {
  justify-content: flex-start;
  padding-left: 6%;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

/*************** link-bnrblock ****************/
.link-bnrblock .link__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.6875rem;
  height: 18.125rem;
  border-radius: 1.11rem;
  color: #FFF;
  background: linear-gradient(to right bottom, #FF3E4D, #CB0011);
  margin: 0 auto;
}
.link-bnrblock .link__item.item--kadai img {
  width: 2.5rem;
}
.link-bnrblock .link__item.item--price img {
  width: 2.5rem;
}
.link-bnrblock .link__item.item--contact img {
  width: 3.5rem;
}
.link-bnrblock .link__label {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}
.link-bnrblock .link__btn a {
  width: 18.75rem;
  max-width: 100%;
}

@media (min-width: 767.8px) {
  .link-bnrblock .link__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    gap: 4%;
  }
  .link-bnrblock .link__item {
    width: 48%;
  }
}
@media (max-width: 767.8px) {
  .link-bnrblock .link__list {
    max-width: 30rem;
    margin: 0 auto;
  }
  .link-bnrblock .link__item {
    gap: 0.8rem;
    height: 15.125rem;
  }
  .link-bnrblock .link__item.item--price {
    margin-top: 1.5rem;
  }
}
/*************** link-caseblock ****************/
.link-caseblock h2 {
  color: #DC0012;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
.link-caseblock .icon-txt {
  padding: 0.25rem 0.75rem;
  margin-bottom: 0.5rem;
}
.link-caseblock .icon-txt:nth-of-type(n+2) {
  margin-left: 0.25rem;
}
.link-caseblock .link-caselist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  gap: 3rem 5%;
}
.link-caseblock .link-caseitem {
  border-radius: 0.56rem;
  background: #FFF;
  overflow: hidden;
}
.link-caseblock .link-caseimg {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.link-caseblock .link-caseimg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.link-caseblock .link-casecont {
  padding: 0.75rem 1.25rem 1.25rem;
}
.link-caseblock .link-casecont__head {
  margin-bottom: 0.5rem;
}
.link-caseblock .link-casecont__company {
  color: #666666;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.link-caseblock .link-casecont__ttl {
  font-size: 1.125rem;
  line-height: 1.4;
}
.link-caseblock .link-casecont__iconwrap {
  margin-top: 2rem;
}
.link-caseblock .link-casecont__iconwrap .label {
  color: #DC0012;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}

@media (min-width: 767.8px) {
  .link-caseblock .link-caseitem {
    width: 30%;
  }
}
@media (max-width: 767.8px) {
  .link-caseblock .link-caseitem {
    width: 100%;
    max-width: 30rem;
  }
}