/*======================================================== */
/*  Breadcrumbs Customize */
/*======================================================== */
#page-about #site-wrapper {
  display: block;
  -webkit-box-direction: none;
  -webkit-flex-direction: none;
}

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
  }
}

.pcbr {
  display: block;
}
@media screen and (max-width: 768px) {
  .pcbr {
    display: none;
  }
}

.spbr {
  display: none;
}
@media screen and (max-width: 768px) {
  .spbr {
    display: block;
  }
}

.isfixed {
  position: fixed;
  top: 111px;
  left: 0;
  z-index: 2;
  width: 100%;
  background: #fff;
  max-width: 100% !important;
}
.isfixed ul {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 920px) {
  .isfixed {
    top: 105px;
  }
}

.isfixedsp {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 2;
  width: 100%;
  background: #fff;
}

#about-fv-wrap {
  background-image: url(/en/assets/images/toho_about_bg.jpg?1a0c6135);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: 1280px 1868px;
}
@media screen and (min-width: 1281px) {
  #about-fv-wrap {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #about-fv-wrap {
    background-image: url(/en/assets/images/toho_about_bg.jpg?1a0c6135);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: transparent;
    background-size: 1280px 1868px;
    background-size: cover;
  }
}
#about-fv-wrap .topics-path {
  padding: 15px 0 0 20px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #about-fv-wrap .topics-path {
    display: none;
  }
}
#about-fv-wrap .topics-path ul.path-list {
  text-align: left;
}
#about-fv-wrap .topics-path ul.path-list > li {
  display: inline-block;
  position: relative;
  color: #000;
  line-height: 1;
}
#about-fv-wrap .topics-path ul.path-list > li:after {
  display: inline-block;
  content: ">";
  color: #000;
  line-height: 1;
  margin-right: 6px;
  margin-left: 7px;
}
#about-fv-wrap .topics-path ul.path-list > li:last-child:after {
  display: none;
}
#about-fv-wrap .topics-path ul.path-list > li a {
  color: #000;
  line-height: 1;
}
#about-fv-wrap .about-nav {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #about-fv-wrap .about-nav {
    width: 100%;
  }
}
#about-fv-wrap .about-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#about-fv-wrap .about-nav ul li {
  width: calc(100% / 4);
  border-left: 1px solid #ccc;
}
#about-fv-wrap .about-nav ul li:last-child {
  border-right: 1px solid #ccc;
}
#about-fv-wrap .about-nav ul li a {
  text-align: center;
  display: block;
  position: relative;
  padding: 10px 5px 16px;
  letter-spacing: -0.5px;
  outline: none;
}
#about-fv-wrap .about-nav ul li a:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -4px;
  left: 50%;
  border-top: 7px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-left: -3px;
  margin-bottom: 5px;
}
#about-fv-wrap .about-nav ul li a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 930px) {
  #about-fv-wrap .about-nav ul li a {
    padding: 10px 2px;
    font-size: 12px;
  }
}
#about-fv-wrap .about-nav-sp {
  background-color: #e8f4ff;
  font-size: 18px;
  position: fixed;
  top: 75px;
  left: 10px;
  right: 10px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  #about-fv-wrap .about-nav-sp {
    top: 60px;
  }
}
#about-fv-wrap .about-nav-sp h4 {
  color: #0074bf;
  border-bottom: 1px solid #abc1d6;
}
#about-fv-wrap .about-nav-sp h4 a {
  padding: 15px 10px;
  display: block;
  position: relative;
  outline: none;
}
#about-fv-wrap .about-nav-sp h4 a:before {
  display: block;
  content: "";
  width: 2px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 22px;
  background: #0074bf;
  margin-top: -7px;
  transition: transform 0.3s;
  transform: rotate(0deg);
}
#about-fv-wrap .about-nav-sp h4 a:after {
  display: block;
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: #0074bf;
}
#about-fv-wrap .about-nav-sp h4 a.opened:before {
  transform: rotate(90deg);
}
#about-fv-wrap .about-nav-sp ul {
  display: none;
}
#about-fv-wrap .about-nav-sp ul li {
  color: #000;
  border-bottom: 1px solid #abc1d6;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
