@charset "UTF-8";
.main {
  width: 1000px;
  margin: auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #231815;
  letter-spacing: 0;
}

.main p {
  margin: 0;
}

.main img {
  width: 100%;
  height: auto;
}

.main .mv {
  width: 100%;
}

.main .intro {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 60px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.main .intro::after {
  content: "";
  width: 466.5px;
  height: 39px;
  background-image: url("../img/bg_txt01.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  right: 0;
}

.main .intro_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 495px;
          flex: 0 0 495px;
  width: 100%;
  max-width: 495px;
}

.main .intro_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 332px;
          flex: 0 0 332px;
  width: 100%;
  max-width: 332px;
}

.main .intro_image01 {
  width: 201px;
  margin-right: 35px;
}

.main .intro_image02 {
  width: 150px;
  margin-right: 23px;
}

.main .intro_text01 {
  position: relative;
  padding-top: 47px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .intro_text02 {
  position: relative;
  padding-top: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .intro_text03 {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 15px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  width: 170px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .intro_text03::before {
  content: "";
  height: 28px;
  width: 1px;
  background-color: #231815;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
  position: absolute;
  top: 0;
  left: -15px;
}

.main .intro_text03::after {
  content: "";
  height: 28px;
  width: 1px;
  background-color: #231815;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
  position: absolute;
  top: 0;
  right: -6px;
}

.main .intro_text04 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.main .intro_text05 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main .intro_text05 span {
  font-size: 14px;
}

.main .intro_text06 {
  font-size: 12px;
  font-weight: 500;
}

.main .intro_text07 {
  font-size: 15px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.main .anc {
  width: 100%;
  margin: 0 auto 10px;
  border-top: #eae7de 6px solid;
  padding-bottom: 210px;
  background-image: url("../img/bg_img01.png");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.main .anc_arrow {
  width: 323px;
  margin: 0 auto 27px;
}

.main .anc_title {
  width: 800px;
  margin: 0 auto 30px;
}

.main .anc_nav {
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.main .anc_nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
}

.main .anc_nav ul li {
  width: 450px;
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}

.main .anc_nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 84px;
  border: solid #231815 1px;
  position: relative;
  background-color: #fff;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #231815;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 85px;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}

.main .anc_nav ul li a::before {
  content: "#1";
  font-size: 20px;
  font-weight: 700;
  color: #231815;
  width: 65px;
  height: 30px;
  border-right: #231815 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main .anc_nav ul li a::after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../img/arrow02.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main .anc_nav ul li a:hover {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
}

.main .anc_nav ul li a.no2::before {
  content: "#2";
}

.main .anc_nav ul li a.no3::before {
  content: "#3";
}

.main .anc_nav ul li a.no4::before {
  content: "#4";
}

.main .anc_nav ul li a.no5::before {
  content: "#5";
}

.main .anc_nav ul li::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #231815;
  z-index: 1;
  position: absolute;
  top: 6px;
  left: 6px;
}

.main .talk {
  width: 100%;
  margin: 0 auto;
}

.main .talk_block01 {
  width: 100%;
  margin: 0 auto 168px;
  position: relative;
}

.main .talk_block01::after {
  content: "";
  background-color: #eae7de;
  width: 100%;
  height: 420px;
  position: absolute;
  top: 290px;
  z-index: -1;
}

.main .talk_block02 {
  width: 100%;
  margin: 0 auto 168px;
  position: relative;
}

.main .talk_block02::after {
  content: "";
  background-color: #eae7de;
  width: 100%;
  height: 420px;
  position: absolute;
  top: 165px;
  z-index: -1;
}

.main .talk_block03 {
  width: 100%;
  margin: 0 auto 168px;
  position: relative;
}

.main .talk_block03::after {
  content: "";
  background-color: #eae7de;
  width: 100%;
  height: 420px;
  position: absolute;
  top: 260px;
  z-index: -1;
}

.main .talk_block04 {
  width: 100%;
  margin: 0 auto 168px;
  position: relative;
}

.main .talk_block04::after {
  content: "";
  background-color: #eae7de;
  width: 100%;
  height: 420px;
  position: absolute;
  top: 195px;
  z-index: -1;
}

.main .talk_block05 {
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
}

.main .talk_block05::after {
  content: "";
  background-color: #eae7de;
  width: 100%;
  height: 420px;
  position: absolute;
  top: 265px;
  z-index: -1;
}

.main .talk_bg_text01 {
  width: 73px;
  position: absolute;
  left: 0;
  top: -115px;
  z-index: 2;
}

.main .talk_bg_text02 {
  width: 73px;
  position: absolute;
  right: 0;
  top: -85px;
  z-index: 2;
}

.main .talk_bg_text03 {
  width: 73px;
  position: absolute;
  left: 0;
  top: -100px;
  z-index: 2;
}

.main .talk_bg_text04 {
  width: 73px;
  position: absolute;
  right: 0;
  top: -85px;
  z-index: 2;
}

.main .talk_bg_text05 {
  width: 73px;
  position: absolute;
  left: 0;
  top: -100px;
  z-index: 2;
}

.main .talk_tag01 {
  width: 237px;
  position: absolute;
  top: -95px;
  left: 40px;
  z-index: 4;
}

.main .talk_tag02 {
  width: 303px;
  position: absolute;
  top: -80px;
  left: 40px;
  z-index: 4;
}

.main .talk_tag03 {
  width: 569px;
  position: absolute;
  top: -80px;
  left: 40px;
  z-index: 4;
}

.main .talk_tag04 {
  width: 472px;
  position: absolute;
  top: -80px;
  left: 40px;
  z-index: 4;
}

.main .talk_tag05 {
  width: 399px;
  position: absolute;
  top: -80px;
  left: 40px;
  z-index: 4;
}

.main .talk_title01 {
  font-size: 32px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 51px;
  margin-bottom: 30px;
  position: relative;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}

.main .talk_title01 span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), color-stop(0%, #fff462));
  background: linear-gradient(transparent 72%, #fff462 0%);
  padding-bottom: 4px;
}

.main .talk_title02 {
  font-size: 32px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 51px;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}

.main .talk_title02 span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), color-stop(0%, #fff462));
  background: linear-gradient(transparent 72%, #fff462 0%);
  padding-bottom: 4px;
}

.main .talk_cols01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 40px;
}

.main .talk_image01 {
  width: 100%;
  max-width: 440px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
  position: relative;
  z-index: 3;
}

.main .talk_image02 {
  width: 100%;
  font-size: 0px;
  line-height: 0px;
}

.main .talk_list01 ul {
  padding: 0;
  padding-left: 30px;
}

.main .talk_list01 ul li {
  list-style: none;
  padding-left: 17px;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  position: relative;
}

.main .talk_list01 ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f29601;
  position: absolute;
  left: 0;
  top: 10px;
}

.main .talk_list01 ul li:last-child {
  margin-bottom: 0;
}

.main .talk_list02 {
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .talk_list02 ul {
  padding: 0;
}

.main .talk_list02 ul li {
  list-style: none;
  padding-left: 17px;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  position: relative;
}

.main .talk_list02 ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f29601;
  position: absolute;
  left: 0;
  top: 10px;
}

.main .talk_list02 ul li:last-child {
  margin-bottom: 0;
}

.main .talk_video01 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.main .talk_video_title01 {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin-bottom: 20px;
}

.main .talk_video_title01::before {
  content: "";
  height: 36px;
  width: 2px;
  background-color: #231815;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
  position: absolute;
  top: 0;
  left: -37px;
}

.main .talk_video_title01::after {
  content: "";
  height: 36px;
  width: 2px;
  background-color: #231815;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
  position: absolute;
  top: 0;
  right: -37px;
}

.main .talk_video_cont01 {
  -webkit-box-shadow: 0 3px 20px rgba(35, 24, 21, 0.2);
          box-shadow: 0 3px 20px rgba(35, 24, 21, 0.2);
  font-size: 0px;
  line-height: 0px;
}

.main .talk_video_cont01 video {
  width: 100%;
  max-width: 800px;
}

.main .point {
  width: 100%;
  margin: 0 auto 80px;
}

.main .point_title01 {
  background-color: #f29601;
  padding: 40px 0 33px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.main .point_title01 span {
  position: relative;
}

.main .point_title01 span::before {
  content: "";
  width: 43.5px;
  height: 68px;
  background-image: url("../img/icon_side_l.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -107px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main .point_title01 span::after {
  content: "";
  width: 43.5px;
  height: 68px;
  background-image: url("../img/icon_side_r.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -107px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main .point_cont {
  background-color: #eae7de;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 18px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main .point_item {
  background-color: #fff;
  width: 315px;
  padding: 0px 28px 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}

.main .point_item:nth-child(n + 4) {
  margin-bottom: 0;
}

.main .point_item_title01,
.main .point_item_title02,
.main .point_item_title03,
.main .point_item_title04,
.main .point_item_title05,
.main .point_item_title06 {
  font-size: 22px;
  font-weight: 700;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .point_item_title01::before {
  content: "";
  width: 35.5px;
  height: 24px;
  background-image: url("../img/icon_point01.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
}

.main .point_item_title02::before {
  content: "";
  width: 29px;
  height: 26px;
  background-image: url("../img/icon_point02.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
}

.main .point_item_title03::before {
  content: "";
  width: 30px;
  height: 29px;
  background-image: url("../img/icon_point03.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
}

.main .point_item_title04::before {
  content: "";
  width: 30px;
  height: 26px;
  background-image: url("../img/icon_point04.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
}

.main .point_item_title05::before {
  content: "";
  width: 32px;
  height: 17px;
  background-image: url("../img/icon_point05.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
}

.main .point_item_title06::before {
  content: "";
  width: 25.5px;
  height: 22px;
  background-image: url("../img/icon_point06.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
}

.main .point_item_image {
  width: 100%;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: 10px;
}

.main .point_item_text {
  font-size: 15px;
  line-height: 21px;
}

.main .point_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 26px 0;
  width: 600px;
  margin: 0 auto;
  color: #fff;
  background-color: #f29601;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 0 #d2d2d2;
          box-shadow: 0 4px 0 #d2d2d2;
  position: relative;
  -webkit-transition: ease .2s all;
  transition: ease .2s all;
}

.main .point_btn::after {
  content: "";
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 40px;
}

.main .point_btn:hover {
  -webkit-transform: translate(0, 4px);
          transform: translate(0, 4px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .main {
    width: 100%;
    margin: auto;
  }
  .main .intro {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 30px 20px 35px;
    display: block;
    position: relative;
  }
  .main .intro::after {
    content: "";
    width: 62px;
    height: 161.5px;
    background-image: url("../img/sp/bg_txt01.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: auto;
    bottom: 39px;
    right: auto;
    left: 20px;
  }
  .main .intro_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    max-width: none;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
  }
  .main .intro_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    max-width: none;
  }
  .main .intro_image01 {
    width: 121px;
    margin-right: 17px;
  }
  .main .intro_image02 {
    width: 100px;
    margin-right: 0;
    margin-left: 18px;
  }
  .main .intro_text01 {
    position: relative;
    padding-top: 19px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main .intro_text02 {
    position: relative;
    padding-top: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: right;
  }
  .main .intro_text03 {
    position: absolute;
    top: -11px;
    left: 15px;
    font-size: 12px;
    width: auto;
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main .intro_text03::before {
    content: "";
    height: 23px;
    width: 1px;
    background-color: #231815;
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
    position: absolute;
    top: 0;
    left: -15px;
  }
  .main .intro_text03::after {
    content: "";
    height: 23px;
    width: 1px;
    background-color: #231815;
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
    position: absolute;
    top: 0;
    right: -6px;
  }
  .main .intro_text04 {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .main .intro_text05 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 7px;
  }
  .main .intro_text05 span {
    font-size: 11px;
  }
  .main .intro_text06 {
    font-size: 9px;
    font-weight: 500;
  }
  .main .intro_text07 {
    font-size: 11px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .main .anc {
    width: 100%;
    margin: 0 auto;
    border-top: #eae7de 5px solid;
    border-top: none;
    padding: 0 20px 67.73vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: url("../img/sp/bg_img01.png");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
  }
  .main .anc::before {
    content: "";
    background-color: #eae7de;
    height: 5px;
    width: calc(100% - 40px);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main .anc_arrow {
    width: 100%;
    max-width: 258px;
    margin: 0 auto 25px;
  }
  .main .anc_title {
    width: 100%;
    max-width: 316px;
    margin: 0 auto 30px;
  }
  .main .anc_nav {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  .main .anc_nav ul {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 450px;
  }
  .main .anc_nav ul::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #231815;
    z-index: 1;
    position: absolute;
    top: 6px;
    left: 6px;
  }
  .main .anc_nav ul li {
    width: 100%;
    list-style: none;
    position: relative;
    margin-bottom: 0px;
  }
  .main .anc_nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 77px;
    border: solid #231815 1px;
    position: relative;
    background-color: #fff;
    z-index: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    color: #231815;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 85px;
  }
  .main .anc_nav ul li a::before {
    content: "#1";
    font-size: 16px;
    font-weight: 700;
    color: #231815;
    width: 52px;
    height: 25px;
    border-right: #231815 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .main .anc_nav ul li a::after {
    content: "";
    width: 18px;
    height: 18.5px;
    background-image: url("../img/sp/arrow02.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .main .anc_nav ul li a.no2::before {
    content: "#2";
  }
  .main .anc_nav ul li a.no3::before {
    content: "#3";
  }
  .main .anc_nav ul li a.no4::before {
    content: "#4";
  }
  .main .anc_nav ul li a.no5::before {
    content: "#5";
  }
  .main .anc_nav ul li::after {
    content: none;
  }
  .main .talk {
    width: 100%;
    margin: 0 auto;
  }
  .main .talk_block01 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 27px 20px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main .talk_block01::after {
    content: "";
    background-color: #eae7de;
    width: 100%;
    height: 139.2vw;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .main .talk_block02 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 27px 20px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main .talk_block02::after {
    content: "";
    background-color: #eae7de;
    width: 100%;
    height: 114.93vw;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .main .talk_block03 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 27px 20px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main .talk_block03::after {
    content: "";
    background-color: #eae7de;
    width: 100%;
    height: 127.59vw;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .main .talk_block04 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 27px 20px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main .talk_block04::after {
    content: "";
    background-color: #eae7de;
    width: 100%;
    height: 121.7vw;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .main .talk_block05 {
    width: 100%;
    margin: 0 auto 10px;
    position: relative;
    padding: 27px 20px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main .talk_block05::after {
    content: "";
    background-color: #eae7de;
    width: 100%;
    height: 148.59vw;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .main .talk_bg_text01 {
    width: 58px;
    position: absolute;
    left: auto;
    right: 0;
    top: 27px;
    z-index: 2;
  }
  .main .talk_bg_text02 {
    width: 58px;
    position: absolute;
    left: auto;
    right: 0;
    top: 27px;
    z-index: 2;
  }
  .main .talk_bg_text03 {
    width: 58px;
    position: absolute;
    left: auto;
    right: 0;
    top: 27px;
    z-index: 2;
  }
  .main .talk_bg_text04 {
    width: 58px;
    position: absolute;
    left: auto;
    right: 0;
    top: 27px;
    z-index: 2;
  }
  .main .talk_bg_text05 {
    width: 58px;
    position: absolute;
    left: auto;
    right: 0;
    top: 27px;
    z-index: 2;
  }
  .main .talk_tag01 {
    width: 100%;
    max-width: 190px;
    position: relative;
    top: auto;
    left: auto;
    z-index: 4;
  }
  .main .talk_tag02 {
    width: 100%;
    max-width: 243px;
    position: relative;
    top: auto;
    left: auto;
    z-index: 4;
  }
  .main .talk_tag03 {
    width: 100%;
    max-width: 246px;
    position: relative;
    top: auto;
    left: auto;
    z-index: 4;
  }
  .main .talk_tag04 {
    width: 100%;
    max-width: 242px;
    position: relative;
    top: auto;
    left: auto;
    z-index: 4;
  }
  .main .talk_tag05 {
    width: 100%;
    width: 200px;
    position: relative;
    top: auto;
    left: auto;
    z-index: 4;
  }
  .main .talk_title01 {
    font-size: 25px;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.6;
    margin-bottom: 30px;
    position: relative;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 3;
  }
  .main .talk_title01 span {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), color-stop(0%, #fff462));
    background: linear-gradient(transparent 72%, #fff462 0%);
    padding-bottom: 4px;
  }
  .main .talk_title02 {
    font-size: 25px;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.6;
    margin-bottom: 30px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 3;
  }
  .main .talk_title02 span {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), color-stop(0%, #fff462));
    background: linear-gradient(transparent 72%, #fff462 0%);
    padding-bottom: 4px;
  }
  .main .talk_cols01 {
    display: block;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 40px;
  }
  .main .talk_image01 {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    position: relative;
    z-index: 3;
    margin: 0 auto 30px;
  }
  .main .talk_image02 {
    width: 100%;
    font-size: 0px;
    line-height: 0px;
  }
  .main .talk_list01 ul {
    padding: 0;
    padding-left: 0px;
  }
  .main .talk_list01 ul li {
    list-style: none;
    padding-left: 14px;
    font-size: 15px;
    margin-bottom: 20px;
    position: relative;
  }
  .main .talk_list01 ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #f29601;
    position: absolute;
    left: 0;
    top: 7px;
  }
  .main .talk_list01 ul li:last-child {
    margin-bottom: 0;
  }
  .main .talk_list02 {
    padding-right: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main .talk_list02 ul {
    padding: 0;
  }
  .main .talk_list02 ul li {
    list-style: none;
    padding-left: 14px;
    font-size: 15px;
    margin-bottom: 20px;
    position: relative;
  }
  .main .talk_list02 ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #f29601;
    position: absolute;
    left: 0;
    top: 7px;
  }
  .main .talk_list02 ul li:last-child {
    margin-bottom: 0;
  }
  .main .talk_video01 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
  }
  .main .talk_video_title01 {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    margin-bottom: 15px;
  }
  .main .talk_video_title01::before {
    content: "";
    height: 24px;
    width: 2px;
    background-color: #231815;
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
    position: absolute;
    top: 0;
    left: -27px;
  }
  .main .talk_video_title01::after {
    content: "";
    height: 24px;
    width: 2px;
    background-color: #231815;
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
    position: absolute;
    top: 0;
    right: -27px;
  }
  .main .talk_video_cont01 {
    -webkit-box-shadow: 0 3px 20px rgba(35, 24, 21, 0.2);
            box-shadow: 0 3px 20px rgba(35, 24, 21, 0.2);
    font-size: 0px;
    line-height: 0px;
  }
  .main .talk_video_cont01 video {
    width: 100%;
    max-width: 800px;
  }
  .main .point {
    width: 100%;
    margin: 0 auto 50px;
  }
  .main .point_title01 {
    background-color: #f29601;
    padding: 30px 0 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
  }
  .main .point_title01 span {
    position: relative;
  }
  .main .point_title01 span::before {
    content: "";
    width: 26px;
    height: 40.5px;
    background-image: url("../img/sp/icon_side_l.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: -56px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .main .point_title01 span::after {
    content: "";
    width: 26px;
    height: 40.5px;
    background-image: url("../img/sp/icon_side_r.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -56px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .main .point_cont {
    background-color: #eae7de;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    margin: 0 auto 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main .point_item {
    background-color: #fff;
    width: 46.66vw;
    padding: 0px 0px 23px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
  }
  .main .point_item:nth-child(n + 4) {
    margin-bottom: 10px;
  }
  .main .point_item:nth-child(n + 5) {
    margin-bottom: 0px;
  }
  .main .point_item_title01,
  .main .point_item_title02,
  .main .point_item_title03,
  .main .point_item_title04,
  .main .point_item_title05,
  .main .point_item_title06 {
    font-size: 15px;
    font-weight: 700;
    height: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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-sizing: border-box;
            box-sizing: border-box;
  }
  .main .point_item_title01 {
    padding-top: 20px;
  }
  .main .point_item_title01::before {
    content: "";
    width: 27.5px;
    height: 18px;
    background-image: url("../img/sp/icon_point01.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 7px;
  }
  .main .point_item_title02 {
    padding-top: 20px;
  }
  .main .point_item_title02::before {
    content: "";
    width: 22px;
    height: 20px;
    background-image: url("../img/sp/icon_point02.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .main .point_item_title03 {
    padding-top: 20px;
  }
  .main .point_item_title03::before {
    content: "";
    width: 21px;
    height: 20px;
    background-image: url("../img/sp/icon_point03.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 7px;
  }
  .main .point_item_title04 {
    padding-top: 20px;
  }
  .main .point_item_title04::before {
    content: "";
    width: 22.5px;
    height: 20px;
    background-image: url("../img/sp/icon_point04.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 7px;
  }
  .main .point_item_title05 {
    padding-top: 21px;
  }
  .main .point_item_title05::before {
    content: "";
    width: 22px;
    height: 11.5px;
    background-image: url("../img/sp/icon_point05.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 9px;
  }
  .main .point_item_title06 {
    padding-top: 20px;
  }
  .main .point_item_title06::before {
    content: "";
    width: 18px;
    height: 15px;
    background-image: url("../img/sp/icon_point06.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 7px;
  }
  .main .point_item_image {
    width: 100%;
    line-height: 0px;
    font-size: 0px;
    margin-bottom: 20px;
  }
  .main .point_item_text {
    font-size: 12px;
    line-height: 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
  .main .point_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    padding: 20px 0;
    width: 88%;
    margin: 0 auto;
    color: #fff;
    background-color: #f29601;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 0 #d2d2d2;
            box-shadow: 0 4px 0 #d2d2d2;
  }
  .main .point_btn::after {
    content: "";
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 11px;
    height: 11px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 17px;
  }
  .pc_only {
    display: none !important;
  }
}
