@charset "UTF-8";
/* reset.css */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* ============================
 base
===============================*/
@-ms-viewport {
  width: device-width;
  initial-scale: 1;
}
html {
  font-size: 62.5%;
  -ms-overflow-style: auto;
}

body {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: #151515;
  font-family: "Noto Sans JP", sans-serif;
  word-break: normal;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: none;
  background: #ffffff;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 992px) {
  body {
    letter-spacing: 0.05em;
  }
}

.wrapper {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background: #FDE96E;
  overflow-x: hidden;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.max-width_1200 {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 992px) {
  a {
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
}

a:hover {
  opacity: 0.7;
}

.pc-none {
  display: block;
}
@media screen and (min-width: 992px) {
  .pc-none {
    display: none;
  }
}

.sp-none {
  display: none;
}
@media screen and (min-width: 992px) {
  .sp-none {
    display: block;
  }
}

.inline-block {
  display: inline-block;
}

/*===============================
 header
 ===============================*/
.header {
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 13px 10px 16px;
}

.header__title {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  letter-spacing: -0.07em;
  font-weight: 900;
  text-align: center;
}

.header__sub-title {
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-right: 4px;
}

/*===============================
 footer
 ===============================*/
.footer {
  padding: 16px 10px 20px;
  background: #333333;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .footer {
    padding: 20px 56px;
    position: relative;
  }
}

.footer__title {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 900;
  letter-spacing: -0.07em;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer__title {
    font-size: 3.4rem;
    line-height: 1.2647058824;
    margin-bottom: 36px;
  }
}

.footer__sub-title {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.1875;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-right: 4px;
}
@media screen and (min-width: 992px) {
  .footer__sub-title {
    font-size: 2.4rem;
    line-height: 1.2083333333;
    letter-spacing: 0.05em;
    margin-right: 0;
  }
}

.footer-img {
  width: 56.3157894737%;
  max-width: 214px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .footer-img {
    width: 17.1014492754%;
    max-width: 236px;
    position: absolute;
    right: 56px;
    bottom: 30px;
    margin-bottom: 0;
  }
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .footer__text {
    margin-bottom: 54px;
  }
}

.footer__link {
  color: #ffffff;
  line-height: 1.4285714286;
}
@media screen and (min-width: 992px) {
  .footer__link {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.footer__link:hover {
  color: #ffffff;
}

.copy-right {
  font-size: 1.3rem;
  line-height: 1.4615384615;
}

/*===============================
 fv
 ===============================*/
.fv {
  position: relative;
}

.fv__img {
  width: 100%;
}

.fv__link {
  display: inline-block;
  position: absolute;
  top: -8px;
  right: 10px;
  width: 37.25%;
  height: auto;
  max-width: 149px;
}
@media screen and (min-width: 992px) {
  .fv__link {
    top: auto;
    bottom: -38px;
    right: 100px;
    width: 15.2142857143%;
  }
}

.fv__text {
  padding: 11px 11px 12px;
  font-size: 2.6rem;
  line-height: 1.4230769231;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #151515;
}
@media screen and (min-width: 992px) {
  .fv__text {
    padding: 2px 8px 8px;
    font-size: 3.4rem;
    line-height: 1.4411764706;
  }
}

.fv__sub-text {
  padding: 5px 5px 6px;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  text-align: center;
  background: #F8CB4E;
}
@media screen and (min-width: 992px) {
  .fv__sub-text {
    padding: 5px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.section__title {
  font-size: 2.9rem;
  line-height: 1.4482758621;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .section__title {
    font-size: 4.2rem;
    line-height: 1.4523809524;
  }
}

/*===============================
 product01
 ===============================*/
.product01 {
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  .product01 {
    padding: 80px 10px 80px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

.product01__title {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .product01__title {
    margin-bottom: 60px;
  }
}

.product01__lists {
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.product01__lists.slick-initialized {
  opacity: 1;
}

.product01__list {
  margin: 0 8px;
}
@media screen and (min-width: 992px) {
  .product01__list {
    margin: 0 24px;
  }
}

.slick-prev, .slick-next {
  z-index: 1;
  top: 35%;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .slick-prev, .slick-next {
    top: 45%;
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 992px) {
  .slick-prev, .slick-next {
    top: 40%;
  }
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 6px;
}

.slick-prev::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/top/icon-arrow-right-orange.png) center center/contain no-repeat;
  z-index: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .slick-prev::before {
    width: 36px;
    height: 36px;
  }
}

.slick-next::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/top/icon-arrow-right-orange.png) center center/contain no-repeat;
  z-index: 1;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .slick-next::before {
    width: 36px;
    height: 36px;
  }
}

.product01__text {
  display: inline-block;
  margin-top: 7px;
  line-height: 1.2857142857;
}
@media screen and (min-width: 992px) {
  .product01__text {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}

/*===============================
 product02
 ===============================*/
.product02 {
  background: #ffffff;
}

.product02__inner {
  padding: 40px 18px 60px;
}
@media screen and (min-width: 992px) {
  .product02__inner {
    padding: 100px 10px 100px;
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto;
  }
}

.product02__title {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .product02__title {
    margin-bottom: 50px;
  }
}

.product02__img-wrapper {
  margin-bottom: 14px;
}
@media screen and (min-width: 992px) {
  .product02__img-wrapper {
    margin-bottom: 60px;
  }
}

.product02__img {
  width: 100%;
}

.media {
  background: #EEEEEE;
  padding: 10px 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  .media {
    padding: 26px 27px 19px 65px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 81.4678899083%;
    max-width: 888px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.media__img-wrapper {
  -ms-flex-preferred-size: 112px;
      flex-basis: 112px;
  margin-right: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width: 992px) {
  .media__img-wrapper {
    -ms-flex-preferred-size: 218px;
        flex-basis: 218px;
    margin-right: 0;
    margin-left: 8.4170854271%;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}

.media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.media__title {
  font-size: 1.7rem;
  line-height: 1.4705882353;
  font-weight: bold;
  letter-spacing: -0.08em;
  margin-bottom: 14px;
}
@media screen and (min-width: 992px) {
  .media__title {
    font-size: 2.8rem;
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
}

.media__text {
  line-height: 1.5714285714;
  letter-spacing: -0.014em;
}
@media screen and (min-width: 992px) {
  .media__text {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
}

/*===============================
 contact
 ===============================*/
.contact {
  padding: 30px 18px 16px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .contact {
    padding: 100px 10px 18px;
    max-width: 1012px;
    margin-right: auto;
    margin-left: auto;
  }
}
.contact::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  -webkit-transform: translatex(50%);
          transform: translatex(50%);
  border-right: calc(50vw - 7px) solid transparent;
  border-left: calc(50vw - 7px) solid transparent;
  border-top: 24px solid #FDE96E;
}
@media screen and (min-width: 992px) {
  .contact::after {
    border-top: 80px solid #FDE96E;
  }
}
@media screen and (min-width: 1400px) {
  .contact::after {
    border-right: 700px solid transparent;
    border-left: 700px solid transparent;
  }
}

.contact__title {
  font-size: 2.6rem;
  line-height: 1.4230769231;
  letter-spacing: -0.07em;
  font-weight: bold;
  margin-bottom: 27px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .contact__title {
    font-size: 4.2rem;
    line-height: 1.4523809524;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 992px) {
  .contact__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact-content {
  width: 91%;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 22px 16px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .contact-content {
    width: 100%;
    margin-bottom: 0;
  }
}
.contact-content:last-child {
  margin-bottom: 0;
}
.contact-content.contact-content--line {
  background: #00C400;
}
@media screen and (min-width: 992px) {
  .contact-content.contact-content--line {
    width: 100%;
    padding: 40px 56px 40px 56px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact-content.contact-content--form {
  background: #FEA835;
}
@media screen and (min-width: 992px) {
  .contact-content.contact-content--form {
    width: 48.4879032258%;
    margin-right: 3.0241935484%;
  }
}
.contact-content.contact-content--tel {
  background: #4056F7;
}
@media screen and (min-width: 992px) {
  .contact-content.contact-content--tel {
    width: 48.4879032258%;
  }
}

@media screen and (min-width: 992px) {
  .contact-content__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}

@media screen and (min-width: 992px) {
  .contact__img-wrapper {
    -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
    height: auto;
    margin-left: 5.9031877214%;
  }
}

.contact-content__title {
  font-size: 2.5rem;
  line-height: 1.44;
  font-weight: bold;
  margin-bottom: 14px;
}
@media screen and (min-width: 992px) {
  .contact-content__title {
    font-size: 3.2rem;
    line-height: 1.4375;
    margin-bottom: 8px;
  }
}

.contact-content__text {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-bottom: 13px;
}
@media screen and (min-width: 992px) {
  .contact-content__text {
    font-size: 1.7rem;
    line-height: 1.4117647059;
  }
}

.contact-content__btn-wrapper {
  text-align: center;
}

.contact-content__btn {
  display: inline-block;
  background: #ffffff;
  width: 302px;
  max-width: 100%;
  padding: 3px 18px;
  font-size: 2.2rem;
  line-height: 1.5652173913;
  font-weight: bold;
  border-radius: 23px;
  position: relative;
}
@media screen and (min-width: 400px) {
  .contact-content__btn {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 992px) {
  .contact-content__btn {
    width: 352px;
    padding: 4px 35px 5px;
    font-size: 2.6rem;
    line-height: 1.4230769231;
  }
}
.contact-content__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0 -50%);
          transform: translate(0 -50%);
}

@media screen and (min-width: 992px) {
  .contact-content--line .contact-content__title {
    font-size: 4.6rem;
    line-height: 1.4347826087;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .contact-content--line .contact-content__text {
    font-size: 2.3rem;
    line-height: 1.4782608696;
  }
}
.contact-content--line .contact-content__btn {
  color: #00C400;
}
.contact-content--line .contact-content__btn::after {
  width: 8px;
  height: 15px;
  background: url(../images/top/icon-arrow-right-green.svg) center center/contain no-repeat;
  top: 32%;
  right: 8px;
}

.contact-content--form .contact-content__btn {
  color: #FEA835;
}
.contact-content--form .contact-content__btn::after {
  width: 15px;
  height: 8px;
  background: url(../images/top/icon-arrow-bottom-orange.svg) center center/contain no-repeat;
  top: 43%;
  right: 8px;
}
@media screen and (min-width: 992px) {
  .contact-content--form .contact-content__btn::after {
    right: 15px;
    width: 20px;
    height: 10px;
  }
}

.contact-content--tel .contact-content__btn {
  color: #4056F7;
  font-size: 3rem;
  line-height: 1.1333333333;
  font-family: "Arial", "メイリオ", Meiryo, sans-serif;
}
.contact-content--tel .contact-content__btn::after {
  width: 8px;
  height: 15px;
  background: url(../images/top/icon-arrow-right-blue.svg.svg) center center/contain no-repeat;
  top: 32%;
  right: 8px;
}
@media screen and (min-width: 992px) {
  .contact-content--tel .contact-content__btn::after {
    top: 30%;
    right: 15px;
    width: 10px;
    height: 20px;
  }
}
.contact-content--tel .contact-content__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 18px;
  background: url(../images/top/icon_tel.svg) center center/contain no-repeat;
}
@media screen and (min-width: 400px) {
  .contact-content--tel .contact-content__btn::before {
    left: 32px;
  }
}
@media screen and (min-width: 992px) {
  .contact-content--tel .contact-content__btn::before {
    width: 20px;
    height: 25px;
    top: 50%;
    left: 50px;
  }
}
@media screen and (min-width: 992px) {
  .contact-content--tel .contact-content__btn {
    font-size: 3.3rem;
    line-height: 1.1515151515;
  }
}

.contact-content__note {
  font-size: 1.3rem;
  line-height: 1.2307692308;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .contact-content__note {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin-top: 5px;
  }
}

/*===============================
 point
 ===============================*/
.point__inner {
  background: #ffffff;
  padding: 84px 10px 60px;
}
@media screen and (min-width: 992px) {
  .point__inner {
    padding: 180px 10px 100px;
  }
}

.point__title {
  text-align: center;
  font-size: 3.1rem;
  line-height: 1.3870967742;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .point__title {
    font-size: 4.2rem;
    line-height: 1.4523809524;
    margin-bottom: 81px;
  }
}

.point__lists {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .point__lists {
    max-width: 730px;
  }
}

.point__list {
  width: 24.7368421053%;
  margin-right: 5.2631578947%;
}
.point__list:last-child {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .point__list {
    width: 24.6575342466%;
    margin-right: 13.0136986301%;
  }
}

.point__img-wrapper {
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .point__img-wrapper {
    margin-bottom: 15px;
  }
}

.point__text {
  font-size: 1.4rem;
  line-height: 1.4761904762;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .point__text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .point__text {
    font-size: 2.6rem;
    line-height: 1.4230769231;
  }
}

/*===============================
 point-detail
 ===============================*/
.point-detail {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .point-detail {
    margin-top: 80px;
  }
}

.point-detail__section {
  padding: 20px 15px;
  border-radius: 10px;
  margin-bottom: 30px;
  background: #FEF7CC;
}
.point-detail__section:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .point-detail__section {
    padding: 40px 10px;
    border-radius: 20px;
    margin-bottom: 40px;
  }
}

.point-detail-section01 .point-detail__inner {
  border: 2px solid #151515;
  background: #ffffff;
  padding: 20px 19px;
}
@media screen and (min-width: 992px) {
  .point-detail-section01 .point-detail__inner {
    padding: 42px 120px;
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
  }
}
.point-detail-section01 .point-detail__title::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: -26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/top/icon_point-detail01.png) center center/contain no-repeat;
}
@media screen and (min-width: 992px) {
  .point-detail-section01 .point-detail__title::before {
    width: 36px;
    height: 36px;
    left: -56px;
  }
}

.point-detail__title-wrapper {
  text-align: center;
}

.point-detail__title {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: bold;
  margin-bottom: 17px;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .point-detail__title {
    font-size: 4.2rem;
    line-height: 1.4523809524;
    font-weight: 900;
    margin-bottom: 30px;
  }
}

.point-detail__text {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .point-detail__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .point-detail__text {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    margin-bottom: 40px;
  }
}

.point-detail__sub-title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .point-detail__sub-title {
    font-size: 2.6rem;
    line-height: 1.4230769231;
    margin-bottom: 68px;
  }
}

.point-detail__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.point-detail__list {
  width: 27.5167785235%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .point-detail__list {
    width: 28.4591194969%;
  }
}

.point-detail-center {
  width: 36.2416107383%;
}
@media screen and (min-width: 992px) {
  .point-detail-center {
    width: 28.4591194969%;
  }
}
.point-detail-center .point-detail__img-wrapper {
  width: 55.5555555556%;
}
@media screen and (min-width: 992px) {
  .point-detail-center .point-detail__img-wrapper {
    width: 79.5580110497%;
  }
}

.point-detail__img-wrapper {
  width: 73.1707317073%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 13px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .point-detail__img-wrapper {
    width: 79.5580110497%;
    margin-bottom: 30px;
  }
}

.point-detail__img {
  width: 100%;
}

.point-detail__text02 {
  font-size: 1.3rem;
  line-height: 1.4285714286;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .point-detail__text02 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .point-detail__text02 {
    font-size: 1.6rem;
    line-height: 1.6875;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}

.point-detail-section02 .point-detail__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .point-detail-section02 .point-detail__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.point-detail-section02 .point-detail__inner::before {
  content: "";
  width: 11px;
  height: 98%;
  background: #151515;
  position: absolute;
  top: 0;
  left: 26px;
  z-index: -1;
}
@media screen and (min-width: 529px) {
  .point-detail-section02 .point-detail__inner::before {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .point-detail-section02 .point-detail__inner::before {
    content: none;
  }
}
.point-detail-section02 .point-detail__inner::after {
  content: "";
  width: 36px;
  height: 19px;
  background: url(../images/top/icon-arrow-bottom-black.svg) center center/contain no-repeat;
  position: absolute;
  bottom: -1px;
  left: 14px;
  z-index: -1;
}
@media screen and (min-width: 529px) {
  .point-detail-section02 .point-detail__inner::after {
    bottom: -15px;
  }
}
@media screen and (min-width: 992px) {
  .point-detail-section02 .point-detail__inner::after {
    content: none;
  }
}
.point-detail-section02 .point-detail__title::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: -24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/top/icon_point-detail02.png) center center/contain no-repeat;
}
@media screen and (min-width: 992px) {
  .point-detail-section02 .point-detail__title::before {
    width: 36px;
    height: 38px;
    left: -51px;
  }
}

.point-detail-section03 .point-detail__title::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: -26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/top/icon_point-detail03.png) center center/contain no-repeat;
}
@media screen and (min-width: 992px) {
  .point-detail-section03 .point-detail__title::before {
    width: 37px;
    height: 38px;
    left: -52px;
  }
}

.media02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.media02:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .media02:last-child::after {
    content: none;
  }
}
@media screen and (min-width: 992px) {
  .media02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 22.0689655172%;
    margin-right: 8.4482758621%;
    position: relative;
  }
  .media02:last-child {
    margin-right: 0;
  }
  .media02::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 22px;
    position: absolute;
    top: 32%;
    right: -30%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../images/top/icon-arrow-right-black.svg) center center/contain no-repeat;
  }
}

.media02--middle {
  margin-bottom: 30px;
}
@media screen and (min-width: 529px) {
  .media02--middle {
    margin-bottom: 20px;
  }
}

.media02__img-wrapper {
  -ms-flex-preferred-size: 65px;
      flex-basis: 65px;
  margin-right: 18px;
}
@media screen and (min-width: 992px) {
  .media02__img-wrapper {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-right: 0;
    margin-bottom: 14px;
    text-align: center;
    background: #ffffff;
  }
}

.media02__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.media02__title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 7px;
}
@media screen and (min-width: 992px) {
  .media02__title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-bottom: 11px;
    text-align: center;
  }
}

.media02__text {
  line-height: 1.7142857143;
}
@media screen and (min-width: 992px) {
  .media02__text {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: -0.04em;
  }
}

@media screen and (min-width: 992px) {
  .media03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 830px;
    margin-right: auto;
    margin-left: auto;
  }
}

