.db {
  display: block;
}

main {
  overflow: hidden;
}

.object-cover {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50%;
}

section * {
  box-sizing: border-box;
}

.ttl-20 {
  font-size: 4.5vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 8vw;
}

.ttl-22 {
  font-size: 3.5vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 6vw;
}

.ttl-24 {
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 8vw;
}

.ttl-27 {
  font-size: 5.6vw;
  letter-spacing: 0.1em;
  line-height: 10vw;
}

.ttl-28 {
  font-size: 5.6vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 10vw;
}

.ttl-30,
.ttl-32 {
  font-size: 6.4vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 15vw;
}

.ttl-36 {
  font-size: 6.9vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 15vw;
}

.ttl-38 {
  font-size: 7vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 15vw;
}

.ttl-42 {
  font-size: 9vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 15vw;
}

.price {
  font-size: 5.6vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 8vw;
}

.price small {
  font-size: 4.8vw;
  letter-spacing: 0.1em;
}

.btn-common {
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
}

.btn-common a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom-color: #fff;
  padding: 10px;
  position: relative;
  z-index: 1;
}

.btn-common a:before {
  content: '';
  background-image: url("../img/course/btn_bg.jpg");
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.3s all ease-in-out;
}

.btn-common a:after {
  content: '>';
  position: absolute;
  right: 10vw;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
	#key-box{
		height: 52px;
	}
	#head-key .bnr-instagram{
		    right: 0;
    left: auto;
    top: 264px;
    width: 390px;
	}
  .ttl-20 {
    font-size: 20px;
    line-height: 52px;
  }
  .ttl-22 {
    font-size: 22px;
    line-height: 50px;
  }
  .ttl-24 {
    font-size: 24px;
    line-height: 52px;
  }
  .ttl-27 {
    font-size: 27px;
    line-height: 47px;
  }
  .ttl-28 {
    font-size: 28px;
    line-height: 52px;
  }
  .ttl-30 {
    font-size: 30px;
    line-height: 62px;
  }
  .ttl-32 {
    font-size: 32px;
    line-height: 62px;
  }
  .ttl-36 {
    font-size: 36px;
    line-height: 62px;
  }
  .ttl-38 {
    font-size: 38px;
    line-height: 62px;
  }
  .ttl-42 {
    font-size: 42px;
    line-height: 62px;
  }
  .price {
    font-size: 28px;
    line-height: 52px;
  }
  .price small {
    font-size: 22px;
  }
  .btn-common {
    max-width: 330px;
  }
  .btn-common a {
    font-size: 16px;
    line-height: 28px;
    padding: 9px 17px 11px 10px;
    transition: 0.3s all ease-in-out;
  }
  .btn-common a:after {
    font-size: 14px;
    right: 48px;
    top: 48%;
  }
  .btn-common a:hover:before {
    opacity: 0;
  }
}

#lead {
  position: relative;
}

#lead h2 {
  line-height: 12vw;
  position: absolute;
  left: 5%;
  top: 10vw;
  z-index: 1;
}

#lead h2 span {
  display: table;
  background: #000;
  padding: 0 7vw 0 4vw;
}

#lead h2 .r2 {
  margin: 2vw 0 0 40vw;
  padding: 0 15vw 0 10vw;
  position: relative;
}

#lead h2 .r2:after {
  content: '';
  width: 18vw;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 49%;
  right: -5vw;
}

#lead .img {
  height: 80vw;
}

#lead .box {
  background: rgba(0, 0, 0, 0.5);
  padding: 8vw 5% 15vw;
}

#lead .box .txt {
  margin-bottom: 6vw;
}

@media screen and (min-width: 768px) {
  #lead {
    padding-top: 165px;
  }
  #lead h2 {
    width: 640px;
    line-height: 58px;
    margin: 0 0 93px auto;
    position: relative;
    left: auto;
    top: auto;
  }
  #lead h2 span {
    padding: 0 43px 6px 27px;
  }
  #lead h2 .r2 {
    margin: 16px 0 0 230px;
    padding: 1px 78px 5px 44px;
  }
  #lead h2 .r2:after {
    width: 80px;
    top: 50%;
    right: -16px;
  }
  #lead .img {
    width: calc(50% + 245px);
    height: 650px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  #lead .inner {
    max-width: 1408px;
    width: 94%;
    margin: 0 auto;
  }
  #lead .box {
    width: 640px;
    margin-left: auto;
    padding: 45px 35px 51px 65px;
  }
  #lead .box .txt {
    margin-bottom: 34px;
  }
  #lead .box .btn-common {
    margin: 0;
  }
}

