/* CSS Document */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');

body {
	/*   font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; */
  font-family: "游ゴシック", "YuGothic", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'PT Sans', 'Lucida Grande', sans-serif;
	font-weight: 400;
  color: #414141;
	background-color: #fff;
	margin: 0;
	padding: 0;
	height:100%;
	line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0.2rem;
  -webkit-text-size-adjust: none;
	font-size: 18px;
}




/*-----------------------------------
 基本設定
 ----------------------------------*/

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	color: #009fc1;
}

a:hover , a img:hover {
  opacity: .8;
}


p {
  line-height: 1.7;
	margin-bottom: 0.8rem;
  text-align: left;
  font-size: 18px;
}

ul {
  line-height: 1.75;
}

hr {
  background-color: #8c6239;
  /* background-color: rgba(51, 51, 51, 0.1); */
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}

section {
  padding: 70px 0;
  text-align: center;
	clear: both;
}


a[href^="tel:"] {
  cursor: default;
}

.innerBox {
  width: 94%;
	max-width: 1000px;
  margin: 0 auto;
	height: auto;
	position: relative;
}

.innerBox:after {
  clear: both;
  content: "";
  display: table;
}

a.moreDetails {
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;	
	position: relative;
  height: 56px;
	line-height: 56px;
  width: 400px;
	font-weight: 700;
  font-size: 16px;
  display: block;
  text-align: center;
  margin: 15px auto 15px;
	letter-spacing: 0.2rem;
  background-color: #fff45c;
  border: 1px solid #3c3c3c;
  border-radius:6px;
  -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
a.moreDetails:before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
	right: 10px;
  font-size: 16px;
  font-weight: normal;
}

a.moreDetails:hover {
	background-color: white;
  opacity: 1;
}

h2, h3 {
  display: inline-block;
  text-align: center;
  margin-bottom:40px;
}


h2 span, h3 span {
  display: block;
}

h2 .en {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 900;
	letter-spacing: 0.1rem;
}

h2 .en:after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  margin: 18px auto 25px auto;
  background: #414141;
  text-align: center;
}

h2 .jp {
  font-size: 18px;
  font-weight: 400;
	letter-spacing: 0.3rem;
}
h3 .jp {
  font-size: 32px;
  font-weight: 900;
}

main {
	width: 100%;

}
.txt-left { text-align: left; }
.txt-center { text-align: center; }
.txt-right { text-align: right; }
.mb30 { margin-bottom: 30px; }

.clearfix{width:100%}
.clearfix:after{content:"";display:block;clear:both}


/*----- メイン画像 ------*/
.visual {
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	background-image: url(../img/visual.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	color: #fff;
	height: 850px;
  margin-bottom: 50px;
}
.visual h1.visual-logo img {
	position: absolute;
	z-index: 2;
	width: 470px;
	height: 111px;
	top:320px;
	left: 0;
	right: 0;
	margin: auto;
}
.logo {
  position: absolute;
  top:20px;
  left:20px;
}

/*----- first ------*/
.first .innerBox {
  max-width: 800px;
}
.firstLeader {
  font-size: 27px;
  font-weight: 900;
}

/*----- todo ------*/
.todo {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.todo:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 2% -10% 0;
  background:rgba(221,232,237,1.0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}
.todo_inner {
  box-sizing: boder-box;
  width: 92%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 120px;
  text-align: center;
}

ul.todoList {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
  list-style: none;
}

ul.todoList li:before {
  content:  "";
  width: 23px;
  height: 21px;
  display:  inline-block;
  position:  relative;
  top: 5px;
  margin-right: 10px;
  background-image:  url(../img/todo_icon.png);
  background-size:  contain;
  background-repeat:  no-repeat;
  vertical-align: top;   
}
ul.todoList li {
  padding: 6px;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: left;
  font-weight: 900;
}

/*----- outline ------*/
.outLine {
  padding-top: 0;
  margin-bottom: 70px
}
.outLine .innerBox {
  max-width: 900px;
}
.outLine table {
  width: 100%;
  border: 1px solid #b3b3b3;
}
.outLine table th,
.outLine table td {
  border-bottom: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  box-sizing: border-box;
  font-weight: 400;
	font-size: 18px;
}
.outLine table th{
  text-align: center;
  width: 25%;
  padding: 20px 6px;
  background-color: #eceff0;
  font-weight: 700;
}
.outLine table td{
  text-align: left;
  padding: 20px 15px;
}
.outLine table td span {
  display: block;
}

/*----- entry ------*/
.entry {
  background-color: rgba(221,232,237,1.0);
  text-align: center;
}
.entryText {
  font-weight: 700;
  text-align: center;
}

/*-----------------------------------
 footer
 ----------------------------------*/
 footer {
  position: relative;
  text-align: center;
	width: 100%;
	background-color:#fff;
   padding: 20px 0;
}
.footerLogo {
  margin-bottom: 6px;
  padding: 0;
}

footer .copy {
	width: 100%;
	color: #595959;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}
footer .copy:before {
  content: '\0a9';
}


@media screen and (max-width: 768px) {
	
/*----- メイン画像 ------*/
.visual {
	background-image: url("../img/visual_sp.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	background-position: center;
	color: #fff;
	height: 500px;
	z-index: 1;
}
.visual h1.visual-logo img {
	position: absolute;
	z-index: 2;
	width: 400px;
	max-width: 90%;
	height: auto;
	top:180px;
	left: 0;
	right: 0;
	margin: auto;
}
	
ul.todoList {
  width: 100%;
}
  
/*----- 概要テーブル ------*/
.outLine table {
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: none;
}
.outLine table th,
.outLine table td {
  border-bottom: 1px solid #b3b3b3;
  border-right: none;
}
.outLine table th{
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px 6px;
  background-color: #e5e5e5;
}
.outLine table td{
  width: 100%;
  display: block;
  text-align: left;
  padding: 10px 6px 10px 20px;
}

 


}


@media screen and (max-width: 599px) {
	
.logo {
	width: 200px;
	height: auto;
	top: 10px;
	left: 10px;
}

a.moreDetails {
  height: 46px;
	line-height: 46px;
  width: 80%;
  font-size: 15px;
  margin: 15px auto 15px;
	letter-spacing: 0.1rem;
}

h2 .en {
  font-size: 36px;
}
h2 .jp {
  font-size: 16px;
}
h3 .jp {
  font-size: 30px;
}

.firstLeader {
  font-size: 20px;
}



ul.todoList li:before {
  top: 2px;
  margin-right: 8px;
}
ul.todoList li {
  padding: 4px;
  margin-bottom: 6px;
  font-size: 16px;
}

/*----- outline ------*/
.outLine {
  padding-top: 0;
	margin-top: -50px;
  margin-bottom: 40px;
}

.outLine table th,
.outLine table td {
	font-size: 16px;
}

}
