.mv {
  height: 600px;
  background: url("../../../../asset/images/bg_mv01.webp") center, #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}


.intro__caption {
  padding-top: 1em;
  margin-bottom: 2%;
  text-align: left;
  padding: 0% 5% 2% 5%
}

.intro__caption li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  color: #515254;
  line-height: 1.3em
}



@media (max-width: 767px) {
  .mv {
    height: auto;
    background: #ffffff;
    margin-bottom: -50px;
  }
}

@media (-ms-high-contrast: none) {
  .mv {
    background: url("../../../../asset/images/bg_mv01.png") right bottom no-repeat, #ffffff;
    background-size: contain;
  }
}
.mv__inner {
  max-width: 960px;
  width: 90%;
  margin: auto;
  padding-top: 7vw;
}
@media (max-width: 767px) {
  .mv__inner {
    width: 100%;
    padding-top: 0;
  }
}
.mv__title {
  width: 50%;
}
@media (max-width: 767px) {
  .mv__title {
    opacity: 1 !important;
    -webkit-animation: none !important;
            animation: none !important;
    width: 100%;
    margin: auto;
  }
}
.mv__title img {
  width: 100%;
}
.mv__float {
  position: absolute;
  top: 1vw;
  left: 1vw;
  display: block;
  width: 40vw;
}
@media (min-width: 768px) {
  .mv__float {
      width: 30vw;
      top: 23vw;
      left: 5vw;
  }
}
.fixed {
  margin: 0;
  font-weight: 700;
  width: 65px;
  height: 200px;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  text-orientation: upright;
  z-index: 9999;
  position: fixed;
  top: 60px;
  right: -5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1000px) {
  .fixed {
    width: 40px;
    height: 180px;
  }
}
@media (max-width: 767px) {
  .fixed {
    width: 37px;
    height: 140px;
    top: 30px;
    right: 0;
  }
}
.fixed__link {
  font-size: 20px;
  color: #fff;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#21b8c5), to(#0093d4));
  background: linear-gradient(0deg, #21b8c5 0%, #0093d4 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  border-radius: 10px 0 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  .fixed__link {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .fixed__link {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .fixed__link {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .fixed__link {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .fixed__link {
    font-size: 12px;
    border-radius: 5px 0 0 5px;
  }
}
.fixed__link:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .fixed__link:hover {
    -webkit-transform: translateX(-5px) !important;
            transform: translateX(-5px) !important;
  }
}

.intro {
  padding: 0px 0 20px;
  background-color: #ffffff;
}

.intro__traning {
　margin-top: 50px;
  padding: 20px 0 10px;
  background-color: #3E3A39;
}
@media (max-width: 1000px) {
  .intro {
    padding: 40px 0 40px;
  }
}
@media (max-width: 767px) {
  .intro__traning {
    padding: 20px 5px 0px;
  }
  .intro {
    padding: 30px 0 30px;
  }
}
.intro__inner {
  text-align: center;
  max-width: 800px;
  margin: 0% auto;
}

