@charset "utf-8";

body {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

footer {
    background-color: #34434c;
    color: #fff;
    text-align: center;
    padding: 20px;
}

footer img{
	text-align: center;
	width:150px;
}
	
/* 枠の太さ = 10px */
/* 枠の色 = #f08d24*/

html:before,
html:after,
body:before,
body:after {
  content: "";
  background: #34434c;
  position: fixed;
  display: block;
  z-index: 1;
}

/* 上 */
html:before {
  height: 20px; 
  width: 100vw;
  left: 0;
  top: 0;
}

/* 右 */
html:after {
  width: 20px;
  height: 100vh;
  right: 0;
  top: 0;
}

/* 下 */
body:before {
  height: 20px;
  width: 100vw;
  bottom: 0;
  left: 0;
}

/* 左 */
body:after {
  width: 20px;
  height: 100vh;
  top: 0;
  left: 0;
}

#formWrap {
width: 80%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:30px auto;
	border-collapse:collapse;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:100%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

video{
	position: absolute;
	    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}


.box {
width: 350px;
    height: 750px;
    margin: 0 auto;
  overflow: hidden;
}

.box .h1 {
  width: inherit;
  height: inherit;
  line-height: 200px;
  font-size: 1.5em;
  text-align: center;
  color: #555;
  background-color: #fff;
  opacity: 0;
}

.boxInner img{
	width: 100%;
	
} 

.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}
  
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .8s;
  animation-delay: .8s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient( 109.6deg,  rgba(52,36,31,1) 11.2%, rgba(45,45,45,1) 91.1% );
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
  z-index: 3;
    top: 50%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
    text-align:center;
  margin:-50px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


/*========= レイアウトのためのCSS ===============*/
ul{
  margin:0;
  padding: 0;
  list-style: none;
}

a{
  color: #252525;
}

a:hover,
a:active{
  text-decoration: none;
}

h1{
  position: absolute;
  z-index: 2;
 top: 15%;
  text-align: center;
font-size:4.5vw;
	text-shadow: #6d6d6d 1px 0 10px;
	font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
	    background-color: #34434c;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h2{
	font-size: 1.7em;
	line-height: 2em;
	font-weight: bold;
	color: #fff;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h3{
	font-size: 1.3em;
	line-height: 2em;
	color: #fff;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h4{
	text-align: center;
	color: #fff;
	margin-top: 10em;
	margin-bottom: 10px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

p{	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

.wrapper{
  position: relative;
}

.container{
  background:#dadada;
}

.container p{
  text-align:left;
  color: #3a3a3a;
}

#about{
	    position: relative;
	background-color: #34434c;
}

#features{    
	position: relative;
	background-color: #e5dcd2;
	padding: 100px 40px;
}

#flow{
	background-color: #ffe4be;
	background-image: url("img/flow-bg.png");
	background-repeat: no-repeat;
background-position: left bottom;
	position: relative;
	padding: 100px 40px;
	padding-bottom: 0;
}

#faq{
	position: relative;
background-color: #34434c;
	padding: 100px 40px;
}

.title-box2{
  margin: 1em 0;
  padding: 2.5em 2em 1.5em;
  position: relative;
	width: 52%;
 /* border: 1px solid #8bc34a;*/
  background-color: #fff;
}