#sec1 .blk1 {
  padding: 10vw 0;
}

#sec1 .blk1 .col-left {
  margin-bottom: 10vw;
}

#sec1 .blk1 .col-left .img1 {
  margin: 0 -18vw -3vw;
}

#sec1 .blk1 .col-left .row-text h2 {
  margin-bottom: 5vw;
}

#sec1 .blk1 .col-right h3 {
  margin: 0 auto -16vw;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 5px black;
}

#sec1 .blk2 {
  text-align: center;
  position: relative;
  z-index: 0;
  padding: 10vw 0 20vw;
}

#sec1 .blk2:before {
  content: '';
  width: 100vw;
  height: 100vw;
  background-image: url("../img/takeout/sec1_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  left: -42vw;
  bottom: 0;
  z-index: -1;
}

#sec1 .blk2 .eng {
  white-space: nowrap;
  font-size: 17.6vw;
  line-height: 20vw;
  letter-spacing: 0;
  opacity: 0.05;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #sec1 .blk1 {
    padding: 0 0 87px;
  }
  #sec1 .blk1 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sec1 .blk1 .col-left {
    width: 827px;
    margin: 0 -200px 0 -132px;
    position: relative;
    z-index: 1;
  }
  #sec1 .blk1 .col-left .img1 {
    margin: -105px 0 -13px;
    pointer-events: none;
  }
  #sec1 .blk1 .col-left .row-text {
    width: 470px;
    margin-left: 131px;
  }
  #sec1 .blk1 .col-left .row-text h2 {
    line-height: 65px;
    margin-bottom: 25px;
  }
  #sec1 .blk1 .col-right {
    width: 605px;
    margin: 118px -151px 0 0;
  }
  #sec1 .blk1 .col-right h3 {
    line-height: 55px;
    margin: 0 auto -81px;
    padding-right: 9px;
  }
  #sec1 .blk2 {
    padding: 116px 0 122px;
  }
  #sec1 .blk2:before {
    width: 776px;
    height: 614px;
    left: calc(50% - 992px);
    bottom: -18px;
  }
  #sec1 .blk2 h2 {
    margin: 0 0 7px 5px;
  }
  #sec1 .blk2 .note {
    margin-left: 4px;
  }
  #sec1 .blk2 .eng {
    font-size: 200px;
    line-height: 200px;
  }
}

#sec2 {
  padding-bottom: 15vw;
}

#sec2 .img {
  margin-bottom: 6vw;
}

#sec2 .col-text h2 {
  margin-bottom: 5vw;
}

#sec2 .col-text .price {
  position: relative;
  padding-bottom: 3vw;
  margin-bottom: 6vw;
}

#sec2 .col-text .price:after {
  content: '';
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding-bottom: 86px;
  }
  #sec2 .wrap {
    display: flex;
    justify-content: space-between;
  }
  #sec2 .img {
    width: 800px;
    margin: 0 0 0 -200px;
  }
  #sec2 .col-text {
    width: 352px;
    margin: 50px -35px 0 0;
  }
  #sec2 .col-text h2 {
    margin-bottom: 29px;
  }
  #sec2 .col-text h2 .ttl-22 {
    margin-top: -9px;
  }
  #sec2 .col-text .price {
    padding-bottom: 6px;
    margin-bottom: 42px;
  }
  #sec2 .col-text .price:after {
    left: -83px;
  }
  #sec2 .col-text .txt {
    padding: 0 5px 0 2px;
  }
}

#sec3 {
  position: relative;
  z-index: 0;
  padding-bottom: 20vw;
}

#sec3:after {
  content: '';
  width: 100vw;
  height: 100vw;
  background-image: url("../img/takeout/sec3_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  right: -30vw;
  bottom: -20vw;
  z-index: -1;
}

#sec3 .blk {
  margin-bottom: 10vw;
}

#sec3 .blk .img1 {
  margin: 0 -15vw -5vw -12vw;
}

#sec3 .blk .col-text h2 {
  margin-bottom: 5vw;
}

#sec3 .blk .col-text .price {
  position: relative;
  padding-bottom: 3vw;
  margin-bottom: 6vw;
}

#sec3 .blk .col-text .price:after {
  content: '';
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#sec3 .box {
  background: rgba(0, 0, 0, 0.4);
  padding: 5vw 5vw 8vw;
  text-align: center;
}

#sec3 .box .img2 {
  margin-bottom: 6vw;
}

