@charset "UTF-8";
/* CSS Document */


a{
  transition: 0.4s;
}


html {
  scroll-behavior: smooth;
}



body{
font-family: "a-otf-ud-shin-go-con80-pr6n", sans-serif;
font-weight: 300;
font-style: normal;
box-sizing: border-box;
}


/*アニメーション要素のスタイル*/
.animation{
  opacity : 0;
  visibility: hidden;
  transition: 2s;
  transform: translateY(60px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.act{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


#mainLine{
background-color: #1C46F7;
width: 100%;
height: 80px;
display: flex;
justify-content: center;
align-items: center;
}


#mainLine p{
display: block;
font-family: "fot-udkakugoc80-pro", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 20px;
line-height: 1;
letter-spacing: 6px;
text-align: center;
color: #fff;
}


#naviLine{
width: 100%;
background-color: #d5d5d5;
height: 90px;
font-family: "fot-udkakugoc80-pro", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 18px;
line-height: 1;
letter-spacing: 4px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}


#naviLine a{
display: inline-block;
margin-right: 40px;
text-decoration: none;
color: #000;
}

#naviLine a:hover{
text-decoration: underline;
}

#naviLine a:last-child{
margin-right: 0px;
}


/*　ハンバーガーメニューボタン　*/
.hamburger {
  display : none;
  position: fixed;
  z-index : 3;
  right : 20px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  left: 6px;
  background: #1C46F7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #028b1f;
  width: 40%;
  height: 100vh;
  transform: translateX(100%);
  transition: all 0.6s;
  font-family: "montserrat", sans-serif;
font-weight: 600;
font-style: normal;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 40px;
  width: 100%;
  font-size: 12px;
  line-height: 1;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}


nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 20px 0;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
}


.subM{
padding-left: 20px !important;
margin-bottom: 20px !important;
}

.subM a{
padding: 10px 0 !important;
}

header{
width: 100%;
height: 120px;
display: flex;
justify-content: center;
align-items: center;
background-color: #f5f5f5;
position: relative;
}

header h1{
width: 120px;
height: auto;
display: block;
}

header h1 img{
width: 100%;
height: auto;
}

header #tbs {
  width: 120px;
  position: absolute;
  top: 45px;
  left: 40px;
}

header #tbs img{
width: 100%;
height: auto;
}

















footer{
width: 100%;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
background-color: #fff;
font-size: 14px;
text-align: center;
line-height: 1;
letter-spacing: 2px;
color: #999;
}






.noLink{
color: #499b9b !important;
pointer-events: none !important;
}

@media all and (max-width: 769px) {

footer{
width: 100%;
height: 50px;
}


footer img{
width: 120px;
height: auto;
display: block;
}


header h1 {
  width: 80px;
  height: auto;
  display: block;
}


header {
  width: 100%;
  height: 80px;
}

#mainLine p {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 2px;
}

#mainLine {
  height: 60px;
}



/*　ハンバーガーメニューボタン　*/
.hamburger {
  display : block;
  right: 14px;
    top: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 28px;
  height: 3px;
  left: 0px;
  background: #1C46F7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(2) {
  top: 17px;
}

.hamburger span:nth-child(3) {
  top: 24px;
}



nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #1C46F7;
  width: 60%;
  height: 100vh;
  transform: translateX(100%);
  transition: all 0.6s;
  font-family: "fot-udkakugoc80-pro", sans-serif;
font-weight: 700;
font-style: normal;
}


nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 30px;
  width: 100%;
  font-size: 12px;
  line-height: 1;
}

header #tbs {
  width: 50px;
  position: absolute;
  top: 34px;
  left: 20px;
}




#mainLine p {
font-size: 11px;
line-height: 1;
letter-spacing: 1px;
}


#mainLine {
  background-color: #1C46F7;
  width: 100%;
  height: 60px;
}


#naviLine {
  display: none;
}





}
