/* CSS Document */

@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {}


#main-header h2 {
  margin-bottom: 180px;
}
#main-header h2 span {
  border-bottom: 1px solid #29abe2;
}

.main-desc {
  color: #ffffff;
  padding: 160px 160px 200px;
  margin-bottom: 240px;
  background: url(../images/page-desc-bg.svg) no-repeat center center;
}
.main-desc h3 {
  font-size: 32px;
  margin-bottom: 40px;
}
.main-desc p {
  line-height: 1.5;
  letter-spacing: .05em;
  font-size: 18px;
}


.company-area {
  width: 1000px;
  margin: 0 auto;
}
.company-area .company-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 180px;
}

.company-area h3 {
  color: #EFEFEF;
  font-size: 70px;
  width: 15%;
  float: right;
  
  -webkit-writing-mode: horizon;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 1024px) {
  
  .company-area {
    width: 95%;
    margin: 0 auto;
  }
  
  .company-area h3 {
    color: #29abe2;
    font-size: 70px;
    width: 100%;
    float: none;
    margin-bottom: 64px;

    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {
  
  #main-header h2 { margin-bottom: 120px; }
  
  .company-area {
    width: 95%;
    margin: 0 auto;
  }
  
  .company-area h3 {
    color: #29abe2;
    font-size: 36px;
    width: 100%;
    float: none;
    margin-bottom: 64px;
    text-align: center;

    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }

}




/*.motto*/
.motto-inner {
  float: right;
  width: 80%;
}
.motto-inner ul {
  width: 100%;
  height: 550px;
  text-align: left;
  display: flex;
  justify-content: space-around;
  font-size: 36px;
  border-right: 1px solid #29abe2;
/*  border-bottom: 1px solid #29abe2;*/
  padding-bottom: 60px;
}
.motto-inner ul li {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  
  color: #EFEFEF;
  width: 30px;
}


@media screen and (max-width: 1024px) {
  
  .motto-inner {
    float: none;
    width: 100%;
  }
  .motto-inner ul {
    width: 75%;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
    font-size: 36px;
    border-right: none;
    border-bottom: 1px solid #29abe2;
    padding-bottom: 60px;
  }
  
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {

  .motto-inner {
    height: 350px;
  }
  .motto-inner ul {
    width: 75%;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: space-around;
    font-size: 18px;
    border-right: none;
    border-bottom: 1px solid #29abe2;
    padding-bottom: 60px;
  }
  
}


/*.greeting*/
.greeting-inner {
  float: right;
  width: 77%;
  border-right: 1px solid #29abe2;
/*  border-bottom: 1px solid #29abe2;*/
  padding-bottom: 60px;
  padding-right: 32px;
}
.greeting-inner h4 {
  text-align: left;
  font-size: 32px;
  color: #3977d1;
  line-height: 1.5;
  margin-bottom: 40px;
}
.greeting-inner p {
  text-align: left;
  font-size: 21px;
  color: #EFEFEF;
  line-height: 1.8;
  letter-spacing: .1em;
}

@media screen and (max-width: 1024px) {
  
  .greeting h3 span { color: #29abe2; }
  .greeting-inner {
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #29abe2;
    padding-bottom: 60px;
    padding-right: 32px;
  }
  .greeting-inner h4 { text-align: center; }
  .greeting-inner p {}
  
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {

  .greeting h3 { font-size: 24px; }
  .greeting-inner {
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #29abe2;
    padding-bottom: 60px;
    padding-right: 32px;
  }
  .greeting-inner h4 { font-size: 21px; }
  .greeting-inner p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  
}


/*.info*/
.info-inner {
  float: right;
  width: 80%;
  border-right: 1px solid #29abe2;
/*  border-bottom: 1px solid #29abe2;*/
  padding-right: 48px;
}
.info-inner ul {
  width: 100%;
  height: 500px;
  text-align: left;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  font-size: 36px;
  padding-bottom: 60px;
  margin-right: 24px;
  margin-left: 24px;
}
.info-inner ul.info-list1 {
  height: 120px;
}
.info-inner ul.info-list2 {
  height: 380px;
}
.info-inner ul:first-child li {
  color: #29abe2;
}
.info-inner ul li {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  
  width: 48px;
  color: #EFEFEF;
  font-size: 24px;
  line-height: 48px;
}


@media screen and (max-width: 1024px) {
  
  .info-inner {
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #29abe2;
    padding-right: 0;
  }
  .info-inner ul {}
  .info-inner ul li {
    flex: 1;
  }
  
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {
  
  .info-inner ul {
    justify-content: space-around;
    line-height: 38px;
    margin-left: 0;
  }
  .info-inner ul:nth-child(2) {
    align-items: flex-start;
    height: 500px;
  }
  .info-inner ul.info-list1 {
    height: 90px;
  }
  .info-inner ul.info-list2 {}
  .info-inner ul li {
    width: 100%;
    font-size: 16px;
    line-height: 35px;
  }
  
}




/*.access*/
.access-inner {
  float: right;
  width: 85%;
}
.access-inner .access-map {
  border-right: 1px solid #29abe2;
/*  border-bottom: 1px solid #29abe2;*/
  padding: 24px 24px 60px;
}
.access-inner iframe {
  width: 100%;
  height: 592px;
  margin-bottom: 40px;
}
.access-inner ul li {
  color: #ffffff;
  padding-bottom: 8px;
  border-bottom: 1px solid #ffffff;
  text-align: left;
  margin-bottom: 32px;
  font-size: 18px;
}
.access-inner ul li span {
  display: inline-block;
  text-align: center;
  width: 70px;
  margin-right: 16px;
  
  position: relative;
  bottom: 12px;
}

.access-inner ul li.car-access img {
  width: auto;
  height: 32px;
}
.access-inner ul li.jr-access img {
  width: auto;
  height: 36px;
}

@media screen and (max-width: 1024px) {
  
  .access-inner {
    float: none;
    width: 100%;
  }
  .access-inner .access-map {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #29abe2;
    padding: 24px 0 60px;
  }
  .access-inner iframe {
    width: 100%;
    height: 592px;
  }
  
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {
  
  .access-inner ul li {
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
  }
  .access-inner ul li span {
    display: block;
    margin: 0 auto 14px;
  }
  
  
  
}