@charset "UTF-8";
html.is-anchor-loading,
html.is-anchor-loading body {
  opacity: 0;
  overflow: hidden;
}

html.is-anchor-loading body {
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  header .logo {
    margin: 7px 0 0 -4px !important;
  }
  header h1 {
    transform: translateY(38px);
  }
}

#key {
  margin: 12vw 0;
}
#key h2 {
  text-align: center;
  margin: 12vw 0 7vw;
}
@media only screen and (max-width: 767px) {
  #key .f60 {
    font-size: calc(5vw * var(--scale) + 1vw);
  }
}
@media only screen and (min-width: 768px) {
  #key {
    margin: 96px 0 35px;
    text-align: center;
    line-height: 40px;
  }
  #key h2 {
    margin: 45px 0 25px;
  }
  #key h2 .f60 {
    line-height: 90px;
    letter-spacing: 7px;
  }
}

#sec1 {
  position: relative;
  margin-bottom: 15vw;
}
#sec1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 25vw;
  height: 100vw;
  background: url("../img/shared/bg1.jpg") repeat center;
}
#sec1 h2 {
  margin: 0 auto 7vw;
}
#sec1 .sec1-img1 {
  width: 85%;
}
#sec1 .sec1-img2 {
  margin: 5vw 0 7vw auto;
  width: 70%;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    margin-bottom: 47px;
    padding: 96px 30px 0;
  }
  #sec1:before {
    right: auto;
    left: calc(50% + 500px);
    width: 50%;
    height: calc(100% - 50px);
  }
  #sec1 .df-pc {
    justify-content: space-between;
  }
  #sec1 h2 {
    margin: 60px 95px 0 40px;
    order: 2;
  }
  #sec1 h2 .ttl-eng {
    margin-left: 22px;
  }
  #sec1 h2 .ttl-eng span {
    letter-spacing: 2px;
  }
  #sec1 .sec1-img1 {
    margin-left: -250px;
    width: calc(100% - 100px);
  }
  #sec1 .sec1-1 {
    margin-bottom: 33px;
  }
  #sec1 .sec1-img2 {
    margin: 0 -20% 0 0;
    width: 50%;
    order: 2;
  }
  #sec1 .sec1-info {
    width: 67%;
    margin-top: 55px;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 40px;
    letter-spacing: 1.5px;
  }
  #sec1 .sec1-info p {
    max-width: 480px;
  }
}

#sec2 {
  margin-bottom: 20vw;
  position: relative;
}
#sec2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 25vw;
  height: 128vw;
  background: url("../img/shared/bg1.jpg") repeat center;
}
#sec2 .sec2-txt1 {
  align-items: center;
  justify-content: flex-end;
}
#sec2 .sec2-txt1 .f13 {
  margin-left: 10px;
}
#sec2 h2 {
  margin: 10vw auto 7vw;
}
#sec2 h2 p:nth-child(2) {
  margin-top: 7vw;
}
#sec2 h2 p:nth-child(3) {
  margin-top: 14vw;
}
#sec2 .sec2-img2 {
  margin-top: 10vw;
  gap: 0 12px;
}
#sec2 .sec2-img2 p:nth-child(1) {
  margin-top: 20vw;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    margin-bottom: 118px;
  }
  #sec2:before {
    top: 0;
    left: auto;
    right: calc(50% + 648px);
    width: 50%;
    height: calc(100% - 258px);
  }
  #sec2 .df-pc {
    justify-content: space-between;
  }
  #sec2 .sec2-img1 {
    width: calc(50% + 250px);
    margin-left: -250px;
  }
  #sec2 .sec2-img1 > p:nth-child(1) {
    margin-right: 55px;
  }
  #sec2 .sec2-txt1 {
    margin-top: 26px;
  }
  #sec2 .sec2-txt1 .f13 {
    margin-left: 4px;
    letter-spacing: 2px;
  }
  #sec2 h2 {
    margin: 4px 144px 0 40px;
  }
  #sec2 h2 .f13 {
    margin-left: 26px;
  }
  #sec2 h2 .f13 span {
    letter-spacing: 2px;
  }
  #sec2 h2 p:nth-child(2) {
    margin-top: 52px;
  }
  #sec2 h2 p:nth-child(3) {
    margin-top: 104px;
  }
  #sec2 .sec2-info {
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
    margin-top: 44px;
  }
  #sec2 .sec2-img2 {
    margin: -476px -15% 0 0;
    gap: 0 21px;
  }
  #sec2 .sec2-img2 p:nth-child(1) {
    margin-top: 293px;
  }
  #sec2 .sec2-img2 img {
    width: 100%;
    height: auto;
  }
}