.intro__inner--02 {
  max-width: 800px;
}
@media (max-width: 1500px) {
  .intro__inner {
    width: 94%;
  }
}
@media (max-width: 767px) {
  .intro__subTit {
    width: 80%;
    margin: auto;
  }
}
.intro__tit {
  margin: 30px auto;
}
@media (max-width: 767px) {
  .intro__tit {
    margin: 10px auto;
  }
}
.intro__memo {
  font-size: 24px;
  text-indent: -1em;
  padding-left: 1em;
  color: #fff;
  text-align: left;
}
@media (max-width: 1000px) {
  .intro__memo {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .intro__memo {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .intro__memo:not(:last-of-type) {
    margin-top: 10px;
  }
}
.intro__memo--bold {
  font-size: 30px;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
@media (max-width: 1200px) {
  .intro__memo--bold {
    font-size: 22px;
  }
}
@media (max-width: 1000px) {
  .intro__memo--bold {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .intro__memo--bold {
    font-size: 14px;
  }
}
.intro__bnr {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .intro__bnr {
    margin-top: 20px;
  }
}
.intro__price {
  margin: 100px auto;
}
@media (max-width: 1000px) {
  .intro__price {
    margin: 50px auto;
  }
}
@media (max-width: 767px) {
  .intro__price {
    text-align: center;
    max-width: 75%;
    margin: 20px auto 40px;
  }
}
.intro__txt {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 60px;
  letter-spacing: 0.25em;
}
@media (max-width: 1439px) {
  .intro__txt {
    font-size: 33px;
  }
}
@media (max-width: 1200px) {
  .intro__txt {
    font-size: 26px;
  }
}
@media (max-width: 1000px) {
  .intro__txt {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .intro__txt {
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  .intro__txt {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .intro__txt {
    margin-bottom: 20px;
  }
}
.intro__view {
  position: relative;
  padding-bottom: 100px
}
@media (max-width: 767px) {
  .intro__view {
    margin-top: 85px;
  }
}
.intro__viewTag {
  width: 40%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .intro__viewTag {
    max-width: 300px;
    width: 80%;
    top: -70px;
  }
}
.intro__viewInner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: -12%;
}
.intro__viewInner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.intro__arrow {
  margin-top: 100px;
}
@media (max-width: 1000px) {
  .intro__arrow {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .intro__arrow {
    margin-top: 40px;
  }
}

.contents {
  padding: 40px 0px;
  background-color: #3E3A39;
}
@media (max-width: 1000px) {
  .contents {
    padding: 20px 0;
  }
}
.contents__inner {
  max-width: 1200px;
  margin: auto;
  padding: 80px;
  background-color: #fff;
  border: 20px solid #585757;
}
@media (max-width: 1500px) {
  .contents__inner {
    width: 94%;
  }
}
@media (max-width: 1000px) {
  .contents__inner {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .contents__inner {
    padding: 15px;
    border: 10px solid #585757;
  }
}
.contents__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .contents__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contents__pic {
  width: 54%;
}
@media (max-width: 767px) {
  .contents__pic {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contents__textArea {
  width: 41%;
}
@media (max-width: 767px) {
  .contents__textArea {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contents__title {
    text-align: center;
  }
}

.contents__title img {
  width: 100%;
}
.contents__txt {
  font-size: 24px;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .contents__txt {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .contents__txt {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .contents__txt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contents__txt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .contents__txt {
    margin-top: 10px;
  }
}
.contents__recommend {
  max-width: 50%;
  text-align: center;
  margin: 60px auto;
}
@media (max-width: 1000px) {
  .contents__recommend {
    margin: 50px auto 20px;
  }
}
@media (max-width: 767px) {
  .contents__recommend {
    max-width: 80%;
    margin: 30px auto 20px;
  }
}
.contents__recommend2 {
  max-width: 70%;
  text-align: center;
  margin: 60px auto;
}
@media (max-width: 1000px) {
  .contents__recommend2 {
    margin: 50px auto 20px;
  }
}
@media (max-width: 767px) {
  .contents__recommend2 {
    max-width: 100%;
    margin: 30px auto 20px;
  }
}
.contents__list {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .contents__list {
    width: 100%;
  }
}
.contents__item {
  width: 47%;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .contents__item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contents__item {
    width: 100%;
    margin-bottom: 25px;
  }
}
.contents__subTit {
  text-align: center;
}
.contents__subPic {
  width: 85%;
  margin: 20px auto;
}
@media (max-width: 1000px) {
  .contents__subPic {
    margin: 15px auto;
  }
}
.contents__point {
  width: 85%;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .contents__point {
    margin-bottom: 15px;
  }
}
.contents__point img {
  width: 100%;
}
.contents__subTxt {
  font-size: 20px;
  width: 85%;
  margin: auto;
}
@media (max-width: 1400px) {
  .contents__subTxt {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .contents__subTxt {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .contents__subTxt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contents__subTxt {
    font-size: 14px;
  }
}
.contents__movieTit {
  max-width: 50%;
  text-align: center;
  margin: 40px auto 30px;
}
@media (max-width: 1000px) {
  .contents__movieTit {
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .contents__movieTit {
    max-width: 100%;
    margin: 20px auto;
  }
}
@media (max-width: 374px) {
  .contents__movieTit {
    margin: 20px auto 10px;
  }
}
.contents__movieTit:last-of-type {
  max-width: 100%;
  margin-top: 60px;
}
@media (max-width: 1000px) {
  .contents__movieTit:last-of-type {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contents__movieTit:last-of-type {
    width: 94%;
  }
}
@media (max-width: 374px) {
  .contents__movieTit:last-of-type {
    margin-bottom: 20px;
  }
}
.contents__movie {
  width: 55%;
  margin: auto;
}
@media (max-width: 767px) {
  .contents__movie {
    width: 100%;
  }
}
.contents__movieInner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.contents__movieInner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.ex {
  padding: 30px 0 80px;
  background-color: #3E3A39;
}
@media (max-width: 1000px) {
  .ex {
    padding: 20px 0 80px;
  }
}
.ex__inner {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1500px) {
  .ex__inner {
    width: 94%;
  }
}
.ex__tit {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 60px;
  letter-spacing: 0.25em;
}
@media (max-width: 1439px) {
  .ex__tit {
    font-size: 33px;
  }
}
@media (max-width: 1200px) {
  .ex__tit {
    font-size: 26px;
  }
}
@media (max-width: 1000px) {
  .ex__tit {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ex__tit {
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  .ex__tit {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .ex__tit {
    margin-bottom: 30px;
  }
}
.ex__tit:last-of-type {
  margin-top: 100px;
}
@media (max-width: 1000px) {
  .ex__tit:last-of-type {
    margin-top: 60px;
  }
}

.btn {
  max-width: 960px;
  margin: 100px auto 50px;
}
@media (max-width: 1000px) {
  .btn {
    margin: 50px auto 10px;
  }
}
@media (max-width: 767px) {
  .btn {
    margin: 30px auto 10px;
  }
}

.shop {
  background-color: #e0e0e0;
  padding: 80px 0;
}
@media (max-width: 1000px) {
  .shop {
    padding: 40px 0;
  }
}
.shop__inner {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1500px) {
  .shop__inner {
    width: 94%;
  }
}
.shop__title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .shop__title {
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  .shop__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .shop__title {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .shop__title {
    margin-bottom: 10px;
  }
}
.shop__memo {
  width: 35%;
  margin: -100px 0 0 auto;
  font-size: 18px;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 1200px) {
  .shop__memo {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .shop__memo {
    font-size: 16px;
    margin: -90px 0 0 auto;
  }
}
@media (max-width: 1000px) {
  .shop__memo {
    text-indent: 0;
    padding-left: 0;
    text-align: center;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 374px) {
  .shop__memo {
    font-size: 14px;
  }
}
.shop__prefecture {
  text-align: center;
  background-color: #008e80;
  background-image: url("../../../../asset/images/bg_shop01.jpg"), url("../../../../asset/images/bg_shop02.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: auto 100%;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 30px;
  position: relative;
}
.shop__prefecture:first-of-type {
  margin-top: 30px;
}
@media (max-width: 1000px) {
  .shop__prefecture {
    font-size: 24px;
    padding-left: 8px 0;
  }
}
@media (max-width: 767px) {
  .shop__prefecture {
    padding: 6px 0;
    margin-bottom: 20px;
  }
}
.shop__prefecture span {
  position: absolute;
  top: 13px;
  right: 80px;
  font-size: 20px;
  background-color: #FFF33F;
  color: #008D80;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 5px;
}
@media (max-width: 1000px) {
  .shop__prefecture span {
    top: 8px;
    right: 50px;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .shop__prefecture span {
    top: 9px;
    right: 7px;
    font-size: 12px;
    padding: 1px 4px;
    line-height: 1.2;
  }
}
.shop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-bottom: 40px;
}
.shop__list:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .shop__list {
    margin-bottom: 20px;
  }
}
.shop__item {
  width: 31%;
  margin-bottom: 35px;
  margin-right: 3.5%;
}
.shop__item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .shop__item {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .shop__item:nth-child(3n) {
    margin-right: 4%;
  }
  .shop__item:nth-child(even) {
    margin-right: 0;
  }
}
.shop__txt {
  text-align: right;
  font-size: 18px;
}
@media (max-width: 1000px) {
  .shop__txt {
    font-size: 16px;
  }
  .intro__pic {
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .shop__txt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .shop__txt {
    text-align: left;
  }
}

.ex__pic2 {
  max-width: 1110px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ex__pic2 {
    width: 100%;
  }
}
.intro__pic {
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
}

.intro__pic--01{
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.intro__pic--02{
  margin-top: 0;
  margin-bottom: 5%;
  text-align: center;
}

.intro__pic--03{
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
}

.intro__pic--04{
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}

.intro__pic--05{
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.intro__pic--06{
  width: 95%;
  margin: auto;
  text-align: center;
}

.intro__pic--07{
  width: 95%;
  margin: auto;
  margin-bottom: 50px;
  text-align: center;
}

.discount__wrap{
  margin-bottom: 3.2%;
  padding: 6% 6%;
  background: #fff;
  border-radius: 35px;
}

.discount__txt01{
  margin-top: 0;
  line-height: 1;
}

.discount__txt02{
  width: 88%;
  margin: 0 auto;
  line-height: 1;
  margin-bottom: 3.5%;
  line-height: 1;
}

.discount__txt03{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
  margin-top: 0;
}

.discount__ul{
  margin: 0;
  display: flex;
  align-items: center;
}

.discount__select{
  width: 50%;
  margin-right: 6%;
}

.discount__display{
  width: 44%;
}

li.discount__display div:nth-of-type(n+2){
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

.discount__select select {
  height: 55px;
  width: 100%;
  border: 1px solid #4d4d4d;
  background: url(../../../images/arrow_intro01_01.png) right no-repeat;
  background-size: 42px, 55px;
  border-radius: 0px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
}

.discount__price{
  font-size: 48px;
  font-weight: bold;
  color: #e50038;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.discount__price:first-child{
  margin-bottom: 12px;
}

.discount__price span{
  font-size: 32px;
  font-weight: bold;
}

.discount__price .tax{
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .discount__ul{
    display: block;
  }
  .discount__select{
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .discount__display{
    width: 100%;
  }
}


@media screen and (max-width: 640px) {
  .discount__wrap{
    border-radius: 15px;
  }
  .discount__select select {
    height: 36px;
    font-size: 16px;
    background-size: 28px;
    padding: 0 0 0 10px;
  }
  .discount__txt02 {
    margin-bottom: 5%;
  }
  .discount__txt03 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .discount__price {
    font-size: 26px;
    text-align: center;
  }
  .discount__price span {
    font-size: 20px;
  }
  .discount__price .tax {
    font-size: 14px;
  }
  .discount__price:first-child {
    margin-bottom: 8px;
  }
  .toku02__notes li{
    font-size: 12px;
  }
  .benefit__notes li{
    font-size: 12px;
  }

  .discount__txt01{
    margin-bottom: 3.2%;
  }
}

.intro__notes01 li{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .intro__notes01 li{
    font-size: 11px;
  }
}

.gift{
  background: #21907C;
  margin-bottom: 20px;
}

.gift__inner{
  padding: 5% 6% 6%;
  position: relative
}

.gift__txt01{
  width: 14%;
  margin: 0;
  margin-bottom: 3%;
  line-height: 1;
}

.gift__txt02{
  width: 63%;
  margin: 0;
  margin-bottom: 1.5%;
  line-height: 1;
}

.gift__txt03{
  width: 80%;
  margin: 0;
  margin-bottom: 1.5%;
  line-height: 1;
}

.gift__notes{
  text-align: left;
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.gift__notes--01{
  margin-bottom: 3%;
}

@media screen and (max-width: 640px) {
  .gift__notes{
    font-size: 12px;
  }
}

.gift__notes li{
  text-indent: -1em;
  padding-left: 1em;
  word-break: break-all;
}

.gift__notes--01{
  width: 63%;
}

.gift__notes a{
  color: #fff;
}

.gift__ico{
  margin: 0;
  width: 32%;
  position: absolute;
  top: 0;
  right: 6%;
}

@media (max-width: 767px) {
  .contents__title .contents__img,
  .contents__subTit .contents__img {
    width: 90%;
  }
}

.line {
  width: 960px;
  margin: 0 auto;
  margin-top: 0%;
  margin-bottom: 0%;
}

.line__wrap {
  background: #eae9e9;
  text-align: center;
  padding: 5% 5%;
}

.line__icon {
  width: 15%;
  margin: auto;
  margin-bottom: 1%;
}

.line__img {
  text-align: center;
  width: 95%;
  margin: auto;
  padding: 0 5% 0%;
}

.line__h3 {
  color: #4CC664;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 1%;
}

.line__txt {
  font-size: 20px;
  margin-bottom: 2%;
}

.line__btntxt {
  margin-bottom: 2%;
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  list-style: none;
}


.line__a {
  background: #3E3A39;
  padding: 4% 5%;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  display: block;
  width: 72%;
  margin: -40px auto 20px;
  background-image: url(../../../images/line_icon_2.svg);
  background-repeat: no-repeat;
  background-position: right 5% center;
  background-size: 30px 30px;
  text-decoration: none;
}

.line__a:hover {
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .line {
    width: 93%;
    margin: 0 auto;
    margin-top: 0%;
    margin-bottom: 2%;
  }
  .line__wrap {
    padding: 3% 5%;
  }
  .line__icon {
    width: 20%;
    margin-bottom: -3%;
    margin-top: 2%;
  }
  .line__img {
    width: 100%;
    margin: auto;
    padding: 0 0;
  }
  .line__h3 {
    font-size: clamp(20px, 5vw, 42px);
    line-height: 1.1;
  }
  .line__txt {
    font-size: clamp(13px, 3vw, 24px);
  }
  .line__btntxt {
    font-size: clamp(13px, 3.4vw, 24px);
  }
  .line__btntxt::before {
    background-size: 10px auto;
    width: 20px;
    height: 20px;
  }
  .line__btntxt::after {
    background-size: 10px auto;
    width: 20px;
    height: 20px;
  }
  .line__a {
    padding: 4% 7%;
    font-size: clamp(14px, 3.8vw, 22px);
    background-position: right 5% center;
    background-size: 17px 17px;
    width: 100%;
    padding-right: 10%;
  }
  .intro__caption li {
  font-size: 11px;
　}
}

@media screen and (max-width: 360px) {
  .line__txt {
    font-size: clamp(11px, 3.4vw, 24px);
  }
  .line__btntxt {
    font-size: clamp(12px, 3.4vw, 24px);
  }
  .line__a {
    font-size: clamp(12px, 4vw, 22px);
    background-size: 15px 15px;
  }
}
