@charset "UTF-8";
@font-face {
  font-family: "serif-regular";
  src: url("./font/NotoSerifJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: "serif-bold";
  src: url("./font/NotoSerifJP-Bold.otf") format("opentype");
}

@font-face {
  font-family: "sans-regular";
  src: url("./font/NotoSansJP-Regular.otf") format("opentype");
}

html {
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "serif-regular";
}

.container {
  max-width: calc(1000px + var(--bs-gutter-x,1.5rem));
}

img {
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: #000000;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h {
  margin: 0;
}

p {
  margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/*ハンバーガー start*/
.toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1031;
  background-image: url("../images/bg_bk.jpg");
  height: 100%;
  width: 16%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60px;
  display: none;
}

@media screen and (max-width: 1060px) {
  .toggle {
    display: flex;
  }
}

.toggle span {
  display: block;
  width: 24px;
  border-bottom: solid 2px #FFFFFF;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  padding-top: 7px;
}

.toggle.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 32px;
  padding: 0;
}

.toggle.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 32px;
  padding: 0;
  margin-top: -1px;
}

.toggle.active span:nth-child(3) {
  display: none;
}

.navbarCollapse {
  width: 100%;
  transform: translateY(-300%);
  z-index: 2;
  transition: all 0.8s;
  position: fixed;
  background-image: url("../images/bg_wh.jpg");
  overflow-y: scroll;
  display: none;
}

