@charset "utf-8";

.content-top{
  margin-top: 0;
}
@media all and (max-width: 767px) {
  body.lang_jp .jp,
  body.lang_en .en { display: block; }
}

.page_header {
  padding-bottom: 30px;
}

@media all and (max-width: 1280px) {
  .page_header {
    padding-bottom: calc(30vw / 1280 * 100);
  }
}
@media all and (max-width: 767px) {
  .page_header {
    padding-bottom: 20px;
  }
}

.global_navi_about a {
  border-bottom: solid 1px #000;
  pointer-events: none;
}
.page_title,
.topnews .title { text-align: left; }
@media all and (max-width: 767px) {
  .page_title{
    margin: calc(71vw / 375 * 100) calc(19vw / 375 * 100) 0;
  }
}

.topnews .title {
  width: 516px;
  height: 40px;
  background-image: url(./svg/h3_latest.svg);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  text-indent: -100%;
  overflow: hidden;
}
@media all and (max-width: 1280px) {
  .topnews .title {
    width: calc(516vw / 1280 * 100);
    height: calc(40vw / 1280 * 100);
  }
}
section {
  margin-top: 48px;
  margin-right: 28px;
  margin-left: 28px;
  padding-top: 15px;
  border-top: 1px solid #fff;
  display: -webkit-flex;
  display: flex;
}

section#hopkinsArchitects {
  border-top: 1px solid #1e88e5;
}
section#hopkinsArchitects h3 {
  color: #1e88e5;
}
section#hopkinsArchitects p {
  color: #1e88e5;
}




section#profile {margin-top: 0;}
@media all and (max-width: 1280px) {
  section {
    margin-top: calc(48vw / 1280 * 100);
    margin-right: calc(28vw / 1280 * 100);
    margin-left: calc(28vw / 1280 * 100);
    padding-top: calc(16vw / 1280 * 100);
  }
}
@media all and (max-width: 767px) {
  section {
    margin-right: calc(19vw / 375 * 100);
    margin-left: calc(19vw / 375 * 100);
    margin-top: calc(36vw / 375 * 100);
    padding-top:0;
    border-top: 0;
    display: block;
  }
}

section .title{
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  color: #fff;
}
@media all and (max-width: 767px) {
  section .title{
    padding-top: calc(6vw / 375 * 100);
    border-top: 1px solid #fff;
  }
}

section .lang{
  -webkit-flex: 0 0 calc(616vw / 1320 * 100);
  flex: 0 0 calc(616vw / 1320 * 100);
  margin-right: 64px;
  margin-left: 64px;
  color: #fff;
}
@media all and (max-width: 1280px) {
  section .lang{
    margin-right: calc(64vw / 1280 * 100);
    margin-left: calc(64vw / 1280 * 100);
  }
}
@media all and (max-width: 767px) {
  section .lang{
    margin-right: 0;
    margin-left: 0;
    margin-top: calc(12vw / 375 * 100);
  }
}

section .image{
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
}

section .image img{
  width: 220px;
  height: auto;
  float: right;
}
@media all and (max-width: 1280px) {
  section .image img{
    width: calc(220vw / 1280 * 100);
  }
}
@media all and (max-width: 767px) {
  section .image img{
    width: 100%;
    float: none;
    margin-top: calc(18vw / 375 * 100);
  }
}

section h3 {
  font-size: 16px;
  letter-spacing: .1px;
  font-weight: bold;
}
@media all and (max-width: 1280px) {
  section h3 {
    font-size: calc(16vw / 1280 * 100);
    letter-spacing: calc(.1vw / 1280 * 100);
  }
}
@media all and (max-width: 767px) {
  section h3 {
    text-align: left;
    font-size: calc(14vw / 375 * 100);
  }
}

.text {
  letter-spacing: 1px;
  margin-top: -7px;
}
@media all and (max-width: 1280px) {
  .text {
    letter-spacing: calc(1vw / 1280 * 100);
    margin-top: calc(-7vw / 1280 * 100);
  }
}
@media all and (max-width: 767px) {
  .text {
    margin-top: 0;
    line-height: calc(26vw / 375 * 100);
  }
}

.text a{
  color: #fff;
}
.text a:hover{
  border-bottom: 1px solid #fff;
}


section .text .letter { text-align: justify; }

section .text .letter:not(:first-child) { margin-top: 18px; }
@media all and (max-width: 1280px) {
  section .text .letter:not(:first-child) { margin-top: calc(18vw / 1280 * 100); }
}
@media all and (max-width: 767px) {
  section .text .letter:not(:first-child) { margin-top: calc(12vw / 375 * 100); }
}

section .text .letter + h4 { margin-top: 56px; }
@media all and (max-width: 1280px) {
  section .text .letter + h4 { margin-top: calc(56vw / 1280 * 100); }
}

section .text dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: justify;
}
section .text dl:not(:first-child) {
  margin-top: 18px;
}
@media all and (max-width: 1280px) {
  section .text dl:not(:first-child) { margin-top: calc(18vw / 1280 * 100); }
}
@media all and (max-width: 767px) {
  section .text dl:not(:first-child) { margin-top: calc(12vw / 375 * 100); }
  section .text dl.history {
    margin-top: calc(12vw / 375 * 100);
  }
}