#about-fv-wrap .about-nav-sp ul li:last-child {
  border-bottom: none;
}
#about-fv-wrap .about-nav-sp ul li:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 3%;
  bottom: 50%;
  border-top: 7px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-bottom: 0px;
}
#about-fv-wrap .about-nav-sp ul li a {
  display: block;
}
#about-fv-wrap .wrapper-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
}
#about-fv-wrap .wrapper-inner.scrolled {
  padding-top: 70px;
}
@media screen and (max-width: 930px) {
  #about-fv-wrap .wrapper-inner.scrolled {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #about-fv-wrap .wrapper-inner.scrolled {
    padding-top: 0;
  }
}
#about-fv-wrap .wrapper-inner .lead-text {
  line-height: 2.5em;
}
@media screen and (max-width: 600px) {
  #about-fv-wrap .wrapper-inner .lead-text {
    line-height: 2em;
    text-align: left;
  }
}
#about-fv-wrap .wrapper-inner h2 {
  color: #0074bf;
  font-size: 10px;
  margin-bottom: 30px;
  padding-top: 60px;
  font-family: "Arial", "arial narrow", "Verdana", "Helvetica", sans-serif;
  font-weight: normal;
  font-weight: normal;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  #about-fv-wrap .wrapper-inner h2 {
    font-size: 20px;
    padding-top: 100px;
  }
}
#about-fv-wrap .wrapper-inner p {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #about-fv-wrap .wrapper-inner p {
    font-size: 14px;
    margin: 0 auto 10px;
  }
}
#about-fv-wrap .wrapper-inner .white-background {
  width: 90%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  #about-fv-wrap .wrapper-inner .white-background {
    width: 100%;
    padding: 20px 10px;
  }
}
#about-fv-wrap .wrapper-inner .white-background img {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
}
#about-fv-wrap .wrapper-inner .white-background img.mini-logo {
  max-width: 60%;
}

.content-wrap .wrapper .block {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 870px) {
  .content-wrap .wrapper .block {
    height: auto !important;
    overflow: visible;
  }
}
.content-wrap .wrapper .block .anchor {
  position: absolute;
  top: -170px;
  left: 0;
}
.content-wrap .content-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 870px) {
  .content-wrap .content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .content-wrap .content-inner.right-image {
    -webkit-box-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.content-wrap .content-inner .block-image {
  display: table-cell;
  vertical-align: top;
  max-width: 854px;
}
@media screen and (max-width: 870px) {
  .content-wrap .content-inner .block-image {
    display: block;
    flex-basis: auto;
    min-height: 0%;
  }
}
.content-wrap .content-inner .inner-text-wrap {
  width: 426px;
  min-width: 426px;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 66px 30px;
}
@media screen and (max-width: 870px) {
  .content-wrap .content-inner .inner-text-wrap {
    display: block;
    flex-basis: auto;
  }
}
@media screen and (max-width: 1100px) {
  .content-wrap .content-inner .inner-text-wrap {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .content-wrap .content-inner .inner-text-wrap {
    width: 100%;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 430px) {
  .content-wrap .content-inner .inner-text-wrap {
    min-width: auto;
  }
}
.content-wrap .content-inner .inner-text-wrap h3 {
  font-size: 32px;
  font-family: "Arial", "arial narrow", "Verdana", "Helvetica", sans-serif;
  font-weight: normal;
  font-weight: normal;
  color: #0074bf;
  margin-bottom: 30px;
  letter-spacing: -1px;
}
@media screen and (max-width: 1100px) {
  .content-wrap .content-inner .inner-text-wrap h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .content-wrap .content-inner .inner-text-wrap h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.content-wrap .content-inner .inner-text-wrap p {
  font-size: 18px;
  font-size: 14px;
}

/*# sourceMappingURL=about.css.map */