#sec3 .box .ttl-20 {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding-bottom: 150px;
  }
  #sec3:after {
    width: 763px;
    height: 616px;
    right: calc(50% - 1016px);
    bottom: -82px;
  }
  #sec3 .blk {
    margin-bottom: -190px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sec3 .blk .img1 {
    order: 2;
    width: 953px;
    margin: 0 -250px;
  }
  #sec3 .blk .col-text {
    order: 1;
    width: 345px;
    margin: 66px 0 0 -3px;
  }
  #sec3 .blk .col-text h2 {
    margin-bottom: 29px;
  }
  #sec3 .blk .col-text h2 .ttl-22 {
    margin-top: -9px;
  }
  #sec3 .blk .col-text .price {
    padding-bottom: 6px;
    margin-bottom: 42px;
  }
  #sec3 .blk .col-text .price:after {
    left: -8px;
    right: -150px;
  }
  #sec3 .blk .col-text .txt {
    margin-left: 2px;
  }
  #sec3 .box {
    width: 533px;
    margin-left: 65px;
    padding: 20px 15px 25px;
  }
  #sec3 .box .img2 {
    margin-bottom: 26px;
  }
}

#sec4 .blk1 {
  padding-bottom: 10vw;
  position: relative;
  z-index: 1;
}

#sec4 .blk1 .img {
  margin-bottom: 6vw;
}

#sec4 .blk1 .col-text h2 {
  margin-bottom: 5vw;
}

#sec4 .blk1 .col-text .price {
  position: relative;
  padding-bottom: 3vw;
  margin-bottom: 6vw;
}

#sec4 .blk1 .col-text .price:after {
  content: '';
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#sec4 .blk2 {
  position: relative;
  z-index: 0;
  padding: 10vw 0 20vw;
}

#sec4 .blk2:before {
  content: '';
  background-image: url("../img/shared/bg2.jpg");
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#sec4 .blk2:after {
  content: '';
  width: 100vw;
  height: 100vw;
  background-image: url("../img/takeout/sec4_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  left: -40vw;
  bottom: 0vw;
  z-index: -1;
}

#sec4 .blk2 h3 {
  text-align: center;
  margin-bottom: 3vw;
}

#sec4 .blk2 .note {
  text-align: center;
  margin-bottom: 8vw;
}

#sec4 .blk2 .list {
  line-height: 17px;
  margin-bottom: 10vw;
}

#sec4 .blk2 .list dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 8px;
  margin-bottom: 8px;
}

#sec4 .blk2 .list dl dt {
  display: table-cell;
}

#sec4 .blk2 .list dl dd {
  display: table-cell;
  text-align: right;
  white-space: nowrap;
  padding-left: 5px;
}

#sec4 .blk2 .row {
  position: relative;
  z-index: 0;
  padding: 10vw 0;
}

#sec4 .blk2 .row::before {
  content: '';
  background-image: url("../img/takeout/sec4_bg_img.png");
  background-repeat: no-repeat;
  background-size: 170%;
  background-position: 50%;
  position: absolute;
  left: -6vw;
  right: -6vw;
  top: -20vw;
  bottom: -10vw;
  z-index: -1;
}

#sec4 .blk2 .row h4 {
  text-align: center;
  margin-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  #sec4 .blk1 {
    padding-bottom: 0;
  }
  #sec4 .blk1 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sec4 .blk1 .img {
    order: 2;
    width: 800px;
    margin: 0 -199px 0 0;
  }
  #sec4 .blk1 .col-text {
    order: 1;
    width: 394px;
    margin: 42px 0 0 -6px;
  }
  #sec4 .blk1 .col-text h2 {
    margin-bottom: 29px;
  }
  #sec4 .blk1 .col-text h2 .ttl-22 {
    margin-top: -9px;
  }
  #sec4 .blk1 .col-text .price {
    padding-bottom: 6px;
    margin-bottom: 42px;
  }
  #sec4 .blk1 .col-text .price:after {
    left: -7px;
    right: -10px;
  }
  #sec4 .blk1 .col-text .txt {
    width: 335px;
    margin-left: 2px;
  }
  #sec4 .blk2 {
    padding: 112px 0 32px;
  }
  #sec4 .blk2:before {
    top: -55px;
  }
  #sec4 .blk2:after {
    width: 774px;
    height: 603px;
    left: calc(50% - 1142px);
  }
  #sec4 .blk2 h3 {
    margin: 0 0 7px 4px;
  }
  #sec4 .blk2 .note {
    margin: 0 0 41px 5px;
  }
  #sec4 .blk2 .list {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #sec4 .blk2 .list .col {
    width: 396px;
  }
  #sec4 .blk2 .row {
    padding: 143px 0;
  }
  #sec4 .blk2 .row::before {
    width: 866px;
    height: 569px;
    background-size: 100%;
    left: 67px;
    right: auto;
    top: auto;
    bottom: 0;
  }
  #sec4 .blk2 .row h4 {
    margin-bottom: 30px;
  }
  #sec4 .blk2 .row .txt {
    text-align: center;
    line-height: 30px;
  }
}

