@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  font-family:'Noto Sans JP', sans-serif , "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 2.4rem;
 width: 100%;
 margin: 0px;
 padding: 0px;
  background-image:url(../img/bg_pattern.png)!important;
  
}

.main{
  flex: 1;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}


html {
  
  min-height: 100%;
}

a:link, a:visited, a:active {
  color: #AD1828;
  text-decoration: underline;

}
a:hover {
  color: #dd0016;
  opacity: 0.8;
  text-decoration: none;
}
.banner{
  margin-top: 20px;
  text-align: center;
}
.banner img{
  width: 180px;
  height: 50px;
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.banner a{
  opacity: 1;
}
.header-content-wrapper{
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 10px 0;
  
  align-items: center;
}
.header-content-wrapper h1 img{
  width: 650px;
}
.head-btn{
  position: relative;
}
.head-btn a{
  background-color: #001C2D;
  width: 130px;
  display: block;
  padding: 13px 20px;
  text-align: left;
  text-decoration: none;
  color: #fff;
}
.head-btn a:hover{
  opacity: 1;
}
.header{
  border-top: 10px solid #001C2D;
  background-color: #fff;
}
.head-btn::after {
  content: '';
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
    position: absolute;
    top: 49%;
    right: 16px;
}
.wrap{
  margin-top: 20px;
}
#menu{
  padding: 0 10px;
  background-color: #881a16d6;
  border-radius: 5px;
}
.side-menu1 {
  width: 236px;
  text-align: left;
  position: absolute;
  z-index: 3;
}

.side-menu1 ul li a{
  text-decoration: none;
  color: #fff;
  display: block;
  padding:17px 10px 17px 5px;
  position: relative;

}
.side-menu1 ul li a:hover{
  background-color:#fff ;
  opacity: 1;
}
.side-menu1 a::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate( 45deg);
  transform: rotate( 45deg);
  position: absolute;
  top: 50%;
  right: 16px;
}
.side-menu1 ul{
  list-style: none;
}
.side-menu1 ul li{
  border-bottom: 1px solid #eee;
  background-color: #881a1629;
}
.side-menu1 ul li:hover{
  border-bottom: 1px solid #eee;
  background-color: #AD1828;
}
.side-menu1 ul li:last-child{
  border-bottom: none;
}
.main{
  max-width: 1080px;
  margin: 0 auto;
}
.banner a::after{
  content: none;
}
.side-menu1 ul li a::after {
  content: "";
  background-image: url(../img/link.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center 10%;
  position: absolute;
  /* top: 48%; */
  left: 90%;
  width: 10px;
  height: 10px;
}
.main{
  width: 1080px;
  margin: 0 auto;
}
.side-menu1 ul li a:hover{
  opacity: 1;
  background-color: rgba(173,24,40,0.1);
}
.top-wrapper{
  padding-bottom: 50px;
  
}
.wrap{
  margin-top: 43px;
}

.section-greeting {
  width: 815px;
  background-color: #fff;
  margin: 0 0 155px auto;
  padding: 36px 20px 432px 20px;
  box-shadow: rgb(0 0 0 / 20%) 2px 2px 10px;
  font-size: 0.95rem;
  font-weight: 400;
  border-radius: 5px;
}
.section-greeting h2 {
  display: inline-block;
  background: linear-gradient(135deg, #001C2D 0%, #9D2A26 100%);
  font-size: 1.8rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin: 0;
  font-weight: 600;
}
.description{
  /* border-top:  3px solid ;
  border-image: linear-gradient(to right,#001C2D,#9D2A26)49% 1; */
  margin-top: 10px;
}

.footer{
  background-color: #001C2D;
  padding: 30px 0;
  font-size: 0.8rem;
  font-weight: 400;
}
.footer-wrap{
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.left{
  display: flex;
}
.footer-title{
  padding: 8px 6px 0 5px;
  background-color: #00304D;
  height: 30px;
}
.footer-description{
  padding-left: 20px;
  line-height: 1.5rem;
  font-size: 0.9rem;
}
.footer a{
  color: #fff;
}

.comingsoon{
  text-align: center;
  font-weight: 500;
  font-size: 2.0rem;
  line-height: 13.5rem;
}
.footerFixeddd {
    min-height: 100vh;
    position: relative;
    padding-bottom: 100px;
    box-sizing: border-box;
}