#sec3 {
  margin-bottom: 20vw;
  padding: 10vw 0;
  position: relative;
}
#sec3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 20%;
  height: 90vw;
  background: url("../img/shared/bg1.jpg") repeat center;
}
#sec3 h2 {
  margin: 11vw auto 4vw;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    margin-bottom: 69px;
    padding: 45px 30px 55px;
  }
  #sec3:before {
    width: 100px;
    height: 100%;
  }
  #sec3 .sec3-img {
    width: calc(50% + 120px);
    margin-left: -150px;
    margin-right: 54px;
  }
  #sec3 .sec3-img img {
    width: 100%;
    height: auto;
  }
  #sec3 .sec3-info {
    width: 45%;
    box-sizing: border-box;
    margin-top: 5px;
  }
  #sec3 h2 {
    margin: 0 0 47px;
  }
  #sec3 h2 .f13 {
    margin-bottom: -6px;
  }
}
@media (min-width: 768px) and (max-width: 1160px) {
  #sec3:before {
    width: 50px;
  }
  #sec3 .sec3-img {
    margin-right: 40px;
  }
}

.caption {
  align-items: center;
}
.caption .f13 {
  margin-left: 3vw;
}
@media only screen and (min-width: 768px) {
  .caption .f13 {
    margin-left: 10px;
  }
}

#sec4 {
  margin-bottom: 20vw;
  padding-top: 10vw;
  position: relative;
}
#sec4:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 25vw;
  height: 128vw;
  background: url("../img/shared/bg1.jpg") repeat center;
}
#sec4 .ttl {
  margin: 0 auto;
  text-align: left;
}
#sec4 .ttl .f13 {
  margin-left: 2vw;
}
#sec4 .sec4-img2 {
  margin: 6vw auto;
  width: 80%;
}
#sec4 .sec4-img2 .caption {
  margin-left: 33%;
  position: relative;
}
#sec4 .sec4-img2 .caption:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3vw;
  height: 1px;
  width: 200%;
  background-color: #dedede;
}
#sec4 .sec4-img1 {
  margin-top: 8vw;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    margin-bottom: 80px;
    padding: 95px 30px 0;
  }
  #sec4:before {
    left: auto;
    right: calc(50% + 390px);
    width: 50%;
    height: calc(100% - 170px);
  }
  #sec4 .df-pc {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sec4 .ttl {
    order: -2;
    margin: 0;
    width: 379px;
  }
  #sec4 .ttl .f13 {
    margin-left: 10px;
  }
  #sec4 .sec4-img2 {
    margin: -127px 0 0 -3%;
    width: 60%;
    position: relative;
  }
  #sec4 .sec4-img2 .caption {
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    padding-bottom: 5px;
    bottom: 20.7%;
    right: -109px;
  }
  #sec4 .sec4-img2 .caption:before {
    left: -20px;
    width: 1500px;
  }
  #sec4 .sec4-img2 > p img {
    width: 100%;
    height: auto;
  }
  #sec4 .sec4-txt1 {
    margin: 6px 0 0 6px;
  }
  #sec4 .sec4-img1 {
    order: -1;
    margin: 0 -25% 0 0;
    width: calc(75% - 70px);
  }
  #sec4 .sec4-img1 > p {
    height: 420px;
  }
  #sec4 .sec4-img1 > p img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec4 .sec4-txt2 {
    width: 41.4%;
    margin-top: 51px;
    box-sizing: border-box;
    padding-right: 5px;
  }
}

