@charset 'utf-8';
/*/////////////////cssガイド/////////////////

01.すべてのサイトにおける設定(ブラウザごとの余白リセット/フォントファミリー/リストリセット/画像100%/リンクリセット/見出しリセット/レスポンシブ/フォントサイズ/コンテンツの横幅)

↓以下サイトごとにガイドをリストの通り書いていってください↓
02.ハンバーガーメニュー 
03.全ページ共通
04.TOPページ
05.page01(ファイル名)
06.page02(ファイル名)
07.問い合わせフォーム関連


10.カルーセル(スライダー)

////////////////////////////////////////////*/


/*/////////////////01.すべてのサイトにおける設定ここから/////////////////*/
* {
  margin: 0;
  padding: 0;
}
body {
/*font-family:-apple-system, BlinkMacSystemFont,'Microsoft Sans Serif', 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
	/*font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.miniTIT {
	font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ丸ゴ Pro W4", 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; */
    font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Yu Gothic UI',sans-serif;
}

li {
  list-style-type: none;
}
img {
	width:100%;
}

a {
    text-decoration: none;
    color: #5d443b;
}
a:hover {
    color: #5d443b;
}

h1,h2,h3,h5 {
 font-size:1.5vw;
 text-decoration:none;
 font-weight: normal;
}
h4 {
    font-size:2.3vw;
    text-decoration:none;
    font-weight: normal;
}
@media screen and (max-width: 767px){
h1,h2,h3,h4,h5 {
 font-size:4.5vw;
}
}

/*レスポンシブ*/
.forSp {
		display: none;
}
.forPc {
		display: block;
}
@media screen and (max-width: 767px){
.forSp {
		display: block;
}
.forPc {
		display: none;
}
}


/*フォントサイズ・カラー*/
body {
font-size:1vw;
}
.subTIT02 {
   position:relative;
   font-size:2vw;
   margin-bottom: 2vw;
}
.subTIT03 {
	font-size: 1.3vw;
    line-height: 1.9vw;
    margin-bottom: 1vw;
}
.middleTXT {
	font-size:1.3vw;
}
.miniTXT {
	font-size:1.2vw;
}
.maintTXT {
	font-size:1vw;
}
.erabareruTXT {
	font-size:1.7vw;
}
.ttl03 {
	font-size: 2.5vw;
}
.txtbold {
	font-weight:bold;
}
.midashiTXT {
	font-size:1.3vw;
}
.txtwhite {
	color:#fff;
}
.txtred {
	color:#C00;
}
.txtorange {
	color:#000;
}
.txtblue02 {
	color:#1698bf;
}
.txtselblue {
	color:#1698bf;
}
.txtborderyellow {
	position: relative;
}
.txtborderyellow:after {
	content: '';
    border-bottom: 1vw solid #fdea4c;
    width: 100%;
    position: absolute;
    bottom: -20%;
    left: 0;
}
.underLINE {
	text-decoration: underline;
}
/*アイコン*/
.progICON01 {
	width: 10%;
    background: #179dbc;
    color: #fff;
    font-size: 1vw;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5vw;
    padding: 0.5vw;
}
@media screen and (max-width: 767px){
body {
font-size:3.5vw;
}
.txtmini {
	font-size:3vw;
}
/*フォントサイズ*/
.subTIT02 {
   font-size:6vw;
   margin-bottom: 9vw;
}
.subTIT03 {
	font-size: 4.5vw;
    margin-bottom: 4vw;
	line-height: 5.9vw;
}
.miniTXT {
	font-size:3vw;
}
.maintTXT {
	font-size:3vw;
}
.ttl03 {
	font-size: 4.5vw;
}
.erabareruTXT {
	font-size:5vw;
}
.midashiTXT {
	font-size:4vw;
}
/*アイコン*/
.progICON01 {
	width: 47%;
    font-size: 4vw;
    line-height: 4.5vw;
    padding: 1.5vw;
}
}

/*コンテンツ幅*/
.wrapper {
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
@media screen and (max-width: 767px){
.wrapper {
	width:100%;
}
}

/*/////////////////01.すべてのサイトにおける設定ここまで/////////////////*/


/*/////////////////01.CVエリアここから/////////////////*/
.cvarea {
	width: 100%;
    /*display: flex;
    justify-content: flex-end;*/
}
.cvarea p a:hover {
	background:#f18988;
	transition:0.2s;
	}
.CVleftbtn {
	width: 100%;
    height: 14.5vw;
	position:relative;
    border: 0.3vw #ec8787 solid;
    line-height: 3.5vw;
    color: #ffffff;
    font-size: 1.4vw;
	font-weight: bold;
    text-align: center;
    background: #f3a7a7;
	margin-bottom: 1vw;
	border-radius: 0.7vw 0 0 0.7vw;
	writing-mode: vertical-rl;
}
.CVleftbtn a {
	color: #fff;
}
.CVleftbtn::before {
	content: "";
    display: inline-block;
    width: 50%;
    height: 50%;
    background: url(../img/icon-tel.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -2vw;
    left: 1vw;
}
.CVrightbtn {
	/*margin-left: 1vw;*/
}
.CVrightbtn::before {
	content: none;
    /*display: inline-block;
    width: 60%;
    height: 60%;
    background: url(../img/icon-pc.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 1vw;
    left: 4vw;*/
}
@media screen and (max-width: 767px){
.cvAREA {
	padding: 3vw 0 3vw 0;
}
.cvAREA p {
	line-height: 13vw;
    font-size: 3.5vw;
    width: 44%;
    position: relative;
    color: #fff;
    font-weight: 400;
    border-radius: 1.4vw;
}
.cvAREA p.CVleftbtn {
	margin-right:2vw;
	line-height: 12.5vw;
	font-size:3.5vw;
	font-weight:500;
}
.CVleftbtn::before {
	content: none;
}
.CVrightbtn::before {
	content: none;
}
.CVleftbtn {
    width: 100%;
	position: relative;
    height: 17.5vw;
	box-sizing: border-box;
    padding: 2vw;
	border-radius: 2vw 0 0 2vw;
	border: 0.8vw #ec8787 solid;
    border-right: none;
	}
.CVrightbtn {
    height: 40.5vw;
	font-size: 3.5vw;
	}
.CVrightbtn a {
	position: absolute;
	top: 3vw;
	left: 3.5vw;
}
.CVleftbtn img {
    width: 86%;
	}
}
/*/////////////////01.CVエリアここまで/////////////////*/


/*/////////////////02.カルーセル(フェード) ここから/////////////////*/
.slideBOX {
	position: relative;
    width: 93%;
    margin-left: 7%;
    z-index: -1;
}

.top-slide {
width: 100%;
position:absolute;
top:0;
height: auto;
opacity:0;
-moz-animation: imgTrans 12s infinite;
-webkit-animation: imgTrans 12s ease-in infinite;
animation: imgTrans 12s infinite;
}
.top-slide:first-child {
position:relative;
}

/*アニメーション設定*/
.topanime01 {
   -moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.topanime02 {
-moz-animation-delay: 4s;
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.topanime03 {
-moz-animation-delay: 8s;
-webkit-animation-delay: 8s;
animation-delay:8s;
}
/*.topanime04 {
-moz-animation-delay: 12s;
-webkit-animation-delay: 12s;
animation-delay: 12s;
}
.topanime05 {
-moz-animation-delay: 16s;
-webkit-animation-delay: 16s;
animation-delay:16s;
}*/
@-webkit-keyframes imgTrans {
0% { opacity:0; }
10% { opacity:1; }
30% { opacity:1; }
55% { opacity:0; }
100% { opacity:0; }
}
@-moz-keyframes imgTrans {
0% { opacity:0; }
10% { opacity:1; }
30% { opacity:1; }
55% { opacity:0; }
100% { opacity:0; }
}
@keyframes imgTrans {
0% { opacity:0; }
10% { opacity:1; }
30% { opacity:1; }
55% { opacity:0; }
100% { opacity:0; }
}

@media screen and (max-width: 767px){
.slideBOX {
	width: 90%;
    margin-left: 10%;
}
}
/*/////////////////02.カルーセル(フェード) ここまで/////////////////*/


/*/////////////////02.ハンバーガーメニューここから/////////////////*/
header {
  width: 3.5%;
    /*padding: 1.5vw;*/
    box-sizing: border-box;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: flex;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  position: fixed;
  width: 3vw;
  height: 3.5vw;
  top: 1.5vw;
  right: 2vw;
  vertical-align: middle;
  z-index: 10000;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span::before, #nav-open span::after {
  position: absolute;
  height: 0.2vw;/*線の太さ*/
  width: 3vw;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span::before {
  bottom: -1.3vw;
}
#nav-open span::after {
  bottom: -2.6vw;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 38vw;/*最大幅（調整してください）*/
  height: 100%;
  /*padding-top: 5.7vw;*/
  background: #fff;/*背景色*/
  transition: .25s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(105%);/*左に隠しておく*/
}

/*中身詳細*/
.nav-datiel {
	position: relative;
    height: auto;
    min-height: 100%;
}
.navlist li {
	border-bottom: #e2e2e2 solid 0.1vw;
    /*padding: 4vw;*/
	line-height: 5vw;
	box-sizing: border-box;
	background: #fff;
}
.navlist li a {
	display: block;
    padding-left: 1.5vw;
    box-sizing: border-box;
}
.navsns {
	margin-top: 3vw;
	display:flex;
	justify-content: center;
    margin-bottom: 3vw;
}
.navsns li {
	width:5%;
	margin-right:3vw;
}
.navsns li:last-child {
	margin-right:0vw;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
@media screen and (max-width: 767px){
header {
	width: 10.5%;
	/*height: 66vw;*/
}
/*アイコンのスペース*/
#nav-open {
  width: 8vw;
  height: 9.5vw;
}
#nav-open span, #nav-open span::before, #nav-open span::after {
  height: 0.5vw;/*線の太さ*/
  width: 8vw;/*長さ*/
}
#nav-open span::before {
  bottom: -3.3vw;
}
#nav-open span::after {
  bottom: -6.5vw;
}
/*中身*/
#nav-content {
  max-width: 80vw;/*最大幅（調整してください）*/
}

.navlist li {
	line-height: 15vw;
}
.navsns {
	margin-top: 9vw;
    margin-bottom: 10vw;
}

}

