@charset "UTF-8";
:root {
  scroll-padding-top: 134px;
  scroll-behavior: smooth;
}

.title {
  width: 100%;
  padding: 70px 0 60px 0;
  max-height: 216px;
  background-image: url(../imgs/company/title-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .title {
    background-image: url(../imgs/company/title-bg_sp.png);
    padding: 30px 0 30px 0;
    max-height: 120px;
  }
}
.title h1 {
  color: #fff;
  text-align: center;
  font-family: "montserrat", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .title h1 {
    font-size: 1.875rem;
  }
}

.corporate_identity {
  width: 100%;
}
.corporate_identity .inner {
  padding: 110px 0 120px 0;
}
@media screen and (max-width: 960px) {
  .corporate_identity .inner {
    padding: 80px 0 60px 0;
  }
}
.corporate_identity .inner h2 {
  position: relative;
  text-align: center;
  color: #003299;
  font-family: "montserrat", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 95px;
}
@media screen and (max-width: 960px) {
  .corporate_identity .inner h2 {
    font-size: 1.625rem;
    margin-bottom: 60px;
  }
}
.corporate_identity .inner h2::before {
  position: absolute;
  bottom: -78px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  content: "";
  width: 1px;
  height: 68px;
  background-color: #003299;
}
@media screen and (max-width: 960px) {
  .corporate_identity .inner h2::before {
    bottom: -48px;
    height: 38px;
  }
}
.corporate_identity__text {
  width: 900px;
  margin: 0 auto;
  font-family: "montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .corporate_identity__text {
    width: 100%;
    font-size: 1rem;
  }
}

.management_policy {
  width: 100%;
  background-color: #EFEEEE;
}
.management_policy .inner {
  padding: 86px 0 84px 0;
}
@media screen and (max-width: 960px) {
  .management_policy .inner {
    padding: 62px 0 62px 0;
  }
}
.management_policy .inner h2 {
  position: relative;
  text-align: center;
  color: #003299;
  font-family: "montserrat", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 95px;
}
@media screen and (max-width: 960px) {
  .management_policy .inner h2 {
    font-size: 1.625rem;
    margin-bottom: 60px;
  }
}
.management_policy .inner h2::before {
  position: absolute;
  bottom: -78px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  content: "";
  width: 1px;
  height: 68px;
  background-color: #003299;
}
@media screen and (max-width: 960px) {
  .management_policy .inner h2::before {
    bottom: -48px;
    height: 38px;
  }
}
.management_policy__text {
  width: 1020px;
  margin: 0 auto;
  font-family: "montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .management_policy__text {
    width: 100%;
    font-size: 1rem;
  }
}
.management_policy__text p:last-child {
  margin-top: 45px;
}
@media screen and (max-width: 960px) {
  .management_policy__text p:last-child {
    margin-top: 20px;
  }
}