.media03__img-wrapper {
  width: 46.8571428571%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .media03__img-wrapper {
    width: auto;
    -ms-flex-preferred-size: 38.0722891566%;
        flex-basis: 38.0722891566%;
    margin-right: 3.8554216867%;
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .media03__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin-top: 38px;
  }
}

.media03__title {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: bold;
  margin-bottom: 4px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .media03__title {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    margin-bottom: 11px;
    text-align: left;
  }
}

.media03__text {
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .media03__text {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-bottom: 8px;
  }
}
.media03__text.caution {
  font-weight: bold;
  color: #FF1D1D;
}

/*===============================
 info
 ===============================*/
.info {
  padding: 60px 18px 77px;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .info {
    padding: 180px 10px 100px;
  }
}

.info__title {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .info__title {
    font-size: 4.2rem;
    line-height: 1.4523809524;
    margin-bottom: 32px;
  }
}

.info__text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .info__text {
    font-size: 1.4rem;
    line-height: 2.0714285714;
    text-align: center;
  }
}

.info__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .info__lists {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
  }
}

.info__list {
  width: 45.6043956044%;
  margin-right: 4.1208791209%;
}
.info__list:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .info__list:nth-child(2n) {
    margin-right: 4.6370967742%;
  }
}
.info__list:last-child {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .info__list {
    width: 30.2419354839%;
    margin-right: 4.6370967742%;
  }
}

