@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}
body {
  font-feature-settings: "palt";
}
body, p {
  margin: 0;
  color: #231815;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.u-cl1 {
  color: #D7132D;
}

.u-cl2 {
  color: #666464;
}

.u-cl3 {
  text-decoration: underline;
  text-decoration-color: #efea3a;
  text-decoration-thickness: 6px;
}

.l-content {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}

.btn {
  width: 100%;
  height: auto;
  border: 2px solid #9FA0A0;
  border-radius: 15px;
  background: #fff;
  margin-top: 50px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px;
}
.btn p {
  width: calc(100% - 287px);
  padding-left: 15px;
  font-size: 22px;
  color: #727171;
  font-weight: 600;
}

.c-btn01 {
  background: #D7132D;
  border-radius: 17px;
  color: #fff;
  font-size: 20px;
  padding: 12px 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 230px;
  transition: ease-in-out 0.2s;
  font-weight: 600;
}
.c-btn01:hover {
  opacity: 0.7;
}

.sec01 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
.sec01::before {
  content: "";
  width: 100%;
  height: 110px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -9;
  background: #D7132D;
}
.sec01 .l-content {
  max-width: 1225px;
}

.sec02 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 90px;
}
.sec02 .l-content {
  display: flex;
  justify-content: space-between;
}
.sec02 .c-item {
  width: 100%;
  max-width: 230px;
  height: 200px;
  text-align: center;
  border: 2px solid #9FA0A0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  background: #fff;
  box-shadow: 10px 12px 10px #bdb9b8;
  color: #231815;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}
.sec02 .c-item:hover {
  opacity: 0.7;
}
.sec02 .c-item .img {
  padding-bottom: 10px;
}
.sec02 .c-item .txt {
  font-size: 18px;
  font-weight: 600;
}
.sec02 .c-item .txt .fs1 {
  font-size: 32px;
}
.sec02 .c-item .txt .fs2 {
  font-size: 25px;
}
.sec02 .c-item .txt small {
  width: 100%;
  display: block;
  color: #D7132D;
  font-size: 28px;
  line-height: 1.2;
}

.sec03 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 90px;
}
.sec03 .ttl {
  text-align: center;
}
.sec03 .txt {
  text-align: center;
  font-size: 24px;
  padding: 30px 0px;
}
.sec03 .ttl2 {
  font-size: 24px;
  text-align: center;
  padding-top: 20px;
  font-weight: 600;
}
.sec03 .ttl2 .fs1 {
  font-size: 38px;
  color: #D7132D;
}
.sec03 .txt2 {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}
.sec03 .txt2 .fs1 {
  font-size: 28px;
  color: #D7132D;
}
.sec03 .txt2 .fs2 {
  font-size: 24px;
  color: #D7132D;
}
.sec03 .note {
  font-size: 18px;
  text-align: center;
  padding-bottom: 90px;
}

