@charset "UTF-8";
.bold {
  font-weight: bold;
}

/* 「color」 */
html, body {
  color: #000;
  font-family: "Noto Sans JP", "Sawarabi Gothic";
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

html, body, main, div, section, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  max-width: 100%;
  width: auto;
}

ul li {
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
a:hover {
  opacity: 0.5;
}

/* 「br」タグ */
.br900 {
  display: none;
}
@media (max-width: 900px) {
  .br900 {
    display: block;
  }
}

.br768 {
  display: none;
}
@media (max-width: 768px) {
  .br768 {
    display: block;
  }
}

.br640 {
  display: none;
}
@media (max-width: 640px) {
  .br640 {
    display: block;
  }
}

.br480 {
  display: none;
}
@media (max-width: 480px) {
  .br480 {
    display: block;
  }
}

.br400 {
  display: none;
}
@media (max-width: 400px) {
  .br400 {
    display: block;
  }
}

/* 「ヘッダー」*/
header {
  position: relative;
}
header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 2.5%;
  padding: 30px 0;
}
@media (max-width: 768px) {
  header .header-inner {
    padding: 17px 0;
    gap: 0 20px;
  }
}
@media (max-width: 480px) {
  header .header-inner {
    padding: 9px 0;
  }
}
header .header-inner .header-logo {
  max-width: 384px;
  width: 90%;
  aspect-ratio: 384/44;
  height: 100%;
}
@media (max-width: 1500px) {
  header .header-inner .header-logo {
    width: 27%;
    max-width: unset;
    min-width: 300px;
  }
}
@media (max-width: 640px) {
  header .header-inner .header-logo {
    min-width: 250px;
    height: auto;
  }
}
header .header-inner .header-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0 5%;
}
@media (max-width: 1500px) {
  header .header-inner .header-middle {
    margin: 0 auto 0 4%;
  }
}
@media (max-width: 1100px) {
  header .header-inner .header-middle {
    display: none;
  }
}
header .header-inner .header-middle li a {
  padding: 0 18px;
  border-right: 1px solid #000;
}
@media (max-width: 1500px) {
  header .header-inner .header-middle li a {
    font-size: 15px;
    padding: 0 8px;
  }
}
header .header-inner .header-middle li:nth-child(1) a {
  border-left: 1px solid #000;
}
header .header-inner .header-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
}
@media (max-width: 1500px) {
  header .header-inner .header-sns {
    gap: 0 14px;
  }
}
@media (max-width: 1100px) {
  header .header-inner .header-sns {
    display: none;
  }
}
@media (max-width: 1500px) {
  header .header-inner .header-sns img {
    width: 30px;
  }
}
header #nav-outer {
  display: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 100;
}
@media (max-width: 1100px) {
  header #nav-outer {
    display: block;
  }
}
header #nav-outer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
header #nav-outer nav label {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 20px;
  width: 36px;
  height: 20px;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 480px) {
  header #nav-outer nav label {
    height: 16px;
    width: 30px;
  }
}
header #nav-outer nav label.is-open span {
  background-color: #c35c77;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header #nav-outer nav label.is-open span:before {
  background-color: #c35c77;
  top: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
header #nav-outer nav label span {
  background-color: #000;
  bottom: 0;
  display: inline-block;
  height: 3px;
  position: absolute;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  width: 100%;
}
header #nav-outer nav label span:before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 3px;
  position: absolute;
  top: -20px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  width: 100%;
}
@media (max-width: 480px) {
  header #nav-outer nav label span:before {
    top: -13px;
  }
}
header #nav-outer nav .menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: -600px 0 0 0;
  padding: 0.6em 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
header #nav-outer nav .menu-box.active {
  left: 0;
  margin: 0;
  padding: 0;
  visibility: visible;
}
header #nav-outer nav .menu-box .menu-box-header {
  background: #fff;
  padding: 30px 0;
}
@media (max-width: 768px) {
  header #nav-outer nav .menu-box .menu-box-header {
    padding: 17px 0;
  }
}
@media (max-width: 640px) {
  header #nav-outer nav .menu-box .menu-box-header {
    padding: 27px 0;
  }
}
@media (max-width: 480px) {
  header #nav-outer nav .menu-box .menu-box-header {
    padding: 20px 0;
  }
}
header #nav-outer nav .menu-box .menu-box-header .menu-box-header-img {
  text-align: center;
  height: 44px;
}
@media (max-width: 768px) {
  header #nav-outer nav .menu-box .menu-box-header .menu-box-header-img {
    width: 350px;
    height: 40px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  header #nav-outer nav .menu-box .menu-box-header .menu-box-header-img {
    width: 250px;
    height: 28.64px;
    margin-left: 10px;
    text-align: left;
  }
}
header #nav-outer nav .menu-box ul li {
  border-top: 1px solid #fff;
  padding: 20px 0;
}
@media (max-width: 640px) {
  header #nav-outer nav .menu-box ul li {
    padding: 14px 0;
  }
}
header #nav-outer nav .menu-box ul li a {
  color: #fff;
  font-size: 20px;
  line-height: 130%;
}
@media (max-width: 640px) {
  header #nav-outer nav .menu-box ul li a {
    font-size: 16px;
  }
}
header #nav-outer nav .menu-box ul li:last-child {
  border-bottom: 1px solid #fff;
}
header #nav-outer nav .menu-box ul li:hover a {
  color: #f5e4e9;
}