#sec4-2 {
  margin-bottom: 20vw;
}
#sec4-2 .bnr .ttl2 {
  text-align: center;
  margin-top: 4vw;
  --scale: 0.8 ;
}
#sec4-2 .bnr .btn-shared .btn-inner {
  border: none;
  border-bottom: 1px solid currentColor;
  width: 70%;
  justify-content: flex-start;
  padding-left: 5vw;
}
#sec4-2 .sec4-txt3 {
  margin-top: 10vw;
}
@media only screen and (min-width: 768px) {
  #sec4-2 {
    max-width: 1200px;
    margin-bottom: 170px;
  }
  #sec4-2 .bnr {
    color: #fff;
  }
  #sec4-2 .bnr a {
    display: block;
    position: relative;
  }
  #sec4-2 .bnr .ttl2 {
    text-align: left;
    margin-top: 0;
    margin: 0 0 12px 0;
  }
  #sec4-2 .bnr .btn-shared {
    text-align: left;
  }
  #sec4-2 .bnr .btn-shared .btn-inner {
    border: none;
    border-bottom: 1px solid currentColor;
    text-align: left;
    justify-content: center;
    min-width: 248px;
    padding: 10px 38px 8px 19px;
    width: auto;
  }
  #sec4-2 .gr {
    position: absolute;
    bottom: 51px;
    left: 94px;
  }
  #sec4-2 .sec4-txt3 {
    margin-top: 16px;
    text-align: center;
    letter-spacing: 1.3px;
  }
}

#sec5 {
  margin-bottom: 20vw;
  position: relative;
}
#sec5:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 23vw;
  /*height: 110vw;*/
  height: 80vw;
  background: url("../img/shared/bg1.jpg") repeat center;
}
#sec5 h2 {
  text-align: center;
  margin-bottom: 10vw;
  font-weight: 300;
  letter-spacing: 1.5px;
}
#sec5 .othermenu-slider {
  position: relative;
}
#sec5 .item-img {
  position: relative;
}
#sec5 .item-img .gr {
  text-align: left;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 7px 30px 4px 20px;
}
#sec5 .item-img .f28 {
  line-height: 1.1;
  font-weight: 200;
  letter-spacing: 1.5px;
}
#sec5 .sec5-txt {
  margin: 19vw 2% 0;
}
#sec5 .othermenu-thumb .slick-list {
  display: flex;
}
#sec5 .othermenu-thumb .slick-track {
  display: flex;
  gap: 2vw;
  transform: translate3d(0, 0px, 0px) !important;
}
#sec5 .othermenu-thumb .slick-slide {
  width: 20.5vw !important;
  filter: brightness(0.4);
  transition: 0.3s;
}
#sec5 .othermenu-thumb .slick-slide.slick-current {
  filter: brightness(1);
}
#sec5 .othermenu-thumb .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#sec5 .btn-shared {
  margin-top: 8vw;
}
@media only screen and (max-width: 767px) {
  #sec5 .othermenu-thumb {
    position: absolute;
    left: 0;
    width: 100%;
    top: 96vw;
  }
}
@media only screen and (min-width: 768px) {
  #sec5 {
    padding-bottom: 237px;
    margin-bottom: 0;
  }
  #sec5:before {
    top: -81px;
    right: 0;
    width: 105px;
    height: calc(100% + 81px);
  }
  #sec5 h2 {
    text-align: center;
    margin-bottom: 0;
    line-height: 61px;
    letter-spacing: 5.5px;
    position: absolute;
    top: -12px;
    right: 0;
    width: 51%;
  }
  #sec5 .othermenu-slider {
    position: relative;
    margin-left: -115px;
  }
  #sec5 .item {
    align-items: flex-end;
    justify-content: space-between;
    display: flex !important;
  }
  #sec5 .item-img {
    position: relative;
    width: 600px;
  }
  #sec5 .item-img .photo {
    width: 100%;
    height: 420px;
  }
  #sec5 .item-img .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec5 .item-img .gr {
    padding: 4px 30px 5px 27px;
  }
  #sec5 .item-img .f28 {
    line-height: 30px;
    letter-spacing: 4.5px;
  }
  #sec5 .sec5-txt {
    margin: 0 0 60px;
    width: 46%;
    box-sizing: border-box;
    padding: 0 35px;
    line-height: 40px;
    letter-spacing: 1.5px;
  }
  #sec5 .othermenu-thumb {
    width: 540px;
    margin-left: -85px;
    margin-top: 25px;
  }
  #sec5 .othermenu-thumb .slick-track {
    gap: 0;
  }
  #sec5 .othermenu-thumb .slick-slide {
    width: 22% !important;
    margin-left: 4%;
    cursor: pointer;
  }
  #sec5 .othermenu-thumb .slick-slide:nth-child(4n+1) {
    margin-left: 0;
  }
  #sec5 .btn-shared {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 53px;
  }
  #sec5 .btn-shared a {
    width: 387px;
  }
}
@media (min-width: 1251px){
  #sec5 .othermenu-thumb .slick-slide:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) and (max-width: 1250px) {
  #sec5 h2 {
    width: 45%;
  }
  #sec5 .othermenu-slider {
    margin-left: 0;
  }
  #sec5 .othermenu-thumb {
    margin-left: 20px;
    width: 520px;
  }
  #sec5 .btn-shared a {
    width: 330px;
  }
   
}
@media (min-width: 768px) and (max-width: 1170px) {
  #sec5:before {
    width: 30px;
  }
}

#sec6 {
  background: url("../img/koubashiya-menu/sec6_img.jpg") no-repeat center/cover;
  position: relative;
  z-index: 0;
  color: #fff;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 20vw;
}
#sec6 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
}
#sec6 .sec6-inner {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: translateY(100%);
}
#sec6 h2 {
  text-align: center;
}
#sec6 .sec6-txt {
  margin-top: 9vw;
  padding-bottom: 27vh;
}
#sec6 h2,
#sec6 .sec6-txt {
  opacity: 0;
}
#sec6 .fadeInUp-active {
  animation: fadeInUp 1s ease forwards;
}
@media only screen and (min-width: 768px) {
  #sec6 {
    margin-bottom: 125px;
  }
  #sec6 .sec6-inner {
    padding-bottom: 0;
  }
  #sec6 .sec6-txt {
    margin: 30px auto 0;
    width: 500px;
  }
}

#sec7 {
  margin-bottom: 20vw;
}
#sec7 h2 {
  text-align: center;
}
#sec7 .sec7-txt1 {
  margin: 5vw 0 3vw;
}

#sec7 .sec7-txt3 {
  line-height: 1.9;
  margin: 5px auto;
  text-align: center
}


#sec7 .sec7-img1 {
  margin-top: 10vw;
  text-align: center;
}
#sec7 .course-info {
  margin: 10vw 0;
}
#sec7 .course-info .f38 {
  line-height: 1.6;
  padding: 0 2vw 4vw;
  margin-bottom: 5vw;
  border-bottom: 1px solid #dedede;
}
#sec7 .course-info .course-txt {
  margin: 0 3%;
}
#sec7 .course-box {
  background: url("../img/shared/bg1.jpg") repeat center;
  color: #fff;
  box-sizing: border-box;
  padding: 5vw 3%;
}
#sec7 .course-box .box-ttl {
  text-align: center;
  border-bottom: 1px dotted #fff;
  margin: 0 auto;
  max-width: 450px;
}
#sec7 .course-box .df {
  text-align: center;
  justify-content: center;
  margin: 5vw 0;
}
#sec7 .course-box .df p {
  width: 35%;
}
#sec7 .course-box .course-txt2 {
  line-height: 1.9;
  margin: 0 5%;
}


#sec7 #course1 {
  margin-top: 5vw;  
  margin-bottom: 15vw;
  position: relative;
}
#sec7 #course1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -15vw;
  left: 0;
  width: 23vw;
  height: 14vw;
  background: url("../img/shared/bg1.jpg") repeat center;
}
#sec7 #course2 {
  margin-top: 10vw;
  margin-bottom: 20vw;
  position: relative;
}
#sec7 #course2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -10vw;
  right: 0;
  width: 23vw;
  height: 90vw;
  background: url("../img/shared/bg1.jpg") repeat center;
}
#sec7 #course3 h3 {
  text-align: center;
  padding-bottom: 3vw;
  margin: 0 auto 9vw;
  border-bottom: 1px solid #dedede;
  max-width: 500px;
}
#sec7 #course3 .course-box {
  margin-bottom: 10vw;
  padding-bottom: 9vw;
}
#sec7 #course3 ul {
  margin: 5vw;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
#sec7 #course3 ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 15px;
}
#sec7 #course3 ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#sec7 .btn-shared {
  margin-bottom: 15vw;
}
#sec7 .sec-requiment {
  margin: 0 var(--padding-wrap);
  padding-top: 0;
}
#sec7 .sec-requiment:before {
  display: none;
}
#sec7 .sec-requiment .tel-gr .tel-ttl {
  margin-bottom: 4vw;
}
#sec7 .sec-requiment .tel-gr .btn-shared {
  margin: 6vw 0 4vw;
}

/*追加*/
#sec7 .sec7-qbox {
  margin: 3vw;
  padding: 5vw 5%;
  border: 1px solid #000;
}

#sec7 .sec7-qbox h2 {
  font-size: 6vw;
  margin-top: 2vw;  
  margin-bottom: 9vw;
}

#sec7 .sec7-qbox dl {
  padding: 10px 0;
  text-align: left;
}

#sec7 .sec7-qbox dl dt {
    background: #302e2d;
    color: #fff;
    position: relative;
    padding: 10px 10px 10px 40px;
}
#sec7 .sec7-qbox dl dt span{
    position: absolute;
    top: 10px;
    left: 17px;
}
#sec7 .sec7-qbox dl dd {
    position: relative;
    padding: 10px 10px 10px 40px;
    text-align: justify;
}
#sec7 .sec7-qbox dl dd span{
    position: absolute;
    top: 11px;
    left: 17px;
}
/*まで追加*/


@media only screen and (min-width: 768px) {
  #sec7 {
    margin-bottom: 160px;
  }
  #sec7 .sec7-txt1 {
    text-align: center;
    margin: 12px 0 25px;
    letter-spacing: 1.4px;
  }
  #sec7 .sec7-txt2 {
    text-align: center;
  }
  #sec7 .sec7-txt3 {
    text-align: center;
    padding-bottom: 30px;
  } 
    
  #sec7 .sec7-img1 {
    margin-top: 28px;
  }
  #sec7 .course-info {
    margin: -9px 0 0 0;
    width: 50%;
    box-sizing: border-box;
  }
  #sec7 .course-info .f38 {
    line-height: 61px;
    padding: 0 0 35px 15px;
    margin-bottom: 37px;
    letter-spacing: 5.5px;
  }
  #sec7 .course-info .course-txt {
    margin: 0 30px 0 27px;
  }
  #sec7 .course-box {
    width: calc(50% - 20px);
    margin: 0 10px;
    padding: 20px 15px 25px;
  }
  #sec7 .course-box .box-ttl {
    line-height: 60px;
  }
  #sec7 .course-box .df {
    line-height: 48px;
    margin: 3px 0 28px;
  }
  #sec7 .course-box .df p {
    width: 35%;
  }
  #sec7 .course-box .course-txt2 {
    line-height: 30px;
    margin: 0 25px;
  }
  #sec7 #course1 {
    margin-bottom: 58px;
    padding-top: 80px;
  }
  #sec7 #course1:before {
    top: -613px;
    width: 180px;
    height: 787px;
  }
  #sec7 #course2 {
    margin-top: 50px;
    margin-bottom: 78px;
  }
  #sec7 #course2:before {
    top: -140px;
    width: 100px;
    height: 350px;
  }
  #sec7 #course2 .df-pc {
    justify-content: space-between;
  }
  #sec7 #course2 .sec7-img2 {
    width: 68%;
    height: 480px;
    margin-left: -23%;
  }
  #sec7 #course2 .sec7-img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec7 #course2 .course-info {
    margin-top: 46px;
  }
  #sec7 #course2 .course-info .f38 {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  #sec7 #course2 .course-box {
    width: 840px;
    margin: 40px auto 0;
    padding: 15px 15px 36px;
  }
  #sec7 #course2 .course-box .df {
    margin-top: 10px;
  }
  #sec7 #course2 .course-box .df p {
    width: 202px;
  }
  #sec7 #course2 .course-box .course-txt2 {
    margin: 0 auto;
    max-width: 700px;
  }
  #sec7 #course3 h3 {
    padding-bottom: 3px;
    margin: 0 auto 45px;
    line-height: 70px;
  }
  #sec7 #course3 .course-box {
    margin-bottom: 0;
    padding-bottom: 34px;
  }
  #sec7 #course3 .course-box .course-txt2 {
    line-height: 36px;
  }
  #sec7 #course3 ul {
    margin: 32px 30px 25px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
  #sec7 #course3 ul li {
    margin-bottom: 12px;
    padding-left: 15px;
  }
  #sec7 .btn-shared {
    margin: 38px auto 101px;
  }
  #sec7 .btn-shared a {
    min-width: 386px;
  }
  #sec7 .sec-requiment {
    margin: 0 auto;
  }
  #sec7 .sec-requiment .tel-gr {
    margin-top: 0;
  }
  #sec7 .sec-requiment .tel-gr .tel-ttl {
    margin-bottom: 0;
    letter-spacing: 2px;
  }
  #sec7 .sec-requiment .tel-gr .tel-main {
    margin-bottom: 4px;
  }
  #sec7 .sec-requiment .tel-gr .txt {
    letter-spacing: 0.5px;
  }
  #sec7 .sec-requiment .tel-gr .btn-shared {
    margin: 25px 0 0;
  }
    
/*追加*/
#sec7 .sec7-qbox {
    margin: 72px auto 50px;
    max-width: 760px;
    padding: 27px 30px 30px;
    text-align: center;
    box-sizing: border-box;
    line-height: 40px;
  }

#sec7 .sec7-qbox h2{
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 33px;
  }
#sec7 .sec7-qbox dl {
    font-size: 16px;
    max-width: 770px;
    margin: 0 auto;
    padding-bottom: 3px;
    letter-spacing: 2px;
  }
#sec7 .sec7-qbox dl dd{
    line-height: 30px;
    text-align: inherit;
  }
#sec7 .sec7-qbox dl dt{
    padding: 4px 10px 3px 60px;
  }
#sec7 .sec7-qbox dl dt span{
    top: 3px;
    left: 33px;
  }
#sec7 .sec7-qbox dl dd{
    padding: 10px 10px 10px 60px;
  }
#sec7 .sec7-qbox dl dd span{
    top: 11px;
    left: 33px;
  }
/*まで追加*/   
    
}
@media (min-width: 768px) and (max-width: 1370px) {
  #sec7 #course1:before {
    left: auto;
    right: calc(50% + 500px);
  }
}
@media (min-width: 768px) and (max-width: 1220px) {
  #sec7 #course2:before {
    right: auto;
    left: calc(50% + 550px);
  }
}

#sec8 {
  margin-bottom: 20vw;
  padding-top: 15vw;
  position: relative;
}
#sec8:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 70%;
  height: 110vw;
  background: url("../img/shared/bg1.jpg") repeat center;
}
#sec8 h2 {
  margin: 0 auto 10vw;
  color: #fff;
}
#sec8 .slick-dots {
  bottom: 10px;
  width: auto;
  right: 10px;
  left: auto;
}
#sec8 .slick-dots li button {
  background-color: #fff;
}
#sec8 .sec8-txt1 {
  text-align: center;
  margin: 4vw 0 10vw;
}
#sec8 .sec8-info1 h3 {
  margin: 8vw 0 4vw;
}
#sec8 .sec8-3 {
  margin-top: 5vw;
  gap: 3vw;
}
#sec8 .sec8-img2 {
  margin: 10vw 0 5vw;
}
#sec8 .ttl-eng {
  position: relative;
  text-align: right;
}
#sec8 .ttl-eng:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 1px;
  background-color: #dedede;
}
#sec8 h2 .f13{
  text-align: left;
}
#sec8 h2 .f13:before{
  display: none;
}
#sec8 .sec8-info2 h3 {
  margin: 5vw 0 4vw;
}
@media only screen and (min-width: 768px) {
  #sec8 {
    margin-bottom: 165px;
    padding: 103px 30px 0;
  }
  #sec8:before {
    width: calc(50% + 250px);
    height: 950px;
  }
  #sec8 .df-pc {
    justify-content: space-between;
  }
  #sec8 h2 {
    margin: 0;
    order: 2;
    margin-right: 65px;
  }
  #sec8 h2 .f13 {
    margin-left: 8px;
  }
  #sec8 .sec8-img1 {
    margin-left: -250px;
    width: calc(50% + 360px);
    height: 520px;
  }
  #sec8 .slick-dots {
    bottom: 10px;
    width: auto;
    right: 10px;
    left: auto;
  }
  #sec8 .slick-dots li button {
    background-color: #fff;
  }
  #sec8 .sec8-txt1 {
    margin: 29px 0 28px;
    color: #fff;
  }
  #sec8 .sec8-2 {
    margin-bottom: 62px;
    padding-top: 63px;
    position: relative;
    z-index: 0;
    justify-content: space-between;
  }
  #sec8 .sec8-2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 150px;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  #sec8 .sec8-map {
    width: 62%;
    margin-left: -14.3%;
    margin-top: 31px;
  }
  #sec8 .sec8-map img {
    width: 100%;
    height: auto;
  }
  #sec8 .sec8-info1 {
    width: 480px;
    margin-left: 40px;
  }
  #sec8 .sec8-info1 h3 {
    margin: 0 0 39px;
  }
  #sec8 .sec8-info1 .sec8-txt2 {
    max-width: 445px;
    letter-spacing: 0.8px;
  }
  #sec8 .sec8-3 {
    margin-top: 0;
    gap: 0;
    justify-content: space-between;
  }
  #sec8 .sec8-3 p:nth-child(1) {
    margin-left: -129px;
    width: 780px;
  }
  #sec8 .sec8-3 p:nth-child(2) {
    margin: 148px -150px 0 30px;
    width: 430px;
  }
  #sec8 .sec8-4 {
    justify-content: space-between;
  }
  #sec8 .sec8-img2 {
    margin: -72px 40px 0 -61px;
    position: relative;
    z-index: 1;
  }
  #sec8 .ttl-eng {
    position: relative;
    margin-right: 17px;
  }
  #sec8 .ttl-eng:before {
    left: -120px;
    width: 200%;
  }
  #sec8 .sec8-info2 {
    width: 49%;
    margin-top: 60px;
  }
  #sec8 .sec8-info2 h3 {
    margin: 2px 0 20px;
  }
}/*# sourceMappingURL=koubashiya-menu.css.map */