#includeContent {
  font-family: "Noto Serif JP", serif;
}
#includeContent .font01 {
  font-family: "Noto Sans JP", sans-serif;
}
#includeContent .scInr {
  padding: 0 75px;
  width: 100%;
}
#includeContent .last {
  margin-bottom: 0 !important;
}
#includeContent .mb01 {
  margin-bottom: 10px !important;
}
#includeContent .mb02 {
  margin-bottom: 20px !important;
}
#includeContent .mb03 {
  margin-bottom: 30px !important;
}
#includeContent .mb04 {
  margin-bottom: 40px !important;
}
#includeContent .mb05 {
  margin-bottom: 50px !important;
}
#includeContent .mb08 {
  margin-bottom: 80px !important;
}
#includeContent .mb010 {
  margin-bottom: 100px !important;
}
#includeContent .mb012 {
  margin-bottom: 120px !important;
}
#includeContent * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  color: #231815;
  letter-spacing: 2px;
}
#includeContent p {
  text-align: inherit;
  font-size: 14px;
}
#includeContent img {
  height: auto;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}
#includeContent a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#includeContent a:hover {
  opacity: 0.8;
}
#includeContent a:visited,
#includeContent a:link,
#includeContent a {
  text-decoration: none;
}
#includeContent .sec__btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 55px 0;
}
#includeContent .sec__btnbox a {
  display: block;
  text-align: center;
  margin: 0 10px;
  width: 400px;
}
#includeContent .accordion__title {
  cursor: pointer;
}
#includeContent .accordion__title.c01 .accordion__textbox {
  background-color: #e9d8db;
}
#includeContent .accordion__title.c01 .accordion__arrowbox {
  background-color: #a8626f;
}
#includeContent .accordion__title.c02 .accordion__textbox {
  background-color: #d7dee7;
}
#includeContent .accordion__title.c02 .accordion__arrowbox {
  background-color: #3d3e41;
}
#includeContent .accordion__box {
  display: none;
}
#includeContent .accordion__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#includeContent .accordion__textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 130px;
  width: 50%;
}
#includeContent .accordion__textbox-ja {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 10px;
}
#includeContent .accordion__imgbox {
  width: 50%;
}
#includeContent .accordion__imgbox img {
  height: auto;
  width: 100%;
}
#includeContent .accordion__onebox {
  width: 100%;
  position: relative;
  background-color: #e9d8db;
}
#includeContent .accordion__onebox > img {
  height: auto;
  width: 100%;
}
#includeContent .accordion__ptextbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 130px;
  width: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#includeContent .accordion__arrowbox {
  text-align: center;
  padding: 10px;
}
#includeContent .accordion__arrowbox > p {
  color: #fff;
  font-size: 22px;
  letter-spacing: 5px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#includeContent .accordion__arrowbox > p > img {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
#includeContent #mv .mv__img {
  line-height: 0;
}
#includeContent #mv .mv__textbox {
  padding: 60px 160px;
}
#includeContent #mv .mv__textbox > p {
  font-size: 16px;
  line-height: 2;
}
#includeContent #sec01,
#includeContent #sec02,
#includeContent #sec03,
#includeContent #sec04 {
  margin-bottom: 30px;
}
#includeContent #sec01 .sec01__box01 {
  padding: 60px 0;
}
#includeContent #sec01 .sec01__box01-text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #3d3e41;
  margin-bottom: 50px;
}
#includeContent #sec01 .sec01__box01-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#includeContent #sec01 .sec01__box01-flex img {
  width: 390px;
  margin: 0 10px;
}
#includeContent #sec01 .sec01__box02-imginr {
  position: relative;
}
#includeContent #sec01 .sec01__box02-imginr_img02 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 420px;
}
#includeContent #sec01 .sec01__box03 {
  padding: 50px;
}
#includeContent #sec01 .sec01__box03-title01 {
  width: 238px;
  display: block;
  margin: 0 auto 20px;
}
#includeContent #sec01 .sec01__box03-title02 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 6px;
  margin-bottom: 80px;
}
#includeContent #sec01 .sec01__box03-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 75px;
  margin-bottom: 60px;
}
#includeContent #sec01 .sec01__box03-list li {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
}
#includeContent #sec01 .sec01__box03-list li:last-child {
  margin-right: 0px;
}
#includeContent #sec01 .sec01__box03-list_imgbox {
  position: relative;
  margin-bottom: 10px;
}
#includeContent #sec01 .sec01__box03-list_imgbox-text {
  position: absolute;
  top: -30px;
  left: -5px;
  width: 72px;
}
#includeContent #sec01 .sec01__box03-list_textbox p {
  text-align: center;
  font-size: 16px;
}
#includeContent #sec01 .sec01__box03-btn {
  width: 405px;
  line-height: 0;
  display: block;
  margin: 0 auto;
}
#includeContent #sec01 .sec01__box03-btn img {
  max-width: 100%;
  height: auto;
}
#includeContent #sec02 .sec02__box02 {
  padding-top: 60px;
}
#includeContent #sec02 .sec02__oneimg {
  margin-bottom: 50px;
}
#includeContent #sec02 .sec02__oneimg.uniq02 {
  padding: 0 75px;
}
#includeContent #sec02 .sec02__textbox {
  text-align: center;
  margin-bottom: 30px;
}
#includeContent #sec02 .sec02__textbox > img {
  width: 250px;
  margin: 0 auto 30px;
}
#includeContent #sec02 .sec02__textbox-title {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 6px;
  margin-bottom: 20px;
}
#includeContent #sec02 .sec02__textbox-text {
  font-size: 16px;
  line-height: 2;
}
#includeContent #sec02 .sec02__list01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 75px 30px;
}
#includeContent #sec02 .sec02__list01::before {
  content: "";
  background-color: #e9d8db;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#includeContent #sec02 .sec02__list01 li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
