#main-visual {
    height: 100vh;
    background-color: #A9E0E8;
    position: relative;
    margin-bottom: 29vw;
}
#main-visual .w1000 {
}
#main-visual .visual {
    background-image: url("../../images/main_visual.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 53vw;
    z-index: 3;
    position: relative;
}
#main-visual .txt {
    height: 100%;
     position: relative;
    padding-top: 200px;
    
}
#main-visual .img {
    margin-bottom: -100px;
    margin-left: 19%;
    width: 53%;
    position: relative;
}
#main-visual .img img {
    width: 100%;
}
#main-visual .copy {
  position: absolute;
  z-index: 2;
  right: -200px;
  top: 0;
  -ms-writing-mode: tb-rl;
  font-size: 38px;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 64px;
}
#main-visual .copy:after {
  position: absolute;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  font-size: 150px;
  letter-spacing: 0.05em;
  content: attr(data-title);
  color: #000000;
    opacity: 0.05;
  z-index: -3;
  white-space: nowrap;
    left: -110px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: -160px;
  line-height: 1;
}
#about {
    display: flex;
    align-items: center;
    margin-bottom: 150px;
}
#about .photo {
    order: 2;
    margin-left: auto;
    flex-shrink: 0;
    width: 49%;
}
#about .photo img {
    width: 100%;
}
#about .txt {
    margin-left: 19%;
    padding-right: 7%;
    position: relative;
}
#about .txt .bg {
  background-color: #eceae6;
  width: 500px;
  height: 410px;
  content: "";
  position: absolute;
  z-index: -1;
  left: -24%;
  bottom: -10%;
}
#about .txt h2 {
    font-size: 35px;
    margin-bottom: 50px;
}
#about .txt h2 span {
    position: relative;
    z-index: 2;
}
#about .txt h2:after {
  position: absolute;
    bottom:-40px;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  font-size: 100px;
  letter-spacing: 0.05em;
  content: attr(data-title);
    color: #eceae6;
    z-index: -3;
    white-space: nowrap;
    left: -50px;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    top: -100px;
    line-height: 1;
}


#vr {
    display: flex;
    margin-bottom: 200px;
    align-items: center;

}
#vr .photo {
    margin-left: auto;
    flex-shrink: 0;
    width: 46%;
margin-left: 12%;
    position: relative;
    z-index: 2;
}
#vr .photo img {
    width: 100%;
}
#vr .txt {
    
    padding-left: 3%;
    margin-right: 7%;
}
#vr .txt h2 {
    font-size: 35px;
    margin-bottom: 50px;
    position: relative;
    line-height: 1.5;

}
#vr .txt h2 span {
    position: relative;
    z-index: 2;
}
#vr .txt h2:after {
    position: absolute;
    bottom:-40px;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  font-size: 100px;
  letter-spacing: 0.05em;
  content: attr(data-title);
    color: #eceae6;
    z-index: -3;
    white-space: nowrap;
    right: -50px;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    top: -200px;
    line-height: 1;
}
#vr .txt .link-btn {
  margin-top: 30px;
}
#vr .txt .link-btn a {
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  color: #676767;
    padding-left: 80px;
}
#vr .txt .link-btn a:hover {
    transform: translateX(10px);
    text-decoration: underline;
}
#vr .txt .link-btn a:before {
  width: 60px;
  height: 1px;
  content: "";
  background-color: #333;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 50%;
  transition: .3s;
}
#application {
    background-color: #eceae6;
    padding-top: 130px;
    padding-bottom: 130px;
    display: flex;
    align-items: center;
    background-image: url("../../images/bg_app.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 410px;
}
#application h2 {
    font-size: 35px;
    margin-bottom: 50px;
    position: relative;
    line-height: 1.5;
}
#application .txt {
    margin-left: 19%;
    width: 50%;
    padding-right: 5%;
}
#application .icon {
    width: 45%;
    text-align: center;
}
#application ul {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    justify-content: center;
    margin-top: 30px;
}
#application ul li {
    margin-left: 10px;
    margin-right: 10px;
}
#application ul li a {
    display: block;
}
#application ul li a:hover {
    opacity: 0.8;
}
#application .icon {
    margin-right: 7%;
}
#application .icon p {
    font-size: 70%;
    text-align: left;
    color: #676767;
    line-height: 1.5;
    margin-top: 30px;
}
#application .logo img {
    width: 380px;
}
@media screen and (max-width:1180px){
#main-visual .visual {
  height: 64vw;
}
}
@media screen and (max-width:980px){
#main-visual {
  height: auto;
    background-color: transparent;
}
#main-visual:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 140px;
    z-index: -2;
    background-color: #A9E0E8;
}
#main-visual .img {
  margin-left: 0%;
  width: 71%;
}
#main-visual .visual {
  height: 85vw;
}
#main-visual .copy::after {
  font-size: 15vw;
  left:-11vw;
}
#main-visual .copy {
  font-size: 29px;
    right: -19vw;
  line-height: 49px;
}

#about {
  display: block;
    margin-bottom: 120px;
}
#about .txt {
  margin-left: 7%;
  padding-right: 7%;
}
#about .photo {
  width: 80%;
    margin-bottom: 100px;
}
#vr {
  display: block;
}
#vr .txt {
  padding-left: 0%;
  margin-right: 7%;
    margin-left: 7%;
}
#vr .photo {
  margin-left: 10%;
  margin-right: 10%;
    width: auto;
    margin-bottom: 40px;
}
#vr .txt h2::after {
  right: -15px;
}
#application {
  display: block;
    background-size: 290px;
}
#application .txt {
  margin-left: 7%;
  width: auto;
    margin-right: 7%;
    margin-bottom: 50px;
  padding-right: 0;
}
#application .icon {
  width: auto;
    margin-left: 7%;
    margin-right: 7%
}
}
@media screen and (max-width:480px){
#main-visual .img {
  width: 65%;
}
#about {
  margin-bottom: 80px;
}
#about .photo {
  width: 79%;
  margin-bottom: 60px;
}
#about .txt h2 {
    font-size: 25px;
    margin-bottom: 30px;
}
#vr .txt h2 {
  font-size: 25px;
  margin-bottom: 30px;
}
#about .txt h2::after {
  font-size: 64px;
  left: -30px;
  top: -40px;
}
#vr {
  margin-bottom: 80px;
}
#vr .txt h2::after {
  font-size: 64px;
  right: 0px;
  top: -110px;
}
#vr .photo {
  margin-bottom: 20px;
    margin-left: 5%;
margin-right: 5%;
}
#about .txt .bg {
  width: 390px;
  height: 210px;
  left: -50%;
  bottom: -110px;
}
#application h2 {
  font-size: 22px;
  margin-bottom: 30px;
}
#application {
  padding-top: 60px;
  padding-bottom: 60px;
    background-size: 220px;
}
#application .txt {
  margin-bottom: 40px;
}
#main-visual {
  margin-bottom: 50vw;
}
#main-visual .txt {
  padding-top: 60px;
}
#main-visual .copy {
  font-size: 25px;
  right: -25vw;
  line-height: 38px;
    white-space: nowrap;
}
#main-visual .copy::after {
  top: -35px;
}
#main-visual::after {
  bottom: 0px;
    height: 90vw;
}
#application .icon .logo img {
    width: 280px;
}
#application ul {
  max-width: 280px;
}
}





