.menutit {
	padding-left: 1.5vw;
	background:#ecdfdf;
	line-height: 3vw;
	/*margin-top: 3vw;*/
}
li {
	position:relative;
}
.sankaku01 {
	position: absolute;
    top: 0vw;
    right: 1.5vw;
    z-index: 1;
}
.acoli {
	line-height: 5vw;
    border-bottom: #000 0.1vw solid;
    padding-left: 1.5vw;
}
.sankaku02 {
	display:inline-block;
	transform:rotate(90deg);
}
@media screen and (max-width: 767px){
.menutit {
	padding-left: 2.5vw;
	line-height: 9vw;
	/*margin-top: 3vw;*/
}
}
/*/////////////////02.ハンバーガーメニューここまで/////////////////*/


/*/////////////////03.全ページ共通 ここから/////////////////*/
.MAINimg {
    font-size: 0;
}

.rogo {
	width:20%;
	margin-left: 2.5%;
}

/*ファーストビュー*/
.fv {
	position:relative;
	/*margin-top:6vw;*/
}
.MAINtit {
  width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.topIMG {
	overflow: hidden;
    width: 90%;
    height: 56vw;
    margin-left: 10%;
}
.topIMG img {
	width:140%;
}
.ribon {
  width: 41%;
  position: absolute;
  left: 50vw;
  top: 56vw;
  transform: translate(-50%, -50%);
}
.catch01 {
	width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-top: 17vw;
    margin-bottom: 5vw;
}

/*ボタン*/
.cvbtn01 {
	width: 40%;
    background: #ffffff;
    /* background: linear-gradient(#ff683e, #ffac36); */
    color: #1698bf;
    line-height: 4vw;
    /* border-radius: 0.4vw; */
    border: 0.1vw solid #1698bf;
	font-size: 1vw;
}
.cvbtn01 a {
	color:#1698bf;
	display:block;
}
.cvbtn01 a:hover {
	background:#f18988;
	transition:0.2s;
	color: #fff;
	}
@media screen and (max-width: 767px){
	.rogo {
	width:45%;
	margin-left: 2.5%;
}
.fv {
}
.topIMG {
    height: 118vw;
}
.catch01 {
    width: 90%;
    margin-top: 36vw;
    margin-bottom: 10vw;
}
.catch01 .ttl01 {
    font-size: 5vw;
}
.cvbtn01 {
	font-size: 3.5vw;
	border: 0.3vw solid #1698bf;
}
}


/*/////////////////03.全ページ共通 ここまで/////////////////*/


/*/////////////////04.コンテンツ1 ここから/////////////////*/
.sec01 {
	background: #1698bf;
	padding-bottom: 8vw;
	margin-top: -1vw;
	/*margin-bottom: 16vw;*/
}
.secCON {
	width:70%;
	margin:0 auto;
    text-align: center;
	padding-top: 14vw;
}
.sec01 .secCON {
	padding-top: 8vw;
}
.tit01 {
	margin-bottom:4vw;
}
.sec01 .tit01 {
	margin-bottom:0vw;
}
.titICON {
	width:4%;
	margin:0 auto;
    margin-bottom: 1vw;
}
.engTIT {
	width:80%;
	margin:0 auto;
}
.miniTIT,.miniTIT02,.miniTIT03 {
	position:relative;
	padding-top:2vw;
	margin-bottom:2.5vw;
}
.miniTIT::before {
	content:"ー";
	position:absolute;
	top: 0vw;
    left: 49%;
}
.miniTIT02::after {
	content:" >";
	transform: rotate(90deg);
	position:absolute;
	top: 5vw;
    left: 50%;
}
.miniTIT03::after {
	content:"ー";
	position:absolute;
	top: 4vw;
    left: 49%;
}
.sec01IMGbox {
	width: 80%;
    margin: 0 auto;
}
.movTIT {
	position:absolute;
	width:40%;
	top: -3vw;
    left: -4vw;
}
.point01 {
	width:57%;
	display: flex;
    flex-wrap: wrap;
	margin:0 auto;
	justify-content: space-between;
  margin-top: 2vw;
  margin-bottom: 0vw;
}
.point01 li {
	width:33%;
  padding: 2%;
  box-sizing: border-box;
}

.ttl01 {
  font-size: 2.8vw;
    margin-bottom: 2vw;
    font-weight: bold;
}
.catch01 p {
	font-size:1.5vw;
}
.catch01 .ttl01 {
  font-size: 2.4vw;
}

.desc01 {
  line-height: 1.8;
  font-size: 1.7vw;
  margin-bottom: 3vw;
}
.desc02 {
  line-height: 2;
  font-size: 1vw;
  margin-top: 1vw;
  margin-bottom: 3vw;
}
.bana01 {
  font-size: 0;
}
@media screen and (max-width: 767px){
.sec01 {
    padding-bottom: 20vw;
}
.secCON {
	width:90%;
	padding-top: 9vw;
}
.sec01 .secCON {
	padding-top: 27vw;
}
.titICON {
	width:7%;
    margin-bottom: 4vw;
}
.movTIT {
	position:absolute;
	width: 54%;
    top: -4vw;
    left: -9vw;
}
.engTIT {
    width: 100%;
}
.miniTIT,.miniTIT02,.miniTIT03 {
	padding-top:2vw;
}
.ttl01 {
    font-size: 7vw;
    margin-bottom: 2vw;
}
.tit01 {
    font-size: 4vw;
    margin-bottom: 14vw;
	margin-top: 15vw;
}

.catch01 p {
	font-size:4vw;
}
.catch01 .ttl01 {
  font-size: 5.4vw;
}

.miniTIT::before {
    top: 7vw;
}
.miniTIT02::after {
	top: 10vw;
}
.desc01 {
  line-height: 1.8;
  font-size: 4.5vw;
  margin-bottom: 6vw;
}
.youtube {
    height: 40vw;
}
.point01 {
    width: 93%;
    margin-top: 8vw;
    margin-bottom: 7vw;
}
.desc01 {
    font-size: 4vw;
}
.desc02 {
    font-size: 3.5vw;
}
}
/*/////////////////04.コンテンツ1 ここまで/////////////////*/


/*/////////////////05.コンテンツ2 ここから/////////////////*/
.sec02 {
	/*margin-top: 19vw;*/
}
.sec02 .titICON {
    width: 6%;
    margin: 0 auto;
    margin-bottom: 2vw;
}

.sec02 .engTIT {
    width: 70%;
    margin: 0 auto;
    margin-left: 22%;
}
.sec02 .miniTIT {
	text-align: left;
	padding-top: 0vw;
	text-align: center;
}
.sec02 .miniTIT::before {
    content: " ";
}
.sec02 .secCON {
	width: 100%;
	background:#e5f7fb;
	margin-left: 0;
	padding-bottom: 10vw;
}
.osusumePOINT {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}
.osusumePOINT li {
	width: 31.5%;
	background:#fff;
	margin-bottom: 2vw;
	box-sizing: border-box;
}
.osusumePOINT li:nth-child(1n) {
	margin-right:1vw;
}
.osusumePOINT li:nth-child(4) {
	width:48.5%;
}
.osusumePOINT li:nth-child(5) {
	width:48.5%;
}
.osusumeIMG {
	overflow:hidden;
	height: 13vw;
}
.osusumeIMG img {
	margin-top: -2.3vw;
}
.txtBOX01 {
	width: 100%;
    margin: 0 auto;
    padding: 1.3vw;
    text-align: left;
    box-sizing: border-box;
}
.osusumePOINT .txtBOX01{
  line-height: 1.8;
}
.osusumePOINT .subTIT03{
	margin-bottom: 1vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 767px){
.sec02 {
}

.sec02 .secCON {
	width:100%;
}
.sec02 .titICON {
    width: 17%;
    margin-bottom: 2vw;
}
.sec02 .tit01 {
    margin-bottom: 13vw;
}
.sec02 .engTIT {
    width: 103%;
    margin-left: 9%;
}
.sec02 .miniTIT {
}
.osusumePOINT {
    width: 90%;
}
.osusumePOINT li {
	width:100%;
	background:#fff;
	margin-bottom: 7vw;
	/*display: flex;
    flex-wrap: wrap;
	flex-flow: row-reverse;*/
}
.osusumePOINT li:nth-child(4) {
    width: 100%;
}
.osusumePOINT li:nth-child(5) {
    width: 100%;
}
	.osusumePOINT .subTIT03{
	line-height: 6vw;
	margin-bottom: 4vw;
}
.osusumeIMG {
	width:100%;
	height: 31vw;
}
.osusumeIMG img {
	width: 120%;
    margin-left: -3vw;
    margin-top: -18vw;
}

.txtBOX01 {
	width: 100%;
    padding: 3.5vw;
    text-align: left;
}
}
/*/////////////////05.コンテンツ2 ここまで/////////////////*/


/*/////////////////06.コンテンツ3 ここから/////////////////*/
.sec03 {
	/*margin-top: 19vw;*/
	margin-bottom:14vw;
}
.picktit {
	text-align: center;
    font-size: 2.8vw;
    margin-bottom: 4vw;
}
.sec03  .tit01 {
	text-align:center;
	margin-top: 9vw;
}
.sec03 .tit02 {
}
.sec03 .engTIT {
    width: 18%;
    margin: 0 auto;
}
.sec03 .secCON {
	position:relative;
	width: 100%;
	/*background:#e4d5c6;*/
	/*background: linear-gradient(0deg,#fff 0%,#fff 40%,#f6d70b 40%,#f6d70b 100%);*/
	background: #f6d809;
    margin: 0 auto;
    text-align: left;
    padding-top: 13vw;
	/*padding-bottom: 10vw;*/
	/*margin-bottom:15vw;*/
}

.pickimg {
	width: 7%;
    position: absolute;
    top: -4px;
    left: 46.5%;
}
.sec03 .secCON .secInner02 {
	width: 70%;
    margin: 0 auto;
	margin-top: 1vw;
}
.sec03 .secCON .secInner02 h4 {
	text-align: center;
}
.secDTL01 .miniTIT {
	text-align: center;
	font-size: 1.5vw;
}
.budytxt01 {
	box-sizing: border-box;
    width: 100%;
    padding-left: 25%;
    position: relative;
}
.budyBottom {
    margin-bottom: 1vw;
}

.budylist {
	background: #fff;
	padding-bottom: 4vw;
}

.tokusyuli {
	/*border: 0.1vw solid #000;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 4vw;
	/*background: #e5f7fb;*/
	color: #179dbc;
    font-weight: bold;
	font-size: 1.3vw !important;
	margin-bottom: 2vw !important;
}
.marucontent {
	width: 11vw;
    height: 11vw;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    background: #179dbc;
	position: relative;
}
.bdyIMGbox {
	width: 90%;
    margin: 0 auto;
    display: flex;
	justify-content: space-between;
}
.bdyIMGbox p{
	width: 24%;
}
.vaMDL {
	width: 100%;
    position: absolute;
    top: 2.4vw;
    left: 0;
	padding: 1vw;
    box-sizing: border-box;
}
.tokusyuli p:first-child {
	/*border-right: 0.3vw solid #000;*/
    margin-right: 0.5vw;
}
.yellowbgimg {
	margin-top: -28vw;
}
.secDTL01 ul {
	position: relative;
    border-radius: 0.5vw;
    box-sizing: border-box;
    padding: 3vw;
	margin-bottom: 0vw;
    margin-top: 2vw;
	/*padding-left: 8vw;*/
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.secDTL01 ul li {
	width: 100%;
    margin-bottom: 2vw;
    font-size: 1.1vw;
    position: relative;
    /* border: 0.1vw solid #ccc; */
    filter: drop-shadow(2px 2px 2px #ccc);
    background: #e4f7fb;
    border-radius: 0.5vw;
    padding: 2vw;
    box-sizing: border-box;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding-left: 11vw;
}
.secDTL01 ul li:last-child {
	margin-bottom:0vw;
}
.budyinnerTXT {
	 width: 65%;
}
.budyinnerIMG {
	width: 30%;
    /* height: 9vw; */
    margin: 0 auto;
    /* overflow: hidden; */
    /* margin-bottom: 2vw;*/
}
.secDTL01 ul li .marucontent{
	position: absolute;
    left: -2vw;
    top: 2vw;
    color: #fff;
    font-weight: bold;
	transform: rotate(-20deg);
}
.budyTXTcon {
	position: relative;
}
.budyimg01 {
	position: absolute;
    width: 22%;
    bottom: 0;
    left: 0;
}
/*.sec03 .secCON .secInner {
	position: relative;
    width: 90%;
    margin: 0 auto;
    border-radius: 1vw;
    background: #fff;
    padding: 1vw;
    box-sizing: border-box;
}*/
.sec03 .secCON .secInner {
	position: relative;
    width: 70%;
    margin: 0 auto;
    box-sizing: border-box;
    border-top: 6.6vw solid #fff;
    padding: 3vw;
    background: #fff;
    /* padding-left: 15%; */
    /* padding-top: 3vw; */
    margin-top: -3vw;

}
.budyproTIT {
	position: absolute;
    top: -3vw;
    left: 29%;
}
.budyminiTIT {
	position: relative;
    text-align: center;
    font-size: 1.6vw;
    font-weight: bold;
    color: #179dbc;
}
.miniTIT03:before {
	content: "ー";
    position: absolute;
    font-size: 2vw;
    top: 1.5vw;
    left: -2.5vw;
    transform: rotate(46deg);
}
.miniTIT03:after {
	content: "ー";
    position: absolute;
    font-size: 2vw;
    top: 1.7vw;
    right: -17vw;
    transform: rotate(-51deg);
}
.budyCON{
	background: #fff;
    filter: drop-shadow(2px 2px 4px #ccc);
	padding: 3vw;
}
.insotuICON {
	width: 17%;
    position: absolute;
    right: 12vw;
    top: 18vw;
}
.code {
	width: 35%;
    display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.code .titICON {
	width:15%;
	margin:0 auto;
    margin-bottom: 2vw;
}
.sec03 .secCON .titICON {
	margin-left: 0;
	margin: 0 auto;
}
.sec03 .secCON .titICON02 {
	width:25%;
}
.codeTXT {
	width: 80%;
}

.budyproBOX {
	display: flex;
	align-items: flex-end;
}
.proIMGbox {
	width: 40%;
    display: flex;
    flex-wrap: wrap;
	margin-right: 2vw;
}
.proIMGbox p {
	width:50%;
  padding: 1%;
  font-size: 0;
  box-sizing: border-box;
}
.proIMGbox p:first-child {
	width:100%;
}
.proIMGbox p:nth-child(2) {
  /*margin-left: 18%;*/
}

.proTXTbox {
	width: 57%;
}
.budyCON .cvbtn01 {
    margin-left: 30%;
    margin-top: 3vw;
}
.sec03 .subTIT02 {
  font-size: 1.5vw;
  margin-bottom: -0.5vw;
}
.sec03 .ttl02{
	font-size: 2.5vw;
}
.sec03 .desc03{
  font-size: 1.1vw;
    line-height: 1.3;
    margin-bottom: 1vw;
}
.iconbox {
	margin-bottom: 3vw;
}
.commentArea {
   font-size: 1.1vw;
    /* margin-top: 1vw; */
    line-height: 1.5;
    /* padding-left: 2.5vw;*/
}
.commentArea02 {
	width: 80%;
}
.commentArea li {
	line-height:2vw;
	/*margin-bottom: 1.5vw;*/
}
.proditial {
    border: 1px solid #1a1a1a;
    box-sizing: border-box;
    padding: 2vw;
    margin-top: 2vw;
    /* margin-left: 3vw; */
    width: 100%;
}
.bgblk {
  width: 40%;
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    font-size: 1vw;
    margin-right: 1vw;
}
.bgblk02 {
	line-height:6vw;
}
.proLEFT li:last-child {
	/*padding-top: 1vw;*/
    margin-bottom: 0vw;
	font-size: 1vw;
}
.proLEFT li.btmli {
	margin-bottom:0vw;
}
.proCVarea {
	width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 4vw;
}
.proCVarea p {
	margin-bottom: 2vw;
}

@media screen and (max-width: 767px){
.sec03 {
	margin-bottom: 22vw;
}
.pickimg {
	width: 20%;
    top: -4px;
    left: 40%;
}
.picktit {
	text-align: center;
    font-size: 6.8vw;
    margin-bottom: 12vw;
}
.sec03 .secCON {
	width: 100%;
	padding-top: 24vw;
	padding-bottom: 0vw;
	/*background:#e4d5c6;*/
}
.sec03 .tit01 {
    text-align: center;
    margin-top: 34vw;
}	
.budytxt01 {
    width: 100%;
	padding-left: 0vw;
	line-height: 7vw;
}	
.secDTL01 ul {
	padding: 6vw;	
}	
.secDTL01 ul li {
	flex-direction: column-reverse;
	padding-left: 0vw;
	padding: 5vw;
	margin-bottom: 7vw;
}
.secDTL01 ul li .marucontent {
	width: 30vw;
    height: 30vw;
    left: -5vw;
    top: -5vw;
}
.vaMDL {
	font-size: 4vw;
    line-height: 5vw;
	top: 8.4vw;		
}
.budyinnerIMG {
    width: 100%;
}
.budyinnerTXT {
    width: 100%;
	font-size: 3.5vw;
    margin-top: 2vw;
}
.secDTL01 .miniTIT {
    font-size: 4vw;
	padding-top: 9vw;
	margin-bottom: 14.5vw;
}	
.secDTL01 .miniTIT::before {
    top: 2vw;
}
	
.budyTXTcon {
    margin-bottom: 13vw;
}	
.sec03 .secCON .secInner {
	width: 90%;
	padding: 7vw;
	padding-top: 33vw;
}	
	
.budyminiTIT {
    font-size: 5.6vw;
	margin-left: -10vw;
	padding-top: 13vw;
}
.miniTIT03:before {
	content: "ー";
    position: absolute;
    font-size: 6vw;
    top: 12.5vw;
    left: 1.5vw;
    transform: rotate(46deg);
}
.miniTIT03:after {
	content: "ー";
    position: absolute;
    font-size: 6vw;
    top: 12.7vw;
    right: -17vw;
    transform: rotate(-51deg);
}

.budyCON{
	padding: 4vw;
}
.budyCON .cvbtn01 {
	width: 100%;
    margin-left: 0%;
    margin-top: 22vw;
}
	
.budyCON .proIMGbox {
    width: 100%;
    margin-left: 0vw;
}
.budyproBOX {
    display: block;
    align-items: flex-end;
}
	
	
.sec03 .secCON .secInner02 {
    width: 90%;
    margin: 0 auto;
	margin-top: 9vw;
}
.sec03 .secCON .secInner02 .ttl02 {
	font-size: 6vw;
}
	.sec03 .secCON .titICON02 {
	width:18%;
}
.sec03 .engTIT {
    width: 63%;
}
.code {
    width: 60%;
	margin-bottom: 5vw;
}
.codeTXT {
	width: 100%;
}
.sec03 .tit02 {
    /*margin-left: 6vw;*/
}
.sec03 .desc03 {
    font-size: 3.5vw;
    line-height: 1.8;
    margin-bottom: 7vw;
}
.insotuICON {
    width: 26%;
    right: 6vw;
    top: 62vw;
}
.proIMGbox {
    width: 101%;
    margin-left: -11vw;
}
.proIMGbox p {
    width: 50%;
}
.proIMGbox p:nth-child(2) {
	margin-left: 0%;
}
.proTXTbox {
	width: 100%;
	margin-left: 0vw;
}
.yellowbgimg {
	margin-top: 0vw;
}
.commentArea {
	width:94%;
    font-size: 3.5vw;
    margin-top: 4vw;
    line-height: 5.5vw;
    /* padding-left: 2.5vw; */
}
.commentArea li {
    margin-bottom: 3vw;
	line-height: 5vw;
}
.commentArea02 {
	width:92%;
}
.sec03 .subTIT02 {
  font-size: 6.5vw;
  margin-bottom: 2.5vw;
}
.sec03 .budyCON .subTIT02 {
    font-size: 4vw;
    margin-bottom: 2.5vw;
}
.sec03 .budyCON .ttl03 {
    font-size: 5vw;
    line-height: 7vw;
    margin-bottom: 3vw;
}	
	
.sec03 .ttl02{
	font-size: 4.5vw;
	margin-bottom: 2vw;
}
.proditial {
    border: 0.3vw solid #1a1a1a;
    box-sizing: border-box;
    padding: 3vw;
    margin: 0vw;
    margin-top: 4vw;
    width: 88%;
}
.proditial {
    width: 100%;
}
.bgblk {
  width: 100%;
  font-size:3vw;
    text-align: center;
    margin-bottom: 1vw;
    margin-right: 1vw;
	line-height: 5vw;
}
.proLEFT li:last-child {
    width: 100%;
    text-align: center;
    padding-top: 1vw;
    margin-bottom: 3vw;
	font-size: 4vw;
}
.proLEFT li.btmli {
	margin-bottom:0vw;
}
.proCVarea {
margin-top: 12vw;
}
.proCVarea .cvbtn01 {
	margin-top: 2vw;	
}
}

/*おすすめ2*/
.sec03 .secCON02 {
	/*background:#aaccba;*/
	background: linear-gradient(0deg,#fff 0%,#fff 40%,#aaccba 40%,#aaccba 100%);
	margin-left:0;
}
.secCON02 .proIMGbox p:nth-child(2) {
  margin-left: 0;
}
.secCON02 .tit02 {
	margin-left: 18vw;
}
.secCON02 .proIMGbox {
  margin-left: 25%;
}
.secCON02 .proTXTbox {
  margin-left: 25%;
}
.secCON02 .proditial {
	width:90%;
}

.secCON02 .insotuICON {
    left: 11vw;
    top: 25vw;
}
@media screen and (max-width: 767px){
.sec03 .secCON02 {
	/*background:#aaccba;*/
	background: linear-gradient(0deg,#fff 0%,#fff 70%,#aaccba 70%,#aaccba 100%);
}
.secCON02 .proIMGbox {
    margin-left: 11%;
}

.sec03 .tit02 {
	/*margin-left: 10vw;
	padding-right: 5vw;*/
}
.secCON02 .proTXTbox {
    margin-left: 12%;
}
.secCON02 .proditial {
    width: 100%;
}
.secCON02 .insotuICON {
	left:71vw;
	/*right:-1vw;*/
	top:59vw;	
}
}

/*すべてのプログラム*/
.sec03 .ttl01 {
    font-size: 2.3vw;
    margin-bottom: 0vw;
    color: #179dbc;
    font-weight: bold;
}
/*国名*/
.proarea {
	font-size: 1.5vw;
    width: 70%;
    margin: 0 auto;
	line-height: 3vw;
    text-align: center;
}
.victoria{
	color: #fff;
    background: #cc2121;
}
.vancouver{
	color: #fff;
    background: #2b3777;
}
.Whistler{
    color: #000;
    background: #f7dc05;
}
.proarea02 {
	width: 100%;
    margin-left: 0vw;
}
.calgary{
	color: #fff;
    background: #0c4c12;
}
.strathmore{
	color: #fff;
    background: #7b1c77;
}


.proCON {
	width:70%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.proCON .proInner {
	position: relative;
    width: 32.5%;
    margin-bottom: 4vw;
    /* border: 0.1vw solid #1a1a1a; */
    box-sizing: border-box;
    background: #fff;
    filter: drop-shadow(2px 2px 2px #ccc);
	padding-bottom: 2vw;
}
.proInner02 {
	width: 32.5%;
}
.proInner02 .proInner{
	width: 100%;
}
.proNo {
	position: absolute;
    font-size: 4vw;
    top: 0.5vw;
    left: 1vw;
}

.proCON .proInner a {
	color:#000;
}
.proCON img:hover {
	width:120%;
	margin-top:-10%;
	margin-left: -5%;
	transition:0.3s;
}
.proCON .proIMG02 img:hover {
	width:176%;
	margin-top:-10%;
	margin-left: -5%;
	transition:0.3s;
}
.proCON .proIMG03 img:hover {
	width: 163%;
    margin-left: -30%;
    transition: 0.3s;
}



.sec03-2 .proTXTbox {
	margin-left: 0vw;
}
.sec03-2 .proditial {
    margin-top: 1vw;
}
.sec03-2  .proditial ul {
}
.sec03-2 .bgblk {
    width: 40%;
    display: block;
	margin-right:0vw;
}
.sec03-2 .proLEFT li:last-child {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    background: #eaeaea;
}
.proCON .proIMG {
	overflow: hidden;
    height: 11vw;
	  font-size: 0;

}
/*写真位置*/
.proCON .proIMG img {
	margin-top: -2vw;
}
.proCON .proIMG02 img {
	margin-top: -4vw;
}



.proiconflex {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.proiconflex .progICON01 {
    width: 30%;
}
.proCON .proditial {
  border: none;
  padding: 0;
  width: 100%;
}
.proditial ul {
	width:100%;
  display: flex;
    flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.5vw;
	line-height: 1.7vw;
}
/*.proditial .proLEFT {
	width: 28%;
    padding: 0.5vw;
}

.proditial .proRIGHT {
	width:63%;
}*/
.proCON .proTXTbox {
	width: 90%;
    margin: 0 auto;
	margin-bottom: 1vw;
    margin-top: 1vw;
}
.proCON .proTXTbox03 {
	padding-bottom: 1.5vw;
}
.proTXTinner {
    height: 10vw;
}
/*.proCON .proTXTbox02{
	height:37vw;
}*/
.proCON .proTXTbox .codeTXT{
    margin-left: 0;
    line-height: 1.5;
}
.proCON .proTXTbox .tit02{
    font-size: 1.3vw;
    margin-left: 0;
    margin-top: 1vw;
    line-height: 1.4vw;
}
.proCON .proIMG02 img {
   width: 156%;
    margin-top: -3vw;
}
.proCON .proIMG03 img {
   width: 145%;
    margin-top: -10vw;
    margin-left: -4vw;
}

.desc04 {
  font-size: 1.2vw;
  margin-top: 1vw;
    line-height: 1.5;
}
.proPbtn {
	width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3vw;
}
.proPbtn p {
	width: 19%;
    line-height: 3vw;
    border-radius: 1vw;
}
.proPbtn p a {
    color: #FFF;
    font-weight: bold;
}

@media screen and (max-width: 767px){
.sec03-2 .ttl01 {
    font-size: 5vw;
    margin-bottom: 4vw;
}
.sec03-2 .tit02 {
	font-weight:bold;
}
.sec03-2 .proCON {
    width: 90%;
	margin:0 auto;
}
.proNo {
    font-size: 6vw;
}
.proCON .proInner {
    width: 48.5%;
	margin-bottom: 7vw;
}
.proCON .proIMG {
    height: 27vw;
}
.proCON .proTXTbox {
    padding-top: 4vw;
    height: 92vw;
}
.proPbtn {
	width: 90%;
	margin-top: 3vw;
}
.proPbtn p {
	width: 49%;
    line-height: 9vw;
    border-radius: 1vw;
    margin-bottom: 3vw;
}
.proarea {
    font-size: 4.5vw;
    width: 90%;
    line-height: 13vw;
}	
.proInner02 {
    width: 49%;
}	
.proCON .proInner02 .proInner {
    width: 100%;
    margin-bottom: 7vw;
}	
.proCON .proInner02 .proarea{
    width: 100%;
}
	
	
.middleTXT {
    font-size: 3.6vw;
}
.sec03-2 .proCON .proTXTbox .tit02 {
    font-size: 3.5vw;
    width: 100%;
    margin: 0 auto;
    padding-right: 0vw;
    margin-top: 2vw;
	line-height: 4vw;
}
.sec03-2 .proCON .proIMG img {
	width:120%;
	margin-left: -3vw;
}
.proCON img:hover {
	width:140%;
}

	.proiconflex .progICON01 {
    width: 50%;
}	
	
.sec03-2 .desc04 {
	height: 17vw;
    font-size: 3vw;
    line-height: 4vw;
}
.sec03-2 .proditial {
    margin-top: 29vw;
}
.proditial ul {
	line-height: 5.7vw;
	display: block;
}
.sec03-2 .bgblk {
    width: 100%;
    display: block;
    margin-right: 0vw;
}
.sec03-2 .proLEFT li:last-child {
	width: 100%;
	font-size:4vw;
	background: #fff;
	line-height: 6vw;
	margin-bottom: 0.5vw;
}
.proTXTinner {
    height: 20vw;
}
	
	
.txtHIGHT02 {
	line-height:4vw;
}
}
/*/////////////////06.コンテンツ3 ここまで/////////////////*/


/*/////////////////07.コンテンツ4 ここから/////////////////*/
.sec04 {
	background:#179dbc;
	padding-bottom: 10vw;
}
.sec04 .point01 {
	width:31%;
	margin-bottom: 2vw;
}
.sec04 .engTIT {
    width: 58%;
}
.sec04 .miniTIT03 {
	padding-top: 4vw;
}
.sec04 .miniTIT03::after {
    top: 3.5vw;
	right: 13vw;
}
.sec04 .miniTIT03:before {
    top: 3.7vw;
    left: 24.5vw;
}
.sec04 .point01 li {
	width:43%;
}
.sec04 .txtBOX p {
	font-size:1vw;
}
.sec04BOX {
	width:100%;
	margin:0 auto;
	background:#fff;
	margin-top: 5vw;
	padding-bottom: 9vw;
}
.sec04BOXcon {
	margin-bottom:4vw;
}
.googlemap {
	width:80%;
	height:30vw;
	margin:0 auto;
    margin-top: 2vw;
}

.schedule02 {
	width: 80%;
    margin: 0 auto;
    border: #000 solid 0.1vw;
    line-height: 4vw;
	box-sizing:border-box;
	margin-top:3vw;
	margin-bottom:3vw;
}
.schedule02 li {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	border-bottom: #000 solid 0.1vw;
}
.schedule02 li:last-child {
	border-bottom: none;
}
.schedate p {
	width:60%;
}
.schedate .check {
	width:13%;
}
.scheTIT03 {
	background: #e4d5c6;
}
@media screen and (max-width: 767px){
.sec04 .point01 {
    width: 72%;
}
.sec04BOX {
	padding-bottom:14vw;
	margin-top: 5vw;
}
.sec04 .txtBOX p {
    font-size: 3.5vw;
}
.sec04 .miniTIT03 {
	padding-top:12vw;
	margin-bottom: 9.5vw;
}
.sec04 .miniTIT03:before {
    top: 10.7vw;
    left: 18.5vw;
}
	.sec04 .miniTIT03::after {
    top: 10.5vw;
	left: 66%;
}
.googlemap {
	width:85%;
    height: 80vw;
}
.schedule02 {
	width:85%;
	margin-top: 6vw;
    margin-bottom: 3vw;
}
.schedule02 li {
	display:block;
}
.schedule02 .scheTIT03 {
	line-height:10vw;
}
.schedate p {
	width:80%;
	margin:0 auto;
}
.schedate p {
	padding-top: 4vw;
   padding-bottom: 4vw;
	line-height:4vw;
}
.schedate .check {
	width:80%;
	padding-top: 4vw;
   padding-bottom: 4vw;
}
.cvbtn01 {
    width: 80%;
    line-height: 13vw;
    border-radius: 1.4vw;
    margin-top: 7vw;
}
}
/*/////////////////07.コンテンツ4 ここまで/////////////////*/


/*/////////////////08.コンテンツ5 ここから/////////////////*/
.sec05 {
	margin-top: 19vw;
    margin-bottom: 15vw;
}
.sec05 .txtBOX01 {
    border: 0.1vw solid #000;
    border-top: none;
}
.sec05 .tit01 {
	text-align:center;
	margin-top: 10vw;
}
.sec05 .engTIT {
	width: 22%;
    margin: 0 auto;
}
.sec05CON {
	width:80%;
	margin:0 auto;
}
sec05CONin {
	width:70%;
	position:relative;
}
.taikenNo {
	position:absolute;
	top:1vw;
	left:1vw;
	color:#fff;
	font-size:5vw;
}
.sec05 .osusumeIMG {
    height: 19vw;
}
@media screen and (max-width: 767px){
.sec05 .tit01 {
	margin-bottom:16vw;
	margin-top: 27vw;
}
.sec05 .engTIT {
    width: 40%;
}
.sec05 .txtBOX01 {
	width:80%;
	padding:5vw;
}
.sec05 .osusumeIMG {
	width:80%;
	height:35%;
	margin:0 auto;
}
}
/*/////////////////08.コンテンツ5 ここまで/////////////////*/

/*/////////////////09.コンテンツ6 ここから/////////////////*/
.qa .engTIT {
    width: 10%;
	margin-left: 15%;
}
.qa .miniTIT {
	text-align: left;
    margin-left: 15.5vw;
	padding-top: 0vw;
}
.qa .miniTIT::before {
    content: " ";
}
.qa .subTIT03 {
	margin-bottom:1.5vw;
}
.qa .subTIT03::before {
	content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/q.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.qaTXT::before {
	content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/a.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
@media screen and (max-width:767px) {
.qa .engTIT {
	width:22%;
	margin-left: 8%;
}
.qa .titICON {
	width:17%;
}
.qa .miniTIT {
	margin-left:7.5vw;
}
.qa .subTIT03 {
	margin-bottom:5.5vw;
}

.qa .txtBOX01 {
	width:100%;
	padding:6vw;
	padding-right:0vw;
}
}
/*/////////////////09.コンテンツ6 ここまで/////////////////*/





/*/////////////////02.カルーセル(スライダー) ここから/////////////////*/
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .mypattern{
    width: 100%;
  }
  .mypattern .slick-slide{
    margin: 0vw;
  }
  /*カルーセル下のドット*/
.slick-dots li button:before {
	font-size:5vw;
}
/*やじるし*/
.slider {
	position:relative;
}
/*左*/
.prev {
	width: 10%;
	position: absolute;
    top: -30%;
    left: 0vw;
    font-size: 5vw;
    z-index: 2;
    display: block;
}
/*右*/
.next {
	width: 10%;
    position: absolute;
    top: -30%;
    right: 0vw;
    font-size: 5vw;
    z-index: 2;
}

/*表示オプション*/
/*左右の画像を白黒*/
/*.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s linear;
}*/

/*左右の画像を透過*/
/*.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(70%);
  -moz-filter: opacity(70%);
  -o-filter: opacity(70%);
  -ms-filter: opacity(70%);
  filter: opacity(70%);
  transition: 0.2s linear;
}*/

/*左右の画像を縮小*/
.mypattern .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
@media screen and (max-width:767px) {
.sec05 .osusumeIMG img {
	margin-top:0;
	margin-left:0;
}
/*カルーセル下のドット*/
.slick-dots li button:before {
	font-size:13vw;
}
/*やじるし左右*/
.prev,.next {
	font-size:10vw;
}
/*左*/
.prev {
	width: 19%;
    top: -12%;
}
/*右*/
.next {
	width: 19%;
    top: -12%;
}
}
/*/////////////////02.カルーセル(スライダー) ここまで/////////////////*/



/*/////////////////10.ページ内リンク調整 ここから/////////////////*/
/*#toku,#reason,#osusume,#allpro,#info,#message,#QA,#contact {
	margin-top: -7vw;
    padding-top: 7vw;
}
@media screen and (max-width:767px) {
#toku,#reason,#osusume,#allpro,#info,#message,#QA,#contact {
	margin-top:-11vw;
	padding-top:11vw;
}
}*/
/*/////////////////10.ページ内リンク調整 ここまで/////////////////*/





/*/////////////////11.フォーム(ファイル名) ここから/////////////////*/
/* Form */
.Form { width: 70%; margin: 0 auto; padding:0rem 0 9rem; }
.FormInner { /*width:860px;*/ margin:0 auto; }
.formtit {text-align:center; margin-bottom: 4vw; margin-top: 18vw; }
.formtit p {
	background: #eaeaea;
    border-radius: 1vw;
    padding: 3vw;
    line-height: 2vw;
}
.formtit h5 { font-size: 2vw;
    margin-bottom: 2vw;
	}
.Form dl { margin-bottom:10px; }
.Form dl { margin-bottom:10px; }
/*.Form dl.onof {
	display:none;
}*/
/*.Form .onof dd input {
	margin-bottom:2vw;
}*/
.Form dl.onof2 {
	display:none;
}
.Form dl::after { content:''; display:table; clear:both; height:0; }
.Form dt { float:left; width:30%; padding-top:1.1rem; font-size:1.3vw; font-weight:400; text-align:left; }
.Form dt small { font-size:0.7em; }
.Form dt .must { display:block; position:relative; top:-0.1em; float:right; margin:0 1.0em 0 1.0em; padding:0.25em; border-radius:2px; color:#fff; line-height:1.0; font-size:0.8em; background:#f12800; }
.Form dt .nini { display:block; position:relative; top:-0.1em; float:right; margin:0 1.0em 0 1.0em; padding:0.25em; border-radius:2px; color:#fff; line-height:1.0; font-size:0.8em; background:#4456b1; }
.Form dd { float:left; width:70%; }
.Form dd span { display: block; margin: -1.0em 0 0; }
.Form dd input[type='text'],
.Form dd textarea { display:block; width:92%; padding:0.4em 1.0em; border:#dadada 1px solid; border-radius:3px; line-height:1.4em; font-size:16px; background:#f8f8f8; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.Form dd textarea { min-height:5em; }
.Form dd select { display:inline-block; min-width:32%; padding:0.4em 1.0em; border:#dadada 1px solid; border-radius:3px; line-height:1.4em; font-size:16px; background:#f8f8f8; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.Form dd .select { display:inline-block; position:relative; }
.Form dd .select::before { content:'▼'; position:absolute; top:50%; right:1.5em; margin-top:-0.5em; font-size:0.5em; }
.Form dd label { display:inline-block; clear:both; margin-top:0.25em; margin-right:0.6em; margin-bottom:0.5em; }
.Form dd label input[type='radio'] { position:relative; top:0.4em; float:; width:1.4em; height:1.4em; margin-right:0.25em; border:#dadada 1px solid; border-radius:1.4em; background:#fff; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.Form dd label input[type='radio']:checked { border:#666 6px solid; }
.Form form p { margin-top:2.0rem; text-align:center; }
.Form form p input[type='submit'] { display:inline-block; position:relative; min-width:40%; width:40%; margin:0; padding:0; border-radius:5px; color:#fff; line-height:5vw; font-size:1.5vw; font-weight:600; text-align:center; outline:0; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.Form form p input[type='submit'] { transition:0.4s;
    background:#ffcb00;
    
}
.Form form p input[type='submit']:hover { top:3px; box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.35), 0 2px 0 0 rgba(0,0,0,0.1); transition:0.4s; cursor:pointer;
    background:#ff3813;
    background:-moz-linear-gradient(top, #ff3813 0%, #ff6c3a 100%);
    background:-webkit-linear-gradient(top, #ff3813 0%,#ff6c3a 100%);
    background:linear-gradient(to bottom, #ff3813 0%,#ff6c3a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3813', endColorstr='#ff6c3a',GradientType=1 );
}
.btn_back { display:inline-block; min-width:36%; width:36%; margin:0 4% 0 0; padding:0; border:0; border-top:#eee 1px solid; border-radius:5px; color:#404040; line-height:60px; font-size:24px; font-weight:600; text-align:center; background:#ddd; outline:0; box-shadow:0 0 0 1px #ccc; transition:0.4s; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.btn_back:hover { background:#aaa; }

.formTable{ width: 100%; }
.formTable th{ width: 25%; }
.formTable th, .formTable td { padding: 1.0em; border-bottom: 1px solid #dedede; text-align:left; }

@media screen and (max-width:767px) {
/* Form */
.Form { width:80%; margin-bottom:30px; }
.FormInner { width:100%; margin:0 auto; }
.formtit {margin-bottom: 13vw; }
.formtit p {
	background: #e8e1da;
    border-radius: 2vw;
    padding: 3vw;
    line-height: 6vw;
}
.formtit h5 { 
	font-size: 6vw;
	line-height:7vw;
    margin-bottom: 4vw;
	}
.Form header { width:90%; margin:0 auto 15px; padding:30px 0 0; color:#7b7b7b; font-weight:600; text-align:center; }
.Form header h3 { margin-bottom:1.0rem; line-height:1.0; font-size:1.2em; }
.Form header h3 i { position:relative; top:-0.01em; margin-right:0.3em; font-size:1.1em; }
.Form header p { color:#202020; font-size:1.3rem; }
.Form header p b {  color:#ff3636; }

.Form dl { margin-bottom:9vw; }
.Form .dlMGN {
	margin-bottom:1vw;
}
.Form dl::after { content:''; display:table; clear:both; height:0; }
.Form dt { float:none; width:100%; padding-top:0; font-size:4.5vw; font-weight:bold; text-align:left; }
.Form dt small { font-size:0.7em; }
.Form dt .must { display:inline-block; position:relative; top:-0.1em; float:none; margin:0 1.0em 0 0.5em; padding:0.25em; border-radius:2px; color:#fff; line-height:1.0; font-size:3.5vw; background:#f12800; }
.Form dt .nini { display:inline-block; position:relative; top:-0.1em; float:none; margin:0 1.0em 0 0.5em; padding:0.25em; border-radius:2px; color:#fff; line-height:1.0; font-size:1.1rem; background:#4456b1; }
.Form dd { float:none; width:100%; margin-bottom:5px; }
.Form dd span { display: block; margin: -1.0em 0 0; }
.Form dd input[type='text'],
.Form dd textarea { display:block; width:89%; padding:0.4em 1.0em; border:#dadada 1px solid; border-radius:3px; line-height:1.4em; font-size:16px; background:#f8f8f8; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.Form dd textarea { min-height:7em; }
.Form dd textarea + .note { margin-top:0.5em; font-size:0.8em; text-align:left; }
.Form dd select { display:inline-block; min-width:32%; padding:0.4em 1.0em; border:#dadada 1px solid; border-radius:3px; line-height:1.4em; font-size:16px; background:#f8f8f8; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.Form dd .select { display:inline-block; position:relative; }
.Form dd .select::before { content:'▼'; position:absolute; top:50%; right:1.5em; margin-top:-0.5em; font-size:0.5em; }
.Form dd label { display:block; margin:0 0 0.25rem 0; }
.Form dd label input[type='radio'] { position:relative; top:0.4em; float:; width:1.4em; height:1.4em; margin-right:0.25em; border:#dadada 1px solid; border-radius:1.4em; background:#fff; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.Form dd label input[type='radio']:checked { border:#666 6px solid; }
.Form form p { margin-top:11vw; text-align:center; }
.Form form p input[type='submit'] { display:block; position:relative; min-width:40%; width:100%; margin:0; padding:0; border-radius:5px; border:#ff3813 1px solid; color:#fff; line-height:60px; font-size:24px; font-weight:600; text-align:center; outline:0; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.Form form p input[type='submit'] { box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.35), 0 5px 0 0 rgba(0,0,0,0.1); text-shadow:0 1px 0 rgba(0,0,0,0.25); transition:0.4s;
    background:#ff6c3a;
    background:-moz-linear-gradient(top, #ff6c3a 0%, #ff3813 100%);
    background:-webkit-linear-gradient(top, #ff6c3a 0%,#ff3813 100%);
    background:linear-gradient(to bottom, #ff6c3a 0%,#ff3813 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c3a', endColorstr='#ff3813',GradientType=1 );
}
.btn_back { display:block; min-width:36%; width:100%; margin:0 0 10px 0; padding:0; border:0; border-top:#eee 1px solid; border-radius:5px; color:#404040; line-height:50px; font-size:21px; font-weight:600; text-align:center; background:#ddd; outline:0; box-shadow:0 0 0 1px #ccc; transition:0.4s; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.btn_back:hover { background:#aaa; }

.formTable{ width: 100%; }
.formTable th{ width: 25%; }
.formTable th, .formTable td { padding: 1.0em; border-bottom: 1px solid #dedede; text-align: left; }
}


/*/////////////////11.フォーム(ファイル名) ここまで/////////////////*/


/*/////////////////12.フッター ここから/////////////////*/
/* Foot */
.Foot { padding-top: 7vw; color:#606060; font-size:1.1vw; text-align:center; background:#f8f8f8; }
.FootInner { width:80%; margin:0 auto; margin-bottom:2.0rem; }
.FootInner::after { content:''; display:table; clear:both; height:0; }
.FootInner { }
.FootInner dt { width: 30%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 3.0rem;
 }
.FootInner dt b { font-size:1.3rem; font-weight:600; }
.FootInner dt::before { content:''; display:block; position:absolute; bottom:-14px; left:65%; width:3vw; height:1px; margin-left:-50px; background:#000; }
.FootInner dd {  }
.FootAccess { color:#fff; background:#4456b1; }
.FootAccess::after { content:''; display:table; clear:both; height:0; }
.FootAccess iframe { display:block; float:right; width:50%; height:240px; margin:0; padding:0; border:0; }
.FootAccessTxt { display:flex; justify-content:center; align-items:center; height:240px; }
.FootAccessTxt p { font-size:1.4rem; }
.FootAccessTxt p b { display:inline-block; margin-bottom:0.5rem; font-size:1.8rem; font-weight:600; }
.Foot .copyright { display:block; padding:0; color:rgba(255,255,255,0.6); line-height:50px; font-size:0.9em; font-style:italic; text-align:center; letter-spacing:0.1rem; background:#000; }
.pageTop { display:block; position:fixed; right:0; bottom:0; z-index:201; width:50px; height:50px; background:rgba(110,110,110,0.75); cursor:pointer; }
.pageTop::before { content:''; display:block; position:absolute; left:50%; top:50%; width:7px; height:7px; margin:-3px 0 0 -3px; border:transparent 2px solid; border-top:#fff 2px solid; border-right:#fff 2px solid; transform:rotate(-45deg); }

@media screen and (max-width:767px) {
/* Foot */
/*.Foot { padding:2.0rem 0 0; color:#606060; font-size:1.0rem; text-align:center; background:#f8f8f8; }*/
.FootInner { min-width:90%; width:90%; margin:0 auto 1.0rem; }
.FootInner::after { content:''; display:table; clear:both; height:0; }
.FootInner { }
.FootInner dt { width:52%; position:relative; margin-bottom:2.0rem; }
.FootInner dt::before { content:''; display:block; position:absolute; bottom:-10px; left:75%; width:5vw; height:1px; margin-left:-50px; background:#000; }
.FootInner dd { font-size:3vw; }
.Foot .copyright { display: block;
    padding: 5vw;
    padding-bottom: 7vw;
    color: #fff;
    line-height: 4vw;
    font-size: 3vw;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.0rem;
    background: #000;
 }
.pageTop { display:block; position:fixed; right:0; bottom:0vw; z-index:9999; width:50px; height:50px; background:rgba(110,110,110,0.75); cursor:pointer; }
.pageTop::before { content:''; display:block; position:absolute; left:50%; top:50%; width:7px; height:7px; margin:-3px 0 0 -3px; border:transparent 2px solid; border-top:#fff 2px solid; border-right:#fff 2px solid; transform:rotate(-45deg); }
}
/*/////////////////12.フッター ここまで/////////////////*/
.mail .h1txt {
	font-size: 1.1vw;
    line-height: 3.5vw;
    width: 90%;
	margin-left:5%;
}
.mail .rogomail {
	width: 20%;
    margin-left: 5%;
    margin-top: 1vw;
}
@media screen and (max-width:767px) {
.mail .h1txt {
	font-size: 3.5vw;
    line-height: 3.5vw;
    width: 90%;
    margin: 0 auto;
}
.mail .rogomail {
	width: 60%;
	margin: 0 auto;
	margin-top:3vw;
}
}




/*index02用*/
@media screen and (max-width:767px) {
.index02 {
		
	}
.index02 .proarea {
    width: 100%;
    line-height: 10vw;
	margin-top: 16vw;
}
.index02 .proCON .proInner {
    width: 100%;
	filter: drop-shadow(1px 1px 3px #ccc);
}
.index02 .progICON01 {
    width: 47%;
    font-size: 4vw;
    line-height: 2.5vw;
    padding: 1.5vw;
}
.index02 .proIMGcon {
	width: 90%;
    margin: 0 auto;
    margin-top: 5%;
	}
.index02 .sec03-2 .proditial {
    margin-top: 6vw;
}
.index02 .proCON .proTXTbox {
    padding-top: 1vw;
}
.index02 .sec03-2 .proCON .proIMG img {
    width: 105%;
    margin-left: -2vw;
    margin-top: -12vw;
}
	.index02 .proCON .proTXTbox {
    height: 49vw;
}
.index02 .proditial ul {
    display: flex;
}
.index02 .sec03-2 .bgblk {
    width: 30%;
}
.index02 .sec03-2 .proLEFT li:last-child {
    width: 68%;
}
.index02 .proCONsub {
	width: 100%;
}
.index02 .proInner02 {
    width: 100%;
}
.index02 .proCONsub .proInner {
	width: 90%;
    margin: 0 auto;	
}
.index02 .proInner02 .proIMGcon {
    padding-top: 5%;
}
	
	
	
/*画像位置*/
.index02 .sec03-2 .proCON .proIMG03 img {
	margin-top: -22vw;
}
.index02 .sec03-2 .proCON .proIMG04 img {
	margin-top: -38vw;
}
}





/*完了画面のヘッダー*/
.Head {
	width: 100%;
    padding: 0vw;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    display: block;
}
.Head .HeadInner {
	padding: 1vw;
	padding-left: 4%;
    padding-right: 4%;
}
.Head h1 {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mail .h1txt {
    font-size: 1.1vw;
    width: 80%;
    margin-left: 0%;
	text-align: right;
}
.mail .rogomail {
    width: 20%;
    margin-left: 0%; 
    margin-top: 0vw;
}
.mail .Form {
	margin-top: 1vw;
	padding-bottom: 0rem;
}
@media screen and (max-width:767px) {
.Head .HeadInner {
    padding: 3vw;
}
.mail .rogomail {
    width: 48%;
}
.mail .h1txt {
    font-size: 3vw;
    width: 100%;
    margin-left: 0%;
	margin-top: 3vw;
    text-align: left;
    line-height: 5vw;
}
.mail .Form {
    margin-top: 5vw;
}
}