.company_overview {
  width: 100%;
}
.company_overview .inner {
  padding: 58px 0 118px 0;
}
.company_overview .inner h2 {
  position: relative;
  text-align: center;
  color: #003299;
  font-family: "montserrat", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 110px;
}
@media screen and (max-width: 960px) {
  .company_overview .inner h2 {
    font-size: 1.625rem;
    margin-bottom: 92px;
  }
}
.company_overview .inner h2::before {
  position: absolute;
  bottom: -78px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  content: "";
  width: 1px;
  height: 68px;
  background-color: #003299;
}
@media screen and (max-width: 960px) {
  .company_overview .inner h2::before {
    bottom: -48px;
    height: 38px;
  }
}
.company_overview__info {
  border-top: 1px solid #E6E0E0;
}
.company_overview__info ul {
  width: 100%;
  padding: 18px 0;
  display: flex;
  border-bottom: 1px solid #E6E0E0;
}
@media screen and (max-width: 960px) {
  .company_overview__info ul {
    padding: 15px 0;
  }
}
.company_overview__info ul li {
  font-family: "montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
}
@media screen and (max-width: 960px) {
  .company_overview__info ul li {
    font-size: 0.9375rem;
    line-height: 1.75rem;
  }
}
.company_overview__info ul li:first-child {
  width: 21.5%;
  padding-left: 50px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .company_overview__info ul li:first-child {
    width: 30%;
    padding-left: 0;
  }
}
.company_overview__info ul li:last-child {
  width: 78.5%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .company_overview__info ul li:last-child {
    width: 68%;
  }
}
.company_overview__info ul li a {
  color: #000;
  text-decoration: underline;
}
.company_overview__info ul li a.blank::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../imgs/icon-blank_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 4px;
}
.company_overview__info ul li.address p:first-child {
  margin-bottom: 20px;
}
.company_overview__date {
  margin-top: 20px;
  text-align: right;
  font-family: "montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.our_history {
  width: 100%;
  background-color: #EFEEEE;
}
.our_history .inner {
  padding: 44px 0 114px 0;
}
@media screen and (max-width: 960px) {
  .our_history .inner {
    padding: 44px 0 42px 0;
  }
}
.our_history .inner h2 {
  position: relative;
  text-align: center;
  color: #003299;
  font-family: "montserrat", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 110px;
}
@media screen and (max-width: 960px) {
  .our_history .inner h2 {
    font-size: 1.625rem;
    margin-bottom: 92px;
  }
}
.our_history .inner h2::before {
  position: absolute;
  bottom: -78px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  content: "";
  width: 1px;
  height: 68px;
  background-color: #003299;
}
@media screen and (max-width: 960px) {
  .our_history .inner h2::before {
    bottom: -48px;
    height: 38px;
  }
}
.our_history__info {
  border-top: 1px solid #E6E0E0;
}
.our_history__info ul {
  width: 100%;
  padding: 18px 0;
  display: flex;
  border-bottom: 1px solid #E6E0E0;
}
.our_history__info ul li {
  font-family: "montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.our_history__info ul li:first-child {
  width: 13%;
  padding-left: 50px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .our_history__info ul li:first-child {
    width: 25%;
    padding-left: 0;
  }
}
.our_history__info ul li:last-child {
  width: 87%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .our_history__info ul li:last-child {
    width: 75%;
  }
}
.our_history__img01 {
  width: 993px;
  margin: 88px auto 0 auto;
}
@media screen and (max-width: 960px) {
  .our_history__img01 {
    width: 100%;
    margin: 62px auto 0 auto;
    padding-bottom: 42px;
    border-bottom: 1px solid #E6E0E0;
  }
}
.our_history__img01__scroll {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .our_history__img01__scroll {
    overflow-x: auto; /* 横スクロールの指定 */
    white-space: nowrap; /* 横スクロールの指定 */
    overflow-scrolling: touch; /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch; /* スクロールを滑らかにする */
  }
}
@media screen and (max-width: 960px) {
  .our_history__img01__scroll img {
    width: auto;
    height: 134px;
  }
}
.our_history__img01 .scroll_img {
  display: none;
  width: 60%;
  margin: 27px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .our_history__img01 .scroll_img {
    display: block;
  }
}
.our_history__img01 .scroll_img img {
  width: 60%;
  max-width: 84px;
  height: auto;
}
.our_history__img01 .scroll_img p {
  color: #003299;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 8px;
}
.our_history__img02 {
  width: 993px;
  margin: 65px auto 0 auto;
}
@media screen and (max-width: 960px) {
  .our_history__img02 {
    width: 100%;
    margin: 42px auto 0 auto;
  }
}
.our_history__img02__scroll {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .our_history__img02__scroll {
    overflow-x: auto; /* 横スクロールの指定 */
    white-space: nowrap; /* 横スクロールの指定 */
    overflow-scrolling: touch; /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch; /* スクロールを滑らかにする */
  }
}
@media screen and (max-width: 960px) {
  .our_history__img02__scroll img {
    width: auto;
    height: 367px;
  }
}
.our_history__img02 .scroll_img {
  display: none;
  width: 60%;
  margin: 27px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .our_history__img02 .scroll_img {
    display: block;
  }
}
.our_history__img02 .scroll_img img {
  width: 60%;
  max-width: 84px;
  height: auto;
}
.our_history__img02 .scroll_img p {
  color: #003299;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 8px;
}