#sec5 {
  padding: 18vw 0 10vw;
  position: relative;
  z-index: 0;
}

#sec5 .eng {
  font-size: 11.7vw;
  letter-spacing: 0;
  line-height: 13vw;
  white-space: nowrap;
  opacity: 0.05;
  position: absolute;
  left: 0;
  right: 0;
  top: 12vw;
  z-index: -1;
  text-align: center;
}

#sec5 h2 {
  text-align: center;
  margin-bottom: 10vw;
}

#sec5 .flow .step {
  position: relative;
  text-align: center;
  padding: 0 0 15vw 10vw;
}

#sec5 .flow .step:before {
  content: '';
  width: 1px;
  opacity: 0.45;
  background: #fff;
  position: absolute;
  left: 5.5vw;
  top: 16vw;
  bottom: 10vw;
}

#sec5 .flow .step .icon {
  width: 16vw;
  position: absolute;
  top: -5vw;
  left: -2vw;
}

#sec5 .flow .step .catch {
  display: table;
  margin: 0 auto 2vw;
  background-image: url("../img/takeout/pattern.jpg");
  letter-spacing: 0.15em;
  padding: 1vw 4vw;
  border-radius: 30px;
}

#sec5 .flow .step .ttl {
  letter-spacing: 0.25em;
  margin-bottom: 4vw;
}

#sec5 .flow .step .contact-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 8vw 5vw 10vw;
}

#sec5 .flow .step .contact-box .contact-tel {
  font-size: 4vw;
  letter-spacing: 0.1em;
  line-height: 6vw;
  margin-bottom: 5vw;
}

#sec5 .flow .step .contact-box .contact-tel span.big {
  font-size: 7.2vw;
  letter-spacing: 0.03em;
  line-height: 10vw;
  font-weight: 500;
}

#sec5 .flow .step .contact-box .contact-tel span.big small {
  font-size: 5vw;
  letter-spacing: 0.03em;
}

#sec5 .flow .step .contact-box .contact-tel small.db {
  font-size: 3vw;
  letter-spacing: 0.08em;
  line-height: 5vw;
  margin: 0 -3vw;
}

#sec5 .flow .step ul.info {
  line-height: 20px;
}

#sec5 .flow .step ul.info .lh30 {
  line-height: 25px;
}

#sec5 .flow .step ul.info li + li {
  margin-top: 15px;
}

#sec5 .flow .step .timebox {
  background: rgba(255, 255, 255, 0.1);
  padding: 8vw 5vw 10vw;
}

#sec5 .flow .step .timebox .timebox-ttl {
  margin-bottom: 3vw;
}

#sec5 .flow .step .timebox .time {
  line-height: 10vw;
}

#sec5 .flow .step .timebox .sttl {
  font-size: 4vw;
  line-height: 6vw;
  font-weight: 500;
  margin-bottom: 4vw;
}

#sec5 .flow .step .timebox .sttl small {
  font-size: 3.5vw;
  font-weight: 400;
}

#sec5 .flow .step .timebox .note {
  font-size: 3.5vw;
  line-height: 6vw;
  margin-bottom: 5vw;
}

#sec5 .flow .step .timebox .tbox {
  background: #5f150d;
  padding: 3vw;
  text-align: left;
  font-size: 3.5vw;
  line-height: 6vw;
}

#sec5 .flow .step .box {
  border: 1px solid;
  padding: 5vw;
  text-align: left;
  line-height: 20px;
  margin-bottom: 10vw;
}

#sec5 .flow .step .box .item + .item {
  margin-top: 20px;
}

#sec5 .flow .step .box li {
  padding-left: 18px;
  position: relative;
}

#sec5 .flow .step .box li:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}

#sec5 .flow .step .box .dot-orange:before {
  background: #c25f0f;
}

#sec5 .flow .step .box .dot-yellow:before {
  background: #e9ac40;
}

#sec5 .flow .step4 .row1 {
  margin-bottom: 10vw;
}

