@charset "UTF-8";
header {
 width: 100%;
 height: 70px;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9999;
 transition: all .3s;
 border-top: 3px solid #891333;
}
header .area ul li{
  margin-right: 15px;
  margin-top: 15px;  
}
header .area{
 position: relative;
}
header .logo {
 position: absolute;
 width: 100%;
 text-align: center;
 margin-top: 14px;
}
header .logo a img {
 width: 170px;
}
header .logo a:hover{
 opacity: 1;
}
header .on{
 display: none;
}
header .off{
 margin-top: 14px;
}
header .area .left_menu{
 display: block;
 position: absolute;
 top: 8px;
 left: 150px;
}
header .area .right_menu{
 display: block;
 position: absolute;
 top: 8px;
 right: 40px;
}
header .area .right_menu a span{
 display: none;
}
header .area .right_menu a:hover span{
 display: inline-block;
 transition: all .3s;
}header .area .on_menu ul {
  margin-left: 20px;
}
header .area .on_menu ul li{
 display: inline-block;
 margin-right: 15px;
 margin-top: 15px;
}
header .area .on_menu ul li a{
 font-size: 12px;
 text-decoration: none;
 font-family: noto-sans-cjk-jp, sans-serif; 
 font-weight: 300;
 color: #222;
 letter-spacing: 1px;
}
header .area .on_menu ul li a:hover{
 color: #891333;
 opacity: 1;
}
header .area .on_menu i{
 margin-right: 10px;
 font-size: 18px;
}
/*---ヘッダーhover時----------------------*/
header:hover{
 background-color: #fff;
}
header:hover .off {
 display: none;
}
header:hover .on {
 display: block;
}
header:hover p{
 color: #891333;
}
header:hover .nav-toggle span{
 background-color: #891333;
}
/*---上スクロール時のみ表示----------------------*/
header.scroll-nav {
  transition: all .3s;
  background-color: #fff;
  border-top: 3px solid #891333;
}
header.scroll-nav p{
 color: #891333;
}
header.scroll-nav .on {
  display: block;
}
header.scroll-nav .off {
  display: none;
}
.scroll-nav .nav-toggle span{
 background-color: #891333;
}
/*---ハンバーガーメニューデザイン----------------------*/
.nav-toggle p{
 display: inline-block;
 position: absolute;
 left: 50px;
 top: 2px;
 width: 100%;
 color: #891333;
 font-size: 11px;
}
.nav-toggle:hover p{
 color: #891333;
}
.nav-toggle span {
 display: block;
 position: absolute;
 top: 10px;
 height: 2px;
 width: 50%;
/* background-color: #891333;*/
 background-color: #891333;
 left: 0;
 right: 0;
 margin: auto;
 -webkit-transition: .35s ease-in-out;
 -moz-transition: .35s ease-in-out;
 transition: .35s ease-in-out;
}
.nav-toggle:hover span{
 background-color: #891333;
}
.nav-toggle span:nth-child(1) {
 top: 3px;
}
.nav-toggle span:nth-child(2) {
 top: 10px;
}
.nav-toggle span:nth-child(3) {
 top: 17px;
}
.nav-toggle {
 display: block;
 position: absolute;
 left: 37px;
 top: 25px;
 width: 50px;
 height: 60px;
 cursor: pointer;
 z-index: 10000;
/* background-color: #891333;*/
}
.open .nav-toggle span:nth-child(1) {
 top: 10px;
 -webkit-transform: rotate(40deg);
 -moz-transform: rotate(40deg);
 transform: rotate(40deg);
}
.open .nav-toggle span:nth-child(2) {
 width: 0;
 left: 50%;
}
.open .nav-toggle span:nth-child(3) {
 top: 10px;
 -webkit-transform: rotate(-40deg);
 -moz-transform: rotate(-40deg);
 transform: rotate(-40deg);
}
.open nav {
 display: block;
 animation-duration: 0.6s;
 animation-name: slide-in-left;
 animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
 animation-fill-mode: forwards;
}

@keyframes slide-in-left {
 from {
  opacity: 0;
  transform: translateX(-100%);
 }
 to {
  opacity: 1;
  transform: translateX(0);
 }
}

