.slide01 {
  background: url(../img/english/key.jpg) no-repeat center;
  height: 450px;
  background-size: cover;
}

header .logo {
  top: 180px;
}

#keyvisual {
  padding-right: 0;
}

#keyvisual #scroll {
  display: none;
}

header h1 {
  top: 395px;
}

/*================== sec1 ====================*/
@media screen and (min-width: 767px) {
  .slide01 {
    height: 900px;
  }
  #keyvisual {
    position: relative;
  }
  #keyvisual #scroll {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 21px;
    height: 140px;
    margin-left: 10px;
    display: block;
  }
  #keyvisual #scroll::before {
    width: 1px;
    height: 85px;
    background: #FFF;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
  }
  #keyvisual h1 {
    color: #FFF;
    position: relative;
    z-index: 80;
    margin-top: 0;
    font-size: 13px;
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: inherit;
    font-weight: 300;
  }
  header .logo {
    top: 355px;
    z-index: 89;
  }
  header h1 {
    left: 30px;
    top: inherit;
    bottom: 30px;
    height: 870px;
    text-align: left;
    display: flex;
    align-items: flex-end;
  }
  header h1 span {
    /* cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright; */
    word-wrap: break-word;
  }
}

/*================== sec1 ====================*/
#sec1 {
  position: relative;
  padding: 30vw 0 20vw;
}

#sec1 h2 {
  font-size: 10px;
  text-align: center;
}

#sec1 h2 span {
  font-size: 24px;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 1px solid;
  padding: 0 3px 20px;
}

#sec1 .txt {
  /* text-align: justify; */
  padding: 60px 0 35px;
}

@media screen and (min-width: 767px) {
  #sec1 {
    position: relative;
    padding: 240px 0 190px;
  }
  #sec1 h2 {
    font-size: 12px;
    text-align: center;
    width: 420px;
    margin-left: 15px;
    margin-bottom: 80px;
  }
  #sec1 h2 span {
    font-size: 24px;
    margin-bottom: 35px;
    display: inline-block;
    border-bottom: 1px solid;
    padding: 0 3px 20px;
  }
  #sec1 .txt {
    /* text-align: justify; */
    padding: 0px;
    width: 420px;
    margin-left: 15px;
    font-size: 15px;
    line-height: 50px;
  }
  #sec1 .photo {
    position: absolute;
    top: 0;
    right: 14px;
  }
}

/*================== sec2 ====================*/
#sec2 {
  position: relative;
}

#sec2 .slick-slide .js01 {
  background: url(../img/english/js1.jpg) no-repeat center;
  background-size: cover;
  height: 65vw;
}

#sec2 .slick-slide .js02 {
  background: url(../img/english/js2.jpg) no-repeat center;
  background-size: cover;
  height: 65vw;
}

#sec2 .slick-slide .js03 {
  background: url(../img/english/js3.jpg) no-repeat center;
  background-size: cover;
  height: 65vw;
}

#sec2 .slick-dots {
  width: 100%;
  justify-content: center;
}

#sec2 .slick-dots li {
  width: 25px;
  height: 5px;
}

#sec2 h2 {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10vw;
  line-height: 18px;
  text-align: left;
}

#sec2 h2 span {
  height: 200px;
  font-size: 10px;
}

#sec2 h2 i {
  margin-left: 15px;
}

#sec2 .txt {
  /* text-align: justify; */
  margin: 10vw 5% 22vw;
}

@media screen and (min-width: 767px) {
  #sec2 {
    position: relative;
    min-height: 670px;
  }
  #sec2 .slick-slide .js01 {
    background: url(../img/english/js1.jpg) no-repeat center;
    background-size: cover;
    height: 670px;
  }
  #sec2 .slick-slide .js02 {
    background: url(../img/english/js2.jpg) no-repeat center;
    background-size: cover;
    height: 670px;
  }
  #sec2 .slick-slide .js03 {
    background: url(../img/english/js3.jpg) no-repeat center;
    background-size: cover;
    height: 670px;
  }
  #sec2 .slick-dots {
    width: 100%;
    justify-content: center;
    position: relative;
    z-index: 99;
    margin-top: -60px;
  }
  #sec2 .slick-dots li {
    width: 60px;
    height: 7px;
    transition: all 0.3s ease;
  }
  #sec2 .slick-dots li:hover {
    opacity: 0.75;
  }
  #sec2 .box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    color: #FFF;
    z-index: 89;
    height: 670px;
  }
  #sec2 h2 {
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10vw;
    line-height: 26px;
    text-align: left;
    position: absolute;
    top: 10px;
    right: 265px;
  }
  #sec2 h2 span {
    height: 200px;
    font-size: 12px;
  }
  #sec2 h2 i {
    margin-left: 15px;
  }
  #sec2 .txt {
    text-align: left;
    margin: 0;
    position: absolute;
    top: 180px;
    right: 420px;
    font-size: 15px;
    line-height: 50px;
    letter-spacing: 0.14em;
    /* cursor: vertical-text; */
    /* writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word; */
  }
}

/*================== sec3 ====================*/
#sec3 {
  position: relative;
  padding: 18vw 5%;
  background: url(../img/english/sec3_bg.jpg) no-repeat center;
  background-size: cover;
}

#sec3 .box {
  background: #FFF;
  padding: 12vw 5% 10vw;
}

#sec3 .title h2 {
  font-size: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#sec3 .title h2 span {
  display: block;
  font-size: 24px;
}

#sec3 .title h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