/*===============================
form
===============================*/
.form {
  margin: 40px 10px;
}
@media screen and (min-width: 992px) {
  .form {
    margin: 80px 100px;
  }
}

.form__inner {
  padding: 40px 17px;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .form__inner {
    padding: 60px 10px 80px;
  }
}

.form__title {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .form__title {
    font-size: 4.2rem;
    line-height: 1.4523809524;
    margin-bottom: 60px;
  }
}
.form__title span {
  display: none;
}

.table {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .table {
    width: 56.9491525424%;
    max-width: 672px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
  }
}

.table__description {
  width: 100%;
  margin-bottom: 30px;
}
.table__description:last-child {
  margin-bottom: 0;
}
.table__description.code {
  width: 66.7630057803%;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .table__description.code {
    max-width: 231px;
    margin-bottom: 30px;
  }
}
.table__description.address {
  margin-bottom: 10px;
}

.table > :not(caption) > * > * {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.table__input {
  width: 100%;
}

.form-floating > .form-control {
  height: auto;
  min-height: 50px;
}
.form-floating > .form-control.table__textarea {
  min-height: 120px;
}
@media screen and (min-width: 992px) {
  .form-floating > .form-control.table__textarea {
    min-height: 80px;
  }
}

.table__textarea {
  width: 100%;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 2.2rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 2.2rem;
}

.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 2.2rem;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 2.2rem;
}