/*-------ハンバーガーメニュー内------------------------ー*/
header nav {
 width: 700px;
 height: 100vh;
 background-color: #fff;
 position: fixed;
 top: 0px;
 left: 0px;
 display: none;
 z-index: 9999;
 border-left: 3px #891333 solid;
 border-top: 3px #891333 solid;
 transform: translateX(-100%);
 opacity: 0;
 transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 閉じる時のアニメーション（CSSのみ） */
header:not(.open) nav {
 transform: translateX(-100%);
 opacity: 0;
}
/*sitemap==============================*/
.sitemap_box {
 padding: 50px;
}
.sitemap_box ul {
 margin: 100px auto 0;
 padding: 0;
 list-style: none;
}
.sitemap_box ul li {
 width: 200px;
 height: 200px;
 margin: 0 auto;
 padding: 0;
 float: left;
}
.sitemap_box ul li:first-child {
 margin-left: 0;
}
.sitemap_box .sitemap1 {
 width: 96%;
 margin: 0 auto 15px auto;
 padding: 0 0 0 20px;
 font-size: 16px;
 color: #891333;
 text-decoration: none;
 letter-spacing: 1px;
 font-weight: 400;
 font-family: helvetica-neue-lt-pro, sans-serif; font-weight: 300;
}
.sitemap_box .sitemap1 img {
 vertical-align: top;
 width: 0px;
 margin: 5px 0px 0px 0px;
}
.sitemap_box a.sitemap2 {
 width: 100%;
 margin: 0 auto 10px 16px;
 font-size: 14px;
}
.sitemap_box .sitemap2:hover {
 color: #891333;
 opacity: 1;
}
.sitemap_box .arrow {
 position: relative;
 display: inline-block;
 padding: 0 0 0 5px;
 color: #444;
 vertical-align: middle;
 text-decoration: none;
 font-size: 13px;
 letter-spacing: 1px;
 line-height: 24px;
 font-weight: 500;
}

/*第二階層以降タイトル==========================================================================================*/
/*2F==============================================================================================*/
ul.page {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  padding: 10px 0 0 1em;
}
.page li a {
  color: #891333;
  font-size: 13px;
  font-weight: normal;
  float: left;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.page li {
  color: #000;
  font-size: 13px;
  float: left;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding-bottom: 10px;
}
.page {
  display: flex;
}
.page li::after {
  content: "/";
  margin: 0 0.5em;
}
.page li:last-child::after {
    content: "";
}
.contents {
  width: 1000px;
  height: auto;
  margin: 80px auto;
}
.contents h2 {
	font-family: "helvetica-neue-lt-pro", "noto-sans-cjk-jp", sans-serif;
  font-size: 40px;
  color: #222;
  text-align: center;
  font-weight: 200;
}
.contents h2 span {
	font-family: "helvetica-neue-lt-pro", "noto-sans-cjk-jp", sans-serif;
  display: block;
  font-size: 12px;
}
.contents h3 {
	font-family: "helvetica-neue-lt-pro", "noto-sans-cjk-jp", sans-serif;
  text-align: center;
  font-size: 22px;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  line-height: 170%;
  justify-content: center;
}
.text-32px {
	font-size: 32px;
	font-weight: 200;
}
.text-18px {
	font-size: 18px;
}
.text-16px {
	font-size: 16px;
}
.text-14px {
	font-size: 14px;
}
.lower-h1-box {
  background-color: #891333;
  background-image: url(../img/lower-top.png);
  background-repeat: no-repeat;
  background-position: -20px -50px;
  background-size: 700px;
  position: relative;
  padding: 25px 0;
  color: #fff;
  margin-top: 70px;
}
.lower-h1-box h1 {
  color: #fff;
}
.lower-h1-box::before {
  content: "";
  width: 1.5px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  animation: lineDrawDown 1s ease-out forwards;
  transform-origin: top;
}

.lower-h1-box::after {
  content: "";
  width: 1.5px;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  background-color: #891333;
  animation: lineDrawDown 1s ease-out 1s forwards;
  transform-origin: top;
  opacity: 0;
}

@keyframes lineDrawDown {
  0% {
    transform: scaleY(0);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}
.lower-h2{ color: #891333;}
.lower-h2 span{
  color: #891333;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  /* height: 18px; */
  /* background-color: rgba(137, 19, 51, 0.1); */
  position: relative;
  padding: 2px 6px;
  border-radius: 3px;
}


.fixed-bg-lottie{
  display: none;
}



/*======================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================*/
@media screen and (max-width:1050px) {
 header .area .left_menu{
  display: none;
 }
 header .area .right_menu{
  display: none;
 }
/*-------ハンバーガーメニュー内------------------------ー*/
header nav {
 width: 80%;
 height: 100vh;
 position: fixed;
 top: 0px;
 left: 0px;
 display: none;
 z-index: 9999;
}
 /*sitemap==============================================================================================*/
 .sitemap_box {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 30px;
 }
 .sitemap_box ul {
  width: 100%;
  height: auto;
  margin: 50px auto 0;
  padding: 0;
  list-style: none;
 }
 .sitemap_box ul li {
  width: 40%;
  height: 160px;
  margin: 0 auto;
  padding: 0;
  float: left;
 }
 .sitemap_box ul li:first-child {
  margin-left: 0;
 }
 .sitemap_box .sitemap1 {
  width: 96%;
  margin: 25px auto 15px auto;
  padding: 0 0 0 20px;
  /*  border-left: 3px #891333 solid;*/
  font-size: 16px;
  color: #891333;
  text-decoration: none;
  letter-spacing: 2px;
 }
 .sitemap_box .sitemap2 {
  width: 100%;
  margin: 0 auto 8px 16px;
 }
 .sitemap_box .arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 7px;
  color: #444;
  vertical-align: middle;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 24px;
  font-weight: 500;
 }
   /*2F==============================================================================================*/
  .page li a {
    margin: 0 0 0 0;
  }
  .contents {
    width: 90%;
    margin: 50px auto;
  }
  .contents h2 {
    font-size: 30px;
    line-height: 120%;
  }
  .contents h2 span {
    font-size: 12px;
    line-height: 120%;
  }
  .block_tab {
    display: block;
  }
    .lower-h1-box {
  background-color: #891333;
  background-image: url(../img/lower-top.png);
  background-repeat: no-repeat;
  background-position: -10% -20px;
  background-size: 50%;
  position: relative;
  }
  .lower-h1-box::before {
    content: "";
    width: 1.5px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #fff;
  }
  .lower-h1-box::after {
    content: "";
    width: 1.5px;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    background-color: #891333;
  }
}/*======================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================*/
 @media screen and (max-width:700px) { /*スマホ縦-スマホ横*/
  /*ヘッダー*/
header {
 height: 60px;
}
header .logo {
 margin-top: 11px;
}
header .logo a img {
 width: 130px;
}
header .off{
 margin-top: 11px;
}
/*-------ハンバーガーメニュー内------------------------ー*/
header nav {
 width: 100%;
 height: 100vh;
 position: fixed;
 top: 0px;
 left: 0px;
 display: none;
 z-index: 9999;
}
/*---ハンバーガーメニューデザイン----------------------*/
.nav-toggle {
 display: block;
 position: absolute;
 left: 15px;
 top: 18px;
 width: 50px;
 height: 60px;
 cursor: pointer;
 z-index: 10000;
/* background-color: #891333;*/
}.nav-toggle p{
 display: none;
}
.nav-toggle span {
 display: block;
 position: absolute;
 height: 2px;
 width: 50%;
background-color: #891333;
 top: 0px;
 left: 0px;
 margin: auto;
 -webkit-transition: .35s ease-in-out;
 -moz-transition: .35s ease-in-out;
 transition: .35s ease-in-out;
}
.nav-toggle:hover span{
 background-color: #891333;
}
.nav-toggle span:nth-child(1) {
 top: 5px;
}
.nav-toggle span:nth-child(2) {
 top: 12px;
}
.nav-toggle span:nth-child(3) {
 top: 19px;
}
/*2F==============================================================================================*/
  .page li a {
    margin: 0 0 0 0;
    font-size: 10px;
  }
  .page li {
  font-size: 10px;
}
  .page li a::before {
    margin-top: -15.5px;
    border-width: 15.5px 0 15.5px 1em;
  }
  .page li a::after {
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  .contents {
    width: 90%;
    margin: 30px auto;
  }
  .contents h2 {
    font-size: 30px;
    line-height: 120%;
  }
  .contents h2 span {
    font-size: 12px;
    line-height: 120%;
  }
  .block_tab {
    display: inline;
  }
  .block_sp {
    display: block;
  }
  .sp-none {
  display: contents;
}
.sp-hideen {
  display: none;
}
}