@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.pc {
  display: none;
}

.sp {
  display: block;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  background-color: #f5f7f9;
  font-family: "Noto Sans JP", sans-serif;
}
.c5-main__container img {
  max-width: 100%;
}
.c5-main__container .ov {
  transition: opacity 0.3s ease-out;
}
.c5-main__container .ov:hover {
  opacity: 0.7;
}
.c5-main__container p {
  margin-top: 0;
}
.c5-main__container ul {
  list-style: none;
  padding: 0;
}
.c5-main__container * {
  box-sizing: border-box;
}

.c5-inner {
  padding: 0 15px;
  max-width: 1150px;
  margin: 0 auto;
}

.c5-note {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.c5-banner {
  margin: 30px auto 60px;
  background-color: #000;
}
.c5-banner a, .c5-banner img {
  display: block;
  margin: 0 auto;
}

.c5-ttl {
  font-size: 18px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.03em;
  margin: 0 auto 20px;
  padding: 15px 10px;
  line-height: 1.3;
  background-color: #0f3685;
}
.c5-ttl span {
  position: relative;
}
.c5-ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.c5-top {
  margin: 50px auto 0;
  padding-bottom: 70px;
  background-color: #fff;
}
.c5-top h1 {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  margin: 0 auto 20px;
}
.c5-top .c5-lead {
  font-size: 15px;
  line-height: 1.48;
  letter-spacing: 0.1em;
  margin: 0 auto 30px;
  text-align: center;
  font-feature-settings: "palt";
  word-break: break-all;
}
.c5-top .c5-anchor ul {
  width: 80%;
  margin: 0 auto;
}
.c5-top .c5-anchor ul li {
  position: relative;
}
.c5-top .c5-anchor ul li:not(:last-child) {
  margin-bottom: 35px;
}
.c5-top .c5-anchor ul li:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7.5px 0 7.5px;
  border-color: #D4D4D4 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}
.c5-top .c5-anchor ul li a, .c5-top .c5-anchor ul li img {
  display: block;
  margin: 0 auto;
}

.c5-sec {
  margin: 0 auto 60px;
}
.c5-sec__catch {
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1.48;
  text-align: center;
  margin-bottom: 30px;
  font-feature-settings: "palt";
}
.c5-sec__txt {
  font-size: 12px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-bottom: 30px;
}

.c5-btn {
  text-align: center;
}
.c5-btn a {
  font-size: 14px;
  padding: 15px 30px;
}

.c5-sec1 .c5-ttl span::before {
  width: 41px;
  height: 37px;
  background: url("../img/icon1.png") no-repeat 0 0;
  background-size: contain;
  left: -51px;
}
.c5-sec1__lead {
  margin: 0 auto 45px;
}
.c5-sec1__lead li img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.c5-sec1__con {
  margin: 0 auto 45px;
}
.c5-sec1__con:last-of-type {
  margin-bottom: 0;
}
.c5-sec1__con-ttl {
  font-size: 15px;
  margin: 0 auto 20px;
  padding-left: 1.4em;
  line-height: 1;
  color: #0f3685;
  position: relative;
}
.c5-sec1__con-ttl::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  clip-path: polygon(0% 0%, 50% 0, 100% 50%, 50% 100%, 0% 100%);
  background-color: #0f3685;
}
.c5-sec1 .c5-jirei {
  margin: 0 auto 30px;
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 8px;
}
.c5-sec1 .c5-jirei__con {
  display: flex;
  margin: 0 auto;
}
.c5-sec1 .c5-jirei__con:not(:last-child) {
  margin-bottom: 25px;
}
.c5-sec1 .c5-jirei__con-img {
  width: calc(50% - 15px);
  margin: 0 15px 0 0;
}
.c5-sec1 .c5-jirei__con-img img {
  display: block;
  margin: 0 auto;
}
.c5-sec1 .c5-jirei__con-txt {
  width: 50%;
}
.c5-sec1 .c5-jirei__con-txt p {
  word-break: break-all;
  font-feature-settings: "palt";
}
.c5-sec1 .c5-jirei__con-txt-name {
  font-size: 11px;
  margin: 0 auto 1.2em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.c5-sec1 .c5-jirei__con-txt-name .c5-new {
  display: inline-block;
  margin-left: 0.5em;
  padding: 2px;
  line-height: 1;
  color: #fff;
  background-color: #e60012;
  font-size: inherit;
}
.c5-sec1 .c5-jirei__con-txt-info {
  font-size: 11px;
  margin: 0 auto 1.2em;
  line-height: 1.38;
  letter-spacing: 0.075em;
}
.c5-sec1 .c5-jirei__con .c5-cate {
  display: inline-block;
  font-size: 11px;
  padding: 2px 4px;
  letter-spacing: 0.075em;
  background-color: #dcdddd;
  font-weight: bold;
}
.c5-sec1 .c5-taiken .c5-sec__txt {
  margin-bottom: 20px;
}
.c5-sec1 .c5-taiken__box {
  width: calc(100% + 15px);
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
}
.c5-sec1 .c5-taiken__box li {
  width: calc(33% - 15px);
  margin: 0 15px 0 0;
}
.c5-sec1 .c5-taiken__box li a, .c5-sec1 .c5-taiken__box li img {
  display: block;
  margin: 0 auto;
}

.c5-sec2 .c5-ttl {
  padding-left: 3.5em;
}
.c5-sec2 .c5-ttl span::before {
  width: 54px;
  height: 31px;
  background: url("../img/icon2.png") no-repeat 0 0;
  background-size: contain;
  left: -61px;
}
.c5-sec2 .c5-box {
  margin: 0 auto;
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 8px;
}
.c5-sec2 .c5-box__flex {
  margin-bottom: 20px;
}
.c5-sec2 .c5-box-con {
  position: relative;
  margin: 0 auto;
}
.c5-sec2 .c5-box-con:not(:last-child) {
  margin-bottom: 25px;
}
.c5-sec2 .c5-box-con-ttl, .c5-sec2 .c5-box-con-txt {
  width: 55%;
  margin-left: auto;
}
.c5-sec2 .c5-box-con-img {
  width: 42%;
  max-width: 185px;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5faf8;
}
.c5-sec2 .c5-box-con-img img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.c5-sec2 .c5-box-con-ttl {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.c5-sec2 .c5-box-con-txt {
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.075em;
}
.c5-sec2 .c5-box .c5-note {
  font-size: 11px;
  margin-bottom: 0;
}

.c5-sec3 .c5-ttl span::before {
  width: 37px;
  height: 35px;
  background: url("../img/icon3.png") no-repeat 0 0;
  background-size: contain;
  left: -47px;
}
.c5-sec3__con {
  margin: 0 auto 50px;
}
.c5-sec3__con-ttl {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.075em;
  margin-bottom: 25px;
  padding: 10px;
  border: 3px solid #111;
  position: relative;
}
.c5-sec3__con-ttl::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
}
.c5-sec3__con-ttl.c5-houjin {
  color: #cd244c;
  border-color: #cd244c;
}
.c5-sec3__con-ttl.c5-houjin::before {
  background-color: #cd244c;
}
.c5-sec3__con-ttl.c5-kojin {
  color: #2e63ae;
  border-color: #2e63ae;
}
.c5-sec3__con-ttl.c5-kojin::before {
  background-color: #2e63ae;
}
.c5-sec3__con .c5-inquiry {
  margin: 0 auto 30px;
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 8px;
}
.c5-sec3__con .c5-inquiry__ttl {
  font-size: 15px;
  letter-spacing: 0.075em;
}
.c5-sec3__con .c5-inquiry__txt {
  font-size: 15px;
  letter-spacing: 0.075em;
  margin-bottom: 30px;
}
.c5-sec3__con .c5-inquiry__txt .num {
  display: block;
  font-weight: bold;
}
.c5-sec3__con .c5-inquiry__txt .num img {
  display: inline-block;
  width: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
.c5-sec3__con .c5-inquiry__txt .date {
  display: block;
  margin-left: 30px;
}
.c5-sec3__con .c5-btn:first-child {
  margin-bottom: 25px;
}
.c5-sec3__con .c5-btn:first-child a {
  width: 215px;
}
.c5-sec3__subTtl {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.c5-sec4 .c5-ttl span::before {
  width: 40px;
  height: 36px;
  background: url("../img/icon4.png") no-repeat 0 0;
  background-size: contain;
  left: -52px;
}

@media screen and (min-width: 750px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .c5-main__container {
    padding-bottom: 80px;
  }
  .c5-note {
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .c5-banner {
    margin-bottom: 130px;
  }
  .c5-ttl {
    max-width: 1200px;
    font-size: 36px;
    margin-bottom: 40px;
    padding: 20px 15px;
  }
  .c5-top {
    margin: 100px auto 80px;
    padding-bottom: 110px;
  }
  .c5-top h1 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .c5-top .c5-lead {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.075em;
    margin-bottom: 70px;
  }
  .c5-top .c5-anchor ul {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .c5-top .c5-anchor ul li:not(:last-child) {
    margin: 0 70px 0 0;
  }
  .c5-top .c5-anchor ul li:not(:last-child)::after {
    border-width: 16.5px 0 16.5px 28px;
    border-color: transparent transparent transparent #D4D4D4;
    left: auto;
    bottom: auto;
    top: 50%;
    right: -50px;
    transform: translate(0, -50%);
  }
  .c5-sec {
    margin-bottom: 120px;
  }
  .c5-sec__catch {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 70px;
  }
  .c5-sec__txt {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 45px;
  }
  .c5-btn a {
    font-size: 18px;
    padding: 20px 30px;
  }
  .c5-sec1 .c5-ttl span::before {
    width: 82px;
    height: 75px;
    left: -110px;
  }
  .c5-sec1__lead {
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
  }
  .c5-sec1__lead li {
    width: 33.333%;
    max-width: 374px;
  }
  .c5-sec1__con {
    margin-bottom: 90px;
  }
  .c5-sec1__con-ttl {
    font-size: 24px;
    margin-bottom: 35px;
    padding-left: 1.7em;
  }
  .c5-sec1__con-ttl::before {
    width: 30px;
    height: 30px;
  }
  .c5-sec1 .c5-jirei {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 16px;
  }
  .c5-sec1 .c5-jirei__con:not(:last-child) {
    margin-bottom: 0;
  }
  .c5-sec1 .c5-jirei__con {
    display: block;
    width: 31%;
    max-width: 312px;
  }
  .c5-sec1 .c5-jirei__con-img {
    width: 100%;
    margin: 0 auto 15px;
  }
  .c5-sec1 .c5-jirei__con-txt {
    width: 100%;
  }
  .c5-sec1 .c5-jirei__con-txt-name {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 auto 1em;
  }
  .c5-sec1 .c5-jirei__con-txt-name.ex {
    margin-bottom: 2.7em;
  }
  .c5-sec1 .c5-jirei__con-txt-info {
    font-size: 14px;
    line-height: 1.5;
  }
  .c5-sec1 .c5-jirei__con .c5-cate {
    font-size: 14px;
  }
  .c5-sec1 .c5-taiken .c5-sec__txt {
    margin-bottom: 30px;
  }
  .c5-sec1 .c5-taiken__box {
    width: calc(100% + 40px);
    margin-top: 60px;
  }
  .c5-sec1 .c5-taiken__box li {
    width: calc(33% - 40px);
    max-width: 216px;
    margin-right: 40px;
  }
  .c5-sec2 .c5-ttl {
    padding-left: 0;
  }
  .c5-sec2 .c5-ttl span::before {
    width: 107px;
    height: 62px;
    left: -125px;
  }
  .c5-sec2 .c5-box {
    padding: 25px 27px;
    border-radius: 16px;
  }
  .c5-sec2 .c5-box__flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  .c5-sec2 .c5-box-con {
    width: 31%;
    margin: 0;
  }
  .c5-sec2 .c5-box-con:not(:last-child) {
    margin-bottom: 0;
  }
  .c5-sec2 .c5-box-con-ttl, .c5-sec2 .c5-box-con-txt {
    width: 100%;
    margin: 0;
  }
  .c5-sec2 .c5-box-con-img {
    width: 100%;
    position: static;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .c5-sec2 .c5-box-con-img img {
    width: auto;
  }
  .c5-sec2 .c5-box-con-ttl {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1;
  }
  .c5-sec2 .c5-box-con-txt {
    font-size: 14px;
  }
  .c5-sec2 .c5-box .c5-note {
    font-size: 14px;
  }
  .c5-sec3 .c5-ttl span::before {
    width: 75px;
    height: 71px;
    left: -100px;
  }
  .c5-sec3__con {
    margin-bottom: 70px;
  }
  .c5-sec3__con-ttl {
    font-size: 24px;
    padding: 18px;
    border-width: 5px;
  }
  .c5-sec3__con-ttl::before {
    width: 28px;
    height: 28px;
  }
  .c5-sec3__con .c5-inquiry {
    margin-bottom: 45px;
    padding: 25px 30px;
    border-radius: 16px;
  }
  .c5-sec3__con .c5-inquiry__ttl {
    font-size: 16px;
  }
  .c5-sec3__con .c5-inquiry__txt {
    margin-bottom: 45px;
  }
  .c5-sec3__con .c5-inquiry__txt .num {
    display: inline-block;
    font-size: 20px;
  }
  .c5-sec3__con .c5-inquiry__txt .num img {
    width: 34px;
    margin-right: 8px;
  }
  .c5-sec3__con .c5-inquiry__txt .date {
    display: inline;
    font-size: 16px;
    margin-left: 0;
  }
  .c5-sec3__con .c5-btn__wrap {
    display: flex;
    justify-content: center;
  }
  .c5-sec3__con .c5-btn:first-child {
    margin: 0 30px 0 0;
  }
  .c5-sec3__subTtl {
    font-size: 20px;
  }
  .c5-sec4 .c5-ttl span::before {
    width: 79px;
    height: 72px;
    left: -100px;
  }
}/*# sourceMappingURL=style.css.map */