.sec04 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 90px;
}
.sec04 .ttl1 {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.sec04 .ttl1 .icon {
  padding-right: 15px;
}
.sec04 .ttl1 span {
  display: inline-block;
}
.sec04 .ttl1 .fs1 {
  font-size: 24px;
  line-height: 1;
}
.sec04 .ttl1 small {
  font-size: 48px;
  line-height: 1;
}
.sec04 .ttl1 .fs2 {
  font-size: 30px;
  line-height: 1;
}
.sec04 .txt {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 600;
}
.sec04 .ttl2 {
  font-size: 20px;
  margin-top: 50px;
  font-weight: 600;
}
.sec04 .ttl3 {
  font-size: 24px;
  margin-top: 50px;
  font-weight: 600;
}
.sec04 .card2 {
  display: flex;
  padding-top: 30px;
}
.sec04 .card2 .img {
  width: 178px;
  height: auto;
}
.sec04 .card2 .content {
  width: calc(100% - 187px);
  padding-left: 20px;
  position: relative;
}
.sec04 .card2 .content p {
  font-size: 20px;
  font-weight: 600;
}
.sec04 .card2 .content p.note {
  max-width: calc(100% - 185px);*
  font-size: 16px;
  font-weight: 400;
}
.sec04 .card2 .content p.note span {
  display: block;
  font-weight: 600;
}
.sec04 .card2 .content .img2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sec05 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 160px;
}
.sec05 .ttl1 {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.sec05 .ttl1 .icon {
  padding-right: 15px;
}
.sec05 .ttl1 span {
  display: inline-block;
}
.sec05 .ttl1 .fs1 {
  font-size: 24px;
  line-height: 1;
}
.sec05 .ttl1 small {
  font-size: 48px;
  line-height: 1;
}
.sec05 .ttl1 .fs2 {
  font-size: 30px;
  line-height: 1;
}
.sec05 .txt {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
}
.sec05 .ttl2 {
  font-size: 30px;
  margin-top: 50px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #efea3a;
  text-decoration-thickness: 10px;
}
.sec05 .ttl3 {
 margin-top: 50px;
}
.sec05 .ttl3 div {
  font-size: 30px;
  margin-top: 50px;
  font-weight: 600;
  text-decoration-color: #f4a466;
  text-decoration-thickness: 2px;
  display: inline;
}
.sec05 .ttl3 span {
  color: #EB6100;
  font-size: 15px;
  font-weight: 600;
}
.sec05 .card1 {
  margin-top: 20px;
}
.sec05 .card2 {
  display: flex;
  padding-top: 20px;
}
.sec05 .card2 .img {
  width: 530px;
  height: auto;
}
.sec05 .card2 .content {
  width: calc(100% - 530px);
  position: relative;
  border-left: 12px solid #D7132D;
  padding-left: 12px;
  padding-right: 15px;
}
.sec05 .card2 .content p {
  font-size: 15px;
}
.sec05 .card2 .content p b {
  font-size: 21px;
  color: #D7132D;
  font-weight: 600;
}
.sec05 .card2 .content p b span {
  font-size: 18px;
}
.sec05 .card2 .content p span {
  font-size: 22px;
  font-weight: 600;
}
.sec05 .card2 .content .c-btn01 {
  width: 100%;
  margin: 20px 0;
}
.sec05 .block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.sec05 .block .card3 {
  border-left: 12px solid #EB6100;
  padding-left: 12px;
  margin-top: 30px;
}
.sec05 .block .card3 p {
  font-size: 15px;
}
.sec05 .block .card3 p b {
  font-size: 22px;
  color: #EB6100;
  font-weight: 600;
}
.sec05 .block .card3 p b span {
  font-size: 18px;
}
.sec05 .block .card3 p span {
  font-size: 22px;
}
.sec05 .block .img {
  position: absolute;
  top: 10px;
  right: 0;
}
.sec05 .btn {
  margin-top: 100px;
}
.sec05 .card4 {
  margin-top: 130px;
  border-radius: 30px;
  border: 2px solid #898989;
  position: relative;
  background: #FCFCE5;
  padding: 35px;
  padding-top: 50px;
}
.sec05 .card4 .ttl {
  position: absolute;
  left: -2px;
  top: -34px;
}
.sec05 .card4 p {
  font-size: 24px;
  line-height: 1.7;
  padding-top: 25px;
  font-weight: 600;
}

.sec06 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 280px;
}
.sec06 .l-content {
  padding-bottom: 90px;
  border-bottom: 2px solid #B5B5B6;
}
.sec06 .ttl {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.sec06 .ttl::before {
  content: "";
  background: #B5B5B6;
  width: 100%;
  height: 2px;
  top: 30px;
  left: 0px;
  position: absolute;
  z-index: -1;
}
.sec06 .ttl span {
  display: inline-block;
  font-size: 26px;
  color: #fff;
  background: #76BC29;
  padding: 10px 15px;
}
.sec06 .ttl1 {
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-weight: 600;
}
.sec06 .ttl1 span {
  display: inline-block;
}
.sec06 .ttl1 .fs1 {
  font-size: 24px;
  line-height: 1;
}
.sec06 .ttl1 small {
  font-size: 48px;
  line-height: 1;
  color: #76BC29;
}
.sec06 .ttl1 .fs2 {
  font-size: 30px;
  line-height: 1;
}
.sec06 .txt {
  font-size: 18px;
  margin-top: 20px;
}
.sec06 .ttl2 {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 600;
}
.sec06 .ttl2 span {
  color: #231815;
  font-size: 16px;
}
.sec06 .ttl3 {
  font-size: 24px;
  margin-top: 50px;
}
.sec06 .card1 {
  margin-top: -205px;
}
.sec06 .card1 img {
  max-width: 1155px;
}
.sec06 .card2 {
  display: flex;
  padding-top: 70px;
}
.sec06 .card2 .img {
  width: 263px;
  height: auto;
  margin-top: 20px;
  margin-left: 10px;
}
.sec06 .card2 .content {
  width: 640px;
  position: relative;
  border-left: 12px solid #76BC29;
  padding-left: 12px;
  padding-right: 15px;
}
.sec06 .card2 .content p {
  font-size: 15px;
}
.sec06 .card2 .content p b {
  font-size: 22px;
  color: #76BC29;
  font-weight: 600;
}
.sec06 .card2 .content p b span {
  font-size: 18px;
}
.sec06 .card2 .content p span {
  font-size: 22px;
}
.sec06 .card3 {
  width: 100%;
  height: auto;
  border: 1px solid #B5B5B6;
  display: flex;
  align-items: center;
  padding: 15px;
  margin-top: 70px;
}
.sec06 .card3 .content {
  width: calc(100% - 630px);
}
.sec06 .card3 .content p {
  text-align: center;
  font-size: 30px;
}
.sec06 .card4 {
  margin-top: 40px;
}
.sec06 .txt2 {
  font-size: 15px;
  margin-top: 20px;
}

.sec07 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 90px;
}
.sec07 .ttl, .sec07 .ttl2, .sec07 .ttl3 {
  text-align: center;
}
.sec07 .ttl2 {
  margin: 10px 0px 15px;
}
.sec07 .ttl1 {
  font-size: 28px;
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
}
.sec07 .txt1 {
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 80px;
}
.sec07 .ttl4 {
  font-size: 28px;
  text-align: left;
  margin-bottom: 50px;
  font-weight: 600;
}
.sec07 .item1 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 90px;
}
.sec07 .item1 .qfa {
  width: calc(100% - 188px);
  height: auto;
  position: relative;
  padding-left: 100px;
  padding-right: 20px;
}
.sec07 .item1 .qfa h2 {
  font-size: 20px;
  font-weight: normal;
  font-weight: 600;
}
.sec07 .item1 .qfa p {
  font-size: 15px;
  padding-top: 5px;
}
.sec07 .item1 .qfa .q {
  margin-bottom: 50px;
}
.sec07 .item1 .qfa .q, .sec07 .item1 .qfa .a {
  position: relative;
}
.sec07 .item1 .qfa .ic1 {
  position: absolute;
  left: -100px;
  top: 5px;
}
.sec07 .item1 .qfa .ic1 img {
  width: 80px;
  height: auto;
}
.sec07 .item1 .content {
  padding-top: 30px;
}
.sec07 .item1 .content p {
  font-size: 21px;
  padding-bottom: 15px;
  font-weight: 600;
}
.sec07 .card1 {
  border-top: 2px solid #B5B5B6;
  padding-top: 50px;
}
.sec07 .card1 h2 {
  font-weight: normal;
  font-size: 28px;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
}
.sec07 .card1 h2::before {
  content: "";
  position: absolute;
  border-left: 12px solid #D7132D;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  width: 0;
  height: 0;
  left: 0;
  top: 12px;
}
.sec07 .card1 p {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */