@media screen and (min-width: 768px) {

  header #key .sp {
    display: none !important;
  }
  header #key .slick-slide {
    height: 680px;
  }
  header #key .slick-slide div {
    height: 100%;
    display: block !important;
  }
  header #key .slide_01 {
    background: url("../img/english/key1.jpg") no-repeat center/cover;
  }
  header #key .slide_02 {
    background: url("../img/english/key2.jpg") no-repeat center/cover;
  }
  header #key .slide_03 {
    background: url("../img/english/key3.jpg") no-repeat center/cover;
  }
  header #key .slide_04 {
    background: url("../img/english/key4.jpg") no-repeat center/cover;
  }
  .header-box1 {
    width: 335px;
    padding: 32px 0px 19px;
    border-top: 1px solid #8f8d8d;
    border-bottom: 1px solid #8f8d8d;
    margin: 26px auto 25px;
  }
  .header-box1 .btn_style a {
    margin: 0px auto 10px;
    width: 250px;
  }
  .header-box1 .header-btn1 a {
    background: #000;
    color: #fff;
  }
  .header-box1 .header-btn1 a span {
    color: #fff;
  }
  .header-box1 .header-btn1 a::after {
    filter: invert(1);
  }
  .header-box1 .header-btn1 a:hover::after {
    filter: none;
  }
  .header-nav {
    display: flex;
    justify-content: space-between;
    width: 280px;
    margin: 0px auto;
  }
  .header-nav li a {
    font-size: 18px;
    line-height: 40px;
  }
  .header-nav li a:hover {
    color: #82190e;
    text-decoration: none;
  }
  header .btn_style a {
  height: 40px; /* この高さに合わせて中央揃えにします */
  overflow: hidden; /* 背景アニメーションのために必要ですが、中身がはみ出すと消えます */
  }

  header .btn_style a span {
  line-height: 40px;   /* <a>タグの高さ (40px) と同じ数値に設定 */
  padding-top: 0;      /* 11px から 0 に変更 */
  }

  .nav-fixed .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    color: #fff;
  }
  .nav-fixed ul {
    width: 700px;
    margin: 0px 60px;
  }
  .nav-fixed ul li {
    letter-spacing: 0.5px;
  }
  .nav-fixed .navfixed-btn1 a {
    width: 130px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 55px;
    border-left: 1px solid #767676;
    border-right: 1px solid #767676;
  }
  .nav-fixed .navfixed-btn1 a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .nav-fixed .navfixed-btn2 a {
    width: 126px;
    font-size: 16px;
    display: block;
    text-align: center;
  }
  .nav-fixed .navfixed-btn2 a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
#sec1 {
  position: relative;
  padding: 16vw 0px 16vw;
  background: url("../img/english/sec1_deco.png") no-repeat bottom right/90%;
}
#sec1::before {
  content: "";
  position: absolute;
  top: -6vw;
  left: 0px;
  width: 120vw;
  height: 110vw;
  background: url("../img/english/sec1_bg.png") center right/cover;
}
#sec1 .sec1-box1 {
  box-sizing: border-box;
  background: #3c3c3c;
  color: #fff;
  padding: 12vw 4%;
}
#sec1 .sec1-box1 h2 {
  text-align: center;
  font-size: 6.5vw;
  line-height: 1.4;
  margin: 0px 0px 4vw;
  font-weight: 600;
}
#sec1 .sec1-box2 {
  box-sizing: border-box;
  margin: 12vw 0px 0px;
  padding: 10vw 5%;
  background: #fff;
  text-align: center;
  box-shadow: 6px 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
}
#sec1 .sec1-box2::before {
  content: "";
  position: absolute;
  top: -2vw;
  right: -2vw;
  width: 8vw;
  height: 7vw;
  background: url("../img/english/sec1_line.png") center/cover;
}
#sec1 .sec1-box2 h3 {
  font-size: 6.5vw;
  font-weight: 600;
  padding-bottom: 6vw;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 6vw;
}
#sec1 .sec1-box2 .sec1-txt p + p {
  margin: 3vw 0px 0px;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 108px 0px 134px;
    background-size: auto;
  }
  #sec1::before {
    width: 1149px;
    height: 1083px;
    top: -410px;
  }
  #sec1 .sec1-box1 {
    padding: 75px 0px 55px;
  }
  #sec1 .sec1-box1 h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  #sec1 .sec1-box1 ul {
    width: 670px;
    margin: 0px auto;
  }
  #sec1 .sec1-box1 ul li {
    line-height: 24px;
    margin-bottom: 24px;
  }
  #sec1 .sec1-box2 {
    margin: 64px 0px 0px;
    padding: 78px 100px 78px;
  }
  #sec1 .sec1-box2::before {
    width: 88px;
    height: 74px;
    top: -12px;
    right: -12px;
  }
  #sec1 .sec1-box2 h3 {
    font-size: 40px;
    padding-bottom: 41px;
    margin-bottom: 35px;
  }
  #sec1 .sec1-box2 .sec1-txt {
    line-height: 24px;
  }
  #sec1 .sec1-box2 .sec1-txt p + p {
    margin: 24px 0px 0px;
  }
}

#sec2 {
  padding: 4vw 0px;
}
#sec2 h2 {
  font-size: 7vw;
  line-height: 1.4;
  font-weight: 600;
  margin: 0px 0px 4vw;
}
#sec2 .sec2-txt {
  position: relative;
}
#sec2 .sec2-txt::before {
  content: "";
  position: absolute;
  top: 4vw;
  left: 2vw;
  width: 82vw;
  height: 120vw;
  background: url("../img/english/sec2_deco.png") top center/cover;
}
#sec2 .sec2-img {
  margin: 8vw 0px 0px;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 0px;
  }
  #sec2 .sec2-row {
    display: flex;
    justify-content: space-between;
  }
  #sec2 .sec2-box {
    width: 402px;
    margin: 62px 0px 0px 51px;
  }
  #sec2 h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 33px;
  }
  #sec2 .sec2-txt::before {
    top: 82px;
    left: -40px;
    width: 424px;
    height: 745px;
  }
  #sec2 .sec2-img {
    width: 700px;
    margin: -35px -200px 0px 0px;
  }
}

#sec3 {
  padding: 20vw 0px 20vw;
  position: relative;
  background: url("../img/english/sec3_bg_sp.png") no-repeat bottom center/100%;
}
#sec3 h2 {
  text-align: center;
  font-size: 7vw;
  font-weight: 600;
  line-height: 1.4;
  margin: 0px 0px 8vw;
  position: relative;
}
#sec3 h2::before {
  content: "";
  position: absolute;
  top: -16vw;
  left: 50%;
  width: 14vw;
  height: 12vw;
  transform: translateX(-50%);
  background: url("../img/english/sec3_line.png") center/cover;
}
#sec3 h3 {
  font-size: 6.5vw;
  font-weight: 600;
  margin: 0px 0px 4vw;
}
#sec3 .sec3-slide {
  margin: 8vw 0px 10vw;
}
#sec3 .sec3-slide .slick-dots {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  display: flex;
  z-index: 1;
  bottom: 7%;
  right: 4%;
}
#sec3 .sec3-slide .slick-dots li {
  padding: 0px 6px;
}
#sec3 .sec3-slide .slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #000;
  background: none;
  font-size: 0;
}
#sec3 .sec3-slide .slick-dots li.slick-active button {
  background: #000;
}
#sec3 .sec3-img {
  margin: 8vw 0px 0px;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 265px 0px 150px;
    background-size: 100% 631px;
    background-image: url("../img/english/sec3_bg.png");
  }
  #sec3 h2 {
    font-size: 40px;
    margin-bottom: 76px;
    line-height: 50px;
  }
  #sec3 h2::before {
    width: 152px;
    height: 130px;
    top: -164px;
  }
  #sec3 .sec3-row1 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #sec3 .sec3-box1 {
    width: 350px;
    margin: 100px 70px 0px 0px;
  }
  #sec3 h3 {
    font-size: 36px;
    margin: 0px 0px 36px;
  }
  #sec3 .sec3-slide {
    width: 550px;
    margin: 0px 0px 0px -50px;
  }
  #sec3 .sec3-slide .slick-dots li button {
    cursor: pointer;
  }
  #sec3 .sec3-slide .slick-dots li button:hover {
    opacity: 0.8;
  }
  #sec3 .sec3-row2 {
    display: flex;
    justify-content: space-between;
    margin: 38px 0px 0px;
  }
  #sec3 .sec3-box2 {
    width: 360px;
    margin: 100px 0px 0px 70px;
  }
  #sec3 .sec3-img {
    width: 550px;
    margin: 0px -50px 0px 0px;
  }
}

#sec4 {
  padding: 0px 0px 16vw;
  background: url("../img/english/sec4_deco.png") no-repeat bottom 16vw center/100%;
}
#sec4 .sec4-bg {
  background: url("../img/english/sec4_bg_sp.jpg") center/cover;
  height: 70vw;
}
#sec4 h2 {
  position: relative;
  text-align: center;
  margin: 18vw 0px 2vw;
  font-size: 8vw;
  font-weight: 600;
}
#sec4 h2::before {
  content: "";
  position: absolute;
  top: -30vw;
  left: 50%;
  width: 2px;
  height: 24vw;
  border-left: 1px solid #000;
  z-index: 1;
  transform: translateX(-50%);
}
#sec4 .sec4-txt1 {
  text-align: center;
  margin: 0px 0px 8vw;
}
#sec4 .sec4-box1 {
  position: relative;
  width: 85%;
  margin: 0px auto;
}
#sec4 .sec4-box1::before {
  content: "";
  position: absolute;
  top: -6vw;
  left: -10vw;
  background: url("../img/english/sec3_line.png") center/cover;
  width: 16vw;
  height: 14vw;
}
#sec4 h3 {
  font-size: 7vw;
  line-height: 1.4;
  font-weight: 600;
  margin: 0px 0px 4vw;
}
#sec4 .sec4-img1 {
  margin: 8vw 0px;
}
#sec4 .sec4-img2 {
  margin: 0px 0px 10vw;
}
#sec4 .sec4-box2 {
  margin: 0px 0px 8vw;
}
#sec4 .sec4-box2 dl {
  padding: 0px 4% 5vw;
  margin: 0px 0px 5vw;
  line-height: 1.4;
  border-bottom: 1px solid #000;
}
#sec4 .sec4-box2 dl dt {
  font-size: 6.5vw;
  font-weight: 600;
}
#sec4 .sec4-box2 dl dd {
  font-size: 5vw;
}
#sec4 .sec4-box2 dl dd span {
  font-size: 5vw;
}
#sec4 .sec4-box2 .sec4-row3 {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0px auto;
}
#sec4 .sec4-box2 .sec4-row3 .sec4-txt3 {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 0px 0px 90px;
    background-position: bottom 74px center;
    background-size: auto;
  }
  #sec4 .sec4-bg {
    height: 600px;
    background-image: url("../img/english/sec4_bg.jpg");
  }
  #sec4 h2 {
    font-size: 45px;
    margin: 123px 0px 20px;
  }
  #sec4 h2::before {
    height: 180px;
    top: -210px;
  }
  #sec4 .sec4-txt1 {
    margin-bottom: 72px;
  }
  #sec4 .sec4-row1 {
    display: flex;
    justify-content: space-between;
  }
  #sec4 .sec4-box1 {
    width: 295px;
    margin: 70px 0px 0px 80px;
    align-self: start;
  }
  #sec4 .sec4-box1::before {
    top: -94px;
    left: -94px;
    width: 152px;
    height: 130px;
  }
  #sec4 .sec4-img1 {
    width: 700px;
    margin: 0px -150px 0px 0px;
  }
  #sec4 h3 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  #sec4 .sec4-img2 {
    width: 580px;
    margin: -60px 0px 56px -150px;
  }
  #sec4 .sec4-row2 {
    display: flex;
    justify-content: space-between;
  }
  #sec4 .sec4-box2 {
    width: 450px;
    margin: 0px 25px;
  }
  #sec4 .sec4-box2 dl {
    padding: 0px 26px 24px;
    margin: 0px 0px 29px;
    line-height: 45px;
  }
  #sec4 .sec4-box2 dl dt {
    font-size: 36px;
  }
  #sec4 .sec4-box2 dl dd {
    font-size: 30px;
  }
  #sec4 .sec4-box2 dl dd span {
    font-size: 24px;
  }
  #sec4 .sec4-box2 .sec4-row3 {
    width: 330px;
    margin: 0px 0px 0px 30px;
  }
}

#sec5 {
  background: url("../img/english/sec5_bg_sp.png") no-repeat bottom center/100% 100%;
  padding: 10vw 0px 24vw;
}
#sec5 .sec5-box1 {
  position: relative;
  width: 85%;
  margin: 0px auto 8vw;
  z-index: 1;
}
#sec5 .sec5-box1::before {
  content: "";
  position: absolute;
  top: -6vw;
  left: -10vw;
  background: url("../img/english/sec3_line.png") center/cover;
  width: 16vw;
  height: 14vw;
}
#sec5 .sec5-box1 h2 {
  font-size: 7vw;
  line-height: 1.4;
  margin: 0px 0px 4vw;
  font-weight: 600;
}
#sec5 .sec5-img2 {
  width: 95%;
  margin: 6vw 0px 0px auto;
}
@media screen and (min-width: 768px) {
  #sec5 {
    background-image: url("../img/english/sec5_bg.png");
    padding: 80px 0px 190px;
  }
  #sec5 .sec5-row {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #sec5 .sec5-box1 {
    width: 335px;
    margin: 146px 0px 0px;
  }
  #sec5 .sec5-box1::before {
    top: -94px;
    left: -94px;
    width: 152px;
    height: 130px;
  }
  #sec5 .sec5-box1 h2 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 14px;
  }
  #sec5 .sec5-box2 {
    width: 730px;
    margin: 0px 0px 0px -114px;
  }
  #sec5 .sec5-img2 {
    width: 550px;
    margin: 20px 0px 0px auto;
  }
}

.bg-sec {
  background: url("../img/english/sec6_deco.png") no-repeat bottom 10vw left/90%;
}
@media screen and (min-width: 768px) {
  .bg-sec {
    background-size: auto;
    background-position: bottom 133px left;
  }
}

#sec6 {
  padding: 0px 0px 4vw;
}
#sec6 .sec6-box {
  box-sizing: border-box;
  padding: 10vw 5%;
  background: #fff;
  box-shadow: 6px 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
}
#sec6 .sec6-box::before {
  content: "";
  position: absolute;
  top: -2vw;
  right: -2vw;
  width: 8vw;
  height: 7vw;
  background: url("../img/english/sec1_line.png") center/cover;
}
#sec6 .sec6-box h2 {
  font-size: 6.5vw;
  font-weight: 600;
  padding-bottom: 6vw;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 6vw;
  text-align: center;
}
#sec6 .sec6-box ul {
  margin: 0px 0px 10vw;
}
#sec6 .sec6-box ul li {
  margin: 0px 0px 3vw;
}
#sec6 .sec6-box .sec6-btn a {
  background: #000;
  margin: 0px auto;
  height: 50px;
}
#sec6 .sec6-box .sec6-btn a span {
  color: #fff;
  padding-top: 16px;
}
#sec6 .sec6-box .sec6-btn a::after {
  background-image: url("../img/shared/arrow_btn_on.png");
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding: 12px 0px 62px;
  }
  #sec6 .sec6-box {
    padding: 84px 98px 83px;
  }
  #sec6 .sec6-box::before {
    width: 88px;
    height: 74px;
    top: -12px;
    right: -12px;
  }
  #sec6 .sec6-box h2 {
    font-size: 40px;
    padding-bottom: 41px;
    margin-bottom: 35px;
  }
  #sec6 .sec6-box ul {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px 0px 53px 30px;
  }
  #sec6 .sec6-box ul li {
    line-height: 24px;
    margin: 0px 0px 24px;
  }
  #sec6 .sec6-box .sec6-btn a {
    width: 400px;
    height: 70px;
  }
  #sec6 .sec6-box .sec6-btn a span {
    padding-top: 26px;
  }
}

#sec7 {
  padding: 16vw 0px 0px;
}
#sec7 h2 {
  position: relative;
  margin: 0px 10% 4vw;
  font-size: 8vw;
  font-weight: 600;
  line-height: 1;
}
#sec7 h2::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -8%;
  width: 2px;
  height: 18vw;
  border-left: 1px solid #000;
}
#sec7 .sec7-map {
  margin: 8vw 0px 12vw;
}
#sec7 .sec7-slide {
  height: 180px;
}
#sec7 .sec7-slide img {
  width: auto;
  max-width: unset;
  height: 180px;
}
@media screen and (min-width: 768px) {
  #sec7 {
    padding: 140px 0px 0px;
  }
  #sec7 .sec7-row {
    display: flex;
    justify-content: space-between;
  }
  #sec7 h2 {
    align-self: flex-start;
    width: 140px;
    font-size: 45px;
    margin: 0px 0px 0px 240px;
  }
  #sec7 h2::before {
    left: -48px;
    height: 174px;
  }
  #sec7 .sec7-txt {
    width: 444px;
    margin: 0px 120px 0px 0px;
  }
  #sec7 .sec7-map {
    width: 758px;
    margin: 43px auto 64px;
  }
  #sec7 .sec7-slide {
    height: 250px;
  }
  #sec7 .sec7-slide img {
    height: 250px;
  }
}