.form-control {
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4285714286;
  color: #151515;
  border: 1px solid #BBBBBB;
  border-radius: 0px;
}

.form-floating > label {
  font-size: 1.4rem;
}

.hisu {
  display: inline-block;
  margin-left: 6px;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  color: #EF2F10;
}

.table__note {
  font-size: 1.3rem;
  line-height: 1.4615384615;
  margin-left: 5px;
}

.picture__text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .picture__text {
    text-align: center;
    margin-bottom: 40px;
  }
}

.picture__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .picture__lists {
    max-width: 672px;
    margin-right: auto;
    margin-left: auto;
  }
}

.picture__list {
  width: 28.612716763%;
  margin-right: 7.225433526%;
}
.picture__list:last-child {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .picture__list {
    width: 31.8452380952%;
    margin-right: 2.2321428571%;
  }
}

@media screen and (min-width: 992px) {
  .picture__link {
    pointer-events: none;
  }
}

.picture__item {
  font-size: 1.4rem;
  line-height: 1.9285714286;
  font-weight: 500;
  letter-spacing: -0.04em;
  text-align: center;
  margin-top: 4px;
}
@media screen and (min-width: 992px) {
  .picture__item {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 14px;
  }
}

.picture__img {
  width: 100%;
}

.lum-lightbox-inner img {
  min-width: 300px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.lum-gallery-button {
  display: none;
}

.lum-close-button {
  opacity: 0.7;
}

.picture-upload {
  margin-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .picture-upload {
    width: 66.4406779661%;
    max-width: 784px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
  }
}

.picture-upload__section {
  margin-bottom: 40px;
}
.picture-upload__section:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .picture-upload__section {
    padding-bottom: 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid #707070;
  }
}