section .text dt { width: 104px; }
section .en .text dt { width: 120px; }
section .text .history dt { width: 74px;}
@media all and (max-width: 1280px) {
  section .text dt { width: calc(104vw / 1280 * 100); }
  section .en .text dt { width: calc(120vw / 1280 * 100); }
  section .text .history dt { width: calc(74vw / 1280 * 100); }
}
@media all and (max-width: 767px) {
  section .text dt { width: calc(85vw / 375 * 100); }
  section .en .text dt { width: calc(140vw / 375 * 100); }
  section .text .history dt { width: calc(56vw / 375 * 100); }
}

section .text dd { width: calc(100% - 104px); }
section .en .text dd { width: calc(100% - 120px); }
section .text .history dd { width: calc(100% - 74px); }
@media all and (max-width: 1280px) {
  section .text dd { width: calc(100% - 104vw / 1280 * 100); }
  section .en .text dd { width: calc(100% - 120vw / 1280 * 100); }
  section .text .history dd { width: calc(100% - 74vw / 1280 * 100); }
}
@media all and (max-width: 767px) {
  section .text dd { width: calc(100% - 85vw / 375 * 100); }
  section .en .text dd { width: calc(100% - 140vw / 375 * 100); }
  section .text .history dd { width: calc(100% - 56vw / 375 * 100); }
}

.access .text{
  line-height: 1;
}

.access .text .letter br{display: none;}
@media all and (max-width: 767px) {
  .access .text .letter{
    line-height: calc(26vw / 375 * 100);
  }
  .access .text .letter br{
    display: block;
  }
}

.access .text .map_area,
.access .text iframe{
  height: calc(480vw / 1320 * 100);
  width: calc(616vw / 1320 * 100);
  margin-top: 17px;
}
@media all and (max-width: 1280px) {
  .access .text .map_area,
  .access .text iframe{
    margin-top: calc(17vw / 1280 * 100);
  }
}
@media all and (max-width: 767px) {
  .access .text .map_area,
  .access .text iframe{
    height: calc(232vw / 375 * 100);
    width: calc(calc(375vw - 19vw * 2) / 375 * 100);
    margin-top: calc(18vw / 375 * 100);
  }
}

.access .text .map_area .map{
  width: 100%;
  height: 100%;
}
.access .text .map_area .map .plot {
  position: absolute;
  -webkit-transition: opacity .3s linear 0s, visibility 0s linear 0s;
  -moz-transition: opacity .3s linear 0s, visibility 0s linear 0s;
  -o-transition: opacity .3s linear 0s, visibility 0s linear 0s;
  transition: opacity .3s linear 0s, visibility 0s linear 0s;
}
.access .text .map_area .map .icon {
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
}
.access .text .map_area .map .balloon {
  position: absolute;
  font-size: 15px;
  background-color: #fff;
  -webkit-transition: opacity .3s linear 0s, visibility 0s linear .3s;
  -moz-transition: opacity .3s linear 0s, visibility 0s linear .3s;
  -o-transition: opacity .3s linear 0s, visibility 0s linear .3s;
  transition: opacity .3s linear 0s, visibility 0s linear .3s;
  z-index: 20;
  bottom: 25px;
  margin: 0 auto;
  border: 1px solid #ccc;
  width: 180px;
  -webkit-box-shadow: 0 8px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 8px 10px rgba(0,0,0,.2);
  -o-box-shadow: 0 8px 10px rgba(0,0,0,.2);
  box-shadow: 0 8px 10px rgba(0,0,0,.2);
}
.access .text .map_area .map .balloon::before {
  content: "";
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #ccc;
}
.access .text .map_area .map .balloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
}
.access .text .map_area .map .balloon .name {
  padding: 10px;
  text-align: center;
}

.hopkinsArchitects .lang{
  margin-top: 0;
}

.text__hopkinsArchitects {
    padding-top: 6px;
}
@media all and (max-width: 767px) {
  .text__hopkinsArchitects,
  .hopkinsArchitects__office p{
    line-height: 1.85em;
  }
}
.text__hopkinsArchitects + .hopkinsArchitects__office {
  margin-top: calc(45px - (30px - 16px));
}

.hopkinsArchitects__office + .hopkinsArchitects__office {
  margin-top: calc(45px - (30px - 16px));
}

.hopkinsArchitects__office:last-of-type {
  margin-bottom: calc(50px - ((30px - 16px) / 2));
}

.footer{
  padding: 0;
  background-color: #000;
}
.footer .small{
  color: #fff;
  border-color: #fff;
}

#slide {
  width:100%;
  padding-bottom: calc(2220 / 3960 * 100%);
  margin:0 auto;
  position:relative;
}
@media all and (max-width: 767px) {
  #slide {
    padding-bottom: calc(828 / 1242 * 100%);
  }
}
#slide ul li{
  width:100%;
  padding-bottom: calc(2220 / 3960 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}
@media all and (max-width: 767px) {
  #slide ul li{
    padding-bottom: calc(828 / 1242 * 100%);
  }
}
#slide ul li:first-child{
  display: block;
}

#slide img {
  width:100%;
  position:absolute;
  left:0;
  top:0;
}

.map {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}