#sec5 .flow .step4 .row1 .txt {
  margin-bottom: 8vw;
}

#sec5 .flow .step4 .row2 .txt {
  margin-bottom: 8vw;
}

@media screen and (max-width: 767px) {
  #sec5 .btn-common {
    max-width: none;
    width: 66vw;
  }
  #sec5 .btn-common a {
    font-size: 3.7vw;
    line-height: 6.4vw;
    padding: 2.7vw;
  }
  #sec5 .btn-common a:after {
    right: 4vw;
  }
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 184px 0 60px;
  }
  #sec5 .eng {
    font-size: 160px;
    line-height: 160px;
    top: 107px;
  }
  #sec5 h2 {
    margin-bottom: 183px;
  }
  #sec5 .flow .step {
    padding: 0 0 117px 40px;
  }
  #sec5 .flow .step:before {
    left: 38px;
    top: 140px;
    bottom: 87px;
  }
  #sec5 .flow .step .icon {
    width: 132px;
    top: -39px;
    left: -27px;
  }
  #sec5 .flow .step .catch {
    font-size: 16px;
    margin: 0 auto 12px;
    padding: 2px 18px 3px;
  }
  #sec5 .flow .step .ttl {
    margin-bottom: 20px;
  }
  #sec5 .flow .step .contact-box {
    width: 579px;
    margin: 0 auto;
    padding: 49px 20px 53px;
  }
  #sec5 .flow .step .contact-box .contact-tel {
    font-size: 19.5px;
    line-height: 30px;
    margin-bottom: 35px;
  }
  #sec5 .flow .step .contact-box .contact-tel span.big {
    font-size: 39px;
    line-height: 40px;
    letter-spacing: 0.1em;
    margin: 4px 0 7px;
  }
  #sec5 .flow .step .contact-box .contact-tel span.big small {
    font-size: 23.4px;
    letter-spacing: 0.1em;
  }
  #sec5 .flow .step .contact-box .contact-tel small.db {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
  }
  #sec5 .flow .step .contact-box .btn-common {
    max-width: 282px;
  }
  #sec5 .flow .step .contact-box .btn-common a {
    padding: 11px 25px 9px 10px;
  }
  #sec5 .flow .step .contact-box .btn-common a:after {
    right: 40px;
  }
  #sec5 .flow .step ul.info {
    line-height: 25px;
  }
  #sec5 .flow .step ul.info .lh30 {
    line-height: 30px;
  }
  #sec5 .flow .step ul.info li + li {
    margin-top: 21px;
  }
  #sec5 .flow .step .timebox {
    width: 579px;
    margin: 0 auto;
    padding: 34px 36px 42px;
  }
  #sec5 .flow .step .timebox .timebox-ttl {
    margin-bottom: 16px;
  }
  #sec5 .flow .step .timebox .time {
    line-height: 30px;
    margin-bottom: 10px;
  }
  #sec5 .flow .step .timebox .sttl {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  #sec5 .flow .step .timebox .sttl small {
    font-size: 15px;
  }
  #sec5 .flow .step .timebox .note {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 27px;
  }
  #sec5 .flow .step .timebox .tbox {
    padding: 11px 10px 14px 19px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
  }
  #sec5 .flow .step .box {
    width: 446px;
    margin: 0 auto;
    padding: 18px 29px 25px;
    line-height: 25px;
    margin-bottom: 52px;
  }
  #sec5 .flow .step .box .item + .item {
    margin-top: 25px;
  }
  #sec5 .flow .step .box li {
    padding-left: 22px;
  }
  #sec5 .flow .step .box li:before {
    width: 14px;
    height: 14px;
    top: 7px;
  }
  #sec5 .flow .step .map {
    text-align: center;
  }
  #sec5 .flow .step1 .btn-common a {
    padding-right: 30px;
  }
  #sec5 .flow .step1 .btn-common a:after {
    right: 29px;
  }
  #sec5 .flow .step2 {
    padding-bottom: 125px;
  }
  #sec5 .flow .step2:before {
    bottom: 99px;
  }
  #sec5 .flow .step2 .catch {
    margin-bottom: 21px;
  }
  #sec5 .flow .step2 .ttl {
    letter-spacing: 0.16em;
    margin-bottom: 30px;
  }
  #sec5 .flow .step3 {
    padding-bottom: 120px;
  }
  #sec5 .flow .step3:before {
    top: 129px;
    bottom: 93px;
  }
  #sec5 .flow .step3 .icon {
    top: -50px;
  }
  #sec5 .flow .step3 .ttl {
    margin-bottom: 11px;
  }
  #sec5 .flow .step4:before {
    top: 135px;
    bottom: 78px;
  }
  #sec5 .flow .step4 .icon {
    top: -44px;
  }
  #sec5 .flow .step4 .ttl {
    margin-bottom: 12px;
  }
  #sec5 .flow .step4 .row1 {
    margin-bottom: 45px;
  }
  #sec5 .flow .step4 .row1 .txt {
    line-height: 30px;
    margin-bottom: 39px;
  }
  #sec5 .flow .step4 .row2 .ttl {
    margin-bottom: 10px;
  }
  #sec5 .flow .step4 .row2 .txt {
    line-height: 30px;
    margin-bottom: 31px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1380px) {
  #sec5 .eng {
    font-size: 11.6vw;
  }
}

