.box-btn-header {
  display: flex;
  margin-bottom: 20px;
}

a.btn.btn-header {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 11px;
  padding-right: 14px;
  border-bottom: 1px solid #104065;
  padding-bottom: 3px;
  margin-left: 22px;
  font-size: 1.5rem;
}
a.btn.btn-header img {
  margin-right: 14px;
}
a.btn.btn-header:hover {
  color: #104065;
}
a.btn.btn-header:last-child:hover {
  color: #000;
}

.box-button-header {
  display: flex;
  align-items: center;
}

.box-button-header a {
  width: 107px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #e1ecf4;
}
.box-button-header a:last-child {
  margin-left: 3px;
  background-color: #ededed;
}

.box-button-header a img {
  margin-bottom: 5px;
}

.page-header {
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/index/bg-page.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.title-jp {
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}

.banner-home {
  display: flex;
  height: 604px;
}

.banner-home-left {
  width: 50%;
}

.banner-left-item a {
  display: block;
  height: 604px;
}
.banner-left-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.banner-home-right {
  width: 50%;
}

a.btn.btn-blank {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 322px;
  margin: 0 auto;
  min-height: 77px;
}
a.btn.btn-blank::after {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../images/index/icon-blank.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 27px;
}

.home-text {
  position: relative;
  padding: 30px 0 40px;
  color: #fff;
}
.home-text::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg-text.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.box-text-home {
  text-align: center;
}
.box-text-home h2 {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.box-text-home h3 {
  font-size: 4.6rem;
  letter-spacing: 0.1em;
}
.box-text-home p {
  font-size: 1.7rem;
}

.box-flex-news {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.flex-news-left {
  width: calc(50% - 75px);
}

.flex-news-right {
  width: calc(50% - 75px);
}

.box-news-top {
  padding: 55px 0 65px;
  position: relative;
}
.box-news-top::after {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #f0f1f4;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}

.box-over {
  margin-bottom: 50px;
}

.title-over {
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-family: "Cinzel", serif;
  padding-left: 50px;
  margin-bottom: 5px;
  color: #d6a14d;
  display: flex;
  min-height: 80px;
  align-items: flex-end;
}

.box-img-over {
  border-top: 5px solid #d6a14d;
  position: relative;
}
.box-img-over img {
  width: 100%;
}

.box-img-over p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.5rem;
  font-family: "Noto Serif JP", serif;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 10px rgba(11, 43, 56, 0.76);
}

.box-link-over {
  padding: 5px 18px;
}

.box-link-over a {
  display: block;
  border-bottom: 1px solid #c7c7c7;
  padding: 22px 30px;
  color: #000;
  letter-spacing: 0.1em;
  transition: 0.3s;
  position: relative;
}
.box-link-over a::after {
  content: "";
  width: 8px;
  height: 15px;
  background-image: url(../images/index/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.box-link-over a:hover {
  background-color: #ededed;
  opacity: 1;
}

.over-2 .title-over {
  color: #2e758e;
}
.over-2 .box-img-over {
  border-color: #2e758e;
}

.over-3 .title-over {
  color: #46891b;
}
.over-3 .box-img-over {
  border-color: #46891b;
}

.over-4 .title-over {
  color: #8e3d41;
}
.over-4 .box-img-over {
  border-color: #8e3d41;
}

.box-about {
  display: flex;
  position: relative;
}
.box-about::after {
  content: "";
  width: calc(100vw - 115px);
  height: 313px;
  background-color: #104065;
  position: absolute;
  right: -75px;
  top: 180px;
  z-index: -2;
  -webkit-clip-path: polygon(0 28%, 100% 0, 100% 72%, 0% 100%);
          clip-path: polygon(0 28%, 100% 0, 100% 72%, 0% 100%);
}
.box-about.reverse {
  flex-direction: row-reverse;
  margin-top: 120px;
}
.box-about.reverse .title-about {
  text-align: left;
  color: #db9d21;
}
.box-about.reverse .box-text-about h3 {
  color: #c18500;
}
.box-about.reverse .about-img img {
  margin-left: -20px;
}
.box-about.reverse::after {
  background-color: #db9d21;
  left: -75px;
}

.box-about-right {
  width: 480px;
}

.box-about-left {
  flex: 1;
}

.title-about {
  color: #104065;
  font-size: 3rem;
  font-family: "Cinzel", serif;
  text-align: right;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

.box-text-about {
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(137, 149, 155, 0.25);
  padding: 50px 40px;
}
.box-text-about .box-link-over {
  padding: 0;
}
.box-text-about .box-link-over a {
  padding: 22px 20px;
}

.box-text-about h3 {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #104065;
  margin-bottom: 30px;
}

.about-img {
  position: relative;
}

.about-img img {
  max-width: calc(100% + 20px);
}

.main-title {
  font-size: 4.8rem;
  font-family: "Cinzel", serif;
  letter-spacing: 0.1em;
  color: #104065;
}

.list-news {
  margin-top: 75px;
}

.list-news .news-item.item-list {
  margin-bottom: 20px;
}

a.btn.btn-more {
  font-size: 1.7rem;
  font-family: "Cinzel", serif;
  letter-spacing: 0.1em;
  max-width: 322px;
  min-height: 65px;
  margin: 0 auto;
  border: 1px solid rgba(51, 51, 51, 0.5);
  color: #000000;
  background-color: transparent;
}
a.btn.btn-more:hover {
  color: #000000;
  background-color: #f7b402;
}

.box-btn-more {
  padding-top: 40px;
}

section#home-news {
  padding: 100px 0 90px;
  position: relative;
}
section#home-news::after {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #f0f1f4;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}

.home-contact {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../images/index/bg-contact.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-contact .main-title {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.home-contact a.btn.btn-more {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.home-contact a.btn.btn-more:hover {
  color: #000;
}

.img-related {
  margin-bottom: 34px;
}

.footer-wrap {
  background-color: #000;
}

.footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.home-contact-top a {
  width: 367px;
}

.home-related {
  background-color: #f0f1f4;
}
.home-related .main-title {
  font-size: 3rem;
}

.page-news .news-item.item-list .title a {
  position: relative;
}
.page-news .news-item.item-list .title a::after {
  content: "";
  width: 7px;
  height: 14px;
  background-image: url(../images/index/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}

.mega-menu {
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  text-align: center;
  padding-top: 0px;
  opacity: 0;
  transition: all 0.3sease;
  z-index: -1;
  visibility: hidden;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/index/bg-mega.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

.header-main .main-menu .nav > li.nav-mega:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 12;
}

.toggle-cont-inner a {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding-left: 17px;
  background-color: #fff;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
  font-size: 1.3rem;
  padding-right: 40px;
  text-align: left;
}
.toggle-cont-inner a::after {
  content: "";
  width: 5px;
  height: 8px;
  background-image: url(../images/index/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.toggle-cont-inner a:hover {
  background-color: #ededed;
  opacity: 1;
}

.box-404 h2 {
  font-size: 3.8rem;
  font-weight: 500;
  color: #104065;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-404 h2 span {
  font-size: 9rem;
  font-weight: bold;
  padding-right: 19px;
}
.box-404 h3 {
  font-size: 2.3rem;
  font-weight: bold;
  color: #104065;
  text-align: center;
  margin-bottom: 50px;
}
.box-404 p {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.78;
  color: #1a1a1a;
}

section.content-error {
  padding: 50px 0;
}

.single .page-navi::after {
  content: "";
  width: calc(100% - 60px);
  max-width: 1100px;
  height: 1px;
  background-color: #c7c7c7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.header-main .main-menu {
  position: relative;
}

.box-search {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  padding: 15px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.box-search input {
  display: block;
  border: 1px solid #aeaeae;
  font-size: 1.4rem;
  padding: 10px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.box-search button {
  background-color: #3878aa;
  font-size: 1.6rem;
  padding: 5px 15px;
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.page-header,
.banner-home {
  margin-top: 110px;
}

.box-search form {
  display: flex;
}

.box-search input {
  margin-bottom: 0;
  margin-right: 10px;
}/*# sourceMappingURL=style-2.css.map */