@charset "utf-8";
/* index */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&family=Noto+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100&display=swap');

body {
	margin:0;
	padding:0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1em;
}

#top-image {
	background-image:url(../images/top_image.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	height: calc(100vh + 4px);
	width: 100%;
	position:relative;
}

#logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
 }
 
.clear {
	clear:both;
}

a {
	text-decoration:none;
	color:#fff;
}

.loader{
  background:#7D0000;
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:10;
}
 
.loader-animation,
.loader-animation:before,
.loader-animation:after {
  background:#ffffff;
  -webkit-animation:load1 1s infinite ease-in-out;
  animation:load1 1s infinite ease-in-out;
  width:1em;
  height:4em;
}
.loader-animation {
  height:10px;
  left:50%;
  margin:-5px 0 0 -5px;
  position:absolute;
  top:50%;
  width:10px;
  color:#ffffff;
  text-indent:-9999em;
  font-size:10px;
  -webkit-transform:translateZ(0);
  -ms-transform:translateZ(0);
  transform:translateZ(0);
  -webkit-animation-delay:-0.16s;
  animation-delay:-0.16s;
}
.loader-animation:before,
.loader-animation:after {
  position:absolute;
  top:0;
  content:'';
}
.loader-animation:before {
  left:-1.5em;
  -webkit-animation-delay:-0.32s;
  animation-delay:-0.32s;
}
.loader-animation:after {
  left:1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow:0 0;
    height:4em;
  }
  40% {
    box-shadow:0 -2em;
    height:5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow:0 0;
    height:4em;
  }
  40% {
    box-shadow:0 -2em;
    height:5em;
  }
}

@media only screen and (min-width:1005px) {
/*tablet、PC用*/

.line-01 {
	width:10px;
	height:620px;
	background-color:#fff;
	position: absolute;
	left:125px;
	bottom:0;
}

.line-02 {
	width:10px;
	height:20px;
	background-color:#7D0000;
	position: absolute;
	left:125px;
	bottom:640px;
}

.line-03 {
	width:10px;
	height:125px;
	background-color:#fff;
	position: absolute;
	right:75px;
	bottom:0;
}

.line-04 {
	width:545px;
	height:10px;
	background-color:#fff;
	position: absolute;
	right:75px;
	bottom:125px;
}

.line-05 {
	width:20px;
	height:10px;
	background-color:#7D0000;
	position: absolute;
	right:640px;
	bottom:125px;
}

.line-06 {
	width:10px;
	height:360px;
	background-color:#7D0000;
	position: absolute;
	left:125px;
	top:0;
}

.line-07 {
	width:calc(100% - 125px);
	height:10px;
	background-color:#7D0000;
	position: absolute;
	right:0;
	top:360px;
}

.line-08 {
	width:10px;
	height:100%;
	background-color:#557376;
	position: absolute;
	right:75px;
	top:0;
}

.line-09 {
	width:10px;
	height:calc(100% - 95px);
	background-color:#fff;
	position: absolute;
	left:130px;
	top:0;
}

.line-10 {
	width:140px;
	height:10px;
	background-color:#fff;
	position: absolute;
	left:0px;
	bottom:85px;
}

.line-11 {
	width:50%;
	height:10px;
	background-color:#7D0000;
	position: absolute;
	left:0;
	bottom:85px;
}

.line-12 {
	width:100%;
	height:10px;
	background-color:#7D0000;
	position: absolute;
	left:0;
	top:-4px;
}

nav.globalMenuSp {
	float:right;
}
 
nav.globalMenuSp ul {
}
 
nav.globalMenuSp ul li {
    font-size: 1.2em;
    list-style-type: none;
	float:left;
	padding:40px 50px 0 0;
	font-weight:bold;
}

nav.globalMenuSp ul li a {
	color:#fff;
	position: relative;
	display: inline-block;
	transition: .3s;
}

nav.globalMenuSp ul li a::after {
	position: absolute;
	bottom: -20px;
	left: 50%;
	content: '';
	width: 0;
	height: 10px;
	background-color: #7D0000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

nav.globalMenuSp ul li a:hover::after {
	width: 100%;
}

/* このクラスを、jQueryで付与・削除する */

.navToggle {
	display:none;
}
 
.navToggle span {
	display:none;
}

.box-l{
	float:left;
	width:50%;
	height:auto;
	position:relative;
}

.box-r{
	float:right;
	width:50%;
	height:auto;
	position:relative;
}

.photo img {
	width:100%;
	height:auto;
}

.wrap-01 {
	margin-top:-4px;
	background-color:#557376;
}

.wrap-02 {
	margin-top:-4px;
	background-color:#fff;
	position:relative;
}

.wrap-03 {
	background-color:#7D0000;
	position:relative;
}

.tit-num-01 {
	color:#fff;
	font-family: 'Spartan', sans-serif;
	font-size:2em;
	background-color:#7D0000;
	width:calc(100% - 20px);
	height:75px;
	padding-left:20px;
	display: flex;
	align-items: center;
	position:relative;
}

.tit-en-01 {
	color:#7D0000;
	font-size:3em;
	background-color:#fff;
	width:calc(100% - 20px);
	height:75px;
	font-weight:bold;
	padding-left:20px;
	display: flex;
	align-items: center;
}

.txt-01 {
	font-size:1.2em;
	margin:20px 0 0 20px;
	width:calc(100% - 40px);
	color:#fff;
}

.tit-num-02 {
	color:#7D0000;
	font-family: 'Spartan', sans-serif;
	font-size:2em;
	background-color:#fff;
	width:calc(100% - 20px);
	height:75px;
	padding-left:20px;
	display: flex;
	align-items: center;
}

.tit-en-02 {
	color:#fff;
	font-size:3em;
	background-color:#7D0000;
	width:calc(100% - 20px);
	height:75px;
	font-weight:bold;
	padding-left:20px;
	display: flex;
	align-items: center;
}

.txt-02 {
	font-size:1.2em;
	margin:20px 0 0 20px;
	width:calc(100% - 40px);
	color:#557376;
}

.tit-num-03 {
	color:#fff;
	font-family: 'Spartan', sans-serif;
	font-size:2em;
	background-color:#7D0000;
	width:calc(100% - 20px);
	height:71px;
	padding-left:20px;
	display: flex;
	align-items: center;
}

.info-box {
	height:526px;
}

.info-text {
	color:#fff;
	font-size:1.2em;
	width:calc(100% - 40px);
	padding:40px 0 10px 0;
	margin-left:20px;
	border-bottom:#fff dotted 1px;
}

#page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  background: #AAB9BA;
  opacity: 0.6;
  border-radius: 50%;
}

#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}

#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

footer {
	width:100%;
	height:526px;
	text-align:center;
	background-color:#7D0000;
	color:#fff;
	font-size:1.2em;
	margin-top:-20px;
	position:relative;
}

footer p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

}