#sec3 .title dl {
  text-align: center;
  margin-bottom: 15px;
}

#sec3 .title dl dt {
  font-size: 16px;
}

#sec3 .title dl dt span {
  font-size: 14px;
}

#sec3 .title dl dd {
  font-size: 13px;
}

#sec3 .text dl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #f5f5f5;
  padding: 25px 5%;
}

#sec3 .text dl dt {
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
}

#sec3 .text dl dd {
  width: 100%;
  box-sizing: border-box;
  padding-left: 25%;
  font-size: 13px;
  line-height: 28px;
}

#sec3 .text p {
  /* text-align: justify; */
  font-size: 13px;
  padding-top: 15px;
}

#sec3 .tel-eng {
  padding: 15px 0 0;
  border-top: 1px solid #ddd;
  text-align: center;
  margin-top: 25px;
}

#sec3 .tel-eng i {
  display: block;
  font-style: normal;
}

#sec3 .tel-eng span {
  font-size: 18px;
}

#sec3 .slick-dots {
  width: 100%;
  justify-content: center;
}

#sec3 .slick-dots li {
  width: 25px;
  height: 5px;
}

#sec3 .btn{
  width: 190px;
}

@media screen and (min-width: 767px) {
  #sec3 {
    position: relative;
    padding: 190px 5%;
  }
  #sec3 .box {
    background: #FFF;
    padding: 100px 145px 100px;
    max-width: 950px;
    margin: auto;
    box-sizing: border-box;
  }
  #sec3 .title h2 {
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  #sec3 .title h2 span {
    display: block;
    font-size: 24px;
    padding-bottom: 3px;
  }
  #sec3 .title h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  #sec3 .title dl {
    text-align: center;
    margin-bottom: 40px;
  }
  #sec3 .title dl dt {
    font-size: 20px;
  }
  #sec3 .title dl dt span {
    font-size: 18px;
  }
  #sec3 .title dl dd {
    font-size: 14px;
  }
  #sec3 .text dl {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #f5f5f5;
    padding: 30px 20px;
    width: 540px;
    margin: 0 auto 15px;
    box-sizing: border-box;
  }
  #sec3 .text dl dt {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
  }
  #sec3 .text dl dd {
    width: 100%;
    box-sizing: border-box;
    padding-left: 118px;
    font-size: 15px;
    line-height: 50px;
  }
  #sec3 .text dl dd:nth-child(3) {
    padding-left: 25px;
  }
  #sec3 .text p {
    text-align: center;
    font-size: 15px;
    line-height: 33px;
    padding-top: 20px;
  }
  #sec3 .tel-eng {
    padding: 65px 0 0;
    margin-top: 65px;
    font-size: 20px;
  }
  #sec3 .tel-eng i {
    display: block;
    font-style: normal;
  }
  #sec3 .tel-eng span {
    font-size: 26px;
  }
  #sec3 .slick-dots {
    width: 100%;
    justify-content: center;
  }
  #sec3 .slick-dots li {
    width: 40px;
    height: 6px;
  }
}

#sec4 {
  position: relative;
  padding: 20vw 0 10vw;
}

#sec4 h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15vw;
}

#sec4 h3 {
  text-align: center;
  font-size: 17px;
  margin-bottom: 10vw;
}

#sec4 h3 span {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

#sec4 h3 span::before {
  width: 30px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: "";
  background: #ddd;
}

#sec4 .tel-sec {
  text-align: center;
  font-size: 17px;
  margin-bottom: 10vw;
}

#sec4 .tel-sec dd {
  display: block;
  padding-top: 10px;
  margin-top: 10px;
  position: relative;
}

#sec4 .tel-sec dd::before {
  width: 30px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  content: "";
  background: #ddd;
}

#sec4 .box p {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 26px;
}

#sec4 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10vw;
}

#sec4 ul li {
  width: 48%;
}

#sec4 ul li:last-child {
  width: 70%;
  margin: 15px 15% 0;
}

@media screen and (min-width: 767px) {
  #sec4 {
    position: relative;
    padding: 180px 0 70px;
  }
  #sec4 h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 110px;
  }
  #sec4 h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 75px;
  }
  #sec4 h3 span {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
  }
  #sec4 h3 span::before {
    width: 30px;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    background: #ddd;
  }
  #sec4 .tel-sec {
    text-align: center;
    font-size: 18px;
    margin-bottom: 155px;
  }
  #sec4 .tel-sec dd {
    display: block;
    padding-top: 15px;
    margin-top: 15px;
    position: relative;
  }
  #sec4 .tel-sec dd::before {
    width: 30px;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    content: "";
    background: #ddd;
  }
  #sec4 .box {
    display: flex;
    justify-content: space-between;
  }
  #sec4 .box p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 30px;
  }
  #sec4 .list {
    order: 2;
    width: 475px;
  }
  #sec4 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0;
    order: 1;
    width: 410px;
    margin-left: 7px;
  }
  #sec4 ul li {
    width: auto;
    margin-bottom: 50px;
  }
  #sec4 ul li:last-child {
    width: auto;
    margin: 0;
    padding-left: 82px;
  }
  #sec4 ul li:nth-child(2) {
    margin-left: -40px;
  }
}

#sec3 .web_eng a {
    border: 1px solid #000;
    display: block;
    padding: 5px 0px !important;
    font-size: 14px;
	width: 200px;
	text-align: center;
	margin: 30px auto 40px;
  }
#sec3 .web_eng a:hover {
    opacity: 0.75;
  }