@media screen and (max-width: 1060px) {
  .navbarCollapse {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .navbarCollapse {
    padding-bottom: 66px;
  }
}

.navbarCollapse.active {
  transform: translateY(0%);
  height: 100%;
}

.navbarCollapse.active > ul {
  max-width: 300px;
  width: 100%;
  margin: auto;
  padding: 38px 0;
  font-size: 16px;
}

.navbarCollapse.active > ul .subnav-content {
  font-size: 15px;
  padding: 18px;
}

.navbarCollapse.active > ul .subnav-content ul li {
  padding-bottom: 18px;
}

.navbarCollapse.active > ul .subnav-content ul li .material-icons {
  font-size: 15px;
}

.navbarCollapse.active > ul .subnav-content.lang {
  padding-top: 0;
}

.navbarCollapse.active > ul .subnav-content.lang ul {
  background-image: url("../images/bg_bk.jpg");
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
}

.navbarCollapse.active > ul .subnav-content.lang ul li {
  padding: 0 1.25rem;
  width: calc(100%/3);
  text-align: center;
}

.navbarCollapse.active > ul .subnav-content.lang ul li a {
  color: #666666;
}

.navbarCollapse.active > ul .subnav-content.lang ul li a.active {
  color: #FFFFFF;
  text-decoration: underline;
}

.navbarCollapse.active > ul .subnav-content.lang ul li:nth-of-type(2) {
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}

/*ハンバーガー　end*/
header .bg-header-top {
  background-color: transparent;
}

header .bg-header-top:before {
  content: "";
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

header .bg-header-top .navbar-nav > li > a {
  color: #FFFFFF;
}

header nav {
  font-family: "serif-bold";
  background-color: #FFFFFF;
}

header nav.navbar {
  padding: 0;
  align-items: stretch;
}

header nav .header-logo {
  padding: 0.8125rem 0;
  padding-left: calc(1.29375rem + 0.525vw);
}

header nav .header-logo img {
  max-width: 185px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  header nav .header-logo img {
    max-width: 138px;
  }
}

@media (min-width: 1200px) {
  header nav .header-logo {
    padding-left: 1.6875rem;
  }
}

header nav .navbar-nav {
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 1060px) {
  header nav .navbar-nav {
    display: none;
  }
}

header nav .navbar-nav li {
  height: 100%;
}

header nav .navbar-nav li a {
  padding: 0.8125rem 1.25rem;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
}

header nav .navbar-nav li.subnav:hover .subnav-content {
  display: block;
  animation: cssOpacity 0.3s linear 0s;
}

header nav .navbar-nav li .subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-image: url("../images/bg_wh.jpg");
  width: 100%;
  z-index: 1;
}

header nav .navbar-nav li .subnav-content ul {
  display: flex;
  justify-content: center;
}

header nav .navbar-nav li .subnav-content ul li a {
  padding-top: calc(1.3125rem + 0.75vw);
  padding-bottom: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  header nav .navbar-nav li .subnav-content ul li a {
    padding-top: 1.875rem;
  }
}

@media (min-width: 1200px) {
  header nav .navbar-nav li .subnav-content ul li a {
    padding-bottom: 1.875rem;
  }
}

header nav .navbar-nav li .subnav-content ul li a span {
  padding-right: 0.4375rem;
}

header nav .lang {
  background-image: url("../images/bg_bk.jpg");
  display: flex;
  align-items: center;
  padding: 0.8125rem 0;
  padding: 0.625rem;
}

@media screen and (max-width: 1060px) {
  header nav .lang {
    display: none;
  }
}

header nav .lang li {
  padding: 0 0.75rem;
}

header nav .lang li a {
  color: #666666;
}

header nav .lang li a.active {
  color: #FFFFFF;
  text-decoration: underline;
}

header nav .lang li:nth-of-type(2) {
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}

footer {
  border-top: 1px solid #E2E2E2;
  overflow: hidden;
}

footer .sns ul {
  justify-content: center;
  --bs-gutter-x: 1rem;
  padding: calc(1.3125rem + 0.75vw) 0;
}

@media (min-width: 1200px) {
  footer .sns ul {
    padding: 1.875rem 0;
  }
}

footer .sns ul li a img {
  max-width: 38px;
  width: 100%;
}

footer .footer__wrap {
  background-image: url("../images/bg_bk.jpg");
  padding: calc(1.4375rem + 2.25vw) 0;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  footer .footer__wrap {
    padding: 3.125rem 0;
  }
}

footer .footer__title, footer .footer__address {
  text-align: center;
}

footer .footer__title img {
  max-width: 171px;
}

footer .footer__address {
  font-size: 13px;
  line-height: 2;
  padding: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  footer .footer__address {
    padding: 2.5rem;
  }
}

footer .footer__address p a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

footer .footer__menu-list {
  --bs-gutter-x: 8rem;
}

@media screen and (max-width: 991px) {
  footer .footer__menu-list {
    display: block;
  }
}

footer .footer__menu-list li {
  border-left: 1px solid #FFFFFF;
}

@media screen and (max-width: 991px) {
  footer .footer__menu-list li {
    border: 0;
    border-top: 1px solid #FFFFFF;
    padding-top: calc(1.28125rem + 0.375vw);
    padding-bottom: calc(1.28125rem + 0.375vw);
  }
}

@media screen and (max-width: 991px) and (min-width: 1200px) {
  footer .footer__menu-list li {
    padding-top: 1.5625rem;
  }
}

@media screen and (max-width: 991px) and (min-width: 1200px) {
  footer .footer__menu-list li {
    padding-bottom: 1.5625rem;
  }
}

footer .footer__menu-list li:last-of-type {
  border-right: 1px solid #FFFFFF;
}

@media screen and (max-width: 991px) {
  footer .footer__menu-list li:last-of-type {
    border: 0;
    border-top: 1px solid #FFFFFF;
  }
}

footer .footer__menu-title {
  text-align: center;
  font-size: 0.875rem;
  padding-bottom: 1.25rem;
}

footer .footer__menu-title a p {
  color: #FFFFFF;
}

footer .footer__menu-sub {
  font-size: 0.8125rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  footer .footer__menu-sub {
    max-width: 200px;
    width: 100%;
    margin: auto;
  }
}

footer .footer__menu-sub p {
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

footer .footer__menu-sub p .material-icons {
  font-size: 0.8125rem;
  padding: 0 0.9375rem;
}

footer .footer__menu-link {
  padding: 0.625rem 0;
  width: 50%;
}

.copyright {
  background-image: url(../images/bg_wh.jpg);
  padding: 0.9375rem 0;
  font-size: 0.75rem;
  text-align: center;
}

.back-to-top {
  position: fixed;
  right: 5%;
  bottom: 7%;
  width: 21px;
  height: 117px;
  z-index: 2;
  display: none;
}

@media screen and (max-width: 991px) {
  .back-to-top {
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }
}

.back-to-top:before {
  content: "";
  display: block;
  width: 21px;
  height: 117px;
  background-image: url(../images/page-top.svg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .back-to-top:before {
    margin: auto;
  }
}

#history .h2_his {
  background-image: url("../images/bg_wh.jpg");
  padding: calc(1.54375rem + 3.525vw) 0;
}

@media (min-width: 1200px) {
  #history .h2_his {
    padding: 4.1875rem 0;
  }
}

@media screen and (max-width: 768px) {
  #history .h2_his {
    padding: calc(1.40625rem + 1.875vw) 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 1200px) {
  #history .h2_his {
    padding: 2.8125rem 0;
  }
}

