.modal__fixstyle {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  overflow-y: scroll;
}

#includeContent {
  font-family: "Noto Sans JP", sans-serif;
}
#includeContent .font01 {
  font-family: "Noto Serif JP", serif;
}
#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: #363d45;
}
#includeContent p {
  text-align: inherit;
  font-size: 15px;
  letter-spacing: 3px;
}
#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 {
  color: #000 !important;
  text-decoration: none;
}
#includeContent .modal {
  position: relative;
}
#includeContent .modal__bkinr {
  width: 100vw;
  height: 100vh;
  background: #47555e;
}
#includeContent .modal__wrapper {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
#includeContent .modal__inr {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 740px;
  width: 100%;
}
#includeContent #mv {
  padding-bottom: 75px;
}
#includeContent #mv .mv__mainimg {
  line-height: 0;
  position: relative;
}
#includeContent #mv .mv__btn {
  position: relative;
  top: -60px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0px;
}
#includeContent #mv .mv__btn img {
  width: 630px;
}
#includeContent #mv .mv__text {
  letter-spacing: 3px;
  line-height: 2.2;
  text-align: center;
}
#includeContent #sec01 .sec01__maintitle {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
#includeContent #sec01 .sec01__tabbox {
  background-color: #e7e0ce;
  padding: 40px 50px;
}
#includeContent #sec01 .sec01__tabbox-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
#includeContent #sec01 .sec01__tabbox-title li {
  width: 33.3333333333%;
  margin: 0 10px;
  font-size: 17px;
  padding: 22px 0;
  text-align: center;
  border-radius: 5px 5px 0 0;
  color: #fff;
  background-color: #52a376;
  overflow: hidden;
  position: relative;
}
#includeContent #sec01 .sec01__tabbox-title li.active {
  background-color: #fff;
  color: #52a376;
}
#includeContent #sec01 .sec01__tabbox-title li.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background-color: #52a376;
}
#includeContent #sec01 .sec01__tabbox-list {
  background-color: #fff;
  padding: 35px 35px 50px;
}
#includeContent #sec01 .sec01__tabbox-list > li {
  display: none;
}
#includeContent #sec01 .sec01__tabbox-mv {
  margin-bottom: 20px;
}
#includeContent #sec01 .sec01__tabbox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
#includeContent #sec01 .sec01__tabbox-flex.rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#includeContent #sec01 .sec01__tabbox-flex02 .sec01__tabbox-flex_imgbox {
  width: 46%;
}
#includeContent #sec01 .sec01__tabbox-flex02 .sec01__tabbox-flex_textbox {
  width: 52%;
}
#includeContent #sec01 .sec01__tabbox-flex_textbox {
  width: 48%;
}
#includeContent #sec01 .sec01__tabbox-flex_textbox-title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #c3c5c7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#includeContent #sec01 .sec01__tabbox-flex_textbox-title span {
  color: #52a376;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff360));
  background: linear-gradient(transparent 60%, #fff360 60%);
}
#includeContent #sec01 .sec01__tabbox-flex_textbox-text {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 2px;
}
#includeContent #sec01 .sec01__tabbox-flex_textbox-pointtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e5f1ea;
  padding: 10px 18px;
  position: relative;
  margin-bottom: 25px;
}
#includeContent #sec01 .sec01__tabbox-flex_textbox-pointtitle::before, #includeContent #sec01 .sec01__tabbox-flex_textbox-pointtitle::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #52a376;
  position: absolute;
  left: 0;
}
#includeContent #sec01 .sec01__tabbox-flex_textbox-pointtitle::before {
  top: -5px;
}
#includeContent #sec01 .sec01__tabbox-flex_textbox-pointtitle::after {
  bottom: -5px;
}
#includeContent #sec01 .sec01__tabbox-flex_textbox-pointtitle p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
}
#includeContent #sec01 .sec01__tabbox-flex_textbox-pointtitle span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #52a376;
  margin-right: 10px;
}
#includeContent #sec01 .sec01__tabbox-flex_imgbox {
  width: 48%;
}
#includeContent #sec01 .sec01__tabbox-pointbox li {
  margin-bottom: 30px;
}
#includeContent #sec01 .sec01__tabbox-pointbox_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e5f1ea;
  padding: 10px 28px;
  position: relative;
  margin-bottom: 25px;
}
#includeContent #sec01 .sec01__tabbox-pointbox_title::before, #includeContent #sec01 .sec01__tabbox-pointbox_title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #52a376;
  position: absolute;
  left: 0;
}
#includeContent #sec01 .sec01__tabbox-pointbox_title::before {
  top: -5px;
}
#includeContent #sec01 .sec01__tabbox-pointbox_title::after {
  bottom: -5px;
}
#includeContent #sec01 .sec01__tabbox-pointbox_title p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
}
#includeContent #sec01 .sec01__tabbox-pointbox_title span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #52a376;
  margin-right: 20px;
}
#includeContent #sec01 .sec01__tabbox-pointbox_text {
  font-size: 15px;
  line-height: 1.6;
}
#includeContent #sec01 .sec01__tabbox-pickup {
  position: relative;
  margin-bottom: 50px;
}
#includeContent #sec01 .sec01__tabbox-pickup_text {
  position: absolute;
  width: 230px;
}
#includeContent #sec01 .sec01__tabbox-pickup_text01 {
  right: -20px;
  top: 0;
}
#includeContent #sec01 .sec01__tabbox-pickup_text02 {
  right: -20px;
  bottom: -20px;
}
#includeContent #sec01 .sec01__tabbox-pickup_text03 {
  right: -40px;
  bottom: -50px;
}
#includeContent #sec01 .sec01__tabbox-checkbox_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 50px;
}
#includeContent #sec01 .sec01__tabbox-checkbox_title:before, #includeContent #sec01 .sec01__tabbox-checkbox_title:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #000;
}
#includeContent #sec01 .sec01__tabbox-checkbox_title:before {
  margin-right: 20px;
}
#includeContent #sec01 .sec01__tabbox-checkbox_title:after {
  margin-left: 20px;
}
#includeContent #sec01 .sec01__tabbox-checkbox_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
#includeContent #sec01 .sec01__tabbox-checkbox_list li {
  width: 49%;
  margin-bottom: 20px;
}
#includeContent #sec01 .sec01__tabbox-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
#includeContent #sec01 .sec01__tabbox-btn img {
  width: 460px;
}
#includeContent #sec01 .sec01__modalbox {
  padding: 70px 50px;
  position: relative;
  background-image: url(../img/sec01_modalbkg.png);
  background-position: center;
  background-size: 100% 95%;
  background-repeat: no-repeat;
}
#includeContent #sec01 .sec01__modalbox-title {
  font-size: 24px;
  margin-bottom: 60px;
  text-align: center;
}
#includeContent #sec01 .sec01__modalbox-list li {
  margin-bottom: 30px;
}
#includeContent #sec01 .sec01__modalbox-list li:last-child {
  margin-bottom: 0px;
}
#includeContent #sec01 .sec01__modalbox-list_titlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #52a376;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#includeContent #sec01 .sec01__modalbox-list_point {
  width: 84px;
  margin-right: 20px;
}
#includeContent #sec01 .sec01__modalbox-list_title {
  font-size: 18px;
  font-weight: 500;
}
#includeContent #sec01 .sec01__modalbox-list_text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
}
#includeContent #sec02 {
  position: relative;
  padding: 125px 0 80px;
}
#includeContent #sec02 .sec02__maintext-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#includeContent #sec02 .sec02__maintext-img img {
  width: 780px;
  max-width: initial;
}
#includeContent #sec02 .sec02__maintext-text {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}
#includeContent #sec02 .sec02__list li {
  margin-bottom: 40px;
}
#includeContent #sec02 .sec02__list li:last-child {
  margin-bottom: 0px;
}
#includeContent #sec02 .sec02__accordionbox {
  background-color: #e5f1ea;
  padding: 30px 45px 30px 45px;
  border-radius: 0 0 10px 10px;
}
#includeContent #sec02 .sec02__accordionbox-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#includeContent #sec02 .sec02__accordionbox-title_en {
  width: 95px;
  margin-right: 20px;
}
#includeContent #sec02 .sec02__accordionbox-title_text {
  font-size: 18px;
  font-weight: 500;
}
#includeContent #sec02 .sec02__accordionbox-title_img {
  width: 42px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#includeContent #sec02 .sec02__accordionbox-text {
  padding-top: 40px;
  position: relative;
  display: none;
}
#includeContent #sec02 .sec02__accordionbox-text::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #52a376;
}
#includeContent #sec02 .sec02__accordionbox-text > p {
  font-size: 15px;
  line-height: 1.6;
}
#includeContent #sec03 {
  position: relative;
  padding: 125px 0 80px;
  background-image: url(../img/sec03_bkg.png);
  background-color: #e7e0ce;
  background-size: cover;
}
#includeContent #sec03 .sec03__inr {
  padding: 0 80px;
}
#includeContent #sec03 .sec03__maintext-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#includeContent #sec03 .sec03__maintext-img img {
  width: 720px;
  max-width: initial;
}
#includeContent #sec03 .sec03__maintext-title {
  font-size: 22px;
  margin-bottom: 10px;
}
#includeContent #sec03 .sec03__maintext-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 300px;
}
#includeContent #sec03 .sec03__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
#includeContent #sec03 .sec03__list li {
  width: 32%;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}
#includeContent #sec03 .sec03__list-icon {
  width: 84px;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
}
#includeContent #sec03 .sec03__list-title {
  text-align: center;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  letter-spacing: 1px;
  white-space: nowrap;
}
#includeContent #sec03 .sec03__list-title span {
  font-size: 13px;
  letter-spacing: 0;
}
#includeContent #sec03 .sec03__list-textbox {
  height: 60px;
}
#includeContent #sec03 .sec03__list-text {
  font-size: 13px;
  letter-spacing: 0;
}
#includeContent #sec03 .sec03__list-link {
  color: #52a376 !important;
  font-weight: bold;
  font-size: 14px !important;
}
#includeContent #sec03 .sec03__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
#includeContent #sec03 .sec03__btn img {
  width: 460px;
}