#includeContent #sec02 .sec02__list01 li:last-child {
  margin-right: 0px;
}
#includeContent #sec02 .sec02__list01 li.uniq01 {
  position: relative;
  top: -12px;
}
#includeContent #sec02 .sec02__list02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 75px 30px;
}
#includeContent #sec02 .sec02__list02::before {
  content: "";
  background-color: #e9d8db;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#includeContent #sec02 .sec02__list02 li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
#includeContent #sec02 .sec02__list02 li:last-child {
  margin-right: 0px;
}
#includeContent #sec02 .sec02__list03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 75px 10px;
}
#includeContent #sec02 .sec02__list03 li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
#includeContent #sec02 .sec02__list03 li:last-child {
  margin-right: 0px;
}
#includeContent #sec02 .sec02__list03 li.uniq01 {
  position: relative;
  top: 11px;
}
#includeContent #sec02 .sec02__listbox {
  position: relative;
  padding: 0 75px 30px;
}
#includeContent #sec02 .sec02__listbox::before {
  content: "";
  background-color: #e9d8db;
  width: 100%;
  height: 84%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#includeContent #sec02 .sec02__list-img {
  margin-bottom: 10px;
}
#includeContent #sec02 .sec02__list-title {
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 0;
  padding: 3px 0;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
#includeContent #sec02 .sec02__list-text {
  font-size: 15px;
  letter-spacing: 1.6;
}
#includeContent #sec02 .sec02__list-text span {
  font-size: 12px;
  letter-spacing: 0;
}
#includeContent #sec03 .sec03__box01 {
  padding: 200px 0 30px 0;
  background-color: #f6eff1;
  position: relative;
}
#includeContent #sec03 .sec03__box01 .sec03__bkg01 {
  background-color: #be8993;
}
#includeContent #sec03 .sec03__box01 .sec03__bkg02 {
  background-color: #be8993;
}
#includeContent #sec03 .sec03__box02 {
  padding: 200px 0 30px 0;
  background-color: #fff;
  position: relative;
}
#includeContent #sec03 .sec03__box02 .sec03__bkg01 {
  background-color: #f6eff1;
}
#includeContent #sec03 .sec03__box02 .sec03__bkg02 {
  background-color: #f6eff1;
}
#includeContent #sec03 .sec03__box03 {
  padding: 200px 0 60px 0;
  background-color: #f6eff1;
  position: relative;
}
#includeContent #sec03 .sec03__box03 .sec03__bkg01 {
  background-color: #fff;
}
#includeContent #sec03 .sec03__box03 .sec03__bkg02 {
  background-color: #fff;
}
#includeContent #sec03 .sec03__bkg01, #includeContent #sec03 .sec03__bkg02 {
  position: absolute;
  top: 0;
  height: 255px;
  width: 50%;
}
#includeContent #sec03 .sec03__bkg01 {
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#includeContent #sec03 .sec03__bkg02 {
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
}
#includeContent #sec03 .sec03__maintitle {
  width: 365px;
  display: block;
  margin: 0 auto 25px;
}
#includeContent #sec03 .sec03__maintext {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  margin-bottom: 20px;
}
#includeContent #sec03 .sec03__maintext.pbox {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
#includeContent #sec03 .sec03__maintext > img {
  width: 200px;
  position: absolute;
  bottom: 0;
  left: -60px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#includeContent #sec03 .sec03__inr {
  padding: 0 75px;
}
#includeContent #sec03 .sec03__mainimg {
  margin-bottom: 30px;
}
#includeContent #sec03 .sec03__mainimg .uniq01 {
  margin-bottom: 20px;
}
#includeContent #sec03 .sec03__list li {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#includeContent #sec03 .sec03__list li:last-child {
  margin-bottom: 0;
}
#includeContent #sec03 .sec03__list-imgbox {
  width: 440px;
}
#includeContent #sec03 .sec03__list-textbox {
  width: calc(100% - 460px);
  padding-top: 30px;
}
#includeContent #sec03 .sec03__list-textbox_text {
  font-size: 15px;
}
#includeContent #sec03 .sec03__list-textbox > img {
  margin-bottom: 18px;
}
#includeContent #sec04 .sec04__btnbox {
  background-color: #e9d8db;
  padding: 160px 0 75px;
}
#includeContent #sec04 .sec04__btn a {
  display: block;
  width: 405px;
  margin: 0 auto;
}
#includeContent #sec04 .sec04__mainbtn {
  padding: 60px 0 40px;
}
#includeContent #sec04 .sec04__mainbtn a {
  display: block;
  width: 405px;
  margin: 0 auto;
}
#includeContent #sec04 .sec04__mainimg {
  margin-bottom: 50px;
}
#includeContent #sec04 .sec04__text {
  font-size: 16px;
  line-height: 1.8;
}
#includeContent #sec04 .sec04__pointtext {
  margin-bottom: 10px;
}
#includeContent #sec04 .sec04__pointtext img {
  width: 90px;
}
#includeContent #sec04 .sec04__pbox {
  width: 100%;
  position: relative;
}
#includeContent #sec04 .sec04__pimg01 {
  position: absolute;
  right: 60px;
  top: -60px;
  width: 280px;
}
#includeContent #sec04 .sec04__pimg02 {
  position: absolute;
  right: 60px;
  top: -180px;
  width: 220px;
}
#includeContent #sec04 .sec04__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#includeContent #sec04 .sec04__imgbox01 {
  width: 520px;
  position: relative;
  z-index: 1;
}
#includeContent #sec04 .sec04__imgbox02 {
  width: 100%;
}
#includeContent #sec04 .sec04__imgbox03 {
  width: 50%;
  text-align: center;
}
#includeContent #sec04 .sec04__textbox01 {
  background-color: #e9d8db;
  padding: 65px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#includeContent #sec04 .sec04__textbox01-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#includeContent #sec04 .sec04__textbox02 {
  position: relative;
  width: 50%;
}
#includeContent #sec04 .sec04__box01 {
  padding-bottom: 70px;
}
#includeContent #sec04 .sec04__box01-imgbox02 {
  margin-left: auto;
}
#includeContent #sec04 .sec04__box01-imgbox04 img {
  width: 325px;
  margin: 0 auto;
}
#includeContent #sec04 .sec04__box01-textbox01 {
  position: absolute;
  bottom: -50px;
  left: 480px;
  width: calc(100% - 480px);
}
#includeContent #sec04 .sec04__box01-textbox02 {
  position: absolute;
  top: -50px;
  right: 480px;
  width: calc(100% - 480px);
}
#includeContent #sec04 .sec04__box01-textbox03 {
  position: absolute;
  bottom: -160px;
  right: 0px;
  width: 520px;
}
#includeContent #sec04 .sec04__box02-imgbox02 {
  margin-left: auto;
}
#includeContent #sec04 .sec04__box02-imgbox03 {
  position: absolute;
  left: 0;
  z-index: 1;
}
#includeContent #sec04 .sec04__box02-imgbox03 img {
  width: 400px;
  margin: 0 auto;
}
#includeContent #sec04 .sec04__box02-imgbox04 {
  position: absolute;
  right: 0;
}
#includeContent #sec04 .sec04__box02-imgbox04 img {
  width: 350px;
  margin: 0 auto;
}
#includeContent #sec04 .sec04__box02-textbox01 {
  position: absolute;
  bottom: -50px;
  left: 480px;
  width: calc(100% - 480px);
}
#includeContent #sec04 .sec04__box02-textbox02 {
  position: absolute;
  top: -50px;
  right: 480px;
  width: calc(100% - 480px);
}
#includeContent #sec04 .sec04__box02-textbox03 {
  padding: 50px 40px 70px 0;
}
#includeContent #sec04 .sec04__box02-textbox04 {
  padding: 120px 0 80px 40px;
}
#includeContent #sec04 .sec04__uniqbox {
  width: 730px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#includeContent #sec04 .sec04__uniqbox.rr {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#includeContent #sec05 .sec05__box01 {
  background-image: url(../img/sec05_bkg.png);
  padding: 80px 0 50px;
}
#includeContent #sec05 .sec05__maintile {
  text-align: center;
  margin-bottom: 60px;
}
#includeContent #sec05 .sec05__maintile img {
  width: 500px;
}
#includeContent #sec05 .sec05__list {
  margin: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#includeContent #sec05 .sec05__list-title {
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #000;
}
#includeContent #sec05 .sec05__list-text01 {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#includeContent #sec05 .sec05__list-text01 span {
  white-space: nowrap;
}
#includeContent #sec05 .sec05__list-text01 p {
  letter-spacing: 0;
}
#includeContent #sec05 .sec05__list-text02 {
  font-size: 14px;
}
#includeContent #sec05 .sec05__list-text03 {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
#includeContent #sec05 .sec05__list li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 10px;
  padding-bottom: 20px;
}
#includeContent #sec05 .sec05__list li:nth-child(3n) {
  margin-right: 0px;
}
#includeContent #sec05 .sec05__btn a {
  display: block;
  width: 405px;
  margin: 30px auto 0;
}