  @charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------全体定義*/
body,
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-size: 62.5%;
  color: #4d4d4d;
  line-height: 1.4;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  border-style: none;
}

a:focus {
  outline: none;
}

area, button {
  outline: none;
}

/*body,div,
ul,li,
dl,dt,dd,
p,h1,h2,h3{
	margin:0;
	padding:0;
	box-sizing: border-box;
}*/
/*-----------------------------------------------------------汎用クラス*/
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}

/*----------------------------------------------------------全体適応*/
#wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 50px;
  box-sizing: border-box;
}

.top_area {
  padding: 83px 0 0;
}
.top_area h1 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 20px;
  color: #666;
}
.top_area h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
  color: #777;
  line-height: 1.6;
}
.top_area p {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 30px;
  color: #777;
}
@media screen and (min-width: 768px) {
  .top_area h1 {
    font-size: 2.8rem;
  }
  .top_area h2 {
    font-size: 2rem;
  }
  .top_area p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .top_area h1 {
    font-size: 3.2rem;
    letter-spacing: 0.3rem;
  }
  .top_area h2 {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
  }
  .top_area p {
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }
}

.about {
  margin: 0 0 60px;
}
.about .about__title {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.3rem;
  margin: 0 0 10px;
}
.about .about__title span {
  display: block;
  position: relative;
}
.about .about__title span::before {
  position: relative;
  content: "＋";
  font-size: 1.4rem;
  margin-right: 10px;
  font-weight: bold;
}
.about .about__title span::after {
  position: relative;
  content: "＋";
  font-size: 1.4rem;
  margin-left: 10px;
  font-weight: bold;
}
.about .about__text {
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 30px;
  line-height: 1.6;
  border-top: 1px dashed #000;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .about {
    margin: 0 0 80px;
  }
  .about .about__title {
    font-size: 2.4rem;
  }
  .about .about__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .about {
    margin: 0 0 100px;
  }
  .about .about__title {
    font-size: 3.4rem;
    letter-spacing: 0.5rem;
  }
  .about .about__title span::before {
    font-size: 2rem;
  }
  .about .about__title span::after {
    font-size: 2rem;
  }
  .about .about__text {
    font-size: 2rem;
  }
}