.title-box2-title {
position: absolute;
    top: -1.5em;
    left: -27px;
    font-weight: bold;
    font-size: 1.3em;
    background-color: #34434c;
    color: #fff;
    padding: 15px 70px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.title-box2 p{
  margin: 0;
  padding: 0;line-height: 1.5em;
}

.first{
	margin-left: 50px;
}

.second{
	margin-top: 80px;
	margin-left: 200px;
}

.third{
	margin-top: 80px;
	margin-left: 350px;
}

.flavor{
	  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.flavor p{
	color: #fff;
	line-height: 2.0em;
	    padding: 0px 50px;
}


.ttl {
	position: absolute;
    right: -8%;
    top: 25%;
    font-size: 5.5em;
   transform: rotate( 90deg );
}

p.subttl{
	position: absolute;
right: 4%;
    top: 21%;
	color: #fff;
    font-size: 2em;
   transform: rotate( 90deg );
}

.horizon{
   transform: rotate( 0deg );
	right: 3%;
	top: 0%;
	color: #bfaa8e;
}

p.horizon{
   transform: rotate( 0deg );
	right: 4%;top: 12%;
	color: #bfaa8e;
}

.left{
   transform: rotate( 0deg );
	left: 5%;
	right: inherit;
	top: 0%;	
	color: #b2b5b7;
}

p.left{
   transform: rotate( 0deg );
left: 19%;
    top: 4%;
	color: #b2b5b7;
}

.tabBox .tabArea {
  width: 100%;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
    z-index: 4;
}
.tabBox .tabArea .one_tab {
  width: 32.5%;
    z-index: 4;
}
.tabBox .tabArea .one_tab a {
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  color: #fff;
    z-index: 4;
}
.tabBox .tabArea .one_tab a:hover {
  opacity: 0.7;
  text-decoration: none;
    z-index: 4;
}
.tabBox .tabArea .one_tab .tab_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  transition-duration: 0.3s;
    z-index: 4;
}
.tabBox .tabArea .one_tab:nth-child(1) .tab_inner {
  background-color: #48614b;
}
.tabBox .tabArea .one_tab:nth-child(2) .tab_inner {
  background-color: #b59147;
}
.tabBox .tabArea .one_tab:nth-child(3) .tab_inner {
  background-color: #e8a48b;
}
.tabBox .tabArea .one_tab a.select .tab_inner {
  height: 80px;
}
.contents .tab_main {
  display: none;
  padding: 50px 25px;
  /* text-align: center; */
  min-height: 280px;
  border: 2px solid #94ad73;
  transition-duration: 0.3s;
    z-index: 4;
}
.tab_main.is_show {
  display: block;
    z-index: 4;
}
.tab_main:nth-child(1).is_show {
  border: 2px solid #48614b;
    background-color: rgba(255,255,255,0.3);
}
.tab_main:nth-child(2).is_show {
  border: 2px solid #b59147;
    background-color: rgba(255,255,255,0.3);
}
.tab_main:nth-child(3).is_show {
  border: 2px solid #e8a48b;
    background-color: rgba(255,255,255,0.3);
}


.section {
  max-width: 1024px;
  margin: 80px auto;
  padding: 20px 20px 0px;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}


.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.item{
	width:1200px;
	margin: auto;
    padding: 100px 0;
  display: flex;
  justify-content: space-between;
}


.item:nth-child(even) {
  flex-direction: row-reverse;
}


.item .txt{
	text-align: left;
}

.item .txt img{
	margin-top: -20px;
	width: 80%;
}

.item .txt span{
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
margin-bottom: 20px;
  color: #153b5f;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #153b5f;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
	font-weight: 600;
  font-size:2em;
display: block;
}

.flowno{
width: 88%;    
    align-items: flex-end;
}

.flowno img {
   width: 300px;
	height: inherit;
	padding-bottom: 0;
}

.reverse{
	flex-direction: row-reverse;
}

p.quest{
	text-align: left;
	padding: 10px 30px;
	display:inline-block;
	color: #bf6956;
	background-color: #fff;
	font-weight: bold;
}

p.answer{
	color: #fff;
	padding: 20px 0 30px 0;
}


.Form {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  max-width: 980px;
	background-color: #fff;
	    border-radius: 10px;
	
}

.Form-Item {
    align-items: center;
    justify-content: space-around;
}

.pc{
    display: block;
}

.sp{
    display: none;
}


@media screen and (max-width: 1600px) {
.flavor{
	  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	width: 250px;
}

.item {
	width: 92%;}
	
	.abouttxt{
		width: 50%;
	}
	
    .flowno img {
        width: 250px;}
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
    
    .flowno img {
        width: 170px;}
    
    #formWrap {
        width: 90%;}
    
}

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

.pc{
    display: none;
}

.sp{
    display: block;
}

.flavor {
width: 100%;
}
    
.flowno img {
width: 100%;
    height: inherit;
    padding-bottom: 10px;
}
    
.item {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
    
.item .txt {
    width: 35%;
    margin-left: 10px;
}
    
.abouttxt {
    width: 57%;
}
.ttl {
    position: relative; 
    left: 0%;
right: 0%;
    top: 20%;
    font-size: 5.5em;
    transform: rotate( 0deg ); 
}
    
p.subttl {
        margin-top: -20px;
    position: relative;
    right: 0;
    top: 3%;
    transform: rotate( 
0deg
 );
}
    
p.left {
    transform: rotate( 
0deg
 );
    left: 0%;
    top: 4%;
}
    
.title-box2{
	width: 90%;
}
    
.first {
    margin-top: 60px;
    margin-left: 50px;
}
    
.second {
    margin-top: 80px;
    margin-left: 50px;
}
    
.third {
    margin-top: 80px;
    margin-left: 50px;
}

   #flow {
    padding: 50px 40px;
}
    
    #faq {
    padding: 50px 20px;
}
    
    .section {
    margin: 40px auto;
    padding: 0;
}
    
}

@media screen and (max-width: 736px) {
.box {
    width: 180px;
    height: 320px;
    margin: 0 auto;
    overflow: hidden;
}
    
    .area {
    width: 100%;
    height: 110vh!important;
}
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  display: flex;
  align-items: center;
    justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
    .box {
        width: 250px;
        height: 435px;
    }
    
    .ttl {
    font-size: 3em;
        );}
    
.flavor p {
    color: #fff;
    line-height: 2.0em;
    padding: 0px 20px;
}
    
.abouttxt {
    width: 93%;
}
    
.item .txt {
width: 70%;
    margin: 10px auto;
}
    
.area {
    height: 90vh!important;
}
    
#features {
    position: relative;
    background-color: #e5dcd2;
    padding: 20px 40px;
}
    
.title-box2 {
    width: 100%;
}
    
.first,.second,.third {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}
    
.title-box2-title {
    top: -1.5em;
    left: -0;
    font-size: 1em;
    color: #fff;
    padding: 15px 20px;
}
    
}
    
  .Form-Item-Label {
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #bf6956;
  color: #fff;
  font-size: 14px;
}

.Form-Item-Label-Normal {
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #e6a24a;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
/*  margin-left: 40px;*/
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 500px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
    margin-left: 0;
    padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 500px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
    text-align: center;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #bf6956;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}


.cnte{text-align: center!important;}