@media screen and (max-width:1004px) {
/*スマホ用*/

.box-l{
	width:100vw;
	height:auto;
}

.box-l>.photo img {
	width:100vw;
	height:auto;
}

.box-r{
	width:100vw;
	height:auto;
	margin-top:-4px;
}

.box-r>.photo img {
	width:100vw;
	height:auto;
}

.wrap-01 {
	background-color:#557376;
}

.wrap-02 {
	background-color:#fff;
}

.wrap-03 {
	background-color:#7D0000;
}

.tit-num-01 {
	color:#fff;
	font-family: 'Spartan', sans-serif;
	font-size:3em;
	background-color:#7D0000;
	width:calc(100% - 20px);
	padding:20px 0 20px 20px;
}

.tit-en-01 {
	color:#7D0000;
	font-size:5em;
	background-color:#fff;
	width:calc(100% - 20px);
	font-weight:bold;
	padding:20px 0 20px 20px;
}

.txt-01 {
	font-size:1.2em;
	margin:40px 0 0 20px;
	padding-bottom:40px;
	width:calc(100% - 40px);
	color:#fff;
}

.tit-num-02 {
	color:#7D0000;
	font-family: 'Spartan', sans-serif;
	font-size:3em;
	background-color:#fff;
	width:calc(100% - 20px);
	padding:20px 0 20px 20px;
}

.tit-en-02 {
	color:#fff;
	font-size:5em;
	background-color:#7D0000;
	width:calc(100% - 20px);
	padding:20px 0 20px 20px;
	font-weight:bold;
}

.txt-02 {
	font-size:1.2em;
	margin:40px 0 0 20px;
	padding-bottom:40px;
	width:calc(100% - 40px);
	color:#557376;
}

.tit-num-03 {
	color:#fff;
	font-family: 'Spartan', sans-serif;
	font-size:3em;
	background-color:#7D0000;
	width:calc(100% - 20px);
	padding:20px 0 20px 20px;
}

.info-box {
	padding:0 0 40px 0;
}

.info-text {
	color:#fff;
	font-size:1.2em;
	width:calc(100% - 40px);
	padding:40px 0 10px 0;
	margin-left:20px;
	border-bottom:#fff dotted 1px;
}

nav.globalMenuSp {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #7D0000;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 2.2em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 4px dotted #FFF;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #FFF;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: absolute;    /* bodyに対しての絶対位置指定 */
    right: 30px;
    top: 0;
    width: 126px;
    height: 126px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 90px;
    border-bottom: solid 6px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 18px;
}
 
.navToggle span:nth-child(1) {
    top: 27px;
}

.navToggle span:nth-child(2) {
    top: 54px;
}
 
.navToggle span:nth-child(3) {
    top: 81px;
}
 

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 54px;
    left: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 54px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

footer {
	width:100%;
	text-align:center;
	background-color:#7D0000;
	color:#fff;
	font-size:1.2em;
	padding:40px 0 40px 0;
	margin:0;
}

footer p img{
	display:none;
}

footer p br{
	display:none;
}

}