.access {
  width: 100%;
}
.access .inner {
  padding: 95px 0 25px 0;
}
@media screen and (max-width: 960px) {
  .access .inner {
    padding: 63px 0 55px 0;
  }
}
.access .inner h2 {
  position: relative;
  text-align: center;
  color: #003299;
  font-family: "montserrat", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 150px;
}
@media screen and (max-width: 960px) {
  .access .inner h2 {
    font-size: 1.625rem;
    margin-bottom: 92px;
  }
}
.access .inner h2::before {
  position: absolute;
  bottom: -78px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  content: "";
  width: 1px;
  height: 68px;
  background-color: #003299;
}
@media screen and (max-width: 960px) {
  .access .inner h2::before {
    bottom: -48px;
    height: 38px;
  }
}
.access__info {
  width: 100%;
}
.access__info h3 {
  width: 100%;
  text-align: center;
  color: #003299;
  font-family: "montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 28px;
}
@media screen and (max-width: 960px) {
  .access__info h3 {
    font-size: 1rem;
    line-height: 1.5em;
    margin-bottom: 27px;
  }
}
.access__info #main_office {
  width: 100%;
  padding-bottom: 55px;
}
@media screen and (max-width: 960px) {
  .access__info #main_office {
    padding-bottom: 78px;
  }
}
.access__info #main_office ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .access__info #main_office ul {
    flex-wrap: wrap;
  }
}
.access__info #main_office ul li:first-child {
  width: 48%;
}
@media screen and (max-width: 430px) {
  .access__info #main_office ul li:first-child {
    width: 100%;
  }
}
.access__info #main_office ul li:first-child p {
  margin: 45px 0 27px 0;
}
.access__info #main_office ul li:first-child span {
  font-family: "montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
}
.access__info #main_office ul li:first-child img {
  margin-bottom: 5px;
}
@media screen and (max-width: 430px) {
  .access__info #main_office ul li:first-child .main_office-exterior-pc {
    display: none;
  }
}
.access__info #main_office ul li:last-child {
  width: 48.5%;
}
@media screen and (max-width: 430px) {
  .access__info #main_office ul li:last-child {
    width: 100%;
  }
}
.access__info #main_office ul li:last-child img {
  margin-bottom: 45px;
}
@media screen and (max-width: 430px) {
  .access__info #main_office ul li:last-child img {
    margin-bottom: 27px;
  }
}
.access__info #main_office ul li:last-child .main_office-exterior-sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .access__info #main_office ul li:last-child .main_office-exterior-sp {
    display: block;
    margin-top: 34px;
  }
}
.access__info #main_office ul li:last-child .main_office-exterior-sp img {
  margin-bottom: 12px;
}
.access__info #main_office ul li:last-child .main_office-exterior-sp span {
  font-family: "montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
}
.access__info #main_office ul li p {
  font-family: "montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
}
.access__info #main_office ul li .iframe-aspect {
  position: relative;
  aspect-ratio: 16/14;
}
.access__info #main_office ul li .iframe-aspect iframe {
  width: 100%;
  height: 100%;
}
.access__info #main_office ul li .iframe-aspect a {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 196px;
  margin-top: 5px;
  padding: 7px 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #003299;
  border-radius: 14px;
  color: #003299;
  font-family: "montserrat", sans-serif;
  transform: translate(-50%, 50%);
}
.access__info #main_office ul li .iframe-aspect a span {
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 600;
}
.access__info #main_office ul li .iframe-aspect a span::after {
  display: inline-block;
  margin-left: 5px;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../imgs/company/icon-blank.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.access__info #main_office ul li .iframe-aspect a:hover {
  opacity: 0.75;
}
.access__info #main_office_inside {
  width: 67%;
  margin: 0 auto;
  padding-bottom: 75px;
}
@media screen and (max-width: 430px) {
  .access__info #main_office_inside {
    width: 100%;
    padding-bottom: 95px;
  }
}
.access__info #tokyo_office {
  width: 100%;
}
.access__info #tokyo_office ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.access__info #tokyo_office ul li:first-child {
  width: 48%;
}
@media screen and (max-width: 430px) {
  .access__info #tokyo_office ul li:first-child {
    width: 100%;
  }
}
.access__info #tokyo_office ul li:first-child p {
  margin: 48px 0 61px 0;
}
.access__info #tokyo_office ul li:first-child span {
  font-family: "montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}
.access__info #tokyo_office ul li:first-child img {
  width: 50%;
  margin-bottom: 5px;
}
@media screen and (max-width: 430px) {
  .access__info #tokyo_office ul li:first-child .tokyo_office-exterior-pc {
    display: none;
  }
}
.access__info #tokyo_office ul li:last-child {
  width: 48.5%;
}
@media screen and (max-width: 430px) {
  .access__info #tokyo_office ul li:last-child {
    width: 100%;
  }
}
.access__info #tokyo_office ul li:last-child img {
  margin-bottom: 48px;
}
.access__info #tokyo_office ul li:last-child .tokyo_office-exterior-sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .access__info #tokyo_office ul li:last-child .tokyo_office-exterior-sp {
    display: block;
    margin-top: 34px;
  }
}
.access__info #tokyo_office ul li:last-child .tokyo_office-exterior-sp img {
  width: 71%;
  margin-bottom: 5px;
}
.access__info #tokyo_office ul li:last-child .tokyo_office-exterior-sp span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
}
.access__info #tokyo_office ul li:last-child p {
  text-indent: -1em;
  padding-left: 1em;
}
.access__info #tokyo_office ul li p {
  font-family: "montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 400;
}
.access__info #tokyo_office ul li .iframe-aspect {
  position: relative;
  aspect-ratio: 16/14;
}
.access__info #tokyo_office ul li .iframe-aspect iframe {
  width: 100%;
  height: 100%;
}
.access__info #tokyo_office ul li .iframe-aspect a {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 196px;
  margin-top: 5px;
  padding: 7px 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #003299;
  border-radius: 14px;
  color: #003299;
  font-family: "montserrat", sans-serif;
  transform: translate(-50%, 50%);
}
.access__info #tokyo_office ul li .iframe-aspect a span {
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 600;
}
.access__info #tokyo_office ul li .iframe-aspect a span::after {
  display: inline-block;
  margin-left: 5px;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../imgs/company/icon-blank.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.access__info #tokyo_office ul li .iframe-aspect a:hover {
  opacity: 0.75;
}/*# sourceMappingURL=company.css.map */