@charset "UTF-8";
/* -------------------------------------------*/ /* -------------------------------------------*/ /* -------------------------------------------*/
/* -------------------------------------------*/
.fv {
  padding-top: 17.6rem;
  padding-bottom: 10rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
}
.fv::before {
  content: "";
  display: block;
  width: 192rem;
  height: 100%;
  background-image: url(../images/fv-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  .fv::before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fv .h1 {
    padding-left: 2rem;
  }
}
.fv .h1 .block {
  display: block;
}
.fv .h1 .block + .block {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .fv .h1 .block + .block {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .fv .h1 .block:last-child {
    line-height: 1.394;
    margin-top: 0.3rem;
  }
}
.fv h1 {
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .fv h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .fv h1 {
    font-size: 3rem;
  }
}
.fv h1 .mn {
  font-size: 5.2rem;
}
@media screen and (max-width: 1023px) {
  .fv h1 .mn {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .fv h1 .mn {
    font-size: 2.6rem;
  }
}
.fv h1 .bg {
  padding-left: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv h1 .bg {
    padding-left: 1.2rem;
  }
}
.fv h1 .bg::before {
  content: "";
  width: 38.4rem;
  height: 8.8rem;
  background-color: #B93831;
  position: absolute;
  top: 0.3rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .fv h1 .bg::before {
    width: 33rem;
    height: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .fv h1 .bg::before {
    width: 19.6rem;
    height: 4rem;
    top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .fv h1 .sp {
    display: block;
    font-size: 2.6rem;
  }
}
.fv .l-grid {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .fv .l-grid {
    margin-top: 4rem;
  }
}
.fv .l-grid__item {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5384615385;
  background-color: #B93831;
  padding-block: 4.1rem 2rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .fv .l-grid__item {
    font-size: 2.2rem;
    padding-block: 3.1rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .fv .l-grid__item {
    max-width: 289px;
    font-size: 1.8rem;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 1.4rem 2rem;
  }
}
.fv .l-grid__item::before {
  content: "";
  display: block;
  width: 7.5rem;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -3.7rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .fv .l-grid__item::before {
    width: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .fv .l-grid__item::before {
    width: 5rem;
    position: static;
    transform: none;
  }
}
.fv .l-grid__item:first-child::before {
  background-image: url(../images/fv01.png);
}
.fv .l-grid__item:nth-child(2)::before {
  background-image: url(../images/fv02.png);
}
.fv .l-grid__item:nth-child(3)::before {
  background-image: url(../images/fv03.png);
}
.fv .l-grid__item::after {
  content: "";
  background-color: #B22B23;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.fv__images {
  width: 100%;
}
.fv__images img {
  width: 100%;
  height: 100%;
}

.heading {
  padding-block: 12rem;
  background-image: url(../images/heading-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  .heading {
    background-position: left center;
  }
}
@media screen and (max-width: 767px) {
  .heading {
    padding-block: 4rem;
  }
}
.heading .text {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4230769231;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading .text {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.heading .text::after {
  content: "";
  display: block;
  width: 104.2rem;
  aspect-ratio: 2084/45;
  background-image: url(../images/heading-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 2rem;
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .heading .text::after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .heading .text::after {
    max-width: 350px;
    aspect-ratio: 704/18;
    background-image: url(../images/heading-li-sp.png);
    margin-top: 1.5rem;
  }
}
.heading h2 {
  width: 89.3rem;
  margin-inline: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .heading h2 {
    width: 100%;
    max-width: 893px;
  }
}
@media screen and (max-width: 767px) {
  .heading h2 {
    width: 284px;
  }
}
.heading h2 picture {
  line-height: 1.2;
}
.heading h2 img {
  width: 100%;
  height: 100%;
}
.heading .l-grid {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .heading .l-grid {
    margin-top: 3rem;
  }
}
.heading .l-grid__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 150/71;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4230769231;
  color: #B93831;
  background-image: url(../images/heading-li.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  .heading .l-grid__item {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .heading .l-grid__item {
    max-width: 250px;
    font-size: 2.1rem;
  }
}
.heading .l-grid__item:first-child {
  padding-bottom: 1rem;
}
.heading .l-grid__item:first-child span + span {
  margin-top: -0.5rem;
}
.heading .l-grid__item:nth-child(2) {
  gap: 0.3rem;
}
.heading .l-grid__item:nth-child(3) span + span {
  margin-top: -0.5rem;
}
.heading .big {
  font-size: 4rem;
}
@media screen and (max-width: 1023px) {
  .heading .big {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .heading .big {
    font-size: 3.2rem;
  }
}
.heading .serif {
  color: #202020;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.mado {
  padding-block: 12rem 13rem;
}
@media screen and (max-width: 767px) {
  .mado {
    padding-block: 4rem;
  }
}
.mado h2 {
  text-align: center;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.4347826087;
}
@media screen and (max-width: 767px) {
  .mado h2 {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.mado .tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  color: #B93831;
  background-color: #fff;
  border: 2px solid #B93831;
  margin-top: 6rem;
  margin-inline: auto;
  padding: 0.75rem 1.9rem;
}
@media screen and (max-width: 767px) {
  .mado .tag {
    white-space: nowrap;
    font-size: 1.6rem;
    padding: 0.5rem 1.1rem;
    margin-top: 1rem;
  }
}
.mado .l-grid {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .mado .l-grid {
    margin-top: 2rem;
  }
}
.mado .l-grid__item figcaption {
  font-size: 2.6rem;
  line-height: 1.1538461538;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .mado .l-grid__item figcaption {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

.point {
  background: linear-gradient(to bottom, #328ece 0%, #147bc3 100%);
  padding-block: 9.5rem 12rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .point {
    padding-block: 4rem 5rem;
  }
}
.point::before {
  content: "";
  display: block;
  background-image: url(../images/point-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.point h2 {
  text-align: center;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .point h2 {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.point .box {
  background-color: #fff;
  margin-top: 5rem;
  padding-block: 6rem;
  padding-inline: 6rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .point .box {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .point .box {
    margin-top: 2rem;
    padding-block: 3rem 2rem;
    padding-inline: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .point .box + .box {
    margin-top: 3rem;
  }
}
.point .box::before {
  content: "";
  display: block;
  width: 6.6rem;
  height: 4rem;
  background-color: #328ECE;
  -webkit-clip-path: polygon(100% 0, 0 0, 51% 100%);
          clip-path: polygon(100% 0, 0 0, 51% 100%);
  position: absolute;
  top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .point .box::before {
    width: 3.3rem;
    height: 2rem;
  }
}
.point h3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.875;
  color: #fff;
  background-color: #B93831;
}
@media screen and (max-width: 767px) {
  .point h3 {
    font-size: 2rem;
  }
}
.point .lead {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.1428571429;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .point .lead {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    letter-spacing: 0;
    margin-top: 1.5rem;
  }
}
.point .flex {
  margin-top: 3rem;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .point .flex {
    margin-top: 1.5rem;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}
.point .flex figure {
  width: calc(50% - 4rem);
}
@media screen and (max-width: 767px) {
  .point .flex figure {
    width: 100%;
  }
}
.point .flex .text {
  width: 50%;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .point .flex .text {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}

.case {
  padding-block: 12rem;
  background-color: #EEEEEE;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .case {
    padding-block: 4rem 4.5rem;
  }
}
.case::before {
  content: "";
  display: block;
  width: 100%;
  height: 40rem;
  background-image: url(../images/case-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .case::before {
    aspect-ratio: 390/157;
    height: auto;
    background-image: url(../images/case-bg-sp.jpg);
  }
}
.case .h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .case .h2 {
    gap: 0.5rem;
  }
}
.case .h2 .bg {
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  color: #B93831;
  padding-block: 0.4rem;
  padding-inline: 2.8rem;
}
@media screen and (max-width: 767px) {
  .case .h2 .bg {
    font-size: 1.4rem;
    padding-block: 0;
    padding-inline: 1.4rem;
  }
}
.case .h2 h2 {
  color: #fff;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.4347826087;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .case .h2 h2 {
    font-size: 2.4rem;
  }
}
.case .l-grid {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .case .l-grid {
    margin-top: 7rem;
  }
}
.case .l-grid__item {
  display: flex;
  flex-direction: column;
  box-shadow: 1rem 1rem 0px #b93831;
}
@media screen and (max-width: 767px) {
  .case .l-grid__item {
    box-shadow: 6px 6px 0px #b93831;
  }
}
.case .l-grid__item .box {
  height: 100%;
  order: 2;
  background-color: #fff;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .case .l-grid__item .box {
    padding: 2rem;
  }
}
.case h3 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5384615385;
}
@media screen and (max-width: 1023px) {
  .case h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .case h3 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.case h4 {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.875;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .case h4 {
    font-size: 1.2rem;
  }
}
.case h4.blue {
  background-color: #167CC3;
}
.case h4.red {
  background-color: #B93831;
}
.case .text {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .case .text {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.case .l-grid__item figure {
  order: 1;
}

.company {
  padding-block: 12rem;
}
@media screen and (max-width: 767px) {
  .company {
    padding-block: 5rem;
  }
}
.company h2 {
  font-size: 4.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company h2 {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
.company dl {
  margin-top: 6rem;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .company dl {
    margin-top: 2rem;
    border: none;
  }
}
.company dl div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .company dl div {
    flex-direction: column;
    border: none;
  }
}
.company dl dt {
  width: 22rem;
  text-align: center;
  font-weight: bold;
  padding-block: 1.4rem;
}
@media screen and (max-width: 767px) {
  .company dl dt {
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    padding-block: 0.1rem;
    padding-inline: 1.2rem;
  }
}
.company dl dd {
  flex: 1;
  background-color: #fff;
  padding: 1.4rem 4rem;
}
@media screen and (max-width: 767px) {
  .company dl dd {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6;
    padding-block: 10px 20px;
    padding-inline: 0;
  }
}
.company dl dd a {
  color: #B93831;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .company dl dd a {
    transition: 0.3s;
    transition-property: opacity;
  }
  .company dl dd a:hover {
    opacity: 0.7;
  }
}

/* -------------------------------------------*/