@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700;800&family=M+PLUS+Rounded+1c:wght@300;400;500&family=Open+Sans:wght@700&display=swap");
.main {
  border: none !important;
}

#contact-footer .contact .text-area {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .entry-content {
    margin-top: 5px;
  }
}

.btn01 {
  width: 200px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 20px;
  color: #fff;
  background-color: #0F213A;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  line-height: normal;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: background-color .3s;
}
.btn01.red {
  width: 350px;
  background: #E60012;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .btn01.red {
    width: 89.3333333333vw;
    font-size: 4.8vw;
    padding: 9.5px;
  }
}
.btn01.red:hover {
  color: #fff;
  background-color: #ec404d;
}
.btn01:hover {
  color: #fff;
  background-color: #4b596b;
}

.introSection {
  padding: 71px 0 120px;
  background: #FDF9F7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .introSection {
    padding: 17.3333333333vw 0 21.3333333333vw;
  }
}
.introSection::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 317px;
  background: #007BC7;
}
@media screen and (max-width: 767px) {
  .introSection::before {
    height: 84.5333333333vw;
  }
}
.introSection .introSection_inner01 {
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .introSection .introSection_inner01 {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.introSection .hdg01 {
  text-align: center;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 40px;
  line-height: 1.45;
  margin-bottom: 69px;
}
@media screen and (max-width: 767px) {
  .introSection .hdg01 {
    font-size: 7.7333333333vw;
    line-height: 1.9;
    margin-bottom: 31px;
  }
}
.introSection .hdg01 span {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 46px;
  display: block;
}
@media screen and (max-width: 767px) {
  .introSection .hdg01 span {
    font-size: 10.6666666667vw;
  }
}
.introSection .img01 {
  text-align: center;
  line-height: 0;
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .introSection .img01 {
    margin-top: 10.4vw;
    margin-left: -5.6vw;
    margin-right: -5.6vw;
  }
}
.introSection .tx01 {
  color: #fff;
  text-align: center;
  background: #E8373D;
  border-radius: 40px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 24px;
  line-height: 1.8;
  padding: 10px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .introSection .tx01 {
    font-size: 5.3333333333vw;
  }
}
.introSection .tx02 {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.8;
  margin: 1.85em 0 0;
}
@media screen and (max-width: 767px) {
  .introSection .tx02 {
    font-size: 4.8vw;
  }
}
.introSection .itemWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .introSection .itemWrap {
    gap: 6.4vw;
  }
}
.introSection .itemWrap .item {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  padding: 18px 30px;
}
@media screen and (max-width: 1230px) {
  .introSection .itemWrap .item {
    padding: 1.4634146341vw 2.4390243902vw;
  }
}
@media screen and (max-width: 767px) {
  .introSection .itemWrap .item {
    padding: 18px 30px;
  }
}
.introSection .itemWrap .item:nth-child(1) {
  flex: 0 0 28.231292517%;
}
.introSection .itemWrap .item:nth-child(2) {
  flex: 0 0 35.0340136054%;
  margin-top: -24px;
}
@media screen and (max-width: 767px) {
  .introSection .itemWrap .item:nth-child(2) {
    margin-top: 0;
  }
}
.introSection .itemWrap .item:nth-child(3) {
  flex: 0 0 29.0816326531%;
}
@media screen and (max-width: 767px) {
  .introSection .itemWrap .item:nth-child(1), .introSection .itemWrap .item:nth-child(2), .introSection .itemWrap .item:nth-child(3) {
    flex-basis: 81.6vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.introSection .itemWrap .item > .hdg {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 30px;
  line-height: 1.5;
  color: #E8373D;
  margin: 0 0 0.3em;
}
@media screen and (max-width: 1230px) {
  .introSection .itemWrap .item > .hdg {
    font-size: 2.4390243902vw;
  }
}
@media screen and (max-width: 767px) {
  .introSection .itemWrap .item > .hdg {
    font-size: 6.9333333333vw;
  }
}
.introSection .itemWrap .item p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 1230px) {
  .introSection .itemWrap .item p {
    font-size: 1.6260162602vw;
  }
}
@media screen and (max-width: 767px) {
  .introSection .itemWrap .item p {
    font-size: 4.8vw;
  }
}

.orderSection {
  padding: 85px 0 73px;
  background: #fff;
}
.orderSection .orderSection_inner01 {
  max-width: 1083px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .orderSection .orderSection_inner01 {
    padding-left: 5.6vw;
    padding-right: 5.6vw;
  }
}
.orderSection .hdg01 {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 40px;
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .orderSection .hdg01 {
    font-size: 9.6vw;
  }
}
.orderSection .hdg01 span {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 46px;
  display: block;
}
@media screen and (max-width: 767px) {
  .orderSection .hdg01 span {
    font-size: 4.8vw;
  }
}
.orderSection .hdg01-discription {
  text-align: center;
  border-radius: 40px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.8;
  margin: 0 0 1.8em;
}
.orderSection .itemWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .orderSection .itemWrap {
    gap: 13.8666666667vw;
  }
}
.orderSection .itemWrap .item {
  text-align: center;
  flex: 0 0 29.4343240652%;
}
@media screen and (max-width: 767px) {
  .orderSection .itemWrap .item {
    flex-basis: 81.8666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.orderSection .itemWrap .item > .step {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-feature-settings: "palt";
  line-height: 1.1;
  color: #E8373D;
  margin: 0 0 0.4em;
  background: #0F213A;
  border-radius: 50%;
  color: #fff;
  width: 94px;
  height: 94px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .orderSection .itemWrap .item > .step {
    font-size: 4.8vw;
    width: 25.0666666667vw;
    height: 25.0666666667vw;
  }
}
.orderSection .itemWrap .item > .step > .step {
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .orderSection .itemWrap .item > .step > .step {
    font-size: 4.8vw;
  }
}
.orderSection .itemWrap .item > .step > .num {
  width: 100%;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .orderSection .itemWrap .item > .step > .num {
    font-size: 8.5333333333vw;
  }
}
.orderSection .itemWrap .item .hdg {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 24px;
  line-height: 1.4;
  color: #0F213A;
  margin: 0.7em 0 0.4em;
}
.orderSection .itemWrap .item .tx01 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.8;
  margin: 0 -5px 1.2em;
}
@media screen and (min-width: 768px) {
  .orderSection .itemWrap .item .tx01 {
    min-height: 4.9em;
  }
}
@media screen and (max-width: 1100px) {
  .orderSection .itemWrap .item .tx01 {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  .orderSection .itemWrap .item .tx01 {
    font-size: 4.2666666667vw;
    margin: 0 -5px 2.5em;
  }
}

.planSection {
  padding: 85px 0 80px;
  background: #FDF9F7;
}
.planSection .planSection_inner01 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .planSection .planSection_inner01 {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.planSection .hdg01 {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .planSection .hdg01 {
    font-size: 9.6vw;
  }
}
.planSection .hdg01-discription {
  text-align: center;
  border-radius: 40px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.8;
  margin: 0 0 1.65em;
}
@media screen and (max-width: 767px) {
  .planSection .hdg01-discription {
    font-size: 4.8vw;
    margin: 0 0 3.3em;
  }
}
.planSection .itemWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
@media screen and (max-width: 767px) {
  .planSection .itemWrap {
    gap: 6.4vw;
    width: 89.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.planSection .itemWrap .item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  padding: 37px 33px;
  border: 3px solid rgba(255, 255, 255, 0);
  flex: 0 0 30.9090909091%;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .planSection .itemWrap .item {
    flex-basis: 48.1818181818%;
  }
}
@media screen and (max-width: 767px) {
  .planSection .itemWrap .item {
    flex-basis: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 9.8666666667vw 8.8vw;
  }
}
.planSection .itemWrap .item.pickup {
  border: 3px solid #E60012;
}
.planSection .itemWrap .item .catch01 {
  position: absolute;
  top: -60px;
  left: -41px;
  width: 94px;
  height: 94px;
  background: #E60012;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.08em;
  transition: left .3s;
}
@media screen and (max-width: 1200px) {
  .planSection .itemWrap .item .catch01 {
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .planSection .itemWrap .item .catch01 {
    width: 25.0666666667vw;
    height: 25.0666666667vw;
    font-size: 5.3333333333vw;
    left: -5.3333333333vw;
  }
}
.planSection .itemWrap .item .catch02 {
  position: absolute;
  top: -31px;
  left: 50%;
  padding: 2px 2.5em;
  background: #E60012;
  border-radius: 999px;
  transform: translateX(-50%);
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .planSection .itemWrap .item .catch02 {
    top: -8.5333333333vw;
    font-size: 3.7333333333vw;
  }
}
.planSection .itemWrap .item .hdg {
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.2;
  color: #0F213A;
  margin: 0 0 0.3em;
}
@media screen and (max-width: 767px) {
  .planSection .itemWrap .item .hdg {
    font-size: 5.3333333333vw;
  }
}
.planSection .itemWrap .item .discription {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 1.7em;
}
@media screen and (max-width: 767px) {
  .planSection .itemWrap .item .discription {
    font-size: 4.2666666667vw;
  }
}
.planSection .itemWrap .item .price {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.4;
  color: #0F213A;
  margin: 0 0 1.6em;
}
@media screen and (max-width: 767px) {
  .planSection .itemWrap .item .price {
    font-size: 4.2666666667vw;
  }
}
.planSection .itemWrap .item .price .yen {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-feature-settings: "palt";
  font-size: 36px;
  margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
  .planSection .itemWrap .item .price .yen {
    font-size: 9.3333333333vw;
  }
}
.planSection .itemWrap .item ul {
  margin: 0 0 33px;
  padding: 0;
}
.planSection .itemWrap .item ul li {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.4;
  padding-left: 28px;
  list-style: none;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .planSection .itemWrap .item ul li {
    font-size: 4.2666666667vw;
  }
}
.planSection .itemWrap .item ul li + li {
  margin-top: 0.85em;
}
.planSection .itemWrap .item ul li::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/ic01.svg") no-repeat 0 0/contain;
}
@media screen and (max-width: 767px) {
  .planSection .itemWrap .item ul li::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.planSection .itemWrap .item .btnWrap {
  text-align: center;
  margin: 0;
}

.designSection {
  padding: 85px 0 80px;
  background: #fff;
}
.designSection .designSection_inner01 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .designSection .designSection_inner01 {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.designSection .hdg01 {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 40px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .designSection .hdg01 {
    font-size: 9.6vw;
  }
}
.designSection .hdg01-discription {
  text-align: center;
  border-radius: 40px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 2.2em;
}
@media screen and (max-width: 767px) {
  .designSection .hdg01-discription {
    font-size: 4.8vw;
  }
}
.designSection ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 26px 1.8181818182%;
}
@media screen and (max-width: 1100px) {
  .designSection ul {
    gap: 26px 2%;
  }
}
@media screen and (max-width: 767px) {
  .designSection ul {
    gap: 4.2666666667vw 4.4776119403%;
  }
}
.designSection ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 10px solid #E1E4E6;
  line-height: 0;
  flex: 0 0 23.6363636364%;
}
@media screen and (max-width: 1100px) {
  .designSection ul li {
    flex: 0 0 32%;
  }
}
@media screen and (max-width: 767px) {
  .designSection ul li {
    border-width: 6px;
    flex: 0 0 47.7611940299%;
  }
}
.designSection .btnWrap {
  text-align: center;
  margin: 40px 0 40px;
}
.designSection .tx01 {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 0;
}
@media screen and (max-width: 767px) {
  .designSection .tx01 {
    font-size: 4.8vw;
  }
}

.faqSection {
  padding: 80px 0 120px;
  background: #FDF9F7;
}
@media screen and (max-width: 767px) {
  .faqSection {
    padding: 78px 0 120px;
  }
}
.faqSection .faqSection_inner01 {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faqSection .faqSection_inner01 {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.faqSection .hdg01 {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .faqSection .hdg01 {
    margin-bottom: 35px;
  }
}
.faqSection .hdg01 span {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 46px;
  display: block;
}
.faqSection ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.faqSection ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  padding: 7px 16px;
}
.faqSection ul li .q {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 18px;
  letter-spacing: 0.02em;
  cursor: pointer;
  position: relative;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .faqSection ul li .q {
    font-size: 16px;
  }
}
.faqSection ul li .q::before {
  content: '';
  position: absolute;
  top: 11px;
  right: -1px;
  width: 18px;
  height: 11px;
  background: url("../img/ic02.svg") no-repeat 0 0/contain;
  transition: transform 0.3s ease;
  transition-delay: 0.1s;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .faqSection ul li .q::before {
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }
}
.faqSection ul li .q.open::before {
  transform: rotate(0);
}
.faqSection ul li .answer {
  padding: 0 30px 0 24px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.6s ease, opacity 0.5s ease;
}
.faqSection ul li .answer.open {
  max-height: 500px;
  opacity: 1;
}
.faqSection ul li .answer p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.8;
  margin: 1.2em 0 0;
}
.faqSection ul li .answer p + p {
  margin: 0.6em 0 0;
}

.accessSection {
  padding: 85px 0 112px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .accessSection {
    padding: 80px 0 112px;
  }
}
.accessSection .accessSection_inner01 {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .accessSection .accessSection_inner01 {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.accessSection .hdg01 {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 40px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .accessSection .hdg01 {
    font-size: 9.6vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.accessSection .hdg01-discription {
  text-align: center;
  border-radius: 40px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .accessSection .hdg01-discription {
    font-size: 4.8vw;
  }
}
.accessSection iframe {
  width: 100%;
  height: 450px;
  margin: 40px 0 34px;
}
@media screen and (max-width: 767px) {
  .accessSection iframe {
    margin: 40px 0 31px;
  }
}
.accessSection .addressWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .accessSection .addressWrap {
    flex-direction: column;
    gap: 30px;
  }
}
.accessSection .address {
  flex: 1 1 82.5%;
}
@media screen and (max-width: 767px) {
  .accessSection .address {
    flex-basis: 100%;
  }
}
.accessSection .qrCode {
  flex: 0 0 12.5%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .accessSection .qrCode {
    flex-basis: 100%;
    text-align: center;
    width: 100%;
  }
  .accessSection .qrCode img {
    width: 100px;
  }
}
.accessSection .tx01 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 .75em;
}
@media screen and (max-width: 767px) {
  .accessSection .tx01 {
    font-size: 18px;
  }
}
.accessSection .tx02 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
