#crumb ul li + li::before { border-color: #fff;}
#crumb, #crumb a, main h1 { color: #fff;}
@media only screen and (min-width: 783px) {
  body { background-position: left 1380px;}
}
#bgCompany {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 60px 60px;
  z-index: 0;
  overflow: hidden;
  height: 1440px;
  width: 100%;
}
#bgCompany img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
#bgCompanyAdd {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
#bgCompanyAdd img {
  width: 100%;
  height: auto;
}
#titleSection {
  padding: 125px 0 0 80px;
  box-sizing: border-box;
  min-height: 1130px;
  color: #fff;
}
#titleSection h2 span {
  display: inline-block;
}
#titleSection h2 span.small { font-size: 24px;}
#titleSection h2 span.en { font-size: 14px; margin-left: 15px; font-weight: 400;}
#titleSection h2 span.large { font-size: 70px; line-height: 1.5;}

#titleSection .iso { justify-content: flex-start; margin-top: 30px;}
#titleSection .iso figure { margin-right: 25px;}
@media only screen and (max-width: 782px) {
  #bgCompany {
    border-radius: 0 0 40px 40px;
    height: 219.6vw;
  }
  
  #titleSection {
    padding: 11.2vw 0 53vw 0px;
    min-height: inherit;
    color: #fff;
  }
  
  #titleSection h2 span.small { font-size: 16px;}
  #titleSection h2 span.en { font-size: 9px; margin-left: 10px; }
  #titleSection h2 span.large { margin: 6vw 0; font-size: 38px; line-height: 1.3;}

  #titleSection .iso { justify-content: center; align-items: center; margin-top: 11.2vw;}
  #titleSection .iso figure { margin-right: 15px;}
}

#messageSection {
  display: flex;
  align-items: flex-end;
}
#messageSection h2 .mincho {
  font-size: 24px;
  line-height: 1.4;
  display: block;
  
}
#messageSection h2 .en {
  font-size: 86%;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}
#messageSection h2 .mincho:last-child {
  font-size: 40px;
  margin: 40px 0;
  letter-spacing: 0;
}
#messageSection .text {
  padding-bottom: 120px;
  padding-right: 80px;
  min-height: 750px;
  box-sizing: border-box;
  width: calc(100% - 412px);
}
#messageSection figure {
  width: 412px;
}
@media only screen and (max-width: 782px) {
  #messageSection {
    margin-top: 50px;
    display: block;
  }
  #messageSection h2 .mincho {
    font-size: 16px;
  }
  #messageSection h2 .mincho:last-child {
    font-size: 25px;
    margin: 20px 0;
  }
  #messageSection .text {
    padding-bottom: 30px;
    padding-right: 0px;
    min-height: inherit;
    width: auto;
  }
  #messageSection figure {
    width: 206px;
    margin: 0 auto;
  }
}
.mb0 { margin-bottom: 0 !important;}
.fig1 {
  margin:-2px 0 0 0;
  width: 100%;
  position: relative;
  z-index: 5;
}
.fig1 img {
  width: 100%;
  border-radius: 60px;
}
@media only screen and (max-width: 782px) {
  .fig1 { margin-top: -115px;}
  .fig1 img { border-radius: 40px;}
}

.section1 {
  display: flex;
  margin-top: 130px;
}
.section1 .title {
  width: 300px;
}
.section1 .text {
  width: calc(100% - 300px);
}
.section1 h2 .mincho {
  font-size: 40px;
  line-height: 1.4;
  display: block;
}
.section1 h2 .en {
  font-size: 86%;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}
@media only screen and (max-width: 782px) {
  .section1 {
    display: block;
    margin-top: 40px;
  }
  .section1 .title {
    width: auto;
    text-align: center;
  }
  .section1 .text {
    width: auto;
  }
  .section1 h2 .mincho {
    font-size: 25px;
  }
}

.section1 table {
  width: 100%;
}
.section1 th { padding: 0 30px 25px 0; text-align: left; vertical-align: top; font-weight: normal; white-space: nowrap;}
.section1 td { padding: 0 0px 25px 0; }
@media only screen and (max-width: 782px) {
  .section1 table { margin-top: 30px;}
  .section1 table,
  .section1 tr,
  .section1 th,
  .section1 td { display: block;}
  .section1 th { padding: 0 0 0 0; font-weight: bold;white-space: normal;}
  .section1 td { padding: 0 0 12px 0; }
}

#gmap { margin-top: 120px; height: 650px; position: relative; z-index: 1;}
#gmap iframe { width: 100%; height: 100%; border-radius: 60px;}
@media only screen and (max-width: 782px) {
  #gmap { margin-top: 45px; height: 75vw;}
  #gmap iframe { border-radius: 40px;}
}