#history .h2_his img {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

#history .mainv {
  margin-bottom: 55px;
}

#history .mainv img {
  width: 100%;
}

#history .blog_his div h2 {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  #history .blog_his div h2 {
    font-size: 21px;
  }
}

#history .blog_his div .p01_his {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 28px;
}

#history .blog_his div img {
  width: 100%;
  margin-top: 20px;
}

#history .blog_his div .p02_his {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 32px;
}

#history .blog_his div .h3_for_margin_his {
  margin-top: 37px;
}

#history .blog_his div .blog_his_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  margin-bottom: 43px;
}

#history .blog_his div .p03_his {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
  width: fit-content;
  padding: 6px 12px;
}

#history .blog_his div a {
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
  background-image: url("../images/bg_bk.jpg");
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 43px;
}

#history .blog_his div a .material-icons {
  font-size: 0.875rem;
  padding-left: 0.3125rem;
}

#history .blog_his div:nth-child(3) {
  margin-bottom: 72px;
}

@media screen and (min-width: 992px) {
  #history .blog_his .blog_his_box div:nth-child(1) {
    width: 50%;
  }
  #history .blog_his .blog_his_box div:nth-child(2) img {
    width: 450px;
  }
  #history .blog_his_box div .p01_his {
    font-size: 14px;
  }
  #history .blog_his_box div .p02_his {
    font-size: 13px;
  }
  #history .blog_his_box div .p03_his {
    font-size: 13px;
  }
}

#history .hondo_his {
  background-image: url("../images/bg_wh.jpg");
}

#history .hondo_his h3 {
  font-size: 24px;
  letter-spacing: 0.05em;
  width: fit-content;
  margin: 0 auto;
}

#history .hondo_his h3 span {
  font-size: 10px;
  letter-spacing: 0.1em;
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-family: "sans-regular";
  padding-top: 5px;
}

#history .hondo_his_toph3 {
  padding-top: 61px;
  padding-bottom: 32px;
}

#history .hondo_his_mainv {
  width: 100%;
}

@media screen and (min-width: 992px) {
  #history .hondo_his_dl, #history .hondo_his_flex {
    margin-bottom: 57px;
  }
}

#history .hondo_his_dl dt img, #history .hondo_his_flex dt img {
  display: block;
  max-width: 100%;
  width: calc(100vw * 250 / 400);
  margin: 32px auto 25px;
}

#history .hondo_his_dl dd .hondo_his_dl_dd01 p, #history .hondo_his_flex dd .hondo_his_dl_dd01 p {
  display: block;
  font-size: 16px;
}

#history .hondo_his_dl dd .hondo_his_dl_dd01 p span, #history .hondo_his_flex dd .hondo_his_dl_dd01 p span {
  font-size: 21px;
}

#history .hondo_his_dl dd .hondo_his_dl_dd01_p, #history .hondo_his_flex dd .hondo_his_dl_dd01_p {
  display: block;
  margin-left: 32px;
}

#history .hondo_his_dl dd .hondo_his_dl_dd02, #history .hondo_his_flex dd .hondo_his_dl_dd02 {
  margin-top: 20px;
  margin-bottom: 20px;
}

#history .hondo_his_dl dd .hondo_his_dl_dd02 .ddfont_12_bk, #history .hondo_his_flex dd .hondo_his_dl_dd02 .ddfont_12_bk {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 13px;
  font-size: 12px;
  letter-spacing: 0.05em;
}

#history .hondo_his_dl dd .hondo_his_dl_dd02 .ddfont_12_wh, #history .hondo_his_flex dd .hondo_his_dl_dd02 .ddfont_12_wh {
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.05em;
}