.picture-upload__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.picture-upload__list {
  width: 31.2138728324%;
  margin-right: 3.1791907514%;
}
.picture-upload__list:last-child {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .picture-upload__list {
    width: 29.7193877551%;
    margin-right: 5.3571428571%;
  }
}

.picture-upload__title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 7px;
}
@media screen and (min-width: 992px) {
  .picture-upload__title {
    font-size: 1.7rem;
    line-height: 1.4705882353;
    font-weight: 900;
    margin-bottom: 13px;
  }
}

.picture-upload__label {
  max-width: 100%;
  width: 100%;
}
.picture-upload__label:hover {
  cursor: pointer;
}

.picture-upload__img {
  width: 100%;
}

.file-img {
  display: none;
}

.picture-upload__note {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: normal;
  margin-left: 8px;
  display: inline-block;
}

.privacy-area {
  text-align: center;
  margin-bottom: 20px;
}
.privacy-area a {
  text-decoration: underline;
  color: #151515;
}
.privacy-area a:hover {
  text-decoration: none;
  opacity: 1;
}

.privacy-area__input {
  margin-right: 10px;
  cursor: pointer;
}

.form__submit-wrapper {
  text-align: center;
}

.form__submit {
  display: inline-block;
  width: 248px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 17px;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  background: #151515;
  border: none;
}
@media screen and (min-width: 992px) {
  .form__submit {
    width: 256px;
    padding: 15px 15px 14px;
    font-size: 2rem;
    line-height: 1.45;
  }
}
.form__submit:hover {
  opacity: 0.75;
}

.mw_wp_form_complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-id-48816 .form__title span {
  display: inline-block;
}
.page-id-48816 .file-img {
  display: block;
}
.page-id-48816 .mw_wp_form input[type=file] {
  display: none;
}
.page-id-48816 .mwform-file-delete {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  ::-webkit-input-placeholder {
    color: #BBBBBB;
  }
  ::-moz-placeholder {
    color: #BBBBBB;
  }
  :-ms-input-placeholder {
    color: #BBBBBB;
  }
  ::-ms-input-placeholder {
    color: #BBBBBB;
  }
  ::placeholder {
    color: #BBBBBB;
  }

  .file-img {
    display: block;
  }

  .mw_wp_form input[type=file] {
    width: 90%;
    cursor: pointer;
  }

  .picture-upload__img {
    display: none;
  }

  .page-id-48816 .mw_wp_form input[type=file] {
    display: block;
  }

  .point-detail__list {
    margin-right: 0;
    margin-left: 0;
  }

  .media02__body {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}