@charset "utf-8";


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color: #454545;
	font-size: 95%;
	
}

a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}　
/* -- responsive ------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

body {
	font-size: 100%;
}

}
/* 1000pixel end */



/*=========================================
	メインヘッダー
==========================================*/
.main_h {
  position: fixed;
  top: 0px;
  max-height: 80px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
  font-family: "Montserrat", sans-serif;
}

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

/*=========================================
	ヘッダー背景色
==========================================*/
.sticky {
  background-color: #1bb3b9;
  opacity: 1;
  top: 0px;
}
/*=========================================
	ロゴ
==========================================*/
.logo {
  font-size: 48px;
  color: #fff;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 20px;
}

/*=========================================
	ナビ
==========================================*/
nav {
  float: right;
  width: 60%;
	margin-top: 20px;
}

nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}

nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}

nav ul a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'

}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 10px;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #fff;
  display: block;
}

.row {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  padding: 0 0%;
}

* {
  box-sizing: border-box;
}

body {
  color: #222;
  background: white;
  font-family: "Cardo", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

hr {
  border-top: 1px solid #bbb;
  width: 20%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.sectionTitle {
  font-size: 30px;
  line-height: 1.8;
  text-transform: uppercase;
  font-family: "游明朝",  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #007F97;
  text-align: center;
}

.sectionDesc {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  text-align: center;
  font-family: "游明朝",  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-left: 15px;
  margin-right: 15px;
}

.sectionLine {
  border-top: 1px solid #bbb;
  width: 20%;
  margin: 30px auto;
}

.sectionSubDesc {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin-left: 15px;
  margin-right: 15px;
  font-family: "游明朝",  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}

.sectionAboutImage img {
  margin: 0 0 40px 0;
}

.sectionOverview {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  margin-bottom: 60px;
}

.sectionOverview > div{
  width: 33.33333%;
  padding: 10px;
}

.sectionOverview > div{
  width: 33.33333%;
  padding: 15px;
  font-size: 14px;
  font-family: "游明朝",  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sectionOverview > div > img {
  margin: 0 0 10px 0;
  width: 100%;
}

.sectionMap {
  margin-bottom: 60px;
}

.sectionOverviewTitle {
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    margin-left: 15px;
    margin-right: 15px;
    font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-inner_cta {
  width: 500px;
  margin: 60px auto;  
}

.container-inner_cta a {
  text-align: center;
    width: 100%;
    background: #007F97;
    display: block;
    padding: 20px;
    color: #FFF;
    font-size: 20px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
}

.container-inner_cta a:hover {
  transition: ease 0.3s all;
  opacity: 0.6;
}

.footer {
  background-color: #232531;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
  font-size: 12px;  
}


h1  {
  font-size: 30px;
  line-height: 1.8;
  text-transform: uppercase;
  font-family: "游明朝",  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #29b3b8;
  text-align: center;
}

h2 {
  font-size: 14px;
  line-height: 1.8;
  text-transform: uppercase;
  color: #666;
  text-align: center;
  font-family: "游明朝",  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-left: 15px;
  margin-right: 15px;
}

h3 {
  font-size: 18px;
  line-height: 1.8;
  text-transform: uppercase;
  color: #666;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin-left: 15px;
  margin-right: 15px;
  font-family: "游明朝",  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
  margin-top: 30px;
	margin-bottom: 20px;
}

h4 {
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin-left: 15px;
  margin-right: 15px;
  font-family: "游明朝",  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
  margin-top: 10px;
	margin-bottom: 10px;
}


p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 2;
  margin-right: 10px;
  margin-left: 10px;
  color: #666;
}

.content {
  padding: 50px 2% 50px;
}

#thanks {
    width: 960px;
    margin: 20px auto;
}

#thanks h1 {
    font-size: 30px;
    line-height: 1.8;
    text-transform: uppercase;
    font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #007F97;
    text-align: center;
}

#thanks a {
    display: block;
    text-align: center;
    color: #007F97;
}

/*=========================================
	メインビジュアル
==========================================*/
.hero {
  position: relative;
  background-image: url("./../asset/images/main_bg.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 150px;
  min-height: 480px;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
}

.hero h1 {
    line-height: 1;
    font-size: 48px;
    margin: 0;
    color: #FFF;
    text-transform: unset;
}

.hero h1 img {
   width: 150px;
   margin: 0;
}

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #007F97;
  position: absolute;
  bottom: 40px;
  position: absolute;
  left: 51%;
  margin-left: -26px;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #007F97;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}



@media only screen and (max-width: 768px) {

  .main_h {
    padding-top: 15px;
  }

  .mobile-toggle {
    display: block;
  }

  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0 0 0 0;
  }

  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }

  nav {
    width: 100%;
  }

  .logo {
    float: none;
  }

  .container-inner_cta {
    width: 300px;
    padding: 0px auto;
    margin: 0px auto 20px;
  }

  .container-inner_cta a {
    font-size: 14px;
  }

  .sectionOverview > div {
    width: 100%;
  }

  #thanks {
    width: 100%;
    margin: 20px auto;
  }


}