#sec6 {
  padding: 0 0 20vw;
}

#sec6 h2 {
  text-align: center;
  margin-bottom: 10vw;
}

#sec6 .faq {
  border-top: 1px solid;
  margin-bottom: 10vw;
}

#sec6 .faq .toggle {
  border-bottom: 1px solid;
}

#sec6 .faq .toggle .toggle-link {
  padding: 5vw 10vw;
  position: relative;
}

#sec6 .faq .toggle .toggle-link:before {
  content: '';
  width: 6vw;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 3vw;
  top: 50%;
  transform: translateY(-50%);
}

#sec6 .faq .toggle .toggle-link:after {
  content: '';
  width: 1px;
  height: 6vw;
  background: #fff;
  position: absolute;
  right: 6vw;
  top: 50%;
  transform: translateY(-50%);
}

#sec6 .faq .toggle .toggle-link span {
  position: absolute;
  left: 0;
  top: 0;
}

#sec6 .faq .toggle .toggle-main {
  padding: 0 0 6vw 15vw;
  position: relative;
}

#sec6 .faq .toggle .toggle-main span {
  position: absolute;
  left: 6vw;
  top: -1.2vw;
}

#sec6 .faq .toggle.active .toggle-link:after {
  display: none;
}

#sec6 .tel-box {
  font-size: 4vw;
  letter-spacing: 0.1em;
  line-height: 6vw;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 8vw 0;
}

#sec6 .tel-box span.big {
  font-size: 7.2vw;
  letter-spacing: 0.03em;
  line-height: 10vw;
  font-weight: 500;
}

#sec6 .tel-box span.big small {
  font-size: 5vw;
  letter-spacing: 0.03em;
}

#sec6 .tel-box small.db {
  font-size: 3vw;
  letter-spacing: 0.08em;
  line-height: 5vw;
  margin: 0 -3vw;
}
#sec6 .tel-box .btn-common {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #sec6 {
    padding: 3px 0 122px;
  }
  #sec6 h2 {
    margin-bottom: 76px;
  }
  #sec6 .faq {
    margin-bottom: 109px;
  }
  #sec6 .faq .toggle .toggle-link {
    padding: 41px 130px 37px 157px;
    transition: 0.3s all ease-in-out;
  }
  #sec6 .faq .toggle .toggle-link:before {
    width: 21px;
    right: 80px;
  }
  #sec6 .faq .toggle .toggle-link:after {
    height: 21px;
    right: 90px;
  }
  #sec6 .faq .toggle .toggle-link span {
    left: 109px;
    top: 31px;
  }
  #sec6 .faq .toggle .toggle-link:hover {
    background: rgba(0, 0, 0, 0.2);
  }
  #sec6 .faq .toggle .toggle-main {
    font-size: 16px;
    line-height: 40px;
    padding: 0 0 49px 201px;
    margin-top: -6px;
  }
  #sec6 .faq .toggle .toggle-main span {
    left: 160px;
    top: -11px;
  }
  #sec6 .faq .toggle.active .toggle-link:hover {
    background: transparent;
  }
  #sec6 .tel-box {
    width: 579px;
    margin: 0 auto;
    font-size: 19.5px;
    line-height: 26px;
    padding: 82px 10px 85px 0;
  }
  #sec6 .tel-box span.big {
    font-size: 39px;
    letter-spacing: 0.1em;
    line-height: 40px;
    margin: 15px 0 14px;
  }
  #sec6 .tel-box span.big small {
    font-size: 23.4px;
    letter-spacing: 0.1em;
  }
  #sec6 .tel-box small.db {
    font-size: 15px;
    line-height: 26px;
    margin: 0;
  }
}