.reassurance {
  width: 100%;
  display: block;
  margin: 0 auto 20px;
  max-width: 320px;
}
.reassurance .reassurance__inner {
  border: 2px solid #983F36;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}
.reassurance .reassurance__inner h4 {
  position: absolute;
  z-index: 1;
  top: 0;
  margin: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background-color: #fff;
  font-size: 2rem;
}
.reassurance .reassurance__inner ul li h5 {
  font-size: 2rem;
}
.reassurance .reassurance__inner ul li p {
  font-size: 1.6rem;
}

.top_area .image01 {
  text-align: center;
  margin: 0 auto 60px;
}

.top_area .image01 img {
  display: block;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}

.top_area .image02 {
  text-align: center;
  margin: 0 auto 70px;
}

.top_area .image02 img {
  display: block;
  width: 100%;
  max-width: 983px;
  margin-inline: auto;
}

.top_area .image03 {
  text-align: center;
  margin: 0 auto 118px;
}

.top_area .image03 img {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

.content_area .ul01 img {
  width: 100%;
  display: block;
}

.content_area .ul02 img {
  width: 100%;
  display: block;
}

.content_area .image04 {
  position: relative;
  width: 100%;
  margin: 0 auto 32px;
  display: grid;
  height: auto;
  justify-content: space-between;
  grid-template-columns: 3fr 1fr;
  gap: 30px;
}

.content_area .image04 .image04-inner {
  display: flex;
  flex-flow: column;
  height: auto;
  align-items: flex-start;
}

.content_area .image04 .image04-inner .image-title {
  height: 80px;
}

.content_area .image04 .image04-right {
  margin: 0;
  width: 300px;
}

.content_area .image04 .sub-text {
  font-size: 24px;
  color: #BA5536;
  line-height: 1.9;
  margin: 0;
  text-align: left;
  width: 100%;
  display: block;
  border-top: 2px dashed #555;
  padding-top: 20px;
  margin-top: 20px;
}

#wrap .image-graph {
  display: block;
  width: 100%;
}

.content_area .image05 {
  text-align: center;
  margin: 0 auto 37px;
}

.content_area .image05 img {
  display: block;
  width: 100%;
}

.content_area .image06 {
  text-align: center;
  margin: 0 auto 27px;
}

.content_area .ul01 {
  margin: 0 auto 62px;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  box-sizing: border-box;
  justify-content: space-between;
}

.content_area .ul02 {
  margin: 0 auto 62px;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  box-sizing: border-box;
  justify-content: space-between;
}

.content_area .ul03 {
  margin: 0 auto 62px;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  box-sizing: border-box;
  justify-content: space-between;
}

.content_area .ul02 li,
.content_area .ul01 li {
  margin: 0 0 24px;
  width: 48%;
}

.content_area .image13 {
  text-align: center;
  margin: 0 auto 27px;
}

.content_area .image18 {
  text-align: center;
  margin: 0 auto 24px;
}

.content_area .image18 img {
  width: 100%;
  display: block;
}

.content_area .ul03 li {
  position: relative;
  width: 60%;
}

.content_area .ul03 li img {
  display: block;
  width: 100%;
}

.content_area .ul03 li:nth-child(2) {
  width: 37%;
}

.content_area .ul03 li:nth-child(2) a {
  position: absolute;
  bottom: 8%;
  left: 3%;
  width: 49%;
}

.content_area .image22 {
  text-align: center;
  margin: 0 auto 27px;
}

.content_area .image23 {
  text-align: center;
  margin: 0 auto 120px;
}

.content_area p.note {
  font-size: 13px !important;
  line-height: 1.6;
  margin: 0 0 80px;
  text-align: justify;
}

.sp {
  display: none;
}

@media screen and (max-width: 1023px) {
  .content_area .image04 {
    position: relative;
    width: 100%;
    margin: 0 auto 32px;
    display: grid;
    height: auto;
    justify-content: space-between;
    grid-template-columns: 3.5fr 1fr;
    gap: 30px;
  }
  .content_area .image04 .sub-text {
    font-size: 20x;
  }
}
@media screen and (max-width: 959px) {
  #header {
    display: none !important;
  }
  .localNav {
    display: none;
  }
  .top_area {
    padding: 83px 30px 0;
  }
  #wrap {
    width: 100%;
    margin-inline: auto;
    padding: 0 30px;
    box-sizing: border-box;
  }
  img {
    width: 100%;
  }
  .content_area .text-box {
    text-align: center;
  }
  .content_area .image05 {
    text-align: center;
    margin: 0 auto 5%;
  }
  .content_area .image06 {
    text-align: center;
    margin: 0 auto 5%;
  }
  .content_area .image04 {
    position: relative;
    width: 100%;
    margin: 0 auto 32px;
    display: grid;
    height: auto;
    justify-content: space-between;
    grid-template-columns: 3fr 1fr;
    gap: 30px;
  }
  .content_area .image04 .image04-inner {
    display: flex;
    flex-flow: column;
    height: auto;
  }
  .content_area .image04 .image04-inner .image-title {
    max-height: 60px;
  }
  .content_area .image04 .image04-right {
    margin: 0;
    width: 240px;
  }
  .content_area .image04 .sub-text {
    font-size: 18px;
    color: #BA5536;
    line-height: 1.9;
    margin: 20px 0 0;
    text-align: left;
  }
  #wrap .image-graph {
    display: block;
  }
  .content_area .image22,
  .content_area .image23 {
    width: 50%;
    margin: 0 auto 5%;
  }
  .top_area .image03 {
    text-align: center;
    margin: 0 auto 60px;
  }
  .content_area .image04 {
    margin: 0 auto 5%;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #header {
    display: none !important;
  }
  .localNav {
    display: none;
  }
  .sp {
    display: block;
  }
  #wrap {
    width: 100%;
    margin-inline: auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .top_area {
    padding: 30px 0 0;
  }
  .top_area .image02 {
    text-align: center;
    margin: 0 auto 20px;
  }
  .top_area .image03 {
    text-align: center;
    margin: 0 auto 30px;
  }
  #wrap .content_area {
    display: flex;
    flex-flow: column;
  }
  .content_area .image04 {
    margin: 0 auto 30px;
    width: 100%;
    box-sizing: border-box;
    flex-flow: column;
    align-items: center;
    display: flex;
  }
  .content_area .image04 .image04-inner {
    display: flex;
    flex-flow: column;
    height: auto;
    margin-right: 0;
    width: 100%;
  }
  .content_area .image05 {
    text-align: center;
    margin: 0 auto 30px;
  }
  .content_area .image06 {
    text-align: center;
    margin: 0 auto 30px;
  }
  .content_area picture {
    text-align: center;
    width: 100%;
    display: block;
  }
  .content_area picture .image-title {
    margin: 0 auto 20px;
    text-align: center;
    max-width: 400px;
    width: 80%;
  }
  .content_area .image04 .sub-text {
    line-height: 2;
    font-size: 16px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    text-align: center;
  }
  #wrap .content_area .image04-right {
    width: 100%;
    text-align: center;
  }
  #wrap .content_area .image-graph {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    max-width: 320px;
  }
  .content_area .ul01 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
  }
  .content_area .ul01 li {
    margin-bottom: 10%;
    width: 100%;
  }
  .content_area .image13 {
    text-align: center;
    margin: 0 auto 30px;
    width: 100%;
    box-sizing: border-box;
  }
  .content_area .ul02 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
  }
  .content_area .ul02 li {
    margin-bottom: 10%;
    width: 100%;
  }
  .content_area .ul03 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
  }
  .content_area .ul03 li {
    position: relative;
    width: 100%;
    margin-bottom: 5%;
  }
  .content_area .ul03 li img {
    display: block;
    width: 100%;
  }
  .content_area .ul03 li:nth-child(2) {
    width: 100%;
    margin-bottom: 0;
  }
  .content_area .ul03 li:nth-child(2) a {
    position: absolute;
    bottom: 9%;
    left: 3%;
    width: 48%;
  }
  .content_area .image18 {
    text-align: center;
    margin: 0 auto 24px;
    width: 100%;
    box-sizing: border-box;
  }
  .content_area .image22, .content_area .image23 {
    width: 60%;
    margin: 0 auto 60px;
    margin-bottom: 60px;
  }
  .content_area .image22 {
    margin: 60px auto 20px;
  }
  .content_area p.note {
    font-size: 13px !important;
    line-height: 1.6;
    margin: 20px 0 60px;
    padding: 0 0 0 15px;
    color: #808080;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.more-cntnt {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 3rem;
  position: relative;
  width: 100%;
  padding: 30px;
  top: 0;
  left: 0;
  background-color: #f0eed9;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .more-cntnt {
    flex-flow: column;
  }
}
.more-cntnt .img-area {
  width: 148px;
  height: auto;
  background: #fff;
}
@media screen and (max-width: 959px) {
  .more-cntnt .img-area {
    width: 164px;
  }
}
@media screen and (max-width: 767px) {
  .more-cntnt .img-area {
    width: 100%;
    max-width: 240px;
  }
}
.more-cntnt .img-area img {
  width: 100%;
  display: block;
  height: auto;
}
.more-cntnt .txt-area {
  width: auto;
  height: auto;
  border: 1px dashed #231815;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .more-cntnt .txt-area {
    border: 0px dashed #231815;
  }
}
.more-cntnt .txt-area .txt-box {
  text-align: center;
}
.more-cntnt .txt-area .txt-box .p1 {
  font-size: 2rem;
  letter-spacing: 0.13em;
  line-height: 1;
}
.more-cntnt .txt-area .txt-box .p2 {
  font-size: 1.3rem;
  letter-spacing: 0.13em;
  line-height: 1.7;
  margin: 2rem 0 0;
}
@media screen and (max-width: 959px) {
  .more-cntnt .txt-area .txt-box .p2 .sp {
    display: block;
  }
}
.more-cntnt .txt-area .btn-box {
  margin: 2rem 0 0;
}
.more-cntnt .txt-area .btn-box .com-btn {
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 1.7rem;
  width: 25rem;
  height: 4.8rem;
  border-radius: 100vh;
  background: #4c7d50;
  position: relative;
  margin: 0 auto;
}
.more-cntnt .txt-area .btn-box .com-btn.clr-grn {
  background: #00702e;
}
.more-cntnt .txt-area .btn-box .com-btn .txt {
  font-family: "NotoSansJP";
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
}
.more-cntnt .txt-area .btn-box .com-btn:hover {
  background: #4d4d4d;
}
.more-cntnt .txt-area .btn-box .com-btn .arrow {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 1px;
  transform: translateY(-50%);
  top: 50%;
  display: block;
}
.more-cntnt .txt-area .btn-box .com-btn .arrow::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: relative;
  right: 0;
  display: block;
}
.more-cntnt .txt-area .btn-box .com-btn .arrow::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: relative;
  right: -10px;
  display: block;
  transform-origin: right bottom;
  transform: rotate(45deg);
}/*# sourceMappingURL=index.css.map */