#history .hondo_his_dl dd .ddfont_13, #history .hondo_his_flex dd .ddfont_13 {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 28px;
}

@media screen and (min-width: 992px) {
  #history .hondo_his_dl dl, #history .hondo_his_flex dl {
    width: 30%;
  }
  #history .hondo_his_dl dl .ddfont_13, #history .hondo_his_flex dl .ddfont_13 {
    font-size: 14px;
    line-height: 32px;
  }
}

@media screen and (max-width: 991px) {
  #history .hondo_his_flex dl {
    width: 48%;
  }
  #history .hondo_his_flex dl dt img {
    max-width: 100%;
    margin: 35px auto 18px;
  }
  #history .hondo_his_flex dl dd .hondo_his_dl_dd01 p {
    font-size: 14px;
  }
  #history .hondo_his_flex dl dd .hondo_his_dl_dd01 p span {
    font-size: 18px;
  }
  #history .hondo_his_flex dl dd .hondo_his_dl_dd02 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

#history .hondo_his_wh {
  background-color: #fff;
}

#history .hondo_his_wh h3 {
  font-size: 21px;
  padding-top: 37px;
  padding-bottom: 22px;
}

#history .hondo_his_wh h3 ~ p {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 28px;
}

#history .hondo_his_wh ol {
  padding-left: 0;
  padding-bottom: 47px;
}

#history .hondo_his_wh ol li:nth-child(1) {
  border-top: 1px solid #e9eae6;
  margin-top: 36px;
}

#history .hondo_his_wh ol li {
  list-style: none;
  display: flex;
  padding-top: 21px;
  padding-bottom: 21px;
  border-bottom: 1px solid #e9eae6;
}

#history .hondo_his_wh ol li p:nth-child(1) {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #000;
  width: 19.5px;
  height: 19.5px;
  text-align: center;
  border-radius: 19.5px;
  font-family: "sans-regular";
  box-sizing: border-box;
}

#history .hondo_his_wh ol li p:nth-child(2) {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  padding-left: 15px;
  white-space: nowrap;
}

#history .hondo_his_wh ol li p:nth-child(3) {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.1em;
  padding-left: 35px;
}

#history .hondo_his_wh ol li:nth-child(10) {
  box-sizing: border-box;
}

@media screen and (min-width: 992px) {
  #history .hondo_his_wh h3 {
    font-size: 24px;
    letter-spacing: 0.05em;
    padding-top: 83px;
    padding-bottom: 43px;
  }
  #history .hondo_his_wh h3 ~ p {
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
  #history .hondo_his_wh ol {
    height: 470px;
    padding-left: 78px;
    padding-right: 81px;
  }
  #history .hondo_his_wh ol li {
    width: 395px;
  }
  #history .hondo_his_wh ol li p:nth-child(1) {
    font-size: 14px;
    width: 25px;
    height: 25px;
  }
  #history .hondo_his_wh ol li p:nth-child(2) {
    font-size: 16px;
  }
  #history .hondo_his_wh ol li p:nth-child(3) {
    font-size: 14px;
  }
  #history .hondo_his_wh ol li:nth-child(6) {
    margin-top: 36px;
    border-top: 1px solid #e9eae6;
  }
}

#history .hondo_his_btm h3 {
  font-size: 21px;
  letter-spacing: 0.05em;
  margin-top: 73px;
  margin-bottom: 23px;
}

#history .hondo_his_btm h3 ~ p {
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 23px;
}

#history .hondo_his_btm div div:nth-child(1) dl dd {
  margin-top: 17px;
  margin-bottom: 24px;
}

#history .hondo_his_btm div div:nth-child(2) dl {
  margin-block-end: 0;
}

#history .hondo_his_btm div div:nth-child(2) dl dd {
  margin-top: 17px;
  padding-bottom: 63px;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  #history .hondo_his_btm h3 {
    font-size: 24px;
    margin-left: 0px;
    margin-top: 106px;
    margin-bottom: 42px;
  }
  #history .hondo_his_btm h3 ~ p {
    font-size: 14px;
    line-height: 32px;
  }
  #history .hondo_his_btm dl {
    width: 475px;
  }
  #history .hondo_his_btm div dl {
    margin-bottom: 102px;
  }
}
/*# sourceMappingURL=history.css.map */