#sec8 {
  position: relative;
  padding: 16vw 0px;
}
#sec8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 86%;
  background: url("../img/english/sec8_bg.jpg") repeat top left;
}
#sec8 h2 {
  text-align: center;
  font-size: 7vw;
  font-weight: 600;
  margin: 0px 0px 8vw;
  padding: 0px 0px 6vw;
  border-bottom: 1px solid #b2afa9;
}
#sec8 .sec8-logo {
  width: 26%;
  margin: 0px auto 8vw;
  max-width: 139px;
}
#sec8 .sec8-list {
  margin: 0px 0px 10vw;
}
#sec8 .sec8-list dl {
  line-height: 1.5;
  margin: 0px 0px 3vw;
  letter-spacing: 0.1em;
  font-size: 13px;
}
#sec8 .sec8-list dl dd {
  margin-left: 2%;
}
#sec8 .sec8-list dl dd a {
  display: inline-block;
  text-decoration: underline;
}
#sec8 .g_map {
  width: 100%;
  height: 480px;
  margin: 10vw 0px 0px;
}
#sec8 .g_map iframe {
  width: 100%;
  height: 100%;
}
#sec8 .sec8_btn {
  margin: 8vw 0px 0px;
}
#sec8 .sec8_btn li {
  margin: 0px auto 4vw;
}

  #sec8 .btn_style a {
  padding-top: 5px;
  }

@media screen and (min-width: 768px) {
  #sec8 {
    padding: 102px 0px 68px;
  }
  #sec8::before {
    height: calc(100% - 510px);
  }
  #sec8 h2 {
    font-size: 40px;
    padding-bottom: 41px;
    margin-bottom: 74px;
  }
  #sec8 .sec8-row {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #sec8 .sec8-img {
    margin: 0px;
    position: absolute;
    top: 360px;
    left: 60px;
    width: 380px;
  }
  #sec8 .sec8-logo {
    margin: 0px 0px 0px 182px;
  }
  #sec8 .sec8-list {
    width: 450px;
    margin: 0px 49px 0px 0px;
  }
  #sec8 .sec8-list dl {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  #sec8 .sec8-list dl dd {
    margin-left: 18px;
  }
  #sec8 .sec8-list dl dd a:hover {
    text-decoration: none;
  }
  #sec8 .g_map {
    margin: 40px 0px 20px;
    height: 580px;
  }
  #sec8 .sec8_btn {
    text-align: center;
    margin: 50px auto 0 auto;
    width: 350px;
  }
  #sec8 .sec8_btn li {
    margin: 0px;
  }
  #sec8 .sec8_btn li .btn_style a {
    height: 50px;
    margin: 0px;
  }
  #sec8 .sec8_btn li .btn_style a span {
    padding-top: 14px;
  }
  #sec8 .sec8_btn li .btn_print a {
    text-align: center;
    width: 100%;
    margin: 20px auto 0px;
    text-decoration: underline;
    text-underline-offset: 2px;
    display: block;
  }
  #sec8 .sec8_btn li .btn_print a:hover {
    text-decoration: none;
  }
}

footer {
  padding: 10vw 0px 0px;
}
footer .footer-bg2 {
  text-align: center;
  padding: 10vw 0px 20vw;
  color: #fff;
  background: #1b1a1a;
  margin: 8vw 0px 0px;
  display: block;
}
footer .footer-bg2 .cookies_link a {
  text-decoration: underline;
  display: block;
  margin: 3vw auto 10vw;
  text-underline-offset: 2px;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 0px;
  }
  footer nav::before {
    left: 0;
    right: 0;
  }
  footer #socialbuttons {
    margin: 35px 0px 40px;
  }
  footer .footer-bg2 {
    padding: 29px 0px;
    margin: 0px;
    font-size: 14px;
  }
  footer .footer-bg2 .cookies_link a {
    margin: 16px auto 0px;
  }
  footer .footer-bg2 .cookies_link a:hover {
    text-decoration: none;
  }
  footer .block_02 {
    line-height: 30px;
  }
}/*# sourceMappingURL=english.css.map */