.section01 {
  position: relative;
}

@media (max-width: 640px) {
  .main-slide-img img {
    height: 380px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.main-slide-img img {
  width: 100%;
}

.main-slide-text01 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}

.main-slide-text02 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}

.mini-slide-box {
  margin: 14px 0;
}
.mini-slide-box img {
  width: 100%;
}

.section02 {
  position: relative;
  background-color: #e3d6ce;
  padding: 40px 0;
}
@media (max-width: 900px) {
  .section02 {
    padding: 50px 0 0;
  }
}
.section02 .sec02-inner {
  position: relative;
  max-width: 564px;
  width: 95%;
  margin: 0 auto;
  padding-left: 33%;
  z-index: 1;
}
@media (max-width: 1500px) {
  .section02 .sec02-inner {
    max-width: 490px;
    padding-left: 40%;
  }
}
@media (max-width: 900px) {
  .section02 .sec02-inner {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .section02 .sec02-inner {
    max-width: 342px;
  }
}
.section02 .sec02-inner .sec02-text01 {
  font-size: 30px;
  line-height: 1.7em;
  margin-bottom: 25px;
  letter-spacing: 6px;
  text-wrap: nowrap;
}
@media (max-width: 1500px) {
  .section02 .sec02-inner .sec02-text01 {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .section02 .sec02-inner .sec02-text01 {
    font-size: 19px;
    letter-spacing: 2px;
  }
}
.section02 .sec02-inner .sec02-text02 {
  font-size: 27px;
  letter-spacing: 4px;
}
@media (max-width: 1500px) {
  .section02 .sec02-inner .sec02-text02 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .section02 .sec02-inner .sec02-text02 {
    font-size: 18px;
  }
}
.section02 .sec02-inner .sec02-text02 span {
  font-size: 0.78em;
  letter-spacing: 2px;
}
.section02 .sec02-inner .sec02-text03 {
  font-size: 21px;
  color: #fff;
  background-color: #af8677;
  padding: 0.11% 10px;
  margin: 21px 0 5px;
}
@media (max-width: 1500px) {
  .section02 .sec02-inner .sec02-text03 {
    font-size: 18px;
  }
}
.section02 .sec02-inner .sec02-text04 .sec02-text04-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 25px;
}
.section02 .sec02-inner .sec02-text04 .sec02-text04-box div:nth-child(1) {
  font-size: 31px;
  border: 1px solid #000;
  padding: 0.2% 3.04%;
  background-color: #e3d6ce;
}
@media (max-width: 1500px) {
  .section02 .sec02-inner .sec02-text04 .sec02-text04-box div:nth-child(1) {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .section02 .sec02-inner .sec02-text04 .sec02-text04-box div:nth-child(1) {
    font-size: 22px;
  }
}
.section02 .sec02-inner .sec02-text04 .sec02-text04-box div:nth-child(1) span {
  font-size: 0.59em;
  margin-left: 1em;
}
.section02 .sec02-inner .sec02-text04 .sec02-text04-box div:nth-child(2) {
  font-size: 66px;
  line-height: 1.2em;
}
@media (max-width: 1500px) {
  .section02 .sec02-inner .sec02-text04 .sec02-text04-box div:nth-child(2) {
    font-size: 56px;
  }
}
@media (max-width: 1500px) and (max-width: 640px) {
  .section02 .sec02-inner .sec02-text04 .sec02-text04-box div:nth-child(2) {
    font-size: 40px;
  }
}
.section02 .sec02-inner .sec02-text04 .sec02-text04-box div:nth-child(2) span {
  font-size: 0.56em;
}
.section02 .sec02-back-img {
  position: absolute;
  left: 4%;
  bottom: 0;
  width: 46.93%;
}
@media (max-width: 1100px) {
  .section02 .sec02-back-img {
    max-width: 516px;
    width: 90%;
  }
}
@media (max-width: 900px) {
  .section02 .sec02-back-img {
    position: relative;
    margin: 50px auto 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 640px) {
  .section02 .sec02-back-img {
    margin-top: 30px;
  }
}

.section03 {
  background: url(../img/diy-campaign-back.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.section03 .sec03-inner {
  font-size: 37px;
  color: #fff;
  background-color: rgba(195, 92, 119, 0.6117647059);
  text-align: center;
  padding: 24px 0;
}
@media (max-width: 1500px) {
  .section03 .sec03-inner {
    font-size: 33px;
  }
}
@media (max-width: 900px) {
  .section03 .sec03-inner {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .section03 .sec03-inner {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .section03 .sec03-inner {
    font-size: 18px;
  }
}
.section03 .sec03-inner img {
  margin-bottom: -1%;
}
@media (max-width: 1500px) {
  .section03 .sec03-inner img {
    width: 710px;
  }
}
@media (max-width: 900px) {
  .section03 .sec03-inner img {
    max-width: 500px;
    width: 95%;
  }
}
@media (max-width: 640px) {
  .section03 .sec03-inner img {
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .section03 .sec03-inner img {
    max-width: 350px;
  }
}
.section03 .sec03-inner .sec03-text02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5px;
  font-size: 0.78em;
  margin-top: 1.8%;
  white-space: nowrap;
  color: #fff;
}
.section03 .sec03-inner .sec03-text02 a div {
  position: relative;
  margin: 0 0.8%;
}
.section03 .sec03-inner .sec03-text02 a div::before {
  content: "";
  position: absolute;
  top: 38%;
  left: 50%;
  display: block;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(-50%, -38%) rotate(-45deg);
          transform: translate(-50%, -38%) rotate(-45deg);
}
@media (max-width: 1500px) {
  .section03 .sec03-inner .sec03-text02 a div::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 900px) {
  .section03 .sec03-inner .sec03-text02 a div::before {
    height: 14px;
    width: 14px;
  }
}
@media (max-width: 640px) {
  .section03 .sec03-inner .sec03-text02 a div::before {
    height: 10px;
    width: 10px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
}
.section03 .sec03-inner .sec03-text02 a div::after {
  content: "";
  display: block;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 68px;
  height: 68px;
}
@media (max-width: 1500px) {
  .section03 .sec03-inner .sec03-text02 a div::after {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 900px) {
  .section03 .sec03-inner .sec03-text02 a div::after {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 640px) {
  .section03 .sec03-inner .sec03-text02 a div::after {
    height: 30px;
    width: 30px;
  }
}
.section03 .sec03-back01 {
  position: absolute;
  top: 0;
  left: 0;
}
.section03 .sec03-back02 {
  position: absolute;
  top: 0;
  right: 0;
}

.detail-sec01 {
  padding: 54px 0 175px;
}
@media (max-width: 768px) {
  .detail-sec01 {
    padding: 50px 0 140px;
  }
}

.detail-sec02 {
  padding: 60px 0 75px;
}
@media (max-width: 768px) {
  .detail-sec02 {
    padding: 50px 0;
  }
}

.detail-sec .detail-sec-inner .detail-sec-text01 {
  position: relative;
  font-size: 23px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .detail-sec .detail-sec-inner .detail-sec-text01 {
    font-size: 20px;
  }
}
.detail-sec .detail-sec-inner .detail-sec-text01::before {
  position: absolute;
  left: -0.5em;
  bottom: 0;
  content: "";
  border-left: 3px solid #000;
  border-radius: 7px;
  height: 1.3em;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.detail-sec .detail-sec-inner .detail-sec-text01::after {
  position: absolute;
  right: -0.5em;
  bottom: 0;
  content: "";
  border-right: 3px solid #000;
  border-radius: 7px;
  height: 1.3em;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.detail-sec .detail-sec-inner .detail-sec-btn a {
  display: block;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#a60c34), to(#c35c77));
  background: linear-gradient(0deg, #a60c34, #c35c77);
  font-size: 25px;
  text-align: center;
  max-width: 380px;
  width: 95%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  padding: 1.21%;
  margin: 50px auto 0;
  border: none;
  -webkit-transition: 1s;
  transition: 1s;
}
.detail-sec .detail-sec-inner .detail-sec-btn a:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#a60c34), to(#a60c34));
  background: linear-gradient(0deg, #a60c34, #a60c34);
  opacity: 1;
}
@media (max-width: 640px) {
  .detail-sec .detail-sec-inner .detail-sec-btn a {
    max-width: 300px;
    font-size: 20px;
  }
}
.detail-sec .detail-sec-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detail-sec .detail-sec-inner ul li {
  list-style-type: "※";
  margin-left: 1em;
  margin-top: 1em;
}

.section04 {
  position: relative;
  background-color: #f5e4e9;
}
.section04 .sec04-inner {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
  padding: 244px 0 93px;
}
@media (max-width: 900px) {
  .section04 .sec04-inner {
    padding-top: 195px;
  }
}
@media (max-width: 768px) {
  .section04 .sec04-inner {
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .section04 .sec04-inner {
    padding-top: 170px;
  }
}
@media screen and (max-width: 520px) {
  .section04 .sec04-inner {
    padding-top: 140px;
  }
}
.section04 .sec04-inner .sec04-merit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 4.27%;
}
@media (max-width: 640px) {
  .section04 .sec04-inner .sec04-merit-box {
    gap: 30px 6%;
  }
}
.section04 .sec04-inner .sec04-merit-box div {
  width: 30.48%;
}
@media (max-width: 640px) {
  .section04 .sec04-inner .sec04-merit-box div {
    width: 47%;
  }
}

.section05 {
  position: relative;
  background-color: #f5e4e9;
  margin-top: 160px;
  margin-bottom: 155px;
}
@media (max-width: 768px) {
  .section05 {
    margin-top: 115px;
    margin-bottom: 130px;
  }
}
.section05 .sec05-inner {
  max-width: 1086px;
  width: 95%;
  margin: 0 auto;
  padding: 210px 0 68px;
}
@media (max-width: 900px) {
  .section05 .sec05-inner {
    padding-top: 180px;
  }
}
@media (max-width: 768px) {
  .section05 .sec05-inner {
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .section05 .sec05-inner {
    padding-top: 140px;
  }
}
@media screen and (max-width: 520px) {
  .section05 .sec05-inner {
    padding-top: 110px;
  }
}
.section05 .sec05-inner .sec05-text01 {
  text-align: center;
  font-size: 17px;
  margin: 22px auto 36px;
}
.section05 .sec05-inner .sec05-hiyo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .section05 .sec05-inner .sec05-hiyo-box {
    gap: 0 13px;
  }
}
@media (max-width: 768px) {
  .section05 .sec05-inner .sec05-hiyo-box {
    max-width: 290px;
    width: 95%;
    margin: 0 auto;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1000px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 15px;
  }
}
@media (max-width: 768px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box {
    width: 100%;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-komoku {
  max-width: 244px;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 1200px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-komoku {
    max-width: 210px;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-komoku {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-komoku img {
    max-width: 210px;
    width: 95%;
  }
}
@media (max-width: 768px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-komoku {
    margin-bottom: 20px;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-meyasu {
  text-align: center;
  margin: 0 32px 0 42px;
  max-width: 325px;
  width: 100%;
}
@media (max-width: 1200px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-meyasu {
    width: 290px;
    margin: 0 20px;
  }
}
@media (max-width: 1000px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-meyasu {
    margin: 0;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-meyasu .sec05-meyasu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 3px solid #808080;
}
@media (max-width: 1000px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-meyasu .sec05-meyasu-top {
    padding-bottom: 8px;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-meyasu .sec05-meyasu-top div:nth-child(1) {
  font-size: 15px;
  color: #fff;
  background-color: #808080;
  border-radius: 30px;
  width: 152px;
  padding: 7px 0px;
}
@media (max-width: 1200px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-meyasu .sec05-meyasu-top div:nth-child(1) {
    width: 130px;
    padding: 3px 0px;
  }
}
@media (max-width: 1200px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-meyasu .sec05-meyasu-top img {
    max-width: 130px;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-meyasu .sec05-meyasu-bottom {
  font-size: 15px;
}
@media (max-width: 1000px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-meyasu .sec05-meyasu-bottom {
    font-size: 14px;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-arow {
  padding-top: 6px;
}
@media (max-width: 768px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-arow {
    width: 100%;
    text-align: center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 4px auto 8px;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-sp {
  display: none;
}
@media (max-width: 1000px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-sp {
    width: 100%;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-sp .sec05-left-sp-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0 15px;
  margin-top: 30px;
  margin-bottom: 5px;
  padding-bottom: 8px;
  border-bottom: 3px solid #c35c77;
  text-align: center;
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-sp .sec05-left-sp-top div:nth-child(1) {
  font-size: 15px;
  font-weight: bold;
  color: #c35c77;
  background-color: #ffffff;
  border: 3px solid #c35c77;
  border-radius: 30px;
  width: 152px;
  padding: 7px 0px;
}
@media (max-width: 1200px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-sp .sec05-left-sp-top div:nth-child(1) {
    width: 140px;
    padding: 3px 0px;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-sp .sec05-left-sp-top:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-sp .sec05-left-sp-top img {
    max-width: 128px;
  }
}
@media (max-width: 640px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-sp .sec05-left-sp-top img {
    max-width: 100px;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-sp .sec05-left-sp-bottom {
  font-size: 12px;
  text-align: center;
}
@media (max-width: 1000px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box .sec05-left-sp .sec05-left-sp-bottom {
    font-size: 14px;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box:nth-child(1) {
  margin-top: 59px;
}
@media (max-width: 1200px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box:nth-child(1) {
    margin-top: 53px;
  }
}
@media (max-width: 1000px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box:nth-child(1) {
    margin-top: 0;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box:nth-child(2) {
  margin-top: 71px;
}
@media (max-width: 1200px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box:nth-child(2) {
    margin-top: 76px;
  }
}
@media (max-width: 1000px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box:nth-child(2) {
    margin-top: 115px;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box:nth-child(3) {
  margin-top: 49px;
}
@media (max-width: 1200px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box:nth-child(3) {
    margin-top: 53px;
  }
}
@media (max-width: 1000px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box:nth-child(3) {
    margin-top: 115px;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box:nth-child(4) {
  margin-top: 48px;
}
@media (max-width: 1200px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box:nth-child(4) {
    margin-top: 52px;
  }
}
@media (max-width: 1000px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box:nth-child(4) {
    margin-top: 115px;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box:nth-child(5) {
  margin-top: 68px;
}
@media (max-width: 1000px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box:nth-child(5) {
    margin-top: 115px;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box:nth-child(6) {
  margin-top: 67px;
}
@media (max-width: 1200px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box:nth-child(6) {
    margin-top: 74px;
  }
}
@media (max-width: 1000px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-left .sec05-left-box:nth-child(6) {
    margin-top: 115px;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-right {
  border: 4px solid #c35c77;
  border-radius: 15px;
  background-color: #fff;
  padding: 20px 29px;
}
@media (max-width: 1200px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-right {
    padding: 16px;
  }
}
@media (max-width: 1000px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-right {
    display: none;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-right .sec05-right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0 15px;
  margin-top: 40px;
  margin-bottom: 5px;
  padding-bottom: 8px;
  border-bottom: 3px solid #c35c77;
  text-align: center;
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-right .sec05-right-top div:nth-child(1) {
  font-size: 15px;
  font-weight: bold;
  color: #c35c77;
  background-color: #ffffff;
  border: 3px solid #c35c77;
  border-radius: 30px;
  width: 152px;
  padding: 7px 0px;
}
@media (max-width: 1200px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-right .sec05-right-top div:nth-child(1) {
    width: 140px;
    padding: 3px 0px;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-right .sec05-right-top:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .section05 .sec05-inner .sec05-hiyo-box .sec05-right .sec05-right-top img {
    max-width: 128px;
  }
}
.section05 .sec05-inner .sec05-hiyo-box .sec05-right .sec05-right-bottom {
  font-size: 12px;
  text-align: center;
}
.section05 .sec05-inner .sec05-otoku-img {
  text-align: center;
  margin: 42px auto 0;
  max-width: 780px;
  width: 95%;
}
@media (max-width: 1200px) {
  .section05 .sec05-inner .sec05-otoku-img {
    max-width: 720px;
  }
}
@media (max-width: 1000px) {
  .section05 .sec05-inner .sec05-otoku-img {
    margin-top: 90px;
  }
}
@media (max-width: 480px) {
  .section05 .sec05-inner .sec05-otoku-img {
    margin-top: 70px;
  }
}

.section06 {
  position: relative;
  background-color: #f5e4e9;
  padding: 260px 0 90px;
}
@media (max-width: 900px) {
  .section06 {
    padding-top: 220px;
  }
}
@media (max-width: 768px) {
  .section06 {
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .section06 {
    padding-top: 160px;
  }
}
@media screen and (max-width: 520px) {
  .section06 {
    padding-top: 130px;
  }
}
.section06 .sec06-inner .sec06-ul01 {
  max-width: 870px;
  width: 95%;
  margin: 0 auto 120px;
}
@media (max-width: 1000px) {
  .section06 .sec06-inner .sec06-ul01 {
    margin: 0 auto 100px;
  }
}
@media (max-width: 768px) {
  .section06 .sec06-inner .sec06-ul01 {
    margin: 0 auto 50px;
  }
}
.section06 .sec06-inner .sec06-ul01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  font-size: 25px;
  margin-left: 1em;
}
@media (max-width: 1200px) {
  .section06 .sec06-inner .sec06-ul01 li {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .section06 .sec06-inner .sec06-ul01 li {
    font-size: 17px;
    margin-left: 0;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 480px) {
  .section06 .sec06-inner .sec06-ul01 li {
    font-size: 16px;
    margin-bottom: 1em;
  }
}
@media (max-width: 1200px) {
  .section06 .sec06-inner .sec06-ul01 li img {
    width: 30px;
  }
}
@media (max-width: 768px) {
  .section06 .sec06-inner .sec06-ul01 li img {
    width: 26px;
  }
}
@media (max-width: 640px) {
  .section06 .sec06-inner .sec06-ul01 li div:nth-child(2) {
    width: 93%;
  }
}
.section06 .sec06-inner .sec06-photo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 33px 0;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto 105px;
}
@media (max-width: 1000px) {
  .section06 .sec06-inner .sec06-photo-box {
    gap: 33px 5%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .section06 .sec06-inner .sec06-photo-box {
    gap: 33px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .section06 .sec06-inner .sec06-photo-box {
    gap: 50px 0;
  }
}
.section06 .sec06-inner .sec06-photo-box .sec06-photo-one {
  width: 22.5%;
}
@media (max-width: 1000px) {
  .section06 .sec06-inner .sec06-photo-box .sec06-photo-one {
    width: 30%;
  }
}
@media (max-width: 640px) {
  .section06 .sec06-inner .sec06-photo-box .sec06-photo-one {
    width: 47%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .section06 .sec06-inner .sec06-photo-box .sec06-photo-one {
    max-width: 368px;
    width: 100%;
    margin: 0 auto;
  }
  .section06 .sec06-inner .sec06-photo-box .sec06-photo-one img {
    width: 100%;
  }
}
.section06 .sec06-inner .sec06-photo-box .sec06-photo-one .sec06-photo-text01 {
  font-size: 17px;
}
@media (max-width: 640px) {
  .section06 .sec06-inner .sec06-photo-box .sec06-photo-one .sec06-photo-text01 {
    font-size: 16px;
  }
}
.section06 .sec06-inner .sec06-photo-box .sec06-photo-one .sec06-photo-text02 {
  font-size: 15px;
}
.section06 .sec06-inner .sec06-place-textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1023px;
  width: 95%;
  margin: 0 auto 110px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
@media screen and (max-width: 1030px) {
  .section06 .sec06-inner .sec06-place-textbox {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 480px) {
  .section06 .sec06-inner .sec06-place-textbox {
    margin: 0 auto 45px;
  }
}
.section06 .sec06-inner .sec06-place-textbox .sec06-place-textbox-one {
  width: 48%;
}
@media screen and (max-width: 1030px) {
  .section06 .sec06-inner .sec06-place-textbox .sec06-place-textbox-one {
    max-width: 490px;
    width: 100%;
    margin: 0 auto;
  }
}
.section06 .sec06-inner .sec06-place-textbox .sec06-place-textbox-one .sec06-kikan-title {
  color: #c35c77;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 3px;
}
@media (max-width: 480px) {
  .section06 .sec06-inner .sec06-place-textbox .sec06-place-textbox-one .sec06-kikan-title {
    text-align: center;
    margin-bottom: 8px;
  }
}
.section06 .sec06-inner .sec06-place-textbox .sec06-place-textbox-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  line-height: 1.8em;
  font-family: serif;
  font-weight: bold;
}
@media (max-width: 640px) {
  .section06 .sec06-inner .sec06-place-textbox .sec06-place-textbox-one li {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .section06 .sec06-inner .sec06-place-textbox .sec06-place-textbox-one li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2em;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .section06 .sec06-inner .sec06-place-textbox .sec06-place-textbox-one li span {
    display: none;
  }
}
.section06 .sec06-inner .sec06-place-textbox .sec06-place-textbox-one li div {
  font-weight: bold;
}
@media (max-width: 480px) {
  .section06 .sec06-inner .sec06-place-textbox .sec06-place-textbox-one li div {
    width: 100%;
    padding-left: 1em;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .section06 .sec06-inner .sec06-place-textbox .sec06-place-textbox-one li div::before {
    content: "➡ ";
  }
}
.section06 .sec06-inner .sec06-access {
  text-align: center;
}
@media (max-width: 640px) {
  .section06 .sec06-inner .sec06-access {
    white-space: nowrap;
    overflow-x: scroll;
    width: 95%;
    margin: 0 auto;
  }
}
.section06 .sec06-inner .sec06-access img {
  max-width: 1102px;
  width: 95%;
}
@media (max-width: 640px) {
  .section06 .sec06-inner .sec06-access img {
    width: 600px;
  }
}
.section06 .sec06-inner .sec06-access-text {
  text-align: center;
  font-size: 16px;
  margin: 85px auto;
  text-align: center;
  width: 95%;
}
@media (max-width: 480px) {
  .section06 .sec06-inner .sec06-access-text {
    margin: 65px auto;
  }
}
.section06 .sec06-inner .sec06-googlemap {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.section06 .sec06-inner .sec06-googlemap iframe {
  width: 100%;
  aspect-ratio: 120/43;
}
@media (max-width: 640px) {
  .section06 .sec06-inner .sec06-googlemap iframe {
    max-width: 100%;
    height: 100%;
    aspect-ratio: 2/1.5;
  }
}

.section07 {
  padding: 80px 0 70px;
  background-color: #e3d6ce;
}
@media (max-width: 768px) {
  .section07 {
    padding: 50px 0;
  }
}
.section07 .sec07-inner .sec07-title01 {
  text-align: center;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 35px;
}
@media (max-width: 900px) {
  .section07 .sec07-inner .sec07-title01 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .section07 .sec07-inner .sec07-title01 {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .section07 .sec07-inner .sec07-title01 {
    font-size: 21px;
  }
}
.section07 .sec07-inner .sec07-table-outer {
  width: 95%;
  margin: 0 auto 80px;
}
@media (max-width: 640px) {
  .section07 .sec07-inner .sec07-table-outer {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
.section07 .sec07-inner .sec07-table-outer .sec07-table {
  max-width: 860px;
  width: 95%;
  margin: 0 auto;
  font-size: 18px;
  border-top: 1px solid #3e3a39;
  border-bottom: 1px solid #3e3a39;
  border-spacing: 0;
}
@media (max-width: 900px) {
  .section07 .sec07-inner .sec07-table-outer .sec07-table {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .section07 .sec07-inner .sec07-table-outer .sec07-table {
    font-size: 15px;
    width: 600px;
  }
}
.section07 .sec07-inner .sec07-table-outer .sec07-table tr th {
  padding: 18px 0 18px;
  width: 165px;
  font-weight: bold;
}
@media (max-width: 900px) {
  .section07 .sec07-inner .sec07-table-outer .sec07-table tr th {
    width: 150px;
  }
}
@media (max-width: 640px) {
  .section07 .sec07-inner .sec07-table-outer .sec07-table tr th {
    width: 100px;
    padding: 0 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.section07 .sec07-inner .sec07-table-outer .sec07-table tr td {
  padding: 18px 1em 18px;
  font-weight: bold;
}
@media (max-width: 640px) {
  .section07 .sec07-inner .sec07-table-outer .sec07-table tr td {
    font-size: 15px;
    padding: 10px 1em 10px;
  }
}
.section07 .sec07-inner .sec07-table-outer .sec07-table tr td .sec07-td-item01 {
  font-size: 20px;
  border: 1px solid #3e3a39;
  width: 128px;
  text-align: center;
}
@media (max-width: 900px) {
  .section07 .sec07-inner .sec07-table-outer .sec07-table tr td .sec07-td-item01 {
    font-size: 18px;
    width: 100px;
  }
}
@media (max-width: 640px) {
  .section07 .sec07-inner .sec07-table-outer .sec07-table tr td .sec07-td-item01 {
    font-size: 17px;
    width: 85px;
  }
}
.section07 .sec07-inner .sec07-table-outer .sec07-table tr td .sec07-td-item01 span {
  font-size: 12px;
  margin-left: 2px;
}
.section07 .sec07-inner .sec07-table-outer .sec07-table tr td .sec07-td-item02 {
  font-size: 50px;
  line-height: 1em;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .section07 .sec07-inner .sec07-table-outer .sec07-table tr td .sec07-td-item02 {
    font-size: 44px;
  }
}
@media (max-width: 900px) {
  .section07 .sec07-inner .sec07-table-outer .sec07-table tr td .sec07-td-item02 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .section07 .sec07-inner .sec07-table-outer .sec07-table tr td .sec07-td-item02 {
    font-size: 33px;
  }
}
@media (max-width: 640px) {
  .section07 .sec07-inner .sec07-table-outer .sec07-table tr td .sec07-td-item02 {
    font-size: 25px;
  }
}
.section07 .sec07-inner .sec07-table-outer .sec07-table tr td .sec07-td-item02 span {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 900px) {
  .section07 .sec07-inner .sec07-table-outer .sec07-table tr td .sec07-td-item02 span {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .section07 .sec07-inner .sec07-table-outer .sec07-table tr td .sec07-td-item02 span {
    font-size: 18px;
  }
}
.section07 .sec07-inner .sec07-madorizu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto 75px;
  gap: 0 6.6%;
}
@media (max-width: 640px) {
  .section07 .sec07-inner .sec07-madorizu {
    display: block;
    text-align: center;
  }
  .section07 .sec07-inner .sec07-madorizu div {
    max-width: 505px;
    width: 95%;
    margin: 0 auto;
  }
  .section07 .sec07-inner .sec07-madorizu div:nth-child(1) {
    margin-bottom: 50px;
  }
}

.section08 {
  position: relative;
}

.sec08-img01pc {
  width: 100%;
}
@media (max-width: 768px) {
  .sec08-img01pc {
    display: none;
  }
}

.sec08-img01sp {
  display: none;
}
@media (max-width: 768px) {
  .sec08-img01sp {
    display: block;
    height: 185px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.section09 {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .section09 {
    margin-bottom: 50px;
  }
}
.section09 .sec09-inner .sec09-text01 {
  text-align: center;
  margin-top: 15px;
}
.section09 .sec09-inner .sec09-tokuten-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 824px;
  width: 95%;
  margin: 15px auto 70px;
}
@media (max-width: 480px) {
  .section09 .sec09-inner .sec09-tokuten-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px 0;
  }
}
.section09 .sec09-inner .sec09-tokuten-box div {
  width: 46%;
}
@media (max-width: 480px) {
  .section09 .sec09-inner .sec09-tokuten-box div {
    max-width: 280px;
    width: 100%;
  }
}

.section10 {
  padding: 60px 0;
  background-color: #e7dfcb;
}
@media (max-width: 768px) {
  .section10 {
    padding: 50px 0;
  }
}
.section10 .sec10-inner {
  max-width: 930px;
  width: 95%;
  margin: 0 auto;
}
.section10 .sec10-inner .sec10-logo01 {
  text-align: center;
}
.section10 .sec10-inner .sec10-logo02 {
  text-align: center;
  margin: 45px auto 20px;
}
.section10 .sec10-inner .sec10-text01 {
  position: relative;
  font-size: 18px;
  text-align: center;
  margin-bottom: 110px;
}
@media (max-width: 800px) {
  .section10 .sec10-inner .sec10-text01 {
    margin-bottom: 85px;
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .section10 .sec10-inner .sec10-text01 {
    font-size: 15px;
  }
}
.section10 .sec10-inner .sec10-text01 img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22.2%;
}
@media (max-width: 800px) {
  .section10 .sec10-inner .sec10-text01 img {
    position: relative;
    margin: 25px auto 0;
    max-width: 150px;
    width: 100%;
  }
}
.section10 .sec10-inner .sec10-photo-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .section10 .sec10-inner .sec10-photo-box01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px 0;
  }
}
.section10 .sec10-inner .sec10-photo-box01 div {
  position: relative;
  width: 47%;
}
@media (max-width: 640px) {
  .section10 .sec10-inner .sec10-photo-box01 div {
    max-width: 368px;
    width: 100%;
  }
}
.section10 .sec10-inner .sec10-photo-box01 div .sec10-photo-num {
  position: absolute;
  right: 0;
  top: -35px;
}
.section10 .sec10-inner .sec10-photo-box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .section10 .sec10-inner .sec10-photo-box02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 70px 0;
  }
}
.section10 .sec10-inner .sec10-photo-box02 div {
  width: 30.4%;
}
@media (max-width: 640px) {
  .section10 .sec10-inner .sec10-photo-box02 div {
    max-width: 368px;
    width: 100%;
  }
}

.pink-circle-title {
  position: absolute;
  top: -78px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1500px) {
  .pink-circle-title {
    width: 250px;
  }
}
@media (max-width: 900px) {
  .pink-circle-title {
    width: 230px;
  }
}
@media (max-width: 640px) {
  .pink-circle-title {
    width: 200px;
  }
}
@media screen and (max-width: 520px) {
  .pink-circle-title {
    width: 170px;
  }
}

/* 「フッター」*/
footer {
  background: #fff;
  padding: 50px 0;
}
footer .flex-twocol09 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  footer .flex-twocol09 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 470px;
    width: 95%;
    gap: 40px 0;
  }
}
footer .flex-twocol09 .flex-twocol09-left {
  width: 48%;
}
@media (max-width: 768px) {
  footer .flex-twocol09 .flex-twocol09-left {
    width: 100%;
  }
}
footer .flex-twocol09 .flex-twocol09-left img {
  margin-bottom: 20px;
}
footer .flex-twocol09 .flex-twocol09-left .footer-text01 {
  font-size: 20px;
  margin-bottom: 10px;
}
footer .flex-twocol09 .flex-twocol09-left .footer-text02 {
  font-size: 16px;
}
@media (max-width: 768px) {
  footer .flex-twocol09 .flex-twocol09-left .footer-text02 .br900 {
    display: none;
  }
}
footer .flex-twocol09 .flex-twocol09-right {
  text-align: right;
  width: 48%;
}
@media (max-width: 768px) {
  footer .flex-twocol09 .flex-twocol09-right {
    width: 100%;
  }
}

.footer-tel-img {
  margin-bottom: 5px;
}

.footer-text03 {
  font-size: 16px;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    cursor: default;
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
  }
}
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 4%;
  z-index: 200;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .pagetop {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .pagetop {
    width: 60px;
  }
}